diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7f3e324a6e8..150ffd629e5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2011-10-21 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * mouse.el (mouse-drag-window-above) | ||
| 4 | (mouse-drag-move-window-bottom, mouse-drag-move-window-top) | ||
| 5 | (mouse-drag-mode-line-1, mouse-drag-header-line) | ||
| 6 | (mouse-drag-vertical-line-rightward-window): Remove. | ||
| 7 | (mouse-drag-line): New function. | ||
| 8 | (mouse-drag-mode-line, mouse-drag-header-line) | ||
| 9 | (mouse-drag-vertical-line): Call mouse-drag-line. | ||
| 10 | * window.el (window-at-side-p, windows-at-side): New functions. | ||
| 11 | |||
| 1 | 2011-10-21 Ulrich Mueller <ulm@gentoo.org> | 12 | 2011-10-21 Ulrich Mueller <ulm@gentoo.org> |
| 2 | 13 | ||
| 3 | * tar-mode.el (tar-grind-file-mode): | 14 | * tar-mode.el (tar-grind-file-mode): |