comparison lisp/ChangeLog @ 68270:556ef00fdd9f

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 19 Jan 2006 17:52:09 +0000
parents c3761cc25008
children 164b5ff2dcd4
comparison
equal deleted inserted replaced
68269:4747977f1afa 68270:556ef00fdd9f
1 2006-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
1 2006-01-19 Masatake YAMATO <jet@gyve.org> 22 2006-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
4 listed conditions in a base C code buffer and its associate 25 listed conditions in a base C code buffer and its associate
5 CPP Edit buffer the same. 26 CPP Edit buffer the same.
34 55
35 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es> 56 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
36 57
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
40 2006-01-13 Richard M. Stallman <rms@gnu.org>
41
42 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
43 60
44 2006-01-16 Luc Teirlinck <teirllm@auburn.edu> 61 2006-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.
47 64
139 2006-01-14 Luc Teirlinck <teirllm@auburn.edu> 156 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
140 157
141 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current) 158 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
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.
161
162 2006-01-13 Richard M. Stallman <rms@gnu.org>
163
164 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
144 165
145 2006-01-13 Romain Francoise <romain@orebokech.com> 166 2006-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):
148 Conditionally use `hard-newline'. 169 Conditionally use `hard-newline'.