From: Miles Bader Date: Fri, 27 Oct 2000 01:47:24 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~523 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=05ea7ef21a0f047b31205de0434af6bc3a42dfcd;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 12efa199f32..5257328d944 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2000-10-27 Miles Bader + + * faces.el (face-spec-choose): Change syntax so that the list of + attribute-value pairs is now the cdr of each clause, not the cadr. + Detect old-style entries, and handle them. Use pop. + 2000-10-26 Stefan Monnier * 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 @@ +2000-10-27 Miles Bader + + * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead + of the `gnus-xemacs' variable, as the latter has been removed. + * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise. + * gnus-art.el (gnus-treat-display-xface) + (gnus-treat-display-smileys, gnus-treat-display-picons) + (gnus-article-read-summary-keys): Likewise. + 2000-10-26 Dave Love * 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 @@ +2000-10-27 Miles Bader + + * xterm.c (x_draw_glyph_string): Add a workaround so that fonts + that specify a negative underline position can still use underlines. + + * window.c (Fpos_visible_in_window_p): Make POS default to + WINDOW's point, not the current buffer's point. + 2000-10-26 Dave Love * s/sol2-5.h: Don't define SYSTEM_MALLOC so that we can find out