]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Thu, 4 Oct 2001 11:03:03 +0000 (11:03 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 4 Oct 2001 11:03:03 +0000 (11:03 +0000)
lisp/ChangeLog
src/ChangeLog

index b46b5e88dbf36d0b9067967c24592605d255f6e6..89c34984ca2e1035b010fd09da36c9b057f5bbc8 100644 (file)
@@ -1,5 +1,13 @@
 2001-10-04  Gerd Moellmann  <gerd@gnu.org>
 
+       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.
 
index 0e85ec500503aab682563ea4fc089f09b80710c9..71d8bd42517f11e817aee7c2bd2fbdd64ef2a3e0 100644 (file)
@@ -1,3 +1,10 @@
+2001-10-04  Gerd Moellmann  <gerd@gnu.org>
+
+       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  <gerd@gnu.org>
 
        On some systems, XtCloseDisplay seems to cause a SIGSEGV when