diff options
author | JP Rosevear <jpr@ximian.com> | 2003-11-12 02:43:09 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-11-12 02:43:09 +0800 |
commit | b24eaafcb868b3fb1f0f0fa1bf93c6640160d203 (patch) | |
tree | b5da1e08f5471cfb21a4d14bc15142238ad63b54 /shell/ChangeLog | |
parent | 6f57f92231266e6b194cf630851d4ac481cd43c1 (diff) | |
download | gsoc2013-evolution-b24eaafcb868b3fb1f0f0fa1bf93c6640160d203.tar gsoc2013-evolution-b24eaafcb868b3fb1f0f0fa1bf93c6640160d203.tar.gz gsoc2013-evolution-b24eaafcb868b3fb1f0f0fa1bf93c6640160d203.tar.bz2 gsoc2013-evolution-b24eaafcb868b3fb1f0f0fa1bf93c6640160d203.tar.lz gsoc2013-evolution-b24eaafcb868b3fb1f0f0fa1bf93c6640160d203.tar.xz gsoc2013-evolution-b24eaafcb868b3fb1f0f0fa1bf93c6640160d203.tar.zst gsoc2013-evolution-b24eaafcb868b3fb1f0f0fa1bf93c6640160d203.zip |
kill the right thing (kill_old_dataserver): rename and check the version
2003-11-11 JP Rosevear <jpr@ximian.com>
* main.c (kill_dataserver): kill the right thing
(kill_old_dataserver): rename and check the version correctly
2003-11-11 JP Rosevear <jpr@ximian.com>
* configure.in: determine the e-d-s version, version the gettext
files properly
svn path=/trunk/; revision=23288
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 0212982d6f..bc8031d33a 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2003-11-11 JP Rosevear <jpr@ximian.com> + + * main.c (kill_dataserver): kill the right thing + (kill_old_dataserver): rename and check the version correctly + 2003-11-10 Ettore Perazzoli <ettore@ximian.com> * main.c: Added a new "-c" command-line arg. @@ -45,6 +50,10 @@ 2003-11-07 JP Rosevear <jpr@ximian.com> + * Makefile.am: don't include top level libical + +2003-11-07 JP Rosevear <jpr@ximian.com> + * Makefile.am: make sure the marshal header is in the sources too 2003-11-07 JP Rosevear <jpr@ximian.com> |