changeset 68039:c83d0a0de875

*** empty log message ***
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Thu, 05 Jan 2006 08:14:52 +0000
parents d6e0fb5cc470
children c55514465239
files lisp/ChangeLog man/ChangeLog src/ChangeLog
diffstat 3 files changed, 21 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Jan 05 08:14:33 2006 +0000
+++ b/lisp/ChangeLog	Thu Jan 05 08:14:52 2006 +0000
@@ -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.
--- a/man/ChangeLog	Thu Jan 05 08:14:33 2006 +0000
+++ b/man/ChangeLog	Thu Jan 05 08:14:52 2006 +0000
@@ -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.
--- a/src/ChangeLog	Thu Jan 05 08:14:33 2006 +0000
+++ b/src/ChangeLog	Thu Jan 05 08:14:52 2006 +0000
@@ -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,Ad(Brv  <jan.h.d@swipnet.se>
 
 	* gtkutil.c (xg_get_image_for_pixmap): If the image is from a file,