]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Thu, 5 Jan 2006 08:14:52 +0000 (08:14 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Thu, 5 Jan 2006 08:14:52 +0000 (08:14 +0000)
lisp/ChangeLog
man/ChangeLog
src/ChangeLog

index d07198c3eec9634422e2457bcbdabb2f6ff9ecd4..d6ff9c58cf0237fdf046ca21bb8bfe9b253f22b0 100644 (file)
@@ -1,3 +1,11 @@
+2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
+       already of desired type.
+       (mac-ae-list): Coerce parameter to "list" type.
+       (mac-dispatch-apple-event): Replace cadr part of event with a
+       dummy position so that event-start returns it.
+
 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
 
        * textmodes/org.el: (org-end-of-subtree): New function.
index 2cad7a2906333453486a1c7716959caf698e7153..3b00b9ebf74fe943e0de434fe4b8c680180fa49d 100644 (file)
@@ -1,3 +1,7 @@
+2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * macos.texi (Mac International): Undo last change.
+
 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
 
        * org.texi: (Agenda Views): Chapter reorganized.
index b72a38da57ab23566fe18ab58762986d935a9784..36a003bc556dc21af6a386dc54657e93d826f6f1 100644 (file)
@@ -1,3 +1,12 @@
+2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * mac.c (mac_coerce_file_name_ptr, mac_coerce_file_name_desc):
+       Don't check that the other type is known file-related one.
+
+       * macfns.c (Fx_server_version): Use gestaltSystemVersionMajor,
+       gestaltSystemVersionMinor, and gestaltSystemVersionBugFix on Mac
+       OS X 10.4 and later.
+
 2006-01-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * gtkutil.c (xg_get_image_for_pixmap): If the image is from a file,