# HG changeset patch # User Miles Bader # Date 972611244 0 # Node ID 7a425cdcc3b2ad00f07d232b31538bbbb394c8a1 # Parent 80681aca08597a84d9c56d37d46552e9adf00e50 *** empty log message *** diff -r 80681aca0859 -r 7a425cdcc3b2 lisp/ChangeLog --- a/lisp/ChangeLog Fri Oct 27 01:46:13 2000 +0000 +++ b/lisp/ChangeLog Fri Oct 27 01:47:24 2000 +0000 @@ -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 -r 80681aca0859 -r 7a425cdcc3b2 lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Fri Oct 27 01:46:13 2000 +0000 +++ b/lisp/gnus/ChangeLog Fri Oct 27 01:47:24 2000 +0000 @@ -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 -r 80681aca0859 -r 7a425cdcc3b2 src/ChangeLog --- a/src/ChangeLog Fri Oct 27 01:46:13 2000 +0000 +++ b/src/ChangeLog Fri Oct 27 01:47:24 2000 +0000 @@ -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