aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2005-10-18 10:33:00 +0000
committerYAMAMOTO Mitsuharu2005-10-18 10:33:00 +0000
commitee3fe0b52165f446a5688112e9ccccaa75348ee6 (patch)
tree3868e79d8b33fecd7218479ddc4106ebdbde1051
parent6abfb0225a4ac331c86ffb2af428c1d4db80f558 (diff)
downloademacs-ee3fe0b52165f446a5688112e9ccccaa75348ee6.tar.gz
emacs-ee3fe0b52165f446a5688112e9ccccaa75348ee6.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog.unicode5
-rw-r--r--src/ChangeLog.unicode9
2 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog.unicode b/lisp/ChangeLog.unicode
index 51c563bba65..dbbf3ef9d97 100644
--- a/lisp/ChangeLog.unicode
+++ b/lisp/ChangeLog.unicode
@@ -1,3 +1,8 @@
12005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * term/mac-win.el: Delete the code to create a fontset from the X
4 resource "Font".
5
12005-07-29 Naoto Takahashi <ntakahas@m17n.org> 62005-07-29 Naoto Takahashi <ntakahas@m17n.org>
2 7
3 * international/robin.el (robin-define-package): Be sure to call 8 * international/robin.el (robin-define-package): Be sure to call
diff --git a/src/ChangeLog.unicode b/src/ChangeLog.unicode
index 316ad751c09..d6a0b367578 100644
--- a/src/ChangeLog.unicode
+++ b/src/ChangeLog.unicode
@@ -1,3 +1,12 @@
12005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * macterm.c (mac_encode_char): Call ccl_driver with the last arg
4 Qnil. Use JIS_TO_SJIS instead of ENCODE_SJIS.
5 (decode_mac_font_name): Use decode_coding_c_string instead of
6 decode_coding.
7 (x_load_font): Initialize fontp->fontset to -1. Set
8 fontp->encoding_type.
9
12005-10-17 Kenichi Handa <handa@m17n.org> 102005-10-17 Kenichi Handa <handa@m17n.org>
2 11
3 * search.c (search_buffer): Give up BM search on case-fold-search 12 * search.c (search_buffer): Give up BM search on case-fold-search