diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 379f2731ac5..f4e26605ff9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2008-05-15 John Paul Wallington <jpw@pobox.com> | ||
| 2 | |||
| 3 | * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst. | ||
| 4 | (ibuffer-mark-interactive, ibuffer-set-mark) | ||
| 5 | (ibuffer-insert-buffer-line, ibuffer-redisplay-current) | ||
| 6 | (ibuffer-map-lines, ibuffer-switch-format) | ||
| 7 | (ibuffer-update-title-and-summary) | ||
| 8 | (ibuffer-redisplay-engine): Use it. | ||
| 9 | |||
| 10 | * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks) | ||
| 11 | (define-ibuffer-column, define-ibuffer-sorter) | ||
| 12 | (define-ibuffer-op, define-ibuffer-filter): Add declarations | ||
| 13 | containing indentation specs, replacing equivalent top-level | ||
| 14 | forms that set `lisp-indent-function' properties. | ||
| 15 | (define-ibuffer-op): Use `derived-mode-p'. | ||
| 16 | (define-ibuffer-filter): Remove redundant `concat' call. | ||
| 17 | |||
| 1 | 2008-05-14 Michael Albinus <michael.albinus@gmx.de> | 18 | 2008-05-14 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 19 | ||
| 3 | * net/tramp.el (tramp-echo-mark): Update docstring. | 20 | * net/tramp.el (tramp-echo-mark): Update docstring. |