2008-09-09 Sebastien Pouliot * monoresgen.cs: Make resgen2 report a bit more useful by considering the extra XmlException in the exception chain. 2007-04-18 Gert Driesen * monoresgen.cs: Clean up resources when resource file cannot be compiled. 2007-04-18 Gert Driesen * monoresgen.cs: Added support for 4 digit unicode escapes on 2.0 profile. Patch provided by Alex Earl. Fixes bug #81136. 2007-04-15 Marek Safar * monoresgen.cs: Use invariant ToLower. 2007-02-16 Gert Driesen * monoresgen.cs: Added support for /useSourcePath option (2.0 only). Fixes bug #80571. Update usage instructions. When Exception is TargetInvocationException, and an InnerException is available then use that one instead. Support absolute filenames for resource files. 2006-05-02 Robert Jordan * monoresgen.cs (TxtResourceReader/Writer): Support escapes (\n, \r, \t, \\) in input and output. Fixes bug #78270 and an internal TODO. 2006-04-11 Gert Driesen Raja R Harinath * Makefile (PROGRAM): Make profile-specific. (PROGRAM_COMPILE): Don't set. (CLEAN_FILES): Add 'resgen.exe'. 2005-01-13 Gonzalo Paniagua Javier * monoresgen.cs: s/monoresgen/resgen/. Open the destination file with FileMode.Create. Fixes bug #52105. 2004-06-05 Gonzalo Paniagua Javier * monoresgen.cs: fixed format exception in the po reader. 2004-05-20 Raja R Harinath * Makefile (PROGRAM_COMPILE): Define to $(BOOT_COMPILE). 2004-05-09 Gert Driesen * monoresgen.cs : use Assembly.Load with fullly qualified assembly name for loading swf assembly * monoresgen.exe.sources : added AssemblyInfo.cs, Consts.cs, Locale.cs 2004-03-22 Gonzalo Paniagua Javier * monoresgen.cs: don't create the output file on error reading the input. Fixes bug #55916. 2004-01-12 Miguel de Icaza * monoresgen.cs (PoResourceWriter.AddResource): Escape strings, fixes #52105 2003-12-16 Gonzalo Paniagua Javier * monoresgen.cs: ignore entries marked as 'fuzzy' in .po files. 2003-12-12 Gonzalo Paniagua Javier * monoresgen.cs: generate valid .po files. Fixes bug #52106. 2003-05-04 Gonzalo Paniagua Javier * monoresgen.cs: added reader/writer for .po files. Wed Mar 5 11:35:54 CET 2003 Paolo Molaro * monoresgen.cs: patch from Ian MacLean to add the /compile option. 2003/01/22 Nick Drochak * makefile: assume csc for makefile, and mcs for makfile.gnu. 2002-08-19 Dick Porter * monoresgen.cs: Added ';' as a text format comment char Wed Aug 7 15:51:54 CEST 2002 Paolo Molaro * monoresgen.cs: added the Mono implementation of resgen.