changeset 47604:4d979a2a3934

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Wed, 25 Sep 2002 08:51:36 +0000
parents 28c9630ee23e
children 22df356e38df
files lisp/ChangeLog
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Sep 25 08:11:03 2002 +0000
+++ b/lisp/ChangeLog	Wed Sep 25 08:51:36 2002 +0000
@@ -1,9 +1,13 @@
 2002-09-25  Kenichi Handa  <handa@etl.go.jp>
 
 	* international/mule-diag.el (list-character-sets): Use the buffer
-	name "*Character Set List*", not "*Help*".
+	name "*Character Set List*", not "*Help*".  List also indirectly
+	supported character sets.
 	(list-charset-chars): Use the buffer name "*Character List*", not
 	"*Help*".  Display the current charset name in the modeline.
+	(non-iso-charset-alist): Add mapped charset list for `mac-roman'.
+	(sort-listed-character-sets): Don't alter the region showing
+	indirectly supported charsets.
 
 2002-09-24  Markus Rost  <rost@math.ohio-state.edu>