diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5f89308e597..3edfdad0cf0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-09-03 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Try to better | ||
| 4 | handle multiline elements (bug#18380). | ||
| 5 | |||
| 1 | 2014-09-01 Eli Zaretskii <eliz@gnu.org> | 6 | 2014-09-01 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * ls-lisp.el (ls-lisp-use-string-collate) | 8 | * ls-lisp.el (ls-lisp-use-string-collate) |
| @@ -7,8 +12,7 @@ | |||
| 7 | (ls-lisp-version-lessp): New function. | 12 | (ls-lisp-version-lessp): New function. |
| 8 | (ls-lisp-handle-switches): Use it to implement the -v switch of | 13 | (ls-lisp-handle-switches): Use it to implement the -v switch of |
| 9 | GNU ls. | 14 | GNU ls. |
| 10 | (ls-lisp--insert-directory): Mention the -v switch in the doc | 15 | (ls-lisp--insert-directory): Mention the -v switch in the doc string. |
| 11 | string. | ||
| 12 | 16 | ||
| 13 | 2014-08-31 Christoph Scholtes <cschol2112@gmail.com> | 17 | 2014-08-31 Christoph Scholtes <cschol2112@gmail.com> |
| 14 | 18 | ||
| @@ -16,8 +20,8 @@ | |||
| 16 | `quit-window' via `special-mode'. | 20 | `quit-window' via `special-mode'. |
| 17 | (ibuffer-mode-map): Use keybindings from special-mode-map instead | 21 | (ibuffer-mode-map): Use keybindings from special-mode-map instead |
| 18 | of local overrides. | 22 | of local overrides. |
| 19 | (ibuffer): Don't store previous windows configuration. Let | 23 | (ibuffer): Don't store previous windows configuration. |
| 20 | `quit-window' handle restoring. | 24 | Let `quit-window' handle restoring. |
| 21 | (ibuffer-quit): Remove function. Use `quit-window' instead. | 25 | (ibuffer-quit): Remove function. Use `quit-window' instead. |
| 22 | (ibuffer-restore-window-config-on-quit): Remove variable. | 26 | (ibuffer-restore-window-config-on-quit): Remove variable. |
| 23 | (ibuffer-prev-window-config): Remove variable. | 27 | (ibuffer-prev-window-config): Remove variable. |