aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2005-04-06 02:24:59 +0000
committerYAMAMOTO Mitsuharu2005-04-06 02:24:59 +0000
commit369f76bbf5dfab0c15f024c84943199ec502e319 (patch)
treea989b829cc3ee4edcbbab3f828fda38dc867fb9f
parent34958350635ec3fd8951e914673657e910e3f6ea (diff)
downloademacs-369f76bbf5dfab0c15f024c84943199ec502e319.tar.gz
emacs-369f76bbf5dfab0c15f024c84943199ec502e319.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog6
-rw-r--r--mac/ChangeLog8
-rw-r--r--src/ChangeLog8
3 files changed, 22 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 25516e8d6c1..4f2fc98e54a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
4 create the startup fontset if a font specification ends with
5 `mac-roman'.
6
12005-04-06 Lute Kamstra <lute@gnu.org> 72005-04-06 Lute Kamstra <lute@gnu.org>
2 8
3 * emacs-lisp/copyright.el (copyright-update-year): Replace the 9 * 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 @@
12005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings
4 (CFBundleShortVersionString, CFBundleGetInfoString): Fix version
5 number and copyright.
6
7 * Emacs.r (DITL, vers): Likewise.
8
12005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 92005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2 10
3 * Emacs.app/Contents/Info.plist (CFBundleIdentifier): Change to 11 * 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 @@
12005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * mac.c (cfdate_to_lisp): Add `const' for variable `epoch_gdate'.
4 (Fmac_get_preference): Doc fix.
5
6 * macfns.c (Fx_create_frame, x_create_tip_frame): Add
7 "fontset-mac" to fallback font/fontsets.
8
12005-04-04 Kim F. Storm <storm@cua.dk> 92005-04-04 Kim F. Storm <storm@cua.dk>
2 10
3 * alloc.c (Fgarbage_collect): Call CHECK_CONS_LIST before and after gc. 11 * alloc.c (Fgarbage_collect): Call CHECK_CONS_LIST before and after gc.