*** empty log message ***

This commit is contained in:
YAMAMOTO Mitsuharu 2005-04-06 02:24:59 +00:00
parent 3495835063
commit 369f76bbf5
3 changed files with 22 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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.