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: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Fri, 10 Feb 2006 08:22:37 +0000

Index: emacs/src/ChangeLog
diff -u emacs/src/ChangeLog:1.4865 emacs/src/ChangeLog:1.4866
--- emacs/src/ChangeLog:1.4865  Fri Feb 10 00:00:31 2006
+++ emacs/src/ChangeLog Fri Feb 10 08:22:36 2006
@@ -1,3 +1,25 @@
+2006-02-10  YAMAMOTO Mitsuharu  <address@hidden>
+
+       * macfns.c (x_set_mouse_color): Don't call rif->define_frame_cursor
+       if window_desc is not set yet.
+       (Fx_create_frame): Remove variable x_frame_name.  Apply 2005-12-07
+       and 2006-01-26 changes for xfns.c.  Call x_iconify_frame if frame
+       parameter `visibility' is `icon'.
+       (Fx_create_frame, x_create_tip_frame): Use "fontset-standard"
+       instead of "fontset-mac".
+       (Fx_focus_frame): New defun.
+       (syms_of_macfns): Defsubr it.
+
+       * macterm.c (mac_define_frame_cursor): Don't change pointer shape
+       for unfocused frame.
+       (x_raise_frame): Call BringToFront instead of SelectWindow.
+       (x_lower_frame): Use NULL instead of nil.
+       (x_make_frame_visible): Don't call SelectWindow.
+       (XTread_socket): Increment handling_signal at the start, decrement
+       it at the end.
+       [USE_CG_TEXT_DRAWING] (init_cg_text_anti_aliasing_threshold): Use
+       CFPreferencesGetAppIntegerValue instead of Fmac_get_preference.
+
 2006-02-10  Kim F. Storm  <address@hidden>
 
        * data.c (Findirect_function): Add NOERROR arg.  All callers changed




reply via email to

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