# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1112754299 0 # Node ID f56e19d4738e4759a05a19d46e96274c14d3b30e # Parent 1f9e7993e18ea947e6d8a2849d45c715b36aeba5 *** empty log message *** diff -r 1f9e7993e18e -r f56e19d4738e lisp/ChangeLog --- a/lisp/ChangeLog Wed Apr 06 02:24:23 2005 +0000 +++ b/lisp/ChangeLog Wed Apr 06 02:24:59 2005 +0000 @@ -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 -r 1f9e7993e18e -r f56e19d4738e mac/ChangeLog --- a/mac/ChangeLog Wed Apr 06 02:24:23 2005 +0000 +++ b/mac/ChangeLog Wed Apr 06 02:24:59 2005 +0000 @@ -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 -r 1f9e7993e18e -r f56e19d4738e src/ChangeLog --- a/src/ChangeLog Wed Apr 06 02:24:23 2005 +0000 +++ b/src/ChangeLog Wed Apr 06 02:24:59 2005 +0000 @@ -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.