start populating the new System.Web.Configuration_2.0 dir
[mono.git] / mcs / tools / macpack / ChangeLog
1 2005-10-18  Geoff Norton  <gnorton@customerdna.com>
2
3         * MacPack.cs: Support Application Icons that are referenced from
4         something other than cwd.
5
6 2005-10-13  Geoff Norton  <gnorton@customerdna.com>
7
8         * MacPack.cs:
9           PLIST:  Support Application Icons
10
11 2005-09-31  Geoff Norton  <gnorton@customerdna.com>
12
13         * LOADER: Whoops; forgot to rm the new file.
14
15 2005-09-31  Geoff Norton  <gnorton@customerdna.com>
16
17         * LOADER: We exposed an apple bug.  This caused duplicates of the
18         main window to open by having AppName in Resources.  Modified from
19         a patch provided by Aaron Flynt (aaron@aaronflynt.com)
20
21 2005-09-31  Geoff Norton  <gnorton@customerdna.com>
22
23         * LOADER: Launch a runtime generated symlink to mono instead of
24         /usr/bin/mono.  This makes the Application Title in the menu appear
25         correctly and not as "mono".
26
27 2005-03-30  Geoff Norton  <gnorton@customerdna.com>
28         
29         * LOADER: Handle names with " " in them.  Thanks to 
30           Edward J. Sabol (sabol@alderaan.gsfc.nasa.gov)
31
32 2005-03-24  Geoff Norton  <gnorton@customerdna.com>
33
34         * MacPack.cs:
35           LOADER:
36                 Add support for macpacking Gtk#/X11 applications.
37
38 2005-02-01  Raja R Harinath  <rharinath@novell.com>
39
40         * Makefile (EXTRA_DISTFILES): Distribute the resource files too.
41
42 2005-02-01  Geoff Norton  <gnorton@customerdna.com>
43
44         * Makefile: Fix the build with CSC
45
46 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
47
48         * Initial import