diff options
| author | Tassilo Horn | 2011-01-14 13:17:24 +0100 |
|---|---|---|
| committer | Tassilo Horn | 2011-01-14 13:17:24 +0100 |
| commit | ab7eb8118053e3f9a992bf65afc874ab9fdb8b32 (patch) | |
| tree | cb8d819030cb28f77a9d9fa9f742452b85187c52 /lisp/ChangeLog | |
| parent | 9cf56b2c82d98713b9e9287befcf40d224abe7c8 (diff) | |
| download | emacs-ab7eb8118053e3f9a992bf65afc874ab9fdb8b32.tar.gz emacs-ab7eb8118053e3f9a992bf65afc874ab9fdb8b32.zip | |
* progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
loop keyword.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a14148bf0e0..66fb8f3f12a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-01-14 Tassilo Horn <tassilo@member.fsf.org> | ||
| 2 | |||
| 3 | * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach | ||
| 4 | loop keyword. | ||
| 5 | |||
| 1 | 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2011-01-14 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label. | 8 | * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label. |