diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5a720aa19ec..a27456241a3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2014-05-21 Daniel Colascione <dancol@dancol.org> | ||
| 2 | |||
| 3 | * files.el (interpreter-mode-alist): Add mksh. | ||
| 4 | |||
| 5 | * progmodes/sh-script.el (sh-ancestor-alist): Add mksh, a pdksh | ||
| 6 | derivative. | ||
| 7 | (sh-alias-alist): Alias /system/bin/sh (Android's system shell) to | ||
| 8 | mksh. Improve custom spec; allow regular expressions. | ||
| 9 | (sh-shell): Delegate name splitting to `sh-canonicalize-shell'. | ||
| 10 | (sh-after-hack-local-variables): New function. | ||
| 11 | (sh-mode): Use it; respect file-local `sh-shell' variable. (bug#17333) | ||
| 12 | (sh-set-shell): Use `sh-canonicalize-shell' instead of open-coding | ||
| 13 | the normalization. | ||
| 14 | (sh-canonicalize-shell): Rewrite to support regexes. | ||
| 15 | |||
| 1 | 2014-05-21 Leo Liu <sdl.web@gmail.com> | 16 | 2014-05-21 Leo Liu <sdl.web@gmail.com> |
| 2 | 17 | ||
| 3 | * emacs-lisp/cl-lib.el (cl-endp): Fix last change. | 18 | * emacs-lisp/cl-lib.el (cl-endp): Fix last change. |