diff options
| author | Juanma Barranquero | 2008-12-02 16:40:31 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-12-02 16:40:31 +0000 |
| commit | b97439ce3786af4a9cc6e8e882d2767ec1c1f69f (patch) | |
| tree | 0e6bf25dd8decb4f8f7157cec1cd1e7be0cbd063 /src | |
| parent | 9636b255906319ca5757e0e709455b863de100b7 (diff) | |
| download | emacs-b97439ce3786af4a9cc6e8e882d2767ec1c1f69f.tar.gz emacs-b97439ce3786af4a9cc6e8e882d2767ec1c1f69f.zip | |
Fix typos.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 86f8572d051..095b36bdce3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1475,7 +1475,7 @@ | |||
| 1475 | * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of | 1475 | * vm-limit.c (get_lim_data) [MSDOS]: Use alternative methods of |
| 1476 | estimating available memory. | 1476 | estimating available memory. |
| 1477 | 1477 | ||
| 1478 | 2008-08-23 David Reitter <david.reitter@gmail.com> | 1478 | 2008-08-23 David Reitter <david.reitter@gmail.com> |
| 1479 | 1479 | ||
| 1480 | * nsterm.m (ns_draw_window_cursor): Don't call | 1480 | * nsterm.m (ns_draw_window_cursor): Don't call |
| 1481 | NSDisableScreenUpdates and NSEnableScreenUpdates on | 1481 | NSDisableScreenUpdates and NSEnableScreenUpdates on |
| @@ -13232,7 +13232,7 @@ | |||
| 13232 | (Qdbus_event): New Lisp symbol. | 13232 | (Qdbus_event): New Lisp symbol. |
| 13233 | (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT. | 13233 | (kbd_buffer_get_event, make_lispy_event): Handle DBUS_EVENT. |
| 13234 | (gobble_input): Call xd_read_queued_messages, reading D-Bus messages. | 13234 | (gobble_input): Call xd_read_queued_messages, reading D-Bus messages. |
| 13235 | (keys_of_keyboard ): Define dbus-event. | 13235 | (keys_of_keyboard): Define dbus-event. |
| 13236 | 13236 | ||
| 13237 | * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined. | 13237 | * termhooks.h (event_kind): Add DBUS_EVENT when HAVE_DBUS is defined. |
| 13238 | 13238 | ||
| @@ -14957,7 +14957,7 @@ | |||
| 14957 | (mouse_position_for_popup, Fx_popup_menu) | 14957 | (mouse_position_for_popup, Fx_popup_menu) |
| 14958 | (Fx_popup_dialog, x_activate_menubar, update_frame_menubar) | 14958 | (Fx_popup_dialog, x_activate_menubar, update_frame_menubar) |
| 14959 | (set_frame_menubar, free_frame_menubar) | 14959 | (set_frame_menubar, free_frame_menubar) |
| 14960 | (create_and_show_popup_menu, xmenu_show, ) | 14960 | (create_and_show_popup_menu, xmenu_show) |
| 14961 | (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not | 14961 | (create_and_show_dialog, xdialog_show, xmenu_show): Abort if not |
| 14962 | an X frame. | 14962 | an X frame. |
| 14963 | 14963 | ||