From: Glenn Morris Date: Thu, 1 Nov 2007 03:48:55 +0000 (+0000) Subject: Fixed: minor bug in footnote.el. X-Git-Tag: emacs-pretest-22.1.90~449 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0ecaad6399dfabeaf13f59984f00e9d67c4f56b2;p=emacs.git Fixed: minor bug in footnote.el. --- diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 1a0d5a8b55a..c1557d32635 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -59,8 +59,6 @@ http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg00519.html I proposed a patch, which fixed this and seemed right, but the patch caused other problems. They are being investigated now. -** usenet@pusto.de, Oct 17: minor bug in footnote.el - * DOCUMENTATION ** Check the Emacs Tutorial. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 452d7d7707d..24334c9513a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2007-11-01 Glenn Morris + + * mail/footnote.el (footnote-numeric-regexp) + (footnote-english-upper-regexp, footnote-english-lower-regexp) + (footnote-roman-lower-regexp, footnote-roman-upper-regexp): + Match multi-character footnotes. + 2007-10-31 Michael Albinus * net/tramp.el (tramp-open-connection-telnet)