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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Tue, 07 Sep 2004 01:58:10 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3860 emacs/src/ChangeLog:1.3861
*** emacs/src/ChangeLog:1.3860  Fri Sep  3 21:34:11 2004
--- emacs/src/ChangeLog Tue Sep  7 05:52:52 2004
***************
*** 1,6 ****
  2004-09-03  Jason Rumney  <address@hidden>
  
!       * w32menu.c (_widget_value): Added lname and lkey.
        (digest_single_submenu): Set lname and lkey in widget_value
        instead of name and key.
        (update_submenu_strings): New function.
--- 1,11 ----
+ 2004-09-07  Stefan  <address@hidden>
+ 
+       * xmenu.c (update_submenu_strings): YAILOM.
+       (set_frame_menubar): Make sure last_i is initialized.
+ 
  2004-09-03  Jason Rumney  <address@hidden>
  
!       * w32menu.c (_widget_value): Add lname and lkey.
        (digest_single_submenu): Set lname and lkey in widget_value
        instead of name and key.
        (update_submenu_strings): New function.
***************
*** 12,18 ****
        UTF-8 if Unicode API is available.
        (utf8to16): New function.
        (add_menu_item): Use it when calling Unicode API.
!       
  2004-09-03  Kim F. Storm  <address@hidden>
  
        * xdisp.c (set_cursor_from_row): Look for non-nil `cursor' property
--- 17,23 ----
        UTF-8 if Unicode API is available.
        (utf8to16): New function.
        (add_menu_item): Use it when calling Unicode API.
! 
  2004-09-03  Kim F. Storm  <address@hidden>
  
        * xdisp.c (set_cursor_from_row): Look for non-nil `cursor' property
***************
*** 22,35 ****
  2004-09-02  YAMAMOTO Mitsuharu  <address@hidden>
  
        * macfns.c (x_real_positions): Save the current window port and
!       set a new one before obtaining the global coordinate.  Use
!       FRAME_MAC_WINDOW.
!       (x_set_name, x_set_title): Encode title to UTF8.  Use
!       SetWindowTitleWithCFString.
        (Fx_server_version): Get correct OS version.
  
!       * macmenu.c (add_menu_item): Remove unused variable `i'.  Don't
!       let separator items destroy refence constants of other menu items.
  
        * macterm.c (x_update_end): Move SetPortWindowPort to inside
        BLOCK_INPUT.
--- 27,40 ----
  2004-09-02  YAMAMOTO Mitsuharu  <address@hidden>
  
        * macfns.c (x_real_positions): Save the current window port and
!       set a new one before obtaining the global coordinate.
!       Use FRAME_MAC_WINDOW.
!       (x_set_name, x_set_title): Encode title to UTF8.
!       Use SetWindowTitleWithCFString.
        (Fx_server_version): Get correct OS version.
  
!       * macmenu.c (add_menu_item): Remove unused variable `i'.
!       Don't let separator items destroy refence constants of other menu items.
  
        * macterm.c (x_update_end): Move SetPortWindowPort to inside
        BLOCK_INPUT.
***************
*** 40,47 ****
  
        * s/darwin.h (LIBS_CARBON): New define to specify libraries for
        Carbon support.
!       (LD_SWITCH_SYSTEM_TEMACS): Don't link with unused libstdc++.  Use
!       LIBS_CARBON.
  
  2004-09-02  Jan Dj,Ad(Brv  <address@hidden>
  
--- 45,52 ----
  
        * s/darwin.h (LIBS_CARBON): New define to specify libraries for
        Carbon support.
!       (LD_SWITCH_SYSTEM_TEMACS): Don't link with unused libstdc++.
!       Use LIBS_CARBON.
  
  2004-09-02  Jan Dj,Ad(Brv  <address@hidden>
  
***************
*** 56,62 ****
  
  2004-08-30  Jan Dj,Ad(Brv  <address@hidden>
  
!       * macmenu.c (_widget_value): Added lname and lkey.
        (single_submenu): Set lname and lkey in widget_value
        instead of name and key.
        (update_submenu_strings): New function.
--- 61,67 ----
  
  2004-08-30  Jan Dj,Ad(Brv  <address@hidden>
  
!       * macmenu.c (_widget_value): Add lname and lkey.
        (single_submenu): Set lname and lkey in widget_value
        instead of name and key.
        (update_submenu_strings): New function.




reply via email to

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