2010-04-15 Jb Evain <jbevain@novell.com>
[mcs.git] / tools / resgen / ChangeLog
blob6bd690b8b7750aa96005bfe896ff031b97482de2
1 2008-09-09  Sebastien Pouliot  <sebastien@ximian.com>
3         * monoresgen.cs: Make resgen2 report a bit more useful by considering
4         the extra XmlException in the exception chain.
6 2007-04-18  Gert Driesen  <drieseng@users.sourceforge.net>
8         * monoresgen.cs: Clean up resources when resource file cannot be
9         compiled.
11 2007-04-18  Gert Driesen  <drieseng@users.sourceforge.net>
13         * monoresgen.cs: Added support for 4 digit unicode escapes on 2.0
14         profile. Patch provided by Alex Earl. Fixes bug #81136.
16 2007-04-15  Marek Safar  <marek.safar@gmail.com>
18         * monoresgen.cs: Use invariant ToLower.
20 2007-02-16  Gert Driesen  <drieseng@users.sourceforge.net>
22         * monoresgen.cs: Added support for /useSourcePath option (2.0 only).
23         Fixes bug #80571. Update usage instructions. When Exception is 
24         TargetInvocationException, and an InnerException is available then use 
25         that one instead. Support absolute filenames for resource files.
27 2006-05-02  Robert Jordan  <robertj@gmx.net>
29         * monoresgen.cs (TxtResourceReader/Writer): Support escapes
30         (\n, \r, \t, \\) in input and output. Fixes bug #78270 and
31         an internal TODO.
33 2006-04-11  Gert Driesen  <gert.driesen@telenet.be>
34             Raja R Harinath  <rharinath@novell.com>
36         * Makefile (PROGRAM): Make profile-specific.
37         (PROGRAM_COMPILE): Don't set.
38         (CLEAN_FILES): Add 'resgen.exe'.
40 2005-01-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
42         * monoresgen.cs: s/monoresgen/resgen/. Open the destination file with
43         FileMode.Create. Fixes bug #52105.
45 2004-06-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
47         * monoresgen.cs: fixed format exception in the po reader.
49 2004-05-20  Raja R Harinath  <rharinath@novell.com>
51         * Makefile (PROGRAM_COMPILE): Define to $(BOOT_COMPILE).
53 2004-05-09  Gert Driesen <drieseng@users.sourceforge.net>
55         * monoresgen.cs : use Assembly.Load with fullly qualified assembly
56         name for loading swf assembly
57         * monoresgen.exe.sources : added AssemblyInfo.cs, Consts.cs,
58         Locale.cs
60 2004-03-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
62         * monoresgen.cs:  don't create the output file on error reading the
63         input. Fixes bug #55916.
65 2004-01-12  Miguel de Icaza  <miguel@ximian.com>
67         * monoresgen.cs (PoResourceWriter.AddResource): Escape strings,
68         fixes #52105
70 2003-12-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
72         * monoresgen.cs: ignore entries marked as 'fuzzy' in .po files.
74 2003-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
76         * monoresgen.cs: generate valid .po files. Fixes bug #52106.
78 2003-05-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
80         * monoresgen.cs: added reader/writer for .po files.
82 Wed Mar 5 11:35:54 CET 2003 Paolo Molaro <lupus@ximian.com>
84         * monoresgen.cs: patch from Ian MacLean <ianm@ActiveState.com>
85         to add the /compile option.
87 2003/01/22  Nick Drochak <ndrochak@gol.com>
89         * makefile: assume csc for makefile, and mcs for makfile.gnu.
91 2002-08-19  Dick Porter  <dick@ximian.com>
93         * monoresgen.cs: Added ';' as a text format comment char
95 Wed Aug 7 15:51:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
97         * monoresgen.cs: added the Mono implementation of resgen.