/[emacs]/emacs/src/ChangeLog
ViewVC logotype

Diff of /emacs/src/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4020 by handa, Tue Nov 16 00:30:13 2004 UTC revision 1.4021 by kfstorm, Tue Nov 16 00:31:32 2004 UTC
# Line 52  Line 52 
52          * xfns.c (Fx_file_dialog): Call x_menu_in_use and x_menu_set_in_use.          * xfns.c (Fx_file_dialog): Call x_menu_in_use and x_menu_set_in_use.
53          Record unwind with clean_up_file_dialog.          Record unwind with clean_up_file_dialog.
54    
55          * xterm.h: Declare x_menu_in_use, x_menu_set_in_use,          * xterm.h (x_menu_in_use, x_menu_set_in_use, x_menu_wait_for_event):
56          x_menu_wait_for_event.          Declare.
57    
58          * xmenu.c (x_menu_in_use, x_menu_set_in_use): New functions.          * xmenu.c (x_menu_in_use, x_menu_set_in_use): New functions.
59    
# Line 246  Line 246 
246    
247  2004-11-07  Andreas Schwab  <schwab@suse.de>  2004-11-07  Andreas Schwab  <schwab@suse.de>
248    
249          * lisp.h: Declare Fmsdos_downcase_filename.          * lisp.h (Fmsdos_downcase_filename): Declare.
250          * dired.c: Don't declare Fmsdos_downcase_filename.          * dired.c (Fmsdos_downcase_filename): Don't declare here.
251          * fileio.c: Likewise.          * fileio.c: Likewise.
252    
253  2004-11-07  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>  2004-11-07  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
# Line 258  Line 258 
258    
259          * msdos.c (IT_set_frame_parameters): Use EQ, not ==, for Lisp_Object:s.          * msdos.c (IT_set_frame_parameters): Use EQ, not ==, for Lisp_Object:s.
260    
261          * dired.c: extern declare Fmsdos_downcase_filename on MSDOS to avoid          * dired.c (Fmsdos_downcase_filename): Declare extern on MSDOS to avoid
262          int/Lisp_Object mixup.          int/Lisp_Object mixup.
263    
264          * fileio.c: Ditto.          * fileio.c: Ditto.
# Line 367  Line 367 
367    
368          * fileio.c (Fnext_read_file_uses_dialog_p): New function.          * fileio.c (Fnext_read_file_uses_dialog_p): New function.
369    
370          * gtkutil.h: Declare use_old_gtk_file_dialog.          * gtkutil.h (use_old_gtk_file_dialog): Declare.
371    
372          * gtkutil.c: Make use_old_gtk_file_dialog non-static.          * gtkutil.c: Make use_old_gtk_file_dialog non-static.
373          (xg_initialize): Move DEFVAR_BOOL for use_old_gtk_file_dialog ...          (xg_initialize): Move DEFVAR_BOOL for use_old_gtk_file_dialog ...
# Line 844  Line 844 
844          precedence.          precedence.
845          (XTread_socket) [TARGET_API_MAC_CARBON]: Don't specify drag area.          (XTread_socket) [TARGET_API_MAC_CARBON]: Don't specify drag area.
846    
   
847  2004-10-05  Jan Dj,Ad(Brv.  <jan.h.d@swipnet.se>  2004-10-05  Jan Dj,Ad(Brv.  <jan.h.d@swipnet.se>
848    
849          * config.in: Regenerate.          * config.in: Regenerate.
# Line 1421  Line 1420 
1420    
1421  2004-07-24  Richard M. Stallman  <rms@gnu.org>  2004-07-24  Richard M. Stallman  <rms@gnu.org>
1422    
1423          * keyboard.h (not_single_kboard_state): Declared.          * keyboard.h (not_single_kboard_state): Declare.
1424    
1425          * fileio.c (Fwrite_region): Doc fix.          * fileio.c (Fwrite_region): Doc fix.
1426    
# Line 1629  Line 1628 
1628          (lookup_image_type): Pass Qnil as second argument to          (lookup_image_type): Pass Qnil as second argument to
1629          Finit_image_library.          Finit_image_library.
1630    
1631          * lisp.h: Declare Finit_image_library.          * lisp.h (Finit_image_library): Declare.
1632    
1633  2004-06-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>  2004-06-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1634    
# Line 2474  Line 2473 
2473    
2474  2004-05-10  Andreas Schwab  <schwab@suse.de>  2004-05-10  Andreas Schwab  <schwab@suse.de>
2475    
2476          * lisp.h: Declare Fmake_symbolic_link.          * lisp.h (Fmake_symbolic_link): Declare.
2477    
2478          * fileio.c (Frename_file): Remove extra argument in call to          * fileio.c (Frename_file): Remove extra argument in call to
2479          Fmake_symbolic_link.          Fmake_symbolic_link.
# Line 4965  Line 4964 
4964          (update_frame_tool_bar): Call xg_get_gdk_pixmap_and_mask.          (update_frame_tool_bar): Call xg_get_gdk_pixmap_and_mask.
4965          (xg_initialize): Remove xg_left_ptr_cursor.          (xg_initialize): Remove xg_left_ptr_cursor.
4966    
4967          * gtkutil.h: xg_get_scroll_id_for_window, xg_win_to_widget takes          * gtkutil.h (xg_get_scroll_id_for_window, xg_win_to_widget): Add
4968          Display* argument also.  Declare xg_display_open,          Display* argument.
4969          xg_display_close, xg_create_default_cursor.          (xg_display_open, xg_display_close, xg_create_default_cursor): Declare.
4970    
4971  2003-11-14  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>  2003-11-14  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
4972    
# Line 5033  Line 5032 
5032    
5033  2003-11-02  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>  2003-11-02  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
5034    
5035          * gtkutil.h: Declare xg_have_tear_offs, remove xg_keep_popup          * gtkutil.h (xg_have_tear_offs): Declare.
5036          and xg_did_tearoff.          (xg_keep_popup, xg_did_tearoff): Remove.
5037    
5038          * gtkutil.c: Remove variable xg_did_tearoff.          * gtkutil.c: Remove variable xg_did_tearoff.
5039          (xg_have_tear_offs): New function.          (xg_have_tear_offs): New function.
# Line 5532  Line 5531 
5531    
5532          * alloc.c (lisp_align_malloc): Change type of `aligned'.          * alloc.c (lisp_align_malloc): Change type of `aligned'.
5533    
5534          * alloca.s: Removed.          * alloca.s: Remove.
5535    
5536  2003-08-19  Gerd Moellmann  <gerd@gnu.org>  2003-08-19  Gerd Moellmann  <gerd@gnu.org>
5537    
# Line 8154  Line 8153 
8153          (handle_one_xevent): ButtonPress/Release:  If event is for a toolkit          (handle_one_xevent): ButtonPress/Release:  If event is for a toolkit
8154          scrollbar and control is pressed, call x_scroll_bar_handle_click.          scrollbar and control is pressed, call x_scroll_bar_handle_click.
8155    
8156          * gtkutil.h: Declare xg_get_scroll_id_for_window.          * gtkutil.h (xg_get_scroll_id_for_window): Declare.
8157    
8158          * gtkutil.c (xg_get_scroll_id_for_window): New function.          * gtkutil.c (xg_get_scroll_id_for_window): New function.
8159          (xg_tool_bar_item_expose_callback): New function.          (xg_tool_bar_item_expose_callback): New function.
# Line 8856  Line 8855 
8855          (FRAME_OUTER_TO_INNER_DIFF_Y): Add FRAME_TOOLBAR_HEIGHT to calculation.          (FRAME_OUTER_TO_INNER_DIFF_Y): Add FRAME_TOOLBAR_HEIGHT to calculation.
8856    
8857          * xterm.c: Include gtkutil.h for USE_GTK.          * xterm.c: Include gtkutil.h for USE_GTK.
8858          Declare extern void free_frame_menubar for USE_GTK.          (free_frame_menubar): Declare extern void for USE_GTK.
8859          (note_mouse_highlight): Check popup_activated for USE_GTK.          (note_mouse_highlight): Check popup_activated for USE_GTK.
8860          (xt_action_hook): Don't compile if USE_GTK.          (xt_action_hook): Don't compile if USE_GTK.
8861          (x_scroll_bar_to_input_event): Use CurrentTime for USE_GTK.          (x_scroll_bar_to_input_event): Use CurrentTime for USE_GTK.
# Line 8926  Line 8925 
8925          (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_TOOL_BAR.          (redisplay_window): Add check for USE_GTK and FRAME_EXTERNAL_TOOL_BAR.
8926          (display_menu_bar): Add check for USE_GTK          (display_menu_bar): Add check for USE_GTK
8927    
8928          * lisp.h: Declare Vx_resource_name extern.          * lisp.h (Vx_resource_name): Declare extern.
8929    
8930          * keyboard.c (kbd_buffer_get_event): Check MENU_BAR_ACTIVATE_EVENT          * keyboard.c (kbd_buffer_get_event): Check MENU_BAR_ACTIVATE_EVENT
8931          for USE_GTK.          for USE_GTK.
# Line 9143  Line 9142 
9142          (XSAVE_VALUE): New macro.          (XSAVE_VALUE): New macro.
9143          (struct Lisp_Save_Value): New data type.          (struct Lisp_Save_Value): New data type.
9144          (union Lisp_Misc): Add u_save_value alternative.          (union Lisp_Misc): Add u_save_value alternative.
9145          (make_save_value): Declared.          (make_save_value): Declare.
9146    
9147          * alloc.c (make_save_value): New function.          * alloc.c (make_save_value): New function.
9148    
# Line 12213  Line 12212 
12212          * fontset.c [MAC_OS]: Set Vdefault_fontset to ETL Fixed instead of          * fontset.c [MAC_OS]: Set Vdefault_fontset to ETL Fixed instead of
12213          Apple Monaco.          Apple Monaco.
12214    
12215          * process.c: Declare QCfamily and QCfilter as extern.          * process.c (QCfamily, QCfilte): Declare extern.
12216          (wait_reading_process_input) [MAC_OSX]: Clear bit for stdin before          (wait_reading_process_input) [MAC_OSX]: Clear bit for stdin before
12217          calling select.          calling select.
12218    
# Line 13041  Line 13040 
13040    
13041  2002-03-10  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>  2002-03-10  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
13042    
13043          * xterm.h (x_session_check_input, x_session_initialize): Declared.          * xterm.h (x_session_check_input, x_session_initialize): Declare.
13044    
13045          * xterm.c: (XTread_socket): Add call to x_session_check_input and          * xterm.c: (XTread_socket): Add call to x_session_check_input and
13046          x_session_have_connection.          x_session_have_connection.
# Line 13053  Line 13052 
13052    
13053          * emacs.c (main): Add call to syms_of_xsmfns.          * emacs.c (main): Add call to syms_of_xsmfns.
13054    
13055          * lisp.h: Declare syms_of_xsmfns as extern.          * lisp.h (syms_of_xsmfns): Declare extern.
13056    
13057          * config.in: Add HAVE_X_SM.          * config.in: Add HAVE_X_SM.
13058    
# Line 14398  Line 14397 
14397  2001-12-09  Jason Rumney  <jasonr@gnu.org>  2001-12-09  Jason Rumney  <jasonr@gnu.org>
14398    
14399          * w32menu.c (_widget_value): Make `help' field a Lisp_Object.          * w32menu.c (_widget_value): Make `help' field a Lisp_Object.
14400          Add     comment to explain where the struct came from.          Add comment to explain where the struct came from.
14401          (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.          (single_submenu, w32_menu_show): Set `help' field as Lisp_Object.
14402          (add_menu_item): Process pop-up menus first to avoid memory leak.          (add_menu_item): Process pop-up menus first to avoid memory leak.
14403          (add_menu_item, w32_menu_display_help): Use `help' field as          (add_menu_item, w32_menu_display_help): Use `help' field as
# Line 15184  Line 15183 
15183          * insdel.c (replace_range): Use adjust_markers_for_replace          * insdel.c (replace_range): Use adjust_markers_for_replace
15184          instead of adjust_markers_for_delete and adjust_markers_for_insert.          instead of adjust_markers_for_delete and adjust_markers_for_insert.
15185    
15186          * intervals.h: Declare set_text_properties and set_text_properties_1.          * intervals.h (set_text_properties, set_text_properties_1): Declare.
15187    
15188          * textprop.c (set_text_properties_1): New subroutine          * textprop.c (set_text_properties_1): New subroutine
15189          broken out of set_text_properties.          broken out of set_text_properties.

Legend:
Removed from v.1.4020  
changed lines
  Added in v.1.4021

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26