diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9a13c3d51d8..1eec4f80e5f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2009-12-07 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * minibuffer.el (completion-at-point-functions): New var. | ||
| 4 | (completion-at-point): New command. | ||
| 5 | * indent.el (indent-for-tab-command): Handle the new `complete' behavior. | ||
| 6 | * progmodes/python.el (python-mode-map): Use completion-at-point. | ||
| 7 | (python-completion-at-point): Rename from python-partial-symbol and | ||
| 8 | adjust for use in completion-at-point-functions. | ||
| 9 | (python-mode): Setup completion-at-point for Python completion. | ||
| 10 | * emacs-lisp/lisp.el (lisp-completion-at-point): New function | ||
| 11 | extracted from lisp-complete-symbol. | ||
| 12 | (lisp-complete-symbol): Use it. | ||
| 13 | * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode, | ||
| 14 | setup completion-at-point for Elisp completion. | ||
| 15 | (emacs-lisp-mode-map, lisp-interaction-mode-map): Use completion-at-point. | ||
| 16 | * ielm.el (ielm-map): Use completion-at-point. | ||
| 17 | (inferior-emacs-lisp-mode): Setup completion-at-point for Elisp completion. | ||
| 18 | * progmodes/sym-comp.el: Move to... | ||
| 19 | * obsolete/sym-comp.el: Move from progmodes. | ||
| 20 | |||
| 1 | 2009-12-07 Eli Zaretskii <eliz@gnu.org> | 21 | 2009-12-07 Eli Zaretskii <eliz@gnu.org> |
| 2 | 22 | ||
| 3 | Prevent save-buffer in Rmail buffers from using the coding-system | 23 | Prevent save-buffer in Rmail buffers from using the coding-system |