From 5eb7b74f352a72af3d6778529e4cd758843549f5 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Tue, 14 Jul 1998 16:01:02 +0000 Subject: Preparing mutt 0.93.1i. --- ChangeLog | 46 ++++++++++++++++++++++++++++++++++++++++++++++ Changes | 55 ++++++++++++++++++++++++------------------------------- configure | 2 +- configure.in | 2 +- reldate.h | 2 +- 5 files changed, 73 insertions(+), 34 deletions(-) diff --git a/ChangeLog b/ChangeLog index be080b8c..ed4d8725 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1928,3 +1928,49 @@ Wed Jul 1 17:01:50 1998 Thomas Roessler * imap.c: Fixing an imap-related segmentation fault. +Fri Jul 10 09:38:55 1998 Thomas Roessler + + * doc/PGP-Notes.txt: Adding a notice about core dumps. + + * reldate.h, README, INSTALL: Preparing 0.93i. + + * handler.c: Fix text/enriched decoding: if there's a tag mismatch in + the last paragraph in the attachment, the whole paragraph + wouldn't be displayed. + +Thu Jul 9 19:51:36 1998 Thomas Roessler + + * configure.in, configure, Attic/config.sub: + Use CC -Ae -D_HPUX_SOURCE on HP/UX. + + * Attic/config.sub: + file config.sub was initially added on branch mutt-0-93. + + * Attic/config.guess: Use CC -Ae -D_HPUX_SOURCE on HP/UX. + + * Attic/config.guess: + file config.guess was initially added on branch mutt-0-93. + +Wed Jul 8 21:59:43 1998 Thomas Roessler + + * snprintf.c, pattern.c, parse.c, mx.c, mh.c, lib.c, keymap.c, init.c, from.c, edit.c, curs_main.c: + Changing (int) casts in is* arguments to (unsigned char) + casts to avoid mis-casting of signed chars. (From Michael + Elkins.) + +Tue Jul 7 09:22:40 1998 Thomas Roessler + + * rfc822.c: Change one int to size_t in rfc822.c. + + * rfc822.c: Fix the parsing of route addresses a la RFC 822. Patch + from Michael Elkins. + + * snprintf.c, sendlib.c, pattern.c, parse.c, mx.c, mh.c, lib.c, keymap.c, init.c, from.c, edit.c, curs_main.c: + Cast the arguments of the is* functions to int. Patch + from Michael Elkins. + +Thu Jul 2 21:15:18 1998 Thomas Roessler + + * hdrline.c: + Using the correct version of O'Shaughnessy Evans' %O patch. + diff --git a/Changes b/Changes index 9cb537d1..66dfa325 100644 --- a/Changes +++ b/Changes @@ -1,46 +1,39 @@ -Fri Jul 10 09:38:55 1998 Thomas Roessler +Tue Jul 14 15:42:28 1998 Thomas Roessler - * doc/PGP-Notes.txt: Adding a notice about core dumps. + * rfc2047.c, mime.h, handler.c: More unsigned fixes. - * reldate.h, README, INSTALL: Preparing 0.93i. + * pattern.c, parse.c: + Changing (int) casts in is* arguments to (unsigned char). - * handler.c: Fix text/enriched decoding: if there's a tag mismatch in - the last paragraph in the attachment, the whole paragraph - wouldn't be displayed. + * rfc2047.c: Removing a superfluous (unsigned char) cast in an IsPrint + argument. -Thu Jul 9 19:51:36 1998 Thomas Roessler +Mon Jul 13 10:50:39 1998 Thomas Roessler - * configure.in, configure, Attic/config.sub: - Use CC -Ae -D_HPUX_SOURCE on HP/UX. + * doc/mutt.sgml, doc/mutt.man, doc/Makefile.in: + Since manual page generation seems to be broken in the + SGML-tools package, we remove the SGML version of mutt.man + and make the troff source the master copy. Suggested by + Roland Rosenfeld who also provided + the corrected mutt.man file. - * Attic/config.sub: - file config.sub was initially added on branch mutt-0-93. +Sun Jul 12 13:15:31 1998 Thomas Roessler - * Attic/config.guess: Use CC -Ae -D_HPUX_SOURCE on HP/UX. + * protos.h: Replace calloc by safe_calloc in new_pattern. - * Attic/config.guess: - file config.guess was initially added on branch mutt-0-93. +Sat Jul 11 05:10:29 1998 Thomas Roessler -Wed Jul 8 21:59:43 1998 Thomas Roessler + * doc/manual.txt, doc/manual.sgml: Key bindings documentation. - * snprintf.c, pattern.c, parse.c, mx.c, mh.c, lib.c, keymap.c, init.c, from.c, edit.c, curs_main.c: - Changing (int) casts in is* arguments to (unsigned char) - casts to avoid mis-casting of signed chars. (From Michael - Elkins.) +Fri Jul 10 17:58:26 1998 Thomas Roessler -Tue Jul 7 09:22:40 1998 Thomas Roessler + * NEWS: s/fwd_decode/forward_decode/ (Noted by Lars Hecking) - * rfc822.c: Change one int to size_t in rfc822.c. + * pop.c: tmp[] wasn't initialized when asking for the POP password. - * rfc822.c: Fix the parsing of route addresses a la RFC 822. Patch - from Michael Elkins. + * buffy.c: On SunOS 4.1, one must include unistd.h in order to + declare SEEK_END. (Fabrice Noilhan) - * snprintf.c, sendlib.c, pattern.c, parse.c, mx.c, mh.c, lib.c, keymap.c, init.c, from.c, edit.c, curs_main.c: - Cast the arguments of the is* functions to int. Patch - from Michael Elkins. - -Thu Jul 2 21:15:18 1998 Thomas Roessler - - * hdrline.c: - Using the correct version of O'Shaughnessy Evans' %O patch. + * mutt.h: include if limits.h doesn't defile + _POSIX_PATH_MAX. diff --git a/configure b/configure index 87ca2579..c3829cb6 100755 --- a/configure +++ b/configure @@ -557,7 +557,7 @@ fi -VERSION=0.93 +VERSION=0.93.1 SUBVERSION='' ac_aux_dir= diff --git a/configure.in b/configure.in index 4c7e4361..2f86154c 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.93 +VERSION=0.93.1 SUBVERSION='' AC_CANONICAL_HOST diff --git a/reldate.h b/reldate.h index c6528bdf..7f1043c8 100644 --- a/reldate.h +++ b/reldate.h @@ -1 +1 @@ -const char *ReleaseDate = "1998-07-10"; +const char *ReleaseDate = "1998-07-14"; -- cgit v1.2.3