aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2002-12-07 21:41:11 +0000
committerRichard M. Stallman2002-12-07 21:41:11 +0000
commit9252f7bcc94dc72050f595070802a6e0c873779b (patch)
treec937a407ee715481ebfe3b65033eab1be93a277b /lisp/ChangeLog
parent38668f819885154cd3f0f21cf5ebe478c848913f (diff)
downloademacs-9252f7bcc94dc72050f595070802a6e0c873779b.tar.gz
emacs-9252f7bcc94dc72050f595070802a6e0c873779b.zip
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4f379c38c65..4d7a23d32c5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,32 @@
12002-12-07 Richard M. Stallman <rms@gnu.org>
2
3 * progmodes/compile.el (compilation-enter-directory-regexp-alist)
4 (compilation-leave-directory-regexp-alist): Match byte compiler output.
5
6 * emacs-lisp/cl-macs.el: Add local variable list
7 to turn off cl-function warnings.
8
9 * emacs-lisp/bytecomp.el (byte-compile-eval): Handle (t . SYMBOL)
10 elements in load-history.
11 (byte-compile-cl-warn): No cl warnings for cl-defsubst-expand
12 and cl-struct-setf-expander.
13
14 * emacs-lisp/autoload.el (autoload-print-form-outbuf):
15 New variable.
16 (autoload-print-form): Use autoload-print-form-outbuf.
17 (generate-file-autoloads): Bind autoload-print-form-outbuf.
18
19 * calendar/calendar.el (calendar-day-name): Move defn down.
20
21 * speedbar.el (speedbar-directory-buttons-follow):
22 Don't use directory-sep-char.
23
242002-12-06 Masatake YAMATO <jet@gyve.org> (tiny change)
25
26 * register.el (describe-register-1): Use window-width
27 to truncate string in a register. Check whether the string
28 in a register is an empty string or a sequence of white spaces.
29
12002-12-07 Andreas Schwab <schwab@suse.de> 302002-12-07 Andreas Schwab <schwab@suse.de>
2 31
3 * faces.el (face-font-selection-order) 32 * faces.el (face-font-selection-order)