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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog [emacs-unicode-2]
Date: Sat, 04 Sep 2004 05:36:24 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3331.2.15 emacs/src/ChangeLog:1.3331.2.16
*** emacs/src/ChangeLog:1.3331.2.15     Fri Aug 27 07:00:31 2004
--- emacs/src/ChangeLog Sat Sep  4 09:14:27 2004
***************
*** 1,3 ****
--- 1,89 ----
+ 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.
+       (set_frame_menubar): Remove call to inhibit_garbage_collection,
+       call update_submenu_strings.
+ 
+       * w32menu.c (globals_of_w32menu): Check for Unicode API.
+       (digest_single_submenu, w32_menu_show): Encode menu strings as
+       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
+       in overlay or text-property strings; set cursor on corresponding
+       glyph rather than at end of the string.
+ 
+ 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.
+       (x_set_offset): Use FRAME_MAC_WINDOW.
+ 
+       * xdisp.c (note_mouse_highlight): Set the mouse pointer shape to
+       nontext_cursor if it is on a scroll bar.
+ 
+       * 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>
+ 
+       * xfns.c (x_set_name_internal): New function.  Check if we shall call
+       xfree before ENCODE_UTF_8.
+       (x_set_name, x_set_title): Call x_set_name_internal.
+ 
+ 2004-08-31  NAKAMURA Toshikazu  <address@hidden>  (tiny change)
+ 
+       * w32fns.c (w32_load_font): If a BDF font is already loaded, do not
+       reload it.
+ 
+ 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.
+       (set_frame_menubar): Remove call to inhibit_garbage_collection,
+       call update_submenu_strings.
+ 
+       * xmenu.c (digest_single_submenu): Set lname and lkey in widget_value
+       instead of name and key.
+       (update_submenu_strings): New function.
+       (set_frame_menubar): Remove call to inhibit_garbage_collection,
+       call update_submenu_strings.
+ 
+       * gtkutil.h (_widget_value): Added lname and lkey.
+ 
+ 2004-08-30  Steven Tamm  <address@hidden>
+ 
+       * macmenu.c (mac_menu_show): Remove shadowing of menu variable
+       by using different names for inner loop variables.
+ 
+ 2004-08-27  Jan Dj,Ad(Brv  <address@hidden>
+ 
+       * xmenu.c (set_frame_menubar): Reintroduce inhibit_garbage_collection
+       from 1.233 so that strings from ENCODE_UTF_8 isn't GC:ed before used.
+ 
+       * gtkutil.c (xg_create_frame_widgets): Compensate for tool bar when
+       tool bar items is 0.
+ 
  2004-08-26  YAMAMOTO Mitsuharu  <address@hidden>
  
        * macmenu.c (ENCODE_MENU_STRING): Added to handle multibyte




reply via email to

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