aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorMiles Bader2000-10-27 01:47:24 +0000
committerMiles Bader2000-10-27 01:47:24 +0000
commit05ea7ef21a0f047b31205de0434af6bc3a42dfcd (patch)
treeb508b57bd3c931114ce74e04e256d46b623f13c6 /lisp
parent073f69e6f7eeafe53d19fb29d44eb5f2bedda38d (diff)
downloademacs-05ea7ef21a0f047b31205de0434af6bc3a42dfcd.tar.gz
emacs-05ea7ef21a0f047b31205de0434af6bc3a42dfcd.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/gnus/ChangeLog9
2 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 12efa199f32..5257328d944 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12000-10-27 Miles Bader <miles@lsi.nec.co.jp>
2
3 * faces.el (face-spec-choose): Change syntax so that the list of
4 attribute-value pairs is now the cdr of each clause, not the cadr.
5 Detect old-style entries, and handle them. Use pop.
6
12000-10-26 Stefan Monnier <monnier@cs.yale.edu> 72000-10-26 Stefan Monnier <monnier@cs.yale.edu>
2 8
3 * vc.el (vc-start-entry): Only erase the buffer if comment is set. 9 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 36507cd61fd..f67b0f0e867 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,12 @@
12000-10-27 Miles Bader <miles@lsi.nec.co.jp>
2
3 * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
4 of the `gnus-xemacs' variable, as the latter has been removed.
5 * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
6 * gnus-art.el (gnus-treat-display-xface)
7 (gnus-treat-display-smileys, gnus-treat-display-picons)
8 (gnus-article-read-summary-keys): Likewise.
9
12000-10-26 Dave Love <fx@gnu.org> 102000-10-26 Dave Love <fx@gnu.org>
2 11
3 * flow-fill.el: Require cl when compiling. 12 * flow-fill.el: Require cl when compiling.