# HG changeset patch # User Richard M. Stallman # Date 1114378572 0 # Node ID bd461614f08f9c2d209163707f640e694f2d5993 # Parent 2636b86a665da31180fa1b37498eff54d231c48e *** empty log message *** diff -r 2636b86a665d -r bd461614f08f lisp/ChangeLog --- a/lisp/ChangeLog Sun Apr 24 21:35:43 2005 +0000 +++ b/lisp/ChangeLog Sun Apr 24 21:36:12 2005 +0000 @@ -1,3 +1,16 @@ +2005-04-24 Richard M. Stallman + + * mail/sendmail.el (mail-font-lock-keywords): Match any number of + citation markers at start of each line. + + * mail/rmail.el (rmail-font-lock-keywords): Match any number of + citation markers at start of each line. + + * font-lock.el (font-lock-comment-delimiter-face): Doc fix. + + * files.el (mode-require-final-newline): Fix previous change. + (require-final-newline): Fix type label. + 2005-04-24 Glenn Morris * progmodes/f90.el (f90-calculate-indent): Fix treatment of first diff -r 2636b86a665d -r bd461614f08f man/ChangeLog --- a/man/ChangeLog Sun Apr 24 21:35:43 2005 +0000 +++ b/man/ChangeLog Sun Apr 24 21:36:12 2005 +0000 @@ -1,3 +1,9 @@ +2005-04-24 Richard M. Stallman + + * ack.texi: Delete info about lazy-lock.el and fast-lock.el. + + * faq.texi: Delete info about lazy-lock.el and fast-lock.el. + 2005-04-19 Kim F. Storm * building.texi (Compilation Mode): Add M-g M-n and M-g M-p bindings. diff -r 2636b86a665d -r bd461614f08f src/ChangeLog --- a/src/ChangeLog Sun Apr 24 21:35:43 2005 +0000 +++ b/src/ChangeLog Sun Apr 24 21:36:12 2005 +0000 @@ -1,3 +1,7 @@ +2005-04-24 Richard M. Stallman + + * indent.c (Fvertical_motion): Bind fontification-functions to nil. + 2005-04-24 Eli Zaretskii * regex.c (re_search_2, re_match_2_internal): Convert second arg