emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Thu, 30 Jan 2003 15:55:53 -0500

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3070 emacs/src/ChangeLog:1.3071
*** emacs/src/ChangeLog:1.3070  Thu Jan 30 09:27:00 2003
--- emacs/src/ChangeLog Thu Jan 30 12:14:48 2003
***************
*** 1,3 ****
--- 1,7 ----
+ 2003-01-30  Jan Dj,Ad(Brv  <address@hidden>
+ 
+       * gtkutil.c (free_frame_tool_bar): Removed debug printf.
+ 
  2003-01-30  Dave Love  <address@hidden>
  
        * alloc.c (Vgc_elapsed, gcs_done): New variables.
***************
*** 41,47 ****
        (xg_item_label_same_p, xg_update_menu_item): Check for NULL string
        before calling strcmp or strlen.
  
! 2003-01-26  Jan D.  <address@hidden>
  
        * gtkutil.c (update_frame_tool_bar): Call prepare_image_for_display
        and handle image load failure.
--- 45,51 ----
        (xg_item_label_same_p, xg_update_menu_item): Check for NULL string
        before calling strcmp or strlen.
  
! 2003-01-26  Jan Dj,Ad(Brv  <address@hidden>
  
        * gtkutil.c (update_frame_tool_bar): Call prepare_image_for_display
        and handle image load failure.
***************
*** 67,73 ****
  
        * buffer.c (Fkill_buffer): Call format2 instead of format1.
  
! 2003-01-25  Jan D.  <address@hidden>
  
        * xterm.h: Change to return value of x_dispatch_event to int.
  
--- 71,77 ----
  
        * buffer.c (Fkill_buffer): Call format2 instead of format1.
  
! 2003-01-25  Jan Dj,Ad(Brv  <address@hidden>
  
        * xterm.h: Change to return value of x_dispatch_event to int.
  
***************
*** 102,108 ****
  
        * minibuf.c (Fminibuffer_message): Verify type of parameter.
  
! 2003-01-24  Jan D.  <address@hidden>
  
        * gtkutil.c (xg_initialize): Initialize id_to_widget here instead
        of static initializer.
--- 106,112 ----
  
        * minibuf.c (Fminibuffer_message): Verify type of parameter.
  
! 2003-01-24  Jan Dj,Ad(Brv  <address@hidden>
  
        * gtkutil.c (xg_initialize): Initialize id_to_widget here instead
        of static initializer.
***************
*** 201,207 ****
  
        * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG.
  
! 2003-01-21  Jan D.  <address@hidden>
  
        * gtkutil.c: Must include stdio.h before termhooks.h
  
--- 205,211 ----
  
        * Makefile.in (ALL_CFLAGS): Include MYCPPFLAGS, not MYCPPFLAG.
  
! 2003-01-21  Jan Dj,Ad(Brv  <address@hidden>
  
        * gtkutil.c: Must include stdio.h before termhooks.h
  
***************
*** 239,250 ****
        * xdisp.c (redisplay_window): If mini window's buffer is not
        a minibuffer, then redisplay it like other windows.
  
! 2003-01-20  Jan D.  <address@hidden>
  
        * gtkutil.c (xg_create_frame_widgets): Check if there is an
        external tool bar before setting tool bar height.
  
! 2003-01-19  Jan D.  <address@hidden>
  
        * xterm.c (handle_one_xevent): Surround popup_activated
        with #ifdef:s for non-toolkit version.
--- 243,254 ----
        * xdisp.c (redisplay_window): If mini window's buffer is not
        a minibuffer, then redisplay it like other windows.
  
! 2003-01-20  Jan Dj,Ad(Brv  <address@hidden>
  
        * gtkutil.c (xg_create_frame_widgets): Check if there is an
        external tool bar before setting tool bar height.
  
! 2003-01-19  Jan Dj,Ad(Brv  <address@hidden>
  
        * xterm.c (handle_one_xevent): Surround popup_activated
        with #ifdef:s for non-toolkit version.
***************
*** 360,366 ****
  
        * charset.h (Funibyte_char_to_multibyte): Export.
  
! 2003-01-18  Jan D.  <address@hidden>
  
        * xmenu.c (mouse_position_for_popup): New function.
        (Fx_popup_menu): Call mouse_position_for_popup for X and
--- 364,370 ----
  
        * charset.h (Funibyte_char_to_multibyte): Export.
  
! 2003-01-18  Jan Dj,Ad(Brv  <address@hidden>
  
        * xmenu.c (mouse_position_for_popup): New function.
        (Fx_popup_menu): Call mouse_position_for_popup for X and
***************
*** 487,493 ****
        * process.c (Fmake_network_process): Convert new port number
        to host byte order for `:service t' case.  From Mario Lang.
  
! 2003-01-08  Jan D.  <address@hidden>
  
        * xfns.c (Fx_file_dialog): Call XtAppNextEvent and x_dispatch_event
        instead of XtAppProcessEvent.
--- 491,497 ----
        * process.c (Fmake_network_process): Convert new port number
        to host byte order for `:service t' case.  From Mario Lang.
  
! 2003-01-08  Jan Dj,Ad(Brv  <address@hidden>
  
        * xfns.c (Fx_file_dialog): Call XtAppNextEvent and x_dispatch_event
        instead of XtAppProcessEvent.
***************
*** 1516,1522 ****
        * macmenu.c (mac_menu_show): Add j to count menu items; match
        menu_item_selection to it to find selected item.
  
! 2002-10-06  Jan D.  <address@hidden>
  
        * xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all
        cases.  The correct fix is to pass ReparentNotify to Xt.
--- 1520,1526 ----
        * macmenu.c (mac_menu_show): Add j to count menu items; match
        menu_item_selection to it to find selected item.
  
! 2002-10-06  Jan Dj,Ad(Brv  <address@hidden>
  
        * xterm.c (XTread_socket): Fix from 2002-10-03 didn't cover all
        cases.  The correct fix is to pass ReparentNotify to Xt.
***************
*** 1543,1549 ****
        * macterm.c (keycode_to_xkeysym_table): Change return to be
        treated like an X keysym.
  
! 2002-10-03  Jan D.  <address@hidden>
  
        * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0,
        and USE_MOTIF, call XTranslateCoordinates to get the real x and y.
--- 1547,1553 ----
        * macterm.c (keycode_to_xkeysym_table): Change return to be
        treated like an X keysym.
  
! 2002-10-03  Jan Dj,Ad(Brv  <address@hidden>
  
        * xterm.c (XTread_socket): For ConfigureNotify, with x and y == 0,
        and USE_MOTIF, call XTranslateCoordinates to get the real x and y.
***************
*** 2847,2853 ****
  
        * xdisp.c (store_mode_line_string): Lisp_Object/int mixup.
  
! 2002-06-28  Jan D.  <address@hidden>
  
        * keyboard.c (readable_filtered_events): New function that filters
        FOCUS_IN_EVENT depending on parameter.
--- 2851,2857 ----
  
        * xdisp.c (store_mode_line_string): Lisp_Object/int mixup.
  
! 2002-06-28  Jan Dj,Ad(Brv  <address@hidden>
  
        * keyboard.c (readable_filtered_events): New function that filters
        FOCUS_IN_EVENT depending on parameter.
***************
*** 4451,4457 ****
        * lread.c (Fload): Don't assume that message_with_string uses the
        string it is given like a C string.
  
! 2002-03-10  Jan D.  <address@hidden>
  
        * xterm.h (x_session_check_input, x_session_initialize): Declared.
  
--- 4455,4461 ----
        * lread.c (Fload): Don't assume that message_with_string uses the
        string it is given like a C string.
  
! 2002-03-10  Jan Dj,Ad(Brv  <address@hidden>
  
        * xterm.h (x_session_check_input, x_session_initialize): Declared.
  
***************
*** 5202,5212 ****
  
        * .gdbinit (hookpost-run): Defined.
  
! 2002-01-22  Jan D.  <address@hidden>
  
        * xfns.c (x_set_frame_parameters): Typo in previous fix corrected.
  
! 2002-01-21  Jan D.  <address@hidden>
  
        * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
        if fullscreen is being set.
--- 5206,5216 ----
  
        * .gdbinit (hookpost-run): Defined.
  
! 2002-01-22  Jan Dj,Ad(Brv  <address@hidden>
  
        * xfns.c (x_set_frame_parameters): Typo in previous fix corrected.
  
! 2002-01-21  Jan Dj,Ad(Brv  <address@hidden>
  
        * xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
        if fullscreen is being set.
***************
*** 5358,5364 ****
        * emacs.c (USAGE2): Add the --color option.
        (standard_args): Ditto.
  
! 2002-01-13  Jan Djarv  <address@hidden>
  
        * xterm.h (struct x_output): New members want_fullscreen,
        x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and
--- 5362,5368 ----
        * emacs.c (USAGE2): Add the --color option.
        (standard_args): Ditto.
  
! 2002-01-13  Jan Dj,Ad(Brv  <address@hidden>
  
        * xterm.h (struct x_output): New members want_fullscreen,
        x_pixels_diff, y_pixels_diff, x_pixels_outer_diff, and




reply via email to

[Prev in Thread] Current Thread [Next in Thread]