aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-01-19 17:52:09 +0000
committerRichard M. Stallman2006-01-19 17:52:09 +0000
commitc94c4d0ac6cd54656b55269d18ef60174aab238e (patch)
tree6a6ac51fed7b608e60a87bbd2f60eecf4931b268
parentd8b5b5d578053abfef46335e090b28ddf669f50d (diff)
downloademacs-c94c4d0ac6cd54656b55269d18ef60174aab238e.tar.gz
emacs-c94c4d0ac6cd54656b55269d18ef60174aab238e.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog29
-rw-r--r--man/ChangeLog2
-rw-r--r--src/ChangeLog11
3 files changed, 38 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ff40c2a961e..ef375b7ec87 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,24 @@
12006-01-19 Richard M. Stallman <rms@gnu.org>
2
3 * outline.el (hide-leaves): Don't call outline-end-of-heading.
4 Fixes bug reported in Nov 2005.
5
6 * isearch.el (isearch-forward): Doc fix.
7
8 * dired.el (dired-move-to-filename-regexp): Define as alias.
9 (dired-no-confirm): Use defcustom.
10 (dired-subdir-alist-pre-R): Put defvar at top level.
11
12 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
13
14 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
15 Mark as risky.
16
17 * simple.el (set-mark-command): Doc fix.
18 (clone-indirect-buffer-other-window):
19 Read arg like clone-indirect-buffer.
20 (move-beginning-of-line): Skip invisible newlines.
21
12006-01-19 Masatake YAMATO <jet@gyve.org> 222006-01-19 Masatake YAMATO <jet@gyve.org>
2 23
3 * progmodes/cpp.el (cpp-edit-load): Make the order of 24 * progmodes/cpp.el (cpp-edit-load): Make the order of
@@ -37,10 +58,6 @@
37 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when 58 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
38 loading the file rather than when turning on flyspell-mode. 59 loading the file rather than when turning on flyspell-mode.
39 60
402006-01-13 Richard M. Stallman <rms@gnu.org>
41
42 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
43
442006-01-16 Luc Teirlinck <teirllm@auburn.edu> 612006-01-16 Luc Teirlinck <teirllm@auburn.edu>
45 62
46 * cus-edit.el (customize-rogue): Minor doc fix. 63 * cus-edit.el (customize-rogue): Minor doc fix.
@@ -142,6 +159,10 @@
142 (Custom-reset-saved): Do not ask for confirmation in single option 159 (Custom-reset-saved): Do not ask for confirmation in single option
143 buffers. 160 buffers.
144 161
1622006-01-13 Richard M. Stallman <rms@gnu.org>
163
164 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
165
1452006-01-13 Romain Francoise <romain@orebokech.com> 1662006-01-13 Romain Francoise <romain@orebokech.com>
146 167
147 * add-log.el (add-change-log-entry, change-log-merge): 168 * add-log.el (add-change-log-entry, change-log-merge):
diff --git a/man/ChangeLog b/man/ChangeLog
index 3282140ea30..8dcbfcb1ae4 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,5 +1,7 @@
12006-01-19 Richard M. Stallman <rms@gnu.org> 12006-01-19 Richard M. Stallman <rms@gnu.org>
2 2
3 * killing.texi (Deletion): Upcase @key argument.
4
3 * custom.texi (Custom Themes): Minor cleanup. 5 * custom.texi (Custom Themes): Minor cleanup.
4 6
5 * programs.texi (Hungry Delete): Upcase @key argument. 7 * programs.texi (Hungry Delete): Upcase @key argument.
diff --git a/src/ChangeLog b/src/ChangeLog
index b92b30b4607..f11b1f23cef 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12006-01-19 Richard M. Stallman <rms@gnu.org>
2
3 * keymap.c (Fmap_keymap): Doc fix.
4
5 * s/irix6-5.h (GC_SETJMP_WORKS, GC_MARK_STACK): New definitions.
6
7 * keyboard.c (echo_char): Don't omit the space between first two
8 echoed chars.
9
10 * minibuf.c (read_minibuf): Fix previous change.
11
12006-01-19 Kenichi Handa <handa@m17n.org> 122006-01-19 Kenichi Handa <handa@m17n.org>
2 13
3 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF. 14 * xterm.c (handle_one_xevent): Handle keysyms 0x1000000..0x10000FF.