aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2014-05-31 22:24:23 -0400
committerStefan Monnier2014-05-31 22:24:23 -0400
commit08c0f6266af07be30de58623d26f47a5a69bcf10 (patch)
tree7556a1932b0acad9cd66a1ffff147877887cc65b /lisp/ChangeLog
parentffa8a2db083165fc9f8c38ba9636e2c7801fcd2f (diff)
downloademacs-08c0f6266af07be30de58623d26f47a5a69bcf10.tar.gz
emacs-08c0f6266af07be30de58623d26f47a5a69bcf10.zip
* lisp/minibuffer.el (minibuffer-force-complete-and-exit):
Obey minibuffer-default. Fixes: debbugs:17545
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog11
1 files changed, 7 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f1e3af8123d..08990e03e7a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12014-06-01 Stefan Monnier <monnier@iro.umontreal.ca> 12014-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * minibuffer.el (minibuffer-force-complete-and-exit):
4 Obey minibuffer-default (bug#17545).
5
3 * progmodes/js.el (js-indent-line): Don't mix columns and chars 6 * progmodes/js.el (js-indent-line): Don't mix columns and chars
4 (bug#17619). 7 (bug#17619).
5 8
@@ -91,8 +94,8 @@
91 Todo file, make sure we're in the right mode and the buffer local 94 Todo file, make sure we're in the right mode and the buffer local
92 variables are set. 95 variables are set.
93 (todo-make-categories-list, todo-reset-nondiary-marker) 96 (todo-make-categories-list, todo-reset-nondiary-marker)
94 (todo-reset-done-string, todo-reset-comment-string): After 97 (todo-reset-done-string, todo-reset-comment-string):
95 processing all Todo files, kill the buffers of those files that 98 After processing all Todo files, kill the buffers of those files that
96 weren't being visited before the processing. 99 weren't being visited before the processing.
97 (todo-display-as-todo-file, todo-add-to-buffer-list) 100 (todo-display-as-todo-file, todo-add-to-buffer-list)
98 (todo-visit-files-commands): Comment out. 101 (todo-visit-files-commands): Comment out.
@@ -155,8 +158,8 @@
155 158
1562014-05-21 Dmitry Gutov <dgutov@yandex.ru> 1592014-05-21 Dmitry Gutov <dgutov@yandex.ru>
157 160
158 * emacs-lisp/package.el (package--download-one-archive): Use 161 * emacs-lisp/package.el (package--download-one-archive):
159 `write-region' instead of `save-buffer' to avoid running various 162 Use `write-region' instead of `save-buffer' to avoid running various
160 hooks. (Bug#17155) 163 hooks. (Bug#17155)
161 (describe-package-1): Same. Insert newline at the end of the 164 (describe-package-1): Same. Insert newline at the end of the
162 buffer if appropriate. 165 buffer if appropriate.