]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Fri, 10 Feb 2006 08:35:43 +0000 (08:35 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Fri, 10 Feb 2006 08:35:43 +0000 (08:35 +0000)
etc/ChangeLog
lisp/ChangeLog
mac/ChangeLog
man/ChangeLog
src/ChangeLog

index 70295a93eebaeff5d71092dfcf1ed26ab0718a3f..382a97ab50a43ae2d1ebe882d25b24da647ff9fb 100644 (file)
@@ -1,3 +1,7 @@
+2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * PROBLEMS (Mac OS X): Add QuickTime 7.0.4 / Mac OS X 10.3.9 breakage.
+
 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
 
        * NEWS: New key bindings for Tumme in Dired.
index c5810d25d599157c377e28caaa6cc4d01f02770a..226aba7a7ea8349c4080047216dbf52200322940 100644 (file)
@@ -1,3 +1,10 @@
+2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * frame.el (select-frame-set-input-focus): Call x-focus-frame also
+       when window-system is mac.
+
+       * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
+
 2006-02-10  Kim F. Storm  <storm@cua.dk>
 
        * subr.el (substitute-key-definition-key): Pass t for NOERROR to
index eb58386a16798454a1a761a47b863d9a812f7748..5da9f7aca76b6229b52e20d8949fdb1e84870019 100644 (file)
@@ -1,3 +1,8 @@
+2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * makefile.MPW (shortlisp, SOME_MACHINE_LISP): Sync with
+       src/Makefile.in.
+
 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
 
        * makefile.MPW (macselect.c.x): Depend on keymap.h.
index 242594b1945a0acfdcb9fbd3e6f9494fa8cfa81c..e48374ce6d4c6c0f96dec4e39c24d7bfa276fb37 100644 (file)
@@ -1,3 +1,8 @@
+2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * macos.texi (Mac International): Rename "fontset-mac" to
+       "fontset-standard".
+
 2006-02-09  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * gnus.texi (Gnus Versions): Add history beyond start of Oort.
index fd2c46ec62a091b4d5d9c031243ce43f89f0a1ff..d5a57e890ef728e190fbe8e652be1578b0e61d96 100644 (file)
@@ -1,3 +1,25 @@
+2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * 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  <storm@cua.dk>
 
        * data.c (Findirect_function): Add NOERROR arg.  All callers changed