aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2005-04-19 12:05:04 +0000
committerYAMAMOTO Mitsuharu2005-04-19 12:05:04 +0000
commit327a33761a0d159de00d1232ac857d93e7801fcb (patch)
treefacecc0c1caab8b75e5557fa074e9de1f262ecf5 /lisp/ChangeLog
parentdfcb7df273cfa143cbf78c19487f6bfbd3ebca12 (diff)
downloademacs-327a33761a0d159de00d1232ac857d93e7801fcb.tar.gz
emacs-327a33761a0d159de00d1232ac857d93e7801fcb.zip
*** empty log message ***
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2c7af82c87a..5d0c10f0c54 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,16 @@
12005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2
3 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
4 (mac-add-charset-info): New function. Initialize variable
5 mac-charset-info-alist using it.
6 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
7 for translation.
8 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
9 (mac-font-encoder-list): Add entries for mac-symbol and
10 mac-dingbats.
11 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font): New
12 CCL programs.
13
12005-04-19 Kim F. Storm <storm@cua.dk> 142005-04-19 Kim F. Storm <storm@cua.dk>
2 15
3 * simple.el (next-buffer, prev-buffer, next-error) 16 * simple.el (next-buffer, prev-buffer, next-error)