# HG changeset patch # User Juanma Barranquero # Date 1175603650 0 # Node ID da01675cda447cb95ff2426eb2226a6748fc8862 # Parent 10049946d984af05728536daf0ff64950ae3fa8f Revert non-significant part of change 1.5629. diff -r 10049946d984 -r da01675cda44 src/ChangeLog --- a/src/ChangeLog Tue Apr 03 11:17:35 2007 +0000 +++ b/src/ChangeLog Tue Apr 03 12:34:10 2007 +0000 @@ -396,8 +396,8 @@ * w32menu.c (Fx_popup_menu): Don't free menu strings here. (w32_menu_show): Do it here instead. - * w32fns.c (w32_wnd_proc) [WM_INITMENU]: Set menubar_active - frame parameter. + * w32fns.c (w32_wnd_proc) [WM_INITMENU]: Set menubar_active frame + parameter. * w32menu.c (current_popup_menu): Make available globally. (menubar_selection_callback): Free menu strings before pushing the @@ -431,8 +431,8 @@ 2007-02-20 Chong Yidong - * frame.c (x_set_screen_gamma): Apply gamma value to the - frame's bgcolor. + * frame.c (x_set_screen_gamma): Apply gamma value to the frame's + bgcolor. 2007-02-19 Kim F. Storm @@ -603,8 +603,8 @@ 2007-01-26 YAMAMOTO Mitsuharu - * alloc.c (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): - Use BLOCK_INPUT/UNBLOCK_INPUT. + * alloc.c (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Use + BLOCK_INPUT/UNBLOCK_INPUT. * blockinput.h (interrupt_input_blocked): Declare volatile. @@ -934,8 +934,8 @@ 2006-12-22 Eli Zaretskii - * makefile.w32-in (emacs, temacs): Depend on stamp_BLD instead - of $(BLD). + * makefile.w32-in (emacs, temacs): Depend on stamp_BLD instead of + $(BLD). ($(OBJ0) $(OBJ1) $(WIN32OBJ)): New dependency on stamp_BLD. (bootstrap-temacs): Pass $(XMFLAGS) to sub-make. ($(OBJ0) $(OBJ1) $(WIN32OBJ)): Add lastfile.$(O) and firstfile.$(O). @@ -954,8 +954,8 @@ 2006-12-20 Jan Dj,Ad(Brv - * sound.c: Include if ALSA_SUBDIR_INCLUDE - is defined. + * sound.c: Include if ALSA_SUBDIR_INCLUDE is + defined. 2006-12-20 Kim F. Storm @@ -1515,8 +1515,8 @@ 2006-11-03 Jan Dj,Ad(Brv - * xterm.c (x_raise_frame): Send _NET_ACTIVE_WINDOW when raising - the window. + * xterm.c (x_raise_frame): Send _NET_ACTIVE_WINDOW when raising the + window. 2006-11-02 Juanma Barranquero @@ -1572,8 +1572,8 @@ static const. (name_is_separator): Add const qualifier to arguments. - * macselect.c (init_service_handler): Make variable `specs' - static const. + * macselect.c (init_service_handler): Make variable `specs' static + const. * macterm.c (mac_create_bitmap_from_bitmap_data): Make variable `swap_nibbles' static const. @@ -1636,8 +1636,8 @@ 2006-10-23 Kim F. Storm - * xdisp.c (remember_mouse_glyph): Do nothing if glyphs are - not initialized. + * xdisp.c (remember_mouse_glyph): Do nothing if glyphs are not + initialized. * keyboard.c (read_char): Make an element (t . EVENT) in unread-command-events add EVENT to the current command's key sequence. @@ -1706,8 +1706,8 @@ 2006-10-13 Chong Yidong - * xdisp.c (decode_mode_spec): Ignore %c and %l constructs in - frame title. + * xdisp.c (decode_mode_spec): Ignore %c and %l constructs in frame + title. 2006-10-12 Chong Yidong @@ -1934,8 +1934,8 @@ 2006-09-19 YAMAMOTO Mitsuharu - * emacs.c (shut_down_emacs) [!subprocesses]: - Don't set inhibit_sentinels. + * emacs.c (shut_down_emacs) [!subprocesses]: Don't set + inhibit_sentinels. * mac.c [!MAC_OSX] (select): Fix argument name. @@ -2036,8 +2036,8 @@ * keyboard.c (command_loop_1): Adjust call of `Fcommand_remapping' for additional argument. - (parse_menu_item): Adjust call of `Fkey_binding' for - additional argument. + (parse_menu_item): Adjust call of `Fkey_binding' for additional + argument. (read_key_sequence): If there are both `local-map' and `keymap' text properties at some buffer position, heed both. @@ -2106,8 +2106,8 @@ 2006-09-10 Chong Yidong - * keymap.c (Fkey_binding): Check for local keymap for - mouse click events. + * keymap.c (Fkey_binding): Check for local keymap for mouse click + events. 2006-09-10 Kim F. Storm @@ -2230,8 +2230,8 @@ (install_window_handler, mac_handle_window_event) [USE_CARBON_EVENTS]: Handle kEventWindowGetIdealSize and kEventWindowBoundsChanged. - (XTread_socket) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: - Don't call DragWindow. + (XTread_socket) [MAC_OS_X_VERSION_MAX_ALLOWED >= 1030]: Don't call + DragWindow. 2006-09-07 Andreas Schwab @@ -2311,7 +2311,8 @@ 2006-09-02 Jindrich Makovicka (tiny change) - * fns.c (concat) [__GNUC__]: Declare with `__attribute__((noinline))'. + * fns.c (concat) [__GNUC__]: Declare with + `__attribute__((noinline))'. * eval.c (apply1, call2) [__GNUC__]: Declare with `__attribute__((noinline))'. @@ -2410,13 +2411,13 @@ (x_iconify_frame, XLoadQueryFont, install_window_handler) (mac_handle_command_event, init_command_handler, init_menu_bar): Use OSStatus instead of OSErr. - (x_free_frame_resources) [TARGET_API_MAC_CARBON]: - Don't use FRAME_FILE_NAME. + (x_free_frame_resources) [TARGET_API_MAC_CARBON]: Don't use + FRAME_FILE_NAME. (x_query_font): Apply 2006-08-04 change for xterm.c. (Qhi_command): Rename from Qhicommand. All uses changed. - * macterm.h (struct mac_output) [TARGET_API_MAC_CARBON]: - Remove member file_name. + * macterm.h (struct mac_output) [TARGET_API_MAC_CARBON]: Remove member + file_name. (FRAME_FILE_NAME): Remove macro. (install_window_handler, create_apple_event_from_event_ref): Return OSStatus instead of OSErr. @@ -2491,7 +2492,8 @@ 2006-08-21 Kenichi Handa * keyboard.c (syms_of_keyboard): Docstring of - Vunread_post_input_method_events and Vunread_input_method_events fixed. + Vunread_post_input_method_events and Vunread_input_method_events + fixed. 2006-08-20 Chong Yidong @@ -2534,8 +2536,8 @@ is exhausted, return with RET. (detect_coding_emacs_mule, detect_coding_iso2022) (detect_coding_sjis, detect_coding_big5, detect_coding_utf_8) - (detect_coding_utf_16, detect_coding_ccl): - Adjusted for the above change. + (detect_coding_utf_16, detect_coding_ccl): Adjusted for the above + change. 2006-08-14 Chong Yidong @@ -2707,8 +2709,9 @@ 2006-07-22 Ralf Angeli - * w32fns.c (w32_createwindow): If `left' and/or `top' frame parameters - are bound to some values, use that instead of CW_USEDEFAULT. + * w32fns.c (w32_createwindow): If `left' and/or `top' frame + parameters are bound to some values, use that instead of + CW_USEDEFAULT. 2006-07-21 Eli Zaretskii @@ -3392,7 +3395,8 @@ 2006-06-04 David Kastrup - * dispnew.c: Mention `redisplay-dont-pause' in doc string of `sit-for'. + * dispnew.c: Mention `redisplay-dont-pause' in doc string of + `sit-for'. 2006-06-03 YAMAMOTO Mitsuharu @@ -3405,11 +3409,11 @@ [USE_MAC_TSM]: Likewise. (syms_of_macterm) [USE_MAC_TSM]: Intern and staticpro them. (Qbefore_string) [USE_MAC_TSM]: Add extern. - (do_app_resume, do_app_suspend) [USE_MAC_TSM]: - Call ActivateTSMDocument/DeactivateTSMDocument. + (do_app_resume, do_app_suspend) [USE_MAC_TSM]: Call + ActivateTSMDocument/DeactivateTSMDocument. (mac_store_event_ref_as_apple_event): Call mac_post_mouse_moved_event. - (mac_handle_window_event) [USE_MAC_TSM]: - Handle kEventWindowFocusAcquired/kEventWindowFocusRelinquish. + (mac_handle_window_event) [USE_MAC_TSM]: Handle + kEventWindowFocusAcquired/kEventWindowFocusRelinquish. (mac_handle_text_input_event) [USE_MAC_TSM]: New function. (install_window_handler) [USE_MAC_TSM]: Install it. Register kEventWindowFocusAcquired/kEventWindowFocusRelinquish. @@ -3435,7 +3439,8 @@ 2006-06-02 Chong Yidong - * xfns.c (x_set_icon_name): No-op if arg is non-nil and not a string. + * xfns.c (x_set_icon_name): No-op if arg is non-nil and not a + string. 2006-06-02 YAMAMOTO Mitsuharu @@ -3553,8 +3558,8 @@ Move assignment to err out of if-statement. * gtkutil.c (menu_nav_ended): New function. - (create_menus): Connect menu_nav_ended to "selection-done" - to fix grabs. + (create_menus): Connect menu_nav_ended to "selection-done" to fix + grabs. * xmenu.c (Fmenu_bar_start): New function for USE_GTK and USE_X_TOOLKIT. @@ -3883,14 +3888,14 @@ (mac_store_service_event): Rename from mac_store_services_event in extern and calls. - * macterm.c (Qservice) [MAC_OSX]: Rename from Qservices. - All uses changed. + * macterm.c (Qservice) [MAC_OSX]: Rename from Qservices. All uses + changed. [MAC_OSX] (mac_store_service_event): Rename from mac_store_services_event. All callers changed. [USE_MAC_FONT_PANEL] (mac_set_font_info_for_selection): Add args FACE_ID and C. All callers changed. - (x_free_frame_resources) [USE_MAC_FONT_PANEL]: - Call mac_set_font_info_for_selection when focus frame is destroyed. + (x_free_frame_resources) [USE_MAC_FONT_PANEL]: Call + mac_set_font_info_for_selection when focus frame is destroyed. (XTread_socket): Revert to FrontNonFloatingWindow/FrontWindow. * macterm.h (mac_set_font_info_for_selection): Add 2nd and 3rd @@ -4327,8 +4332,8 @@ 2006-04-13 Nick Roberts - * xdisp.c (note_mouse_highlight): Add help echo for dragging - vertical line. + * xdisp.c (note_mouse_highlight): Add help echo for dragging vertical + line. 2006-04-12 Richard Stallman @@ -5047,8 +5052,9 @@ 2006-02-24 Jan Dj,Ad(Brv - * gtkutil.c (xg_get_image_for_pixmap): If x_find_image_file returns nil - the image file has been removed, in that case use the (cached) pixmap. + * gtkutil.c (xg_get_image_for_pixmap): If x_find_image_file returns + nil the image file has been removed, in that case use the (cached) + pixmap. 2006-02-24 Kenichi Handa @@ -5382,8 +5388,8 @@ * lisp.h (XPNTR) [!NO_UNION_TYPE && !HAVE_SHM && !DATA_SEG_BITS]: Cast bitfield value to EMACS_INT, to suppress gcc warning. - * xrdb.c (malloc, realloc, free) [emacs]: Undefine macros - before defining. + * xrdb.c (malloc, realloc, free) [emacs]: Undefine macros before + defining. 2006-02-03 Kim F. Storm @@ -5449,13 +5455,14 @@ (Fline_beginning_position, Fline_end_position): Clarify confusing doc string. - * cmds.c (Fbeginning_of_line, Fend_of_line): Clarify confusing - doc string. + * cmds.c (Fbeginning_of_line, Fend_of_line): Clarify confusing doc + string. 2006-01-26 Kenichi Handa * callproc.c (Fcall_process): GCPRO error_file. Encode infile, - current_dir, and error_file. On reporting an error, decode them back. + current_dir, and error_file. On reporting an error, decode them + back. 2006-01-24 Stefan Monnier @@ -5856,8 +5863,8 @@ 2005-12-21 L$,1 q(Brentey K,Aa(Broly - * print.c (print_preprocess): Don't lose print_depth levels - while iterating. + * print.c (print_preprocess): Don't lose print_depth levels while + iterating. 2005-12-21 YAMAMOTO Mitsuharu