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 c47ebd92123..955521bb8a0 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 | * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event): Don't | ||
| 4 | initialize based on window-system (Bug#4124). | ||
| 5 | |||
| 3 | * facemenu.el (facemenu-read-color): Use a completion function | 6 | * facemenu.el (facemenu-read-color): Use a completion function |
| 4 | that accepts any defined color, such as RGB triplets (Bug#3677). | 7 | that accepts any defined color, such as RGB triplets (Bug#3677). |
| 5 | 8 | ||