diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8a608ea7b10..dbe37763d7a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2012-07-08 Chong Yidong <cyd@gnu.org> | 1 | 2012-07-08 Chong Yidong <cyd@gnu.org> |
| 2 | 2 | ||
| 3 | * mouse.el (mouse-drag-line): Rewrite the track-mouse loop. | ||
| 4 | Implement the mouse-1-click-follows-link handling properly. | ||
| 5 | |||
| 6 | * info.el (Info-link-keymap): Use follow-link mechanism for | ||
| 7 | header-line links (Bug#374). | ||
| 8 | |||
| 3 | * simple.el (deactivate-mark): Do not set the primary selection | 9 | * simple.el (deactivate-mark): Do not set the primary selection |
| 4 | if another program has acquired it (Bug#11772). | 10 | if another program has acquired it (Bug#11772). |
| 5 | 11 | ||