# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1136448892 0 # Node ID c83d0a0de8753c46a1b3d1d43f0306ce7f370486 # Parent d6e0fb5cc470f447a56c86f1dbf2873bfa28f140 *** empty log message *** diff -r d6e0fb5cc470 -r c83d0a0de875 lisp/ChangeLog --- 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 + + * 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 * textmodes/org.el: (org-end-of-subtree): New function. diff -r d6e0fb5cc470 -r c83d0a0de875 man/ChangeLog --- 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 + + * macos.texi (Mac International): Undo last change. + 2006-01-05 Carsten Dominik * org.texi: (Agenda Views): Chapter reorganized. diff -r d6e0fb5cc470 -r c83d0a0de875 src/ChangeLog --- 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 + + * 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 * gtkutil.c (xg_get_image_for_pixmap): If the image is from a file,