Mercurial > emacs
changeset 30897:bdf359cd5d72
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Thu, 17 Aug 2000 00:51:39 +0000 |
parents | ca514eff4924 |
children | 7a113c33bf9f |
files | lisp/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Aug 17 00:49:11 2000 +0000 +++ b/lisp/ChangeLog Thu Aug 17 00:51:39 2000 +0000 @@ -1,3 +1,8 @@ +2000-08-17 Miles Bader <miles@gnu.org> + + * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the + foreground color to black if the background is dark. + 2000-08-16 Stefan Monnier <monnier@cs.yale.edu> * loadhist.el (unload-feature): Typo. @@ -79,7 +84,7 @@ 2000-08-16 Sam Steingold <sds@gnu.org> - * buff-menu.el (list-buffers-noselect): Use `dolist' instead of + * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of `while'; use `with-current-buffer' instead of `save-excursion'. Removed unnecessary kludges now that "*Buffer List*" is excluded.