# HG changeset patch # User Richard M. Stallman # Date 1073164602 0 # Node ID 09fa241d161c375fe014f3fc40669d70358a816e # Parent 11067d9b11b9e0c6c7ecd1a32a754766512e3e16 *** empty log message *** diff -r 11067d9b11b9 -r 09fa241d161c lisp/ChangeLog --- a/lisp/ChangeLog Sat Jan 03 21:16:15 2004 +0000 +++ b/lisp/ChangeLog Sat Jan 03 21:16:42 2004 +0000 @@ -1,3 +1,17 @@ +2004-01-03 Richard M. Stallman + + * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf. + + * emacs-lisp/lisp-mnt.el (lm-section-end): require outline. + + * progmodes/grep.el (grep-mode-map): + Don't remap next-line, previous-line. + +2004-01-03 Eric M. Ludlam + + * speedbar.el (speedbar-edit-line): Change regexp to position + the cursor on the first character of this line's button. + 2004-01-03 Luc Teirlinck * subr.el (functionp): Doc fix. @@ -73,6 +87,9 @@ 2003-12-29 Richard M. Stallman + * mail/mail-utils.el (mail-unquote-printable-hexdigit): + Upcase the character. + * textmodes/flyspell.el (mail-mode-flyspell-verify): Search for header separator alone on a line, literally, and search for it backward, not forward. diff -r 11067d9b11b9 -r 09fa241d161c lispref/ChangeLog --- a/lispref/ChangeLog Sat Jan 03 21:16:15 2004 +0000 +++ b/lispref/ChangeLog Sat Jan 03 21:16:42 2004 +0000 @@ -1,3 +1,7 @@ +2004-01-03 Richard M. Stallman + + * frames.texi (Frames and Windows): Delete frame-root-window. + 2004-01-03 Luc Teirlinck * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.