aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog17
1 files changed, 13 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e7d584b153d..ead5b0d6741 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,10 +1,19 @@
12014-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/eldoc.el: Properly remove message in minibuffer case.
4 (eldoc--message-command-p): New function.
5 (eldoc-display-message-p): Use it.
6 (eldoc-pre-command-refresh-echo-area): In the minibuffer case, the
7 message is not automatically erased for us.
8 (eldoc-print-current-symbol-info): Erase previous message, if any.
9
12014-01-21 Tassilo Horn <tsdh@gnu.org> 102014-01-21 Tassilo Horn <tsdh@gnu.org>
2 11
3 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to 12 * textmodes/reftex.el (reftex-create-bibtex-file): Fix autoload to
4 specify it's an interactive function. 13 specify it's an interactive function.
5 14
6 * textmodes/reftex-cite.el (reftex-all-used-citation-keys): Fix 15 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
7 regex used for scanning for citation keys which failed for 16 Fix regex used for scanning for citation keys which failed for
8 citations with optional arguments. 17 citations with optional arguments.
9 18
102014-01-21 Leo Liu <sdl.web@gmail.com> 192014-01-21 Leo Liu <sdl.web@gmail.com>
@@ -89,8 +98,8 @@
892014-01-17 Dmitry Gutov <dgutov@yandex.ru> 982014-01-17 Dmitry Gutov <dgutov@yandex.ru>
90 99
91 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant. 100 * progmodes/ruby-mode.el (ruby-alignable-keywords): New constant.
92 (ruby-align-to-stmt-keywords): Change the default value. Use 101 (ruby-align-to-stmt-keywords): Change the default value.
93 `ruby-alignable-keywords' to generate the possible customization 102 Use `ruby-alignable-keywords' to generate the possible customization
94 choices. 103 choices.
95 (ruby-smie-rules): Instead of using a hardcoded list of alignable 104 (ruby-smie-rules): Instead of using a hardcoded list of alignable
96 keywords, check against the value of `ruby-alignable-keywords' 105 keywords, check against the value of `ruby-alignable-keywords'