diff options
| author | Kenichi Handa | 2014-01-13 08:26:08 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2014-01-13 08:26:08 +0900 |
| commit | 1a0778b078b9ffaa68e1ae0d4b26de147872b421 (patch) | |
| tree | 993d3a684b6c08a7cdd98fd8827ddd058931ebc9 /lisp/ChangeLog | |
| parent | 67671fb1dcbfd46ddee7e753d6f545d25821d445 (diff) | |
| parent | b30dee657df010645703150248a33f3e22a002d2 (diff) | |
| download | emacs-1a0778b078b9ffaa68e1ae0d4b26de147872b421.tar.gz emacs-1a0778b078b9ffaa68e1ae0d4b26de147872b421.zip | |
merge trunk
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 42 |
1 files changed, 41 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5647c86053e..d113d60af83 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,45 @@ | |||
| 1 | 2014-01-12 Xue Fuqiao <xfq.free@gmail.com> | ||
| 2 | |||
| 3 | * net/eww.el (eww-download-directory): Rename from | ||
| 4 | `eww-download-path' (Bug#16419). | ||
| 5 | |||
| 6 | 2014-01-12 Leo Liu <sdl.web@gmail.com> | ||
| 7 | |||
| 8 | * dired-x.el (dired-mode-map): Fix last change. | ||
| 9 | |||
| 10 | * emacs-lisp/eldoc.el (eldoc-mode): Add hook locally. | ||
| 11 | |||
| 12 | 2014-01-12 Paul Eggert <eggert@cs.ucla.edu> | ||
| 13 | |||
| 14 | Spelling fixes. | ||
| 15 | * emacs-lisp/generic.el (generic--normalize-comments): | ||
| 16 | Rename from generic--normalise-comments. All uses changed. | ||
| 17 | * play/bubbles.el (bubbles--neighborhood-score): | ||
| 18 | (bubbles--mark-direct-neighbors, bubbles--mark-neighborhood) | ||
| 19 | (bubbles--neighborhood-available) | ||
| 20 | (bubbles--update-neighborhood-score): | ||
| 21 | Rename from names with 'neighbourhood'. All uses changed. | ||
| 22 | |||
| 23 | 2014-01-12 Leo Liu <sdl.web@gmail.com> | ||
| 24 | |||
| 25 | Re-implement the feature of showing eldoc info after editing. | ||
| 26 | * emacs-lisp/eldoc.el (eldoc-post-insert-mode): Remove. | ||
| 27 | (eldoc-edit-message-commands): New function. | ||
| 28 | (eldoc-print-after-edit): New variable. | ||
| 29 | (eldoc-pre-command-refresh-echo-area): Emit message only by | ||
| 30 | eldoc-message-commands. | ||
| 31 | (eldoc-mode): Restrict eldoc-message-commands to editing commands | ||
| 32 | if eldoc-print-after-edit is set. (Bug#16346) | ||
| 33 | |||
| 34 | * progmodes/octave.el (octave-mode-menu): Adapt to change in | ||
| 35 | eldoc. | ||
| 36 | |||
| 1 | 2014-01-11 Eric S. Raymond <esr@thyrsus.com> | 37 | 2014-01-11 Eric S. Raymond <esr@thyrsus.com> |
| 2 | 38 | ||
| 39 | * version.el (emacs-repository-get-version): Enhance so the | ||
| 40 | function works correctly in either a Bazaar or Git repo. The | ||
| 41 | Bazaar case can be discarded after the repo transition. | ||
| 42 | |||
| 3 | * play/meese.el: It's 2014 and Ed Meese is justly forgotten. Goes | 43 | * play/meese.el: It's 2014 and Ed Meese is justly forgotten. Goes |
| 4 | with removal of the joke manpages from /etc. | 44 | with removal of the joke manpages from /etc. |
| 5 | 45 | ||
| @@ -243,7 +283,7 @@ | |||
| 243 | 2014-01-06 Leo Liu <sdl.web@gmail.com> | 283 | 2014-01-06 Leo Liu <sdl.web@gmail.com> |
| 244 | 284 | ||
| 245 | * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o | 285 | * dired-x.el (dired-mode-map): Rebind dired-omit-mode to C-x M-o |
| 246 | to avoid shadowning global key. (Bug#16354) | 286 | to avoid shadowing global key. (Bug#16354) |
| 247 | 287 | ||
| 248 | 2014-01-06 Daniel Colascione <dancol@dancol.org> | 288 | 2014-01-06 Daniel Colascione <dancol@dancol.org> |
| 249 | 289 | ||