]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Thu, 19 Jan 2006 17:52:09 +0000 (17:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 19 Jan 2006 17:52:09 +0000 (17:52 +0000)
lisp/ChangeLog
man/ChangeLog
src/ChangeLog

index ff40c2a961e1a57c05dab47d3d924a58b6945908..ef375b7ec87b8f9f8f2fda3b33e59d733d0dba9f 100644 (file)
@@ -1,3 +1,24 @@
+2006-01-19  Richard M. Stallman  <rms@gnu.org>
+
+       * 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  <jet@gyve.org>
 
        * progmodes/cpp.el (cpp-edit-load): Make the order of 
        * 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  <rms@gnu.org>
-
-       * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
-
 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
 
        * cus-edit.el (customize-rogue): Minor doc fix.
        (Custom-reset-saved): Do not ask for confirmation in single option
        buffers.
 
+2006-01-13  Richard M. Stallman  <rms@gnu.org>
+
+       * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
+
 2006-01-13  Romain Francoise  <romain@orebokech.com>
 
        * add-log.el (add-change-log-entry, change-log-merge):
index 3282140ea309e9db94ca98382e1cd96637a42f96..8dcbfcb1ae4919bb92e85d236596bc5904431caa 100644 (file)
@@ -1,5 +1,7 @@
 2006-01-19  Richard M. Stallman  <rms@gnu.org>
 
+       * killing.texi (Deletion): Upcase @key argument.
+
        * custom.texi (Custom Themes): Minor cleanup.
 
        * programs.texi (Hungry Delete): Upcase @key argument.
index b92b30b46074dfff60cefd241aacbada0d6babc4..f11b1f23cefc87dc1ae13d6483c290538f043964 100644 (file)
@@ -1,3 +1,14 @@
+2006-01-19  Richard M. Stallman  <rms@gnu.org>
+
+       * 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  <handa@m17n.org>
 
        * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.