changeset 64126:14582985815a

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Thu, 07 Jul 2005 06:23:10 +0000
parents 9f966287a535
children 88b841a92534 24c69010999c
files lisp/ChangeLog
diffstat 1 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Jul 07 06:21:30 2005 +0000
+++ b/lisp/ChangeLog	Thu Jul 07 06:23:10 2005 +0000
@@ -1,3 +1,19 @@
+2005-07-07  Kenichi Handa  <handa@m17n.org>
+
+	* international/mule.el (make-coding-system): Describe
+	`ascii-incompatible' property in the docstring.
+	(set-file-name-coding-system): Signal an error if coding-system is
+	ascii-incompatible.
+	(set-keyboard-coding-system): Likewise.
+
+	* international/mule-cmds.el (set-default-coding-systems): Don't
+	set default-file-name-coding-system and
+	default-keyboard-coding-system if coding-system is
+	ASCII-incompatible.
+
+	* international/utf-16.el: Declare that all UTF-16-based coding
+	systems ASCII-incompatible.
+
 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
 
 	* progmodes/gud.el: Require font-lock for displaying errors.