aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog14
1 files changed, 10 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9a3a3f35999..917c01701fd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,13 +1,19 @@
12002-11-19 Stefan Monnier <monnier@cs.yale.edu>
2
3 * emacs-lisp/cl.el (multiple-value-call): Add docstring.
4
52002-11-19 Markus Rost <rost@math.ohio-state.edu> 12002-11-19 Markus Rost <rost@math.ohio-state.edu>
6 2
3 * progmodes/vhdl-mode.el (defgroup vhdl-related): Declare the
4 members here rather than with custom-add-to-group. This is the
5 intended way of using defgroup and also lets
6 custom-make-dependencies do its job.
7 (defgroup vhdl-highlight-faces): Ditto.
8
7 * emacs-lisp/shadow.el (defgroup lisp-shadow): New group name. 9 * emacs-lisp/shadow.el (defgroup lisp-shadow): New group name.
8 Previous group name shadow is used in shadowfile.el. 10 Previous group name shadow is used in shadowfile.el.
9 (shadows-compare-text-p): Use group lisp-shadow. 11 (shadows-compare-text-p): Use group lisp-shadow.
10 12
132002-11-19 Stefan Monnier <monnier@cs.yale.edu>
14
15 * emacs-lisp/cl.el (multiple-value-call): Add docstring.
16
112002-11-19 Masatake Yamato <jet@gyve.org> (tiny change) 172002-11-19 Masatake Yamato <jet@gyve.org> (tiny change)
12 18
13 * register.el (describe-register-1): Don't assign to val the value 19 * register.el (describe-register-1): Don't assign to val the value