# HG changeset patch # User Richard M. Stallman # Date 1139776371 0 # Node ID d0dc470bb9db563a045b8f71f227200f7ae7a85b # Parent a924d28d2d2511c83cc2bf2ce3bf0b180a41a640 *** empty log message *** diff -r a924d28d2d25 -r d0dc470bb9db lisp/ChangeLog --- a/lisp/ChangeLog Sun Feb 12 20:32:18 2006 +0000 +++ b/lisp/ChangeLog Sun Feb 12 20:32:51 2006 +0000 @@ -1,3 +1,15 @@ +2006-02-12 Richard M. Stallman + + * subr.el (substitute-key-definition): Doc fix. + + * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix. + + * files.el (magic-mode-alist): Don't use `\\s ' in regexps. + + * info.el (Info-mode): Doc fix. + + * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m. + 2006-02-12 Michael Albinus * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top, diff -r a924d28d2d25 -r d0dc470bb9db man/ChangeLog --- a/man/ChangeLog Sun Feb 12 20:32:18 2006 +0000 +++ b/man/ChangeLog Sun Feb 12 20:32:51 2006 +0000 @@ -1,3 +1,18 @@ +2006-02-12 Richard M. Stallman + + * building.texi (Building): Clarify topic in intro. + + * maintaining.texi (Maintaining): Change title; clarify topic. + Delete duplicate index entries. + + * building.texi (Other GDB User Interface Buffers): Clarifications. + + * text.texi (Cell Commands): Clarifications. + + * programs.texi (Defuns): Delete duplicate explanation of + left-margin paren convention. + (Hungry Delete): Minor cleanup. + 2006-02-11 Mathias Dahl * dired.texi (Tumme): More tumme documentation.