Mercurial > emacs
diff lisp/ChangeLog @ 104294:6ee860194ef5
* facemenu.el (facemenu-read-color): Use a completion function
that accepts any defined color, such as RGB triplets (Bug#3677).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 16 Aug 2009 05:25:21 +0000 |
parents | 3a381ae2eb0e |
children | f03494acbd1b |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Aug 16 03:16:33 2009 +0000 +++ b/lisp/ChangeLog Sun Aug 16 05:25:21 2009 +0000 @@ -1,5 +1,8 @@ 2009-08-16 Chong Yidong <cyd@stupidchicken.com> + * facemenu.el (facemenu-read-color): Use a completion function + that accepts any defined color, such as RGB triplets (Bug#3677). + * files.el (get-free-disk-space): Change fallback default directory to /. Expand DIR argument before switching to fallback. Suggested by Kevin Ryde (Bug#2631, Bug#3911).