# HG changeset patch # User Richard M. Stallman # Date 1137693129 0 # Node ID 556ef00fdd9ff39ac7ed88fee52ccfac8b22f989 # Parent 4747977f1afa566e4a03fc5be8bf381278261460 *** empty log message *** diff -r 4747977f1afa -r 556ef00fdd9f lisp/ChangeLog --- a/lisp/ChangeLog Thu Jan 19 17:51:38 2006 +0000 +++ b/lisp/ChangeLog Thu Jan 19 17:52:09 2006 +0000 @@ -1,3 +1,24 @@ +2006-01-19 Richard M. Stallman + + * outline.el (hide-leaves): Don't call outline-end-of-heading. + Fixes bug reported in Nov 2005. + + * isearch.el (isearch-forward): Doc fix. + + * dired.el (dired-move-to-filename-regexp): Define as alias. + (dired-no-confirm): Use defcustom. + (dired-subdir-alist-pre-R): Put defvar at top level. + + * battery.el (battery-linux-proc-acpi): Handle "last full capacity". + + * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys): + Mark as risky. + + * simple.el (set-mark-command): Doc fix. + (clone-indirect-buffer-other-window): + Read arg like clone-indirect-buffer. + (move-beginning-of-line): Skip invisible newlines. + 2006-01-19 Masatake YAMATO * progmodes/cpp.el (cpp-edit-load): Make the order of @@ -37,10 +58,6 @@ * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when loading the file rather than when turning on flyspell-mode. -2006-01-13 Richard M. Stallman - - * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement. - 2006-01-16 Luc Teirlinck * cus-edit.el (customize-rogue): Minor doc fix. @@ -142,6 +159,10 @@ (Custom-reset-saved): Do not ask for confirmation in single option buffers. +2006-01-13 Richard M. Stallman + + * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement. + 2006-01-13 Romain Francoise * add-log.el (add-change-log-entry, change-log-merge): diff -r 4747977f1afa -r 556ef00fdd9f man/ChangeLog --- a/man/ChangeLog Thu Jan 19 17:51:38 2006 +0000 +++ b/man/ChangeLog Thu Jan 19 17:52:09 2006 +0000 @@ -1,5 +1,7 @@ 2006-01-19 Richard M. Stallman + * killing.texi (Deletion): Upcase @key argument. + * custom.texi (Custom Themes): Minor cleanup. * programs.texi (Hungry Delete): Upcase @key argument. diff -r 4747977f1afa -r 556ef00fdd9f src/ChangeLog --- a/src/ChangeLog Thu Jan 19 17:51:38 2006 +0000 +++ b/src/ChangeLog Thu Jan 19 17:52:09 2006 +0000 @@ -1,3 +1,14 @@ +2006-01-19 Richard M. Stallman + + * keymap.c (Fmap_keymap): Doc fix. + + * s/irix6-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): New definitions. + + * keyboard.c (echo_char): Don't omit the space between first two + echoed chars. + + * minibuf.c (read_minibuf): Fix previous change. + 2006-01-19 Kenichi Handa * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.