diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a1e67df99e2..624cddb6fa7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2010-08-22 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * keyboard.c (Fexecute_extended_command): Move reading a command name | ||
| 4 | with `completing-read' to a new Elisp function `read-extended-command'. | ||
| 5 | Call it to read a command to `function' (bug#5364, bug#5214). | ||
| 6 | |||
| 1 | 2010-08-22 Chong Yidong <cyd@stupidchicken.com> | 7 | 2010-08-22 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 8 | ||
| 3 | * emacs.c (main): Remove handling of --unibyte arg (Bug#6886). | 9 | * emacs.c (main): Remove handling of --unibyte arg (Bug#6886). |