2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / tools / macpack / ChangeLog
blobb4af227fb124df8601e3b1d649e56450a120f858
1 2006-11-16  Miguel de Icaza  <miguel@novell.com>
3         * MacPack.cs: Do not crash, and provide a warning message.
5 2006-04-30  Aaron Flynt  <aaron@aaronflynt.com>
7         * MacPack.cs: Fixed typo in main method causing -i argument to be 
8         treated like -o.
10 2006-03-13  Miguel de Icaza  <miguel@novell.com>
12         * MacPack.cs: Remove Mono.GetOptions to provide better handling of
13         the command line and better error reporting.
15 2005-11-05  Kornél Pál  <kornelpal@hotmail.com>
17         * AssemblyInfo.cs: Use Consts.MonoVersion as AssemblyVersion.
18         * macpack.exe.sources: Added Consts.cs.
20 2005-10-18  Geoff Norton  <gnorton@customerdna.com>
22         * MacPack.cs: Support Application Icons that are referenced from
23         something other than cwd.
25 2005-10-13  Geoff Norton  <gnorton@customerdna.com>
27         * MacPack.cs:
28           PLIST:  Support Application Icons
30 2005-09-31  Geoff Norton  <gnorton@customerdna.com>
32         * LOADER: Whoops; forgot to rm the new file.
34 2005-09-31  Geoff Norton  <gnorton@customerdna.com>
36         * LOADER: We exposed an apple bug.  This caused duplicates of the
37         main window to open by having AppName in Resources.  Modified from
38         a patch provided by Aaron Flynt (aaron@aaronflynt.com)
40 2005-09-31  Geoff Norton  <gnorton@customerdna.com>
42         * LOADER: Launch a runtime generated symlink to mono instead of
43         /usr/bin/mono.  This makes the Application Title in the menu appear
44         correctly and not as "mono".
46 2005-03-30  Geoff Norton  <gnorton@customerdna.com>
47         
48         * LOADER: Handle names with " " in them.  Thanks to 
49           Edward J. Sabol (sabol@alderaan.gsfc.nasa.gov)
51 2005-03-24  Geoff Norton  <gnorton@customerdna.com>
53         * MacPack.cs:
54           LOADER:
55                 Add support for macpacking Gtk#/X11 applications.
57 2005-02-01  Raja R Harinath  <rharinath@novell.com>
59         * Makefile (EXTRA_DISTFILES): Distribute the resource files too.
61 2005-02-01  Geoff Norton  <gnorton@customerdna.com>
63         * Makefile: Fix the build with CSC
65 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
67         * Initial import