diff lisp/ChangeLog @ 4090:751ae075e76e

[xemacs-hg @ 2007-08-01 13:53:32 by aidan] Add some more locale information, Windows-1253, fix a make-8-bit-coding-system bug.
author aidan
date Wed, 01 Aug 2007 13:53:41 +0000
parents 023ebc75c06e
children 9c0151d05116
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Jul 31 21:51:15 2007 +0000
+++ b/lisp/ChangeLog	Wed Aug 01 13:53:41 2007 +0000
@@ -1,3 +1,25 @@
+2007-08-01  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* mule/cyrillic.el:
+	* mule/cyrillic.el ("Russian"):
+	* mule/cyrillic.el ("Ukrainian"):
+	* mule/cyrillic.el ("Bulgarian"):
+	* mule/cyrillic.el ("Belarusian"):
+	Add POSIX locale information for all four languages. Remove
+	information about specific coding systems in the docstrings, since
+	this information is inaccurate if a variant language environment
+	is being used.
+	
+	* mule/greek.el:
+	* mule/latin.el (for):
+	Add POSIX locale information, provide Windows-1253 as well. 
+	
+	* mule/mule-coding.el (make-8-bit-generate-helper):
+	Fix a bug that was biting me with windows-1251. I need to include
+	tests in tests/automated/mule-tests.el that check that all the
+	coding-systems created with make-8-bit-coding-system are
+	reversible, since all of them should be.
+
 2007-07-28  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* mule/mule-coding.el (make-8-bit-create-decode-encode-tables):