diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8fe51fc341b..7861d3dd113 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2011-06-27 Jambunathan K <kjambunathan@gmail.com> | ||
| 2 | |||
| 3 | * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to | ||
| 4 | no-conversion (Bug#8870). | ||
| 5 | |||
| 6 | 2011-06-27 Chong Yidong <cyd@stupidchicken.com> | ||
| 7 | |||
| 8 | * mouse.el: Rebind mouse-2 to mouse-yank-at-click; use an option | ||
| 9 | for primary insertion. Suggested by David De La Harpe Golden. | ||
| 10 | (mouse-yank-primary): New option. | ||
| 11 | (mouse-yank-at-click): Obey it. | ||
| 12 | (mouse-yank-primary): Call mouse-yank-at-click. | ||
| 13 | |||
| 1 | 2011-06-27 Martin Rudalics <rudalics@gmx.at> | 14 | 2011-06-27 Martin Rudalics <rudalics@gmx.at> |
| 2 | 15 | ||
| 3 | * window.el (window-right, window-left, window-child) | 16 | * window.el (window-right, window-left, window-child) |