changeset 61340:f56e19d4738e

*** empty log message ***
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Wed, 06 Apr 2005 02:24:59 +0000
parents 1f9e7993e18e
children e45932e78d24
files lisp/ChangeLog mac/ChangeLog src/ChangeLog
diffstat 3 files changed, 22 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <mituharu@math.s.chiba-u.ac.jp>
+
+	* 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  <lute@gnu.org>
 
 	* emacs-lisp/copyright.el (copyright-update-year): Replace the
--- 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  <mituharu@math.s.chiba-u.ac.jp>
+
+	* 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  <mituharu@math.s.chiba-u.ac.jp>
 
 	* Emacs.app/Contents/Info.plist (CFBundleIdentifier): Change to
--- 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  <mituharu@math.s.chiba-u.ac.jp>
+
+	* 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  <storm@cua.dk>
 
 	* alloc.c (Fgarbage_collect): Call CHECK_CONS_LIST before and after gc.