diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
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 @@ | |||
| 1 | 2009-08-16 Chong Yidong <cyd@stupidchicken.com> | 1 | 2009-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). |