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