aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2009-08-16 05:25:21 +0000
committerChong Yidong2009-08-16 05:25:21 +0000
commitdaad00fc06cc055034094e8a1941c6d22967e6bd (patch)
tree09e8501410ec8b4a463286040aae1c74c12f1838 /lisp/ChangeLog
parent2ec536de9457ca2460592c1996f443eafb3dbd20 (diff)
downloademacs-daad00fc06cc055034094e8a1941c6d22967e6bd.tar.gz
emacs-daad00fc06cc055034094e8a1941c6d22967e6bd.zip
* facemenu.el (facemenu-read-color): Use a completion function
that accepts any defined color, such as RGB triplets (Bug#3677).
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6961e82c6d2..c47ebd92123 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12009-08-16 Chong Yidong <cyd@stupidchicken.com> 12009-08-16 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * facemenu.el (facemenu-read-color): Use a completion function
4 that accepts any defined color, such as RGB triplets (Bug#3677).
5
3 * files.el (get-free-disk-space): Change fallback default 6 * files.el (get-free-disk-space): Change fallback default
4 directory to /. Expand DIR argument before switching to fallback. 7 directory to /. Expand DIR argument before switching to fallback.
5 Suggested by Kevin Ryde (Bug#2631, Bug#3911). 8 Suggested by Kevin Ryde (Bug#2631, Bug#3911).