aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 32f4d243fce..f5d87562709 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,25 @@
12006-02-21 Richard M. Stallman <rms@gnu.org>
2
3 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
4 if there's no other specific basis.
5
6 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
7 as variables at all.
8 (unsafep-variable): Rename arg; doc fix.
9
10 * abbrevlist.el (list-one-abbrev-table): Add autoload.
11
12 * calendar/appt.el (diary-selective-display): Add defvar.
13
14 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
15
16 * isearch.el (search-whitespace-regexp): Fix custom type.
17
18 * help.el (describe-key-briefly): Compute interactive args
19 in same was as before previous change.
20
21 * files.el (enable-local-variables): Doc fix.
22
12006-02-21 Kim F. Storm <storm@cua.dk> 232006-02-21 Kim F. Storm <storm@cua.dk>
2 24
3 * fringe.el: Cleanup as file is now pre-loaded. 25 * fringe.el: Cleanup as file is now pre-loaded.