[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / tools / macpack / ChangeLog
1 2006-11-16  Miguel de Icaza  <miguel@novell.com>
2
3         * MacPack.cs: Do not crash, and provide a warning message.
4
5 2006-04-30  Aaron Flynt  <aaron@aaronflynt.com>
6
7         * MacPack.cs: Fixed typo in main method causing -i argument to be 
8         treated like -o.
9
10 2006-03-13  Miguel de Icaza  <miguel@novell.com>
11
12         * MacPack.cs: Remove Mono.GetOptions to provide better handling of
13         the command line and better error reporting.
14
15 2005-11-05  Kornél Pál  <kornelpal@hotmail.com>
16
17         * AssemblyInfo.cs: Use Consts.MonoVersion as AssemblyVersion.
18         * macpack.exe.sources: Added Consts.cs.
19
20 2005-10-18  Geoff Norton  <gnorton@customerdna.com>
21
22         * MacPack.cs: Support Application Icons that are referenced from
23         something other than cwd.
24
25 2005-10-13  Geoff Norton  <gnorton@customerdna.com>
26
27         * MacPack.cs:
28           PLIST:  Support Application Icons
29
30 2005-09-31  Geoff Norton  <gnorton@customerdna.com>
31
32         * LOADER: Whoops; forgot to rm the new file.
33
34 2005-09-31  Geoff Norton  <gnorton@customerdna.com>
35
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)
39
40 2005-09-31  Geoff Norton  <gnorton@customerdna.com>
41
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".
45
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)
50
51 2005-03-24  Geoff Norton  <gnorton@customerdna.com>
52
53         * MacPack.cs:
54           LOADER:
55                 Add support for macpacking Gtk#/X11 applications.
56
57 2005-02-01  Raja R Harinath  <rharinath@novell.com>
58
59         * Makefile (EXTRA_DISTFILES): Distribute the resource files too.
60
61 2005-02-01  Geoff Norton  <gnorton@customerdna.com>
62
63         * Makefile: Fix the build with CSC
64
65 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
66
67         * Initial import