From 07f9b01c98b0ac2b1e1c591f92fc5594de4a593b Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Thu, 5 Jan 2006 08:14:52 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 8 ++++++++ man/ChangeLog | 4 ++++ src/ChangeLog | 9 +++++++++ 3 files changed, 21 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d07198c3eec..d6ff9c58cf0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/man/ChangeLog b/man/ChangeLog index 2cad7a29063..3b00b9ebf74 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index b72a38da57a..36a003bc556 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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, -- 2.39.2