[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / tools / resgen / ChangeLog
1 2008-09-09  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * monoresgen.cs: Make resgen2 report a bit more useful by considering
4         the extra XmlException in the exception chain.
5
6 2007-04-18  Gert Driesen  <drieseng@users.sourceforge.net>
7
8         * monoresgen.cs: Clean up resources when resource file cannot be
9         compiled.
10
11 2007-04-18  Gert Driesen  <drieseng@users.sourceforge.net>
12
13         * monoresgen.cs: Added support for 4 digit unicode escapes on 2.0
14         profile. Patch provided by Alex Earl. Fixes bug #81136.
15
16 2007-04-15  Marek Safar  <marek.safar@gmail.com>
17
18         * monoresgen.cs: Use invariant ToLower.
19
20 2007-02-16  Gert Driesen  <drieseng@users.sourceforge.net>
21
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.
26
27 2006-05-02  Robert Jordan  <robertj@gmx.net>
28
29         * monoresgen.cs (TxtResourceReader/Writer): Support escapes
30         (\n, \r, \t, \\) in input and output. Fixes bug #78270 and
31         an internal TODO.
32
33 2006-04-11  Gert Driesen  <gert.driesen@telenet.be>
34             Raja R Harinath  <rharinath@novell.com>
35
36         * Makefile (PROGRAM): Make profile-specific.
37         (PROGRAM_COMPILE): Don't set.
38         (CLEAN_FILES): Add 'resgen.exe'.
39
40 2005-01-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
41
42         * monoresgen.cs: s/monoresgen/resgen/. Open the destination file with
43         FileMode.Create. Fixes bug #52105.
44
45 2004-06-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
46
47         * monoresgen.cs: fixed format exception in the po reader.
48
49 2004-05-20  Raja R Harinath  <rharinath@novell.com>
50
51         * Makefile (PROGRAM_COMPILE): Define to $(BOOT_COMPILE).
52
53 2004-05-09  Gert Driesen <drieseng@users.sourceforge.net>
54
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
59
60 2004-03-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
61
62         * monoresgen.cs:  don't create the output file on error reading the
63         input. Fixes bug #55916.
64
65 2004-01-12  Miguel de Icaza  <miguel@ximian.com>
66
67         * monoresgen.cs (PoResourceWriter.AddResource): Escape strings,
68         fixes #52105
69
70 2003-12-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
71
72         * monoresgen.cs: ignore entries marked as 'fuzzy' in .po files.
73
74 2003-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
75
76         * monoresgen.cs: generate valid .po files. Fixes bug #52106.
77
78 2003-05-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
79
80         * monoresgen.cs: added reader/writer for .po files.
81
82 Wed Mar 5 11:35:54 CET 2003 Paolo Molaro <lupus@ximian.com>
83
84         * monoresgen.cs: patch from Ian MacLean <ianm@ActiveState.com>
85         to add the /compile option.
86
87 2003/01/22  Nick Drochak <ndrochak@gol.com>
88
89         * makefile: assume csc for makefile, and mcs for makfile.gnu.
90
91 2002-08-19  Dick Porter  <dick@ximian.com>
92
93         * monoresgen.cs: Added ';' as a text format comment char
94
95 Wed Aug 7 15:51:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
96
97         * monoresgen.cs: added the Mono implementation of resgen.
98