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 f125aca980a..fe1bde3b45a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,16 @@ | |||
| 1 | 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2012-10-02 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * textmodes/table.el: Use lexical-binding, dolist, define-minor-mode. | ||
| 4 | (table-initialize-table-fixed-width-mode) | ||
| 5 | (table-set-table-fixed-width-mode): Remove functions. | ||
| 6 | (table-command-list): Move initialization into declaration. | ||
| 7 | (table--tweak-menu-for-xemacs): Move defun outside mapcar. | ||
| 8 | (table-with-cache-buffer): Use `declare'. | ||
| 9 | (table-span-cell): Simplify via CSE. | ||
| 10 | (table-fixed-width-mode): Use define-minor-mode. | ||
| 11 | (table-call-interactively, table-funcall, table-apply): Remove. | ||
| 12 | (table-function): New function, to replace them. | ||
| 13 | |||
| 3 | * bookmark.el (bookmark-search-pattern): Remove var. | 14 | * bookmark.el (bookmark-search-pattern): Remove var. |
| 4 | (bookmark-read-search-input): Remove function. | 15 | (bookmark-read-search-input): Remove function. |
| 5 | (bookmark-bmenu-search): Reimplement using a minibuffer. | 16 | (bookmark-bmenu-search): Reimplement using a minibuffer. |