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