aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog26
-rw-r--r--src/ChangeLog4
2 files changed, 30 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 70dfe83058d..ab1fb9e2b6c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,29 @@
12000-10-30 Kenichi Handa <handa@etl.go.jp>
2
3 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
4 and mule-unicode-e000-ffff.
5
6 * international/mule.el (unicode-char): New function.
7 (char-unicode): New function.
8 (make-coding-system): Accept a symbol of translation table as a
9 value of property `safe-chars'.
10
11 * international/mule-cmds.el (encode-coding-char): Check property
12 safe-chars instead of safe-charsets.
13
14 * international/fontset.el (fontset-default): Modified for
15 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
16 (x-font-name-charset-alist): Likewise.
17 (ccl-encode-unicode-font): New CCL program. Record it in
18 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
19
20 * language/european.el (mac-roman-decoder, mac-roman-encoder): New
21 translation tables.
22 (decode-mac-roman, encode-mac-roman): Definition of these CCL
23 programs are modified and moved from mac-win.el.
24 (mac-roman): Definition of this coding system is modified and
25 moved from mac-win.el.
26
12000-10-29 Miles Bader <miles@gnu.org> 272000-10-29 Miles Bader <miles@gnu.org>
2 28
3 * custom.el (custom-add-to-group): Allow multiple entries for a 29 * custom.el (custom-add-to-group): Allow multiple entries for a
diff --git a/src/ChangeLog b/src/ChangeLog
index 81869c73512..e89deb31213 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12000-10-30 Kenichi Handa <handa@etl.go.jp>
2
3 * fns.c (Foptimize_char_table): Fix arg for CHARSET_DIMENSION.
4
12000-10-29 Jason Rumney <jasonr@gnu.org> 52000-10-29 Jason Rumney <jasonr@gnu.org>
2 6
3 * w32term.h (FONT_DESCENT): Negate descent of BDF fonts. 7 * w32term.h (FONT_DESCENT): Negate descent of BDF fonts.