diff options
author | Dan Winship <danw@src.gnome.org> | 2003-04-08 00:08:11 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-04-08 00:08:11 +0800 |
commit | a14c9abfebfd4c5dbc22cac4d3b50dec580fc6fc (patch) | |
tree | 9f8a4b11e98ff95e939fee24c036962f71c3052c /shell/ChangeLog | |
parent | b743a6f7ee532050df61a07d820c781c3bd968f7 (diff) | |
download | gsoc2013-evolution-a14c9abfebfd4c5dbc22cac4d3b50dec580fc6fc.tar gsoc2013-evolution-a14c9abfebfd4c5dbc22cac4d3b50dec580fc6fc.tar.gz gsoc2013-evolution-a14c9abfebfd4c5dbc22cac4d3b50dec580fc6fc.tar.bz2 gsoc2013-evolution-a14c9abfebfd4c5dbc22cac4d3b50dec580fc6fc.tar.lz gsoc2013-evolution-a14c9abfebfd4c5dbc22cac4d3b50dec580fc6fc.tar.xz gsoc2013-evolution-a14c9abfebfd4c5dbc22cac4d3b50dec580fc6fc.tar.zst gsoc2013-evolution-a14c9abfebfd4c5dbc22cac4d3b50dec580fc6fc.zip |
Substitute version number into the evolution binary name in the server
* Makefile.am ($(server_in_files)): Substitute version number into
the evolution binary name in the server file
(INCLUDES): define EVOLUTION_TOOLSDIR
* GNOME_Evolution_Shell.server.in.in: Clean up server names. Add
"-@VERSION@" to the end of the shell binary name
* main.c (main): if KILL_PROCESS_CMD is defined, add a
--force-shutdown argument that runs killev and exits.
svn path=/trunk/; revision=20702
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 7b368142e5..b3266618b9 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,15 @@ +2003-04-07 Dan Winship <danw@ximian.com> + + * Makefile.am ($(server_in_files)): Substitute version number into + the evolution binary name in the server file + (INCLUDES): define EVOLUTION_TOOLSDIR + + * GNOME_Evolution_Shell.server.in.in: Clean up server names. Add + "-@VERSION@" to the end of the shell binary name + + * main.c (main): if KILL_PROCESS_CMD is defined, add a + --force-shutdown argument that runs killev and exits. + 2003-04-07 Not Zed <NotZed@Ximian.com> [#40536] |