aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog6
-rw-r--r--lisp/gnus/ChangeLog9
-rw-r--r--src/ChangeLog8
3 files changed, 23 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.
diff --git a/src/ChangeLog b/src/ChangeLog
index 2dec86b875a..e118a0041a4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12000-10-27 Miles Bader <miles@lsi.nec.co.jp>
2
3 * xterm.c (x_draw_glyph_string): Add a workaround so that fonts
4 that specify a negative underline position can still use underlines.
5
6 * window.c (Fpos_visible_in_window_p): Make POS default to
7 WINDOW's point, not the current buffer's point.
8
12000-10-26 Dave Love <fx@gnu.org> 92000-10-26 Dave Love <fx@gnu.org>
2 10
3 * s/sol2-5.h: Don't define SYSTEM_MALLOC so that we can find out 11 * s/sol2-5.h: Don't define SYSTEM_MALLOC so that we can find out