diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 44a81ee32fc..f5710d85e16 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2013-09-16 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * eshell/esh-opt.el: Fix last change to set lexical-vars properly | ||
| 4 | (bug#15379). | ||
| 5 | (eshell--do-opts): Rename from eshell-do-opt, remove arg `body-fun', | ||
| 6 | return args and options. | ||
| 7 | (eshell-eval-using-options): Use the new return value of | ||
| 8 | eshell--do-opts to set the options's vars in their scope. | ||
| 9 | (eshell--set-option): Rename from eshell-set-option. | ||
| 10 | Add arg `opt-vals'. | ||
| 11 | (eshell--process-option): Rename from eshell-process-option. | ||
| 12 | Add arg `opt-vals'. | ||
| 13 | (eshell--process-args): Use an `opt-vals' alist to store the options's | ||
| 14 | values during their processing and return them additionally to the | ||
| 15 | remaining args. | ||
| 16 | |||
| 1 | 2013-09-15 Dmitry Gutov <dgutov@yandex.ru> | 17 | 2013-09-15 Dmitry Gutov <dgutov@yandex.ru> |
| 2 | 18 | ||
| 3 | * progmodes/ruby-mode.el (ruby-operator-re): Consider line | 19 | * progmodes/ruby-mode.el (ruby-operator-re): Consider line |