From: YAMAMOTO Mitsuharu Date: Wed, 6 Apr 2005 02:24:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~1180 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=369f76bbf5dfab0c15f024c84943199ec502e319;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 25516e8d6c1..4f2fc98e54a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2005-04-06 YAMAMOTO Mitsuharu + + * term/mac-win.el: Use create-fontset-from-mac-roman-font to + create the startup fontset if a font specification ends with + `mac-roman'. + 2005-04-06 Lute Kamstra * emacs-lisp/copyright.el (copyright-update-year): Replace the diff --git a/mac/ChangeLog b/mac/ChangeLog index 8b12032ce5c..9a1ded737ff 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog @@ -1,3 +1,11 @@ +2005-04-06 YAMAMOTO Mitsuharu + + * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings + (CFBundleShortVersionString, CFBundleGetInfoString): Fix version + number and copyright. + + * Emacs.r (DITL, vers): Likewise. + 2005-03-16 YAMAMOTO Mitsuharu * Emacs.app/Contents/Info.plist (CFBundleIdentifier): Change to diff --git a/src/ChangeLog b/src/ChangeLog index 34bf8b41b45..0aacb589d79 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2005-04-06 YAMAMOTO Mitsuharu + + * mac.c (cfdate_to_lisp): Add `const' for variable `epoch_gdate'. + (Fmac_get_preference): Doc fix. + + * macfns.c (Fx_create_frame, x_create_tip_frame): Add + "fontset-mac" to fallback font/fontsets. + 2005-04-04 Kim F. Storm * alloc.c (Fgarbage_collect): Call CHECK_CONS_LIST before and after gc.