From 116e13f4d5e5f660c5c351250f73236ce6b18b27 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Fri, 22 Oct 1999 08:49:29 +0000 Subject: [PATCH] automatic post-release commit for mutt-1.1 --- ChangeLog | 98 +++++++++++++++++++++++++++++++++++++++++++++++++++++ Makefile.am | 1 + VERSION | 2 +- reldate.h | 2 +- 4 files changed, 101 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 09304e96..f3a42619 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,101 @@ +Fri Oct 22 07:52:22 1999 Thomas Roessler + + * po/zh_TW.Big5.po, po/uk.po, po/sk.po, po/pt_BR.po, + po/ru.po, po/pl.po, po/nl.po, po/ko.po, po/it.po, po/id.po, + po/fr.po, po/es.po, po/el.po, po/de.po, po/cs.po, NEWS, + VERSION, reldate.h, ChangeLog: post-release commit for one + dot zero. (yes, really.) + +Thu Oct 21 08:07:22 1999 Thomas Roessler + + * compose.c: Another sprintf-vs-null issue. + +Wed Oct 20 14:51:57 1999 Thomas Roessler + + * po/id.po: new indonesian translation. + + * imap/message.c: + Flags should only be modified using mutt_set_flag(). Everything + else leads to neglected side effects. In this case, index colors, + searches and possibly other side effects were ignored when a message + which resides on an IMAP folder was read. + + * imap/auth.c: Let the user skip CRAM-MD5 by entering an empty secret. + + * po/id.po, po/el.po: translation updates. + + * configure.in: Don't use GNU grep specific options. + +Tue Oct 19 15:34:04 1999 Thomas Roessler + + * imap/auth.c: Fix some sloppiness-induced, but harmless, nonsense. + + * imap/imap_private.h, imap/auth.c, imap/imap.c: + Add AUTHENTICATE=ANONYMOUS support to the IMAP authentication + methods. This is, for instance, needed to access the cyrus-related + mailing lists' archives at CMU. + + * po/el.po: New greek translation. + +Mon Oct 18 09:13:42 1999 Thomas Roessler + + * pgp.c: Handle Ctrl-G on the pgp-hook prompt correctly. + +Sat Oct 16 15:19:29 1999 Thomas Roessler + + * Makefile.am: doc/PGP-Notes.txt vs. doc/PGP-Notes. + + * Makefile.am: [stable] doc/PGP-Notes.txt has an extension. ups. + + * send.c: [stable] Fix Debian bug #47408. + + * send.c: + Fix Debian bug #47408: When the postponed folder is a maildir, + messages should only be written to the _new_ subdirectory. + + * po/nl.po: New nl translation from Johan van Selst . + + * po/cs.po: + New cs translation from Jiri Pavlovsky . + + * po/zh_TW.Big5.po: + [stable] chinese translation fixes from Anthony Wong + . + + * init.h: scoring documentation fix. + + * globals.h, init.h, mutt.h, mx.c, protos.h, score.c, sort.c: + Scoring improvements. + +Thu Oct 14 16:09:10 1999 Thomas Roessler + + * po/ru.po: New Russian tranlation for stable. + + * contrib/gpg.rc: New gpg.rc from Roland Rosenfeld. + + * po/fr.po: [stable] New french translation. + + * po/de.po: [stable] Fixes to the German translation. + + * pattern.c: + [stable] Fix a segmentation fault when attempting to search + pgp-encrypted messages. + + * pattern.c: + Fix a segmentation fault when search PGP-encrypted messages. + +Mon Oct 11 20:26:41 1999 Thomas Roessler + + * VERSION, po/es.po, reldate.h, ChangeLog: + automatic post-release commit for mutt-0.96.8 + + * po/zh_TW.Big5.po, po/uk.po, po/sk.po, po/ru.po, po/pl.po, po/nl.po, po/ko.po, po/it.po, po/id.po, po/fr.po, po/es.po, po/el.po, po/de.po, po/cs.po, VERSION, reldate.h, ChangeLog: + post-release commit for 1.0pre4. + + * po/zh_TW.Big5.po: New Chinese Translation. + + * dotlock.c: [stable] Use dotlock.c from unstable. + Mon Oct 11 19:16:13 1999 Thomas Roessler * po/zh_TW.Big5.po: New Chinese Translation. diff --git a/Makefile.am b/Makefile.am index 0862a3e3..4a6f3b93 100644 --- a/Makefile.am +++ b/Makefile.am @@ -189,6 +189,7 @@ bump-version: test-tlr ( cd $(srcdir) && cvs update VERSION ) awk -F . '{printf("%d.%d.%d\n", $$1, $$2, $$3 + 1);}' $(srcdir)/VERSION > _VERSION.$$$$ \ && mv _VERSION.$$$$ $(srcdir)/VERSION + $(VISUAL) $(srcdir)/VERSION mutt-dist: bump-version reldate changelog touch $(srcdir)/configure.in diff --git a/VERSION b/VERSION index 55b9086e..9459d4ba 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.96.8 +1.1 diff --git a/reldate.h b/reldate.h index d5d1dcf2..3f96100a 100644 --- a/reldate.h +++ b/reldate.h @@ -1 +1 @@ -const char *ReleaseDate = "1999-10-11"; +const char *ReleaseDate = "1999-10-22"; -- 2.40.0