From: Gerd Moellmann Date: Thu, 4 Oct 2001 11:03:03 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=72cf15ff2d1de9983de7df39a678758399607143;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b46b5e88dbf..89c34984ca2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,13 @@ 2001-10-04 Gerd Moellmann + This allows upto 99999 messages in the summary without screwing up + the summary. Previously 9999 were the maximum. + + * mail/rmailsum.el (rmail-make-summary-line) + (rmail-make-summary-line-1, rmail-summary-next-same-subject) + (rmail-summary-goto-msg, rmail-summary-goto-msg): Allow + 5-digit message ids instead of 4. + This adds expansion of environment variables in the value specified with M-x setenv. Added to NEWS. diff --git a/src/ChangeLog b/src/ChangeLog index 0e85ec50050..71d8bd42517 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2001-10-04 Gerd Moellmann + + FOREACH is a macro that should make it easier to loop over Lisp + lists with checks for cycles and proper lists. + + * lisp.h (LIST_END_P, FOREACH): New macros. + 2001-10-04 Gerd Moellmann On some systems, XtCloseDisplay seems to cause a SIGSEGV when