comparison src/ChangeLog @ 100123:4077e9ff754f

Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 02 Dec 2008 16:40:31 +0000
parents 821fb85ac9b1
children e41ac6b691bb
comparison
equal deleted inserted replaced
100122:173352468c0f 100123:4077e9ff754f
1473 (Fmake_terminal_frame): Reuse the_only_display_info. 1473 (Fmake_terminal_frame): Reuse the_only_display_info.
1474 1474
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
1482 non-NS_IMPL_COCOA systems. 1482 non-NS_IMPL_COCOA systems.
1483 1483
13230 13230
13231 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS". 13231 * keyboard.c: All D-Bus related code is wrapped by "#ifdef HAVE_DBUS".
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
13239 2007-12-01 Richard Stallman <rms@gnu.org> 13239 2007-12-01 Richard Stallman <rms@gnu.org>
13240 13240
14955 Fmenu_bar_open. 14955 Fmenu_bar_open.
14956 (syms_of_xmenu): Update defsubr. 14956 (syms_of_xmenu): Update defsubr.
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
14964 * xselect.c (x_own_selection): Abort if not an X frame. 14964 * xselect.c (x_own_selection): Abort if not an X frame.
14965 (some_frame_on_display): Check if it is an X frame. 14965 (some_frame_on_display): Check if it is an X frame.