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