]> granicus.if.org Git - mutt/commitdiff
Preparing 0.92.10i.
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 16 Jun 1998 00:33:32 +0000 (00:33 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 16 Jun 1998 00:33:32 +0000 (00:33 +0000)
ChangeLog
Changes
configure
configure.in

index e5319475618013807ac89dd5678295cb3de96983..e4e5f5df23734e552b2ab4fb89ecdeb06b41f237 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1745,3 +1745,55 @@ PGP-related changes since 0.92.6i
 - [patch-0.92.6i.tlr.pgp_longids.1] Correct the
   calculation of 64 bit "v4" key IDs.
 
+Changes since 0.92.8
+--------------------
+
+- [patch-0.90.12i.jmydaes.command-complete.1] Command completion
+
+- [patch-0.92.8.mtsirkin.attach-viewer.1] When viewing
+  attachments, fall back to the attachment's file name if
+  no description is available.
+
+- [patch-0.92.8i.ds.attachmsg.1] Attach messages from the compose menu.
+
+- [patch-0.92.8i.tlr.make_string_context.1] Fix a
+  segmentation fault when invoking mutt -p from the
+  command line.
+
+- [patch-0.92.8i.tlr.mh_sequences.1] Don't generate
+  .mh_sequences files for maildir folders.
+
+- fix a NULL pointer deference in hdrline.c
+
+- [patch-0.92.8i.jmy.hook-bugfix.1] Fix a segmentation
+  fault in the send-hook code.
+
+- [patch-0.92.8i.tlr.addrbook.1] Untag all aliases before
+  entering the address-book menu.
+
+- Enforce a non-NULL QueryCmd in the beginning of
+  mutt_query_complete() and mutt_query_menu().
+
+- Make all query.c functions except mutt_query_complete()
+  and mutt_query_menu() static.
+
+- The latest IMAP patch from Andy Sloane has been added.
+
+PGP related Changes since 0.92.8i
+---------------------------------
+
+- [patch-0.92.8i.maj.MIC_alg.1] Properly initializes a
+  variable in the PGP part of the Compose menu.
+
+- [patch-0.92.8i.tlr.pgpkey_dflt.1] Avoid possible
+  segmentation faults when determining the default value
+  of the PGP key selection prompt.
+
+- [patch-0.92.8i.wk.opgp_5bytelength.1] Recognize
+  OpenPGP's public key algorithm #20 (i.e., ElGamal for
+  Signing and Encrypting).
+
+- Moved doc/pgp-Notes.txt to doc/PGP-Notes.txt, and
+  updated that part of the documentation.
+
+
diff --git a/Changes b/Changes
index 2b99330715e2f559cab6e4540b362bba41e578aa..efc9a583b73b782363447c02697592c3b8a04161 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,52 +1,22 @@
-Changes since 0.92.8
---------------------
+Tue Jun 16 00:22:28 1998  Thomas Roessler  <roessler@guug.de>
 
-- [patch-0.90.12i.jmydaes.command-complete.1] Command completion
+       * doc/PGP-Notes.txt: Including Roland's new procmail recipe.
 
-- [patch-0.92.8.mtsirkin.attach-viewer.1] When viewing
-  attachments, fall back to the attachment's file name if
-  no description is available.
+       * protos.h, pattern.c, menu.c, curs_main.c, compose.c, addrbook.c:
+       Including Vikas' search code for the "attach message" menu.
 
-- [patch-0.92.8i.ds.attachmsg.1] Attach messages from the compose menu.
+Mon Jun 15 15:19:49 1998  Thomas Roessler  <roessler@guug.de>
 
-- [patch-0.92.8i.tlr.make_string_context.1] Fix a
-  segmentation fault when invoking mutt -p from the
-  command line.
+       * mx.c, main.c, mailbox.h, imap.c, commands.c: Brandon's IMAP patch.
 
-- [patch-0.92.8i.tlr.mh_sequences.1] Don't generate
-  .mh_sequences files for maildir folders.
+Mon Jun  8 20:05:54 1998  Thomas Roessler  <roessler@guug.de>
 
-- fix a NULL pointer deference in hdrline.c
-
-- [patch-0.92.8i.jmy.hook-bugfix.1] Fix a segmentation
-  fault in the send-hook code.
-
-- [patch-0.92.8i.tlr.addrbook.1] Untag all aliases before
-  entering the address-book menu.
-
-- Enforce a non-NULL QueryCmd in the beginning of
-  mutt_query_complete() and mutt_query_menu().
-
-- Make all query.c functions except mutt_query_complete()
-  and mutt_query_menu() static.
-
-- The latest IMAP patch from Andy Sloane has been added.
-
-PGP related Changes since 0.92.8i
----------------------------------
-
-- [patch-0.92.8i.maj.MIC_alg.1] Properly initializes a
-  variable in the PGP part of the Compose menu.
-
-- [patch-0.92.8i.tlr.pgpkey_dflt.1] Avoid possible
-  segmentation faults when determining the default value
-  of the PGP key selection prompt.
-
-- [patch-0.92.8i.wk.opgp_5bytelength.1] Recognize
-  OpenPGP's public key algorithm #20 (i.e., ElGamal for
-  Signing and Encrypting).
-
-- Moved doc/pgp-Notes.txt to doc/PGP-Notes.txt, and
-  updated that part of the documentation.
+       * recvattach.c, pgppubring.c, pgpkey.c,
+       pgpinvoke.c, pgp.h, pgp.c, main.c, init.h,
+       gnupgparse.c, init.c, configure.in, configure,
+       config.h.in, compose.c, acconfig.h, Makefile.in:
+       GPG support, first take.
 
+       * hdrline.c: Fixing the %a format.
 
+       * hdrline.c: Fixing a segmentation fault in the hdr_line code.
index 972ad99fb3c5642f4b0f6b02fd586add00c790bd..43e5018a587d9607d7798144ede22cdbd39d94ce 100755 (executable)
--- a/configure
+++ b/configure
@@ -555,7 +555,7 @@ fi
 
 
 
-VERSION=0.92.9
+VERSION=0.92.10
 SUBVERSION=''
 
 echo $ac_n "checking for prefix""... $ac_c" 1>&6
index 7c854686855f8b6f5c0d32f777e739b34d75f091..83c7560b56798fac15b0ebc7f1970ead39366c8c 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_INIT(mutt.h)
 AC_CONFIG_HEADER(config.h)
-VERSION=0.92.9
+VERSION=0.92.10
 SUBVERSION=''
 
 AC_MSG_CHECKING(for prefix)