diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9108455df44..ee92720d717 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2012-03-12 Chong Yidong <cyd@gnu.org> | 1 | 2012-03-12 Chong Yidong <cyd@gnu.org> |
| 2 | 2 | ||
| 3 | * nxml/nxml-mode.el (nxml-mode-map): Do not bind C-RET (Bug#6776). | ||
| 4 | (nxml-completion-at-point-function): New function. | ||
| 5 | (nxml-mode): Use it. | ||
| 6 | (nxml-bind-meta-tab-to-complete-flag): Default to t. | ||
| 7 | |||
| 3 | * emacs-lisp/package.el (package-unpack, package-unpack-single): | 8 | * emacs-lisp/package.el (package-unpack, package-unpack-single): |
| 4 | Load generated autoloads file before byte compiling (Bug#10970). | 9 | Load generated autoloads file before byte compiling (Bug#10970). |
| 5 | (package--make-autoloads-and-compile): New helper fun. | 10 | (package--make-autoloads-and-compile): New helper fun. |