diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-12-07 05:53:56 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-12-07 05:53:56 +0800 |
commit | 53304a8b7673caa82f9dbd2ba14055a2e979dafa (patch) | |
tree | e4edd3aea02dd274087ef6c4f36a94ac3aaf5194 /ChangeLog | |
parent | 9b46a3eda439caa62d67c53a4939e0d420f6bccb (diff) | |
download | gsoc2013-evolution-53304a8b7673caa82f9dbd2ba14055a2e979dafa.tar.gz gsoc2013-evolution-53304a8b7673caa82f9dbd2ba14055a2e979dafa.tar.zst gsoc2013-evolution-53304a8b7673caa82f9dbd2ba14055a2e979dafa.zip |
Add a AC_DEFINE for PREVIEW_RELEASE which is a string that will be
2001-12-04 Jeffrey Stedfast <fejj@ximian.com>
* configure.in: Add a AC_DEFINE for PREVIEW_RELEASE which is a
string that will be appended to the X-Mailer header.
svn path=/trunk/; revision=14914
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 47 |
1 files changed, 40 insertions, 7 deletions
@@ -1,17 +1,50 @@ -2001-11-21 Abel Cheung <maddog@linuxhall.org> +2001-12-04 Jeffrey Stedfast <fejj@ximian.com> + + * configure.in: Add a AC_DEFINE for PREVIEW_RELEASE which is a + string that will be appended to the X-Mailer header. + +2001-12-05 Ettore Perazzoli <ettore@ximian.com> + + * HACKING: Put the patch review policy here. + +2001-12-04 Ettore Perazzoli <ettore@ximian.com> + + * configure.in: Update version number to 1.0.0.99 for snapshot + purposes. + +2001-11-21 Jeffrey Stedfast <fejj@ximian.com> + + * README: Updated. Don't say that the user needs to copy their + mozilla database files into ~/evolution, since Evolution now + builds it's own default database files if they don't exist and + also remove instructions for building with OpenSSL. + + * acconfig.h: Remove HAVE_OPENSSL define + + * configure.in: Remove checks for OpenSSL libraries. + +2001-11-21 Ettore Perazzoli <ettore@ximian.com> + + * configure.in: Version 1.0. Require GtkHTML 1.0. + + * data/evolution.desktop.in: Say "Ximian Evolution", not + "Evolution". + +2001-11-20 Wang Jian <lark@linux.net.cn> + + * configure.in(ALL_LINGUAS): Re-Added zh_CN. It is checked + against gettext 0.10.40 and 0.10.35 without any problem. + Please contact me if anyone wants to disable it (AGAIN). + +2001-11-19 Abel Cheung <maddog@linuxhall.org> * configure.in: I will keep adding zh_TW to ALL_LINGUAS before - somebody is willing to tell me why it is deleted twice without + somebody is willing to tell me why it is deleted without reason. It was checked against newest gettext (0.10.40) and older gettext (0.10.35) without any problem. A few translations are not removed from ALL_LINGUAS even though they failed in msgfmt checking. -2001-11-20 Wang Jian <lark@linux.net.cn> - - * configure.in(ALL_LINGUAS): Re-Added zh_CN for Simplified Chinese. - If anyone wants to disable it, please contact me. - 2001-11-14 Ettore Perazzoli <ettore@ximian.com> * README: Updated. |