diff options
| author | Bastien Guerry | 2014-01-13 23:13:44 +0100 |
|---|---|---|
| committer | Bastien Guerry | 2014-01-13 23:13:44 +0100 |
| commit | e3f33e5dbbdf45eb28a88d82f8d7a8d03384fdc2 (patch) | |
| tree | b2f4d9b0c28f1dcf3e99011dfddcb4be54203128 /lisp/ChangeLog | |
| parent | d6b738fcf5a98309f93ba1d74a28980111087c05 (diff) | |
| download | emacs-e3f33e5dbbdf45eb28a88d82f8d7a8d03384fdc2.tar.gz emacs-e3f33e5dbbdf45eb28a88d82f8d7a8d03384fdc2.zip | |
`define-alternatives' bugfix and UI enhancement
* simple.el (define-alternatives): Call the selected command
interactively. When setting `COMMAND--implementation' for the
first time, tell the user how to chose another implementation.
Enhance the docstring.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dbba63d8d2c..22a31f336ac 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-01-13 Bastien Guerry <bzg@gnu.org> | ||
| 2 | |||
| 3 | * simple.el (define-alternatives): Call the selected command | ||
| 4 | interactively. When setting `COMMAND--implementation' for the | ||
| 5 | first time, tell the user how to chose another implementation. | ||
| 6 | Enhance the docstring. | ||
| 7 | |||
| 1 | 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca> | 8 | 2014-01-13 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 9 | ||
| 3 | * vc/log-edit.el: Fix highlighting of summary when it's the first line. | 10 | * vc/log-edit.el: Fix highlighting of summary when it's the first line. |