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 5e5f3c1fd84..32e9636fb3b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2010-08-08 Chong Yidong <cyd@stupidchicken.com> | 1 | 2010-08-08 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * tutorial.el (tutorial--default-keys): C-d is now bound to | ||
| 4 | delete-forward-char (Bug#6826). | ||
| 5 | |||
| 3 | * mouse.el (mouse-drag-track): Remove accidentally-removed check | 6 | * mouse.el (mouse-drag-track): Remove accidentally-removed check |
| 4 | for `double' value of mouse-1-click-follows-link (Bug#6807). | 7 | for `double' value of mouse-1-click-follows-link (Bug#6807). |
| 5 | 8 | ||