From: Thomas Roessler Date: Tue, 16 Jun 1998 00:33:32 +0000 (+0000) Subject: Preparing 0.92.10i. X-Git-Tag: mutt-0-92-10i~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67b0ddff9c8f41b6ee133e11fd1249899b0a61fb;p=mutt Preparing 0.92.10i. --- diff --git a/ChangeLog b/ChangeLog index e5319475..e4e5f5df 100644 --- 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 2b993307..efc9a583 100644 --- a/Changes +++ b/Changes @@ -1,52 +1,22 @@ -Changes since 0.92.8 --------------------- +Tue Jun 16 00:22:28 1998 Thomas Roessler -- [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 -- [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 -- 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. diff --git a/configure b/configure index 972ad99f..43e5018a 100755 --- 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 diff --git a/configure.in b/configure.in index 7c854686..83c7560b 100644 --- a/configure.in +++ b/configure.in @@ -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)