diff options
| author | Aaron S. Hawley | 2012-05-01 12:10:02 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-05-01 12:10:02 -0400 |
| commit | b593d6a999b21dfee6939b24866a5ec6fbe7d11b (patch) | |
| tree | bc67bc80b8bdeda71099126762fea3de59d47535 /src/ChangeLog | |
| parent | 87233a14e07a61981e3ce51350efb8b7ee5adcd2 (diff) | |
| download | emacs-b593d6a999b21dfee6939b24866a5ec6fbe7d11b.tar.gz emacs-b593d6a999b21dfee6939b24866a5ec6fbe7d11b.zip | |
Reimplement execute-extended-command in Elisp.
* src/keyboard.c (Fexecute_extended_command, Vsuggest_key_bindings):
Move to simple.el.
* lisp/simple.el (suggest-key-bindings, execute-extended-command):
Move from keyboard.c.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0e17d5dd345..f624517efb2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * keyboard.c (Fexecute_extended_command, Vsuggest_key_bindings): | ||
| 4 | Move to simple.el. | ||
| 5 | |||
| 1 | 2012-05-01 Glenn Morris <rgm@gnu.org> | 6 | 2012-05-01 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * syssignal.h: Remove reference to BROKEN_SIGINFO (last used in | 8 | * syssignal.h: Remove reference to BROKEN_SIGINFO (last used in |
| @@ -52,8 +57,8 @@ | |||
| 52 | 57 | ||
| 53 | 2012-04-27 Eli Zaretskii <eliz@gnu.org> | 58 | 2012-04-27 Eli Zaretskii <eliz@gnu.org> |
| 54 | 59 | ||
| 55 | * dispnew.c (swap_glyph_pointers, copy_row_except_pointers): Don't | 60 | * dispnew.c (swap_glyph_pointers, copy_row_except_pointers): |
| 56 | overrun array limits of glyph row's used[] array. (Bug#11288) | 61 | Don't overrun array limits of glyph row's used[] array. (Bug#11288) |
| 57 | 62 | ||
| 58 | 2012-04-26 Eli Zaretskii <eliz@gnu.org> | 63 | 2012-04-26 Eli Zaretskii <eliz@gnu.org> |
| 59 | 64 | ||
| @@ -169,8 +174,8 @@ | |||
| 169 | (XD_CHECK_DBUS_SERIAL): Rename from CHECK_DBUS_SERIAL_GET_SERIAL. | 174 | (XD_CHECK_DBUS_SERIAL): Rename from CHECK_DBUS_SERIAL_GET_SERIAL. |
| 170 | (xd_signature, xd_append_arg): Allow float for integer types. | 175 | (xd_signature, xd_append_arg): Allow float for integer types. |
| 171 | (xd_get_connection_references): New function. | 176 | (xd_get_connection_references): New function. |
| 172 | (xd_get_connection_address): Rename from xd_initialize. Return | 177 | (xd_get_connection_address): Rename from xd_initialize. |
| 173 | cached address. | 178 | Return cached address. |
| 174 | (xd_remove_watch): Do not unset $DBUS_SESSION_BUS_ADDRESS. | 179 | (xd_remove_watch): Do not unset $DBUS_SESSION_BUS_ADDRESS. |
| 175 | (xd_close_bus): Rename from Fdbus_close_bus. Not needed on Lisp | 180 | (xd_close_bus): Rename from Fdbus_close_bus. Not needed on Lisp |
| 176 | level. | 181 | level. |
| @@ -188,8 +193,8 @@ | |||
| 188 | (Vdbus_message_type_invalid, Vdbus_message_type_method_call) | 193 | (Vdbus_message_type_invalid, Vdbus_message_type_method_call) |
| 189 | (Vdbus_message_type_method_return, Vdbus_message_type_error) | 194 | (Vdbus_message_type_method_return, Vdbus_message_type_error) |
| 190 | (Vdbus_message_type_signal): New defvars. | 195 | (Vdbus_message_type_signal): New defvars. |
| 191 | (Vdbus_registered_buses, Vdbus_registered_objects_table): Adapt | 196 | (Vdbus_registered_buses, Vdbus_registered_objects_table): |
| 192 | docstring. | 197 | Adapt docstring. |
| 193 | 198 | ||
| 194 | 2012-04-22 Paul Eggert <eggert@cs.ucla.edu> | 199 | 2012-04-22 Paul Eggert <eggert@cs.ucla.edu> |
| 195 | 200 | ||
| @@ -219,8 +224,8 @@ | |||
| 219 | 224 | ||
| 220 | 2012-04-21 Eduard Wiebe <usenet@pusto.de> | 225 | 2012-04-21 Eduard Wiebe <usenet@pusto.de> |
| 221 | 226 | ||
| 222 | * sysdep.c (list_system_processes, system_process_attributes): Add | 227 | * sysdep.c (list_system_processes, system_process_attributes): |
| 223 | implementation for FreeBSD (Bug#5243). | 228 | Add implementation for FreeBSD (Bug#5243). |
| 224 | 229 | ||
| 225 | 2012-04-21 Andreas Schwab <schwab@linux-m68k.org> | 230 | 2012-04-21 Andreas Schwab <schwab@linux-m68k.org> |
| 226 | 231 | ||