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 381092c8e60..9a40681aba8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2007-08-08 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * dired.el (dired-pop-to-buffer): | ||
| 4 | * mouse-drag.el (mouse-drag-should-do-col-scrolling): | ||
| 5 | * calendar/calendar.el (generate-calendar-window): | ||
| 6 | * progmodes/compile.el (compilation-set-window-height): | ||
| 7 | * textmodes/two-column.el (2C-two-columns, 2C-merge): | ||
| 8 | Use window-full-width-p instead of comparing frame-width and | ||
| 9 | window-width. | ||
| 10 | |||
| 11 | * progmodes/compile.el (compilation-find-buffer): Remove extra | ||
| 12 | argument in call to compilation-buffer-internal-p. | ||
| 13 | |||
| 1 | 2007-08-07 Michael Albinus <michael.albinus@gmx.de> | 14 | 2007-08-07 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 15 | ||
| 3 | * net/tramp.el (tramp-handle-file-remote-p): Handle optional | 16 | * net/tramp.el (tramp-handle-file-remote-p): Handle optional |