]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDave Love <fx@gnu.org>
Thu, 10 Oct 2002 23:06:03 +0000 (23:06 +0000)
committerDave Love <fx@gnu.org>
Thu, 10 Oct 2002 23:06:03 +0000 (23:06 +0000)
lisp/ChangeLog
src/ChangeLog

index 62e305e558c2efc881736450ff2ed9156ac4f4cd..03f086e359b5c3cbc0864740bd1121b5b62c16a7 100644 (file)
@@ -1,3 +1,18 @@
+2002-10-09  Dave Love  <fx@gnu.org>
+
+       * language/european.el ("Latin-2", "Latin-5"): Doc fix.
+
+       * language/cyrillic.el ("Bulgarian"): Fix input method and
+       charset.
+       ("Tajik", "Belarusian"): Fix charset.
+
+       * international/mule-cmds.el (describe-language-environment): Be
+       case-insensitive when looking for input methods.
+       (locale-name-match): Doc fix.
+       (locale-charset-match-p): New.
+       (set-locale-environment): Warn if coding system doesn't agree
+       with system locale.
+
 2002-10-09  Kenichi Handa  <handa@m17n.org>
 
        * international/mule-cmds.el (select-safe-coding-system): If
@@ -6,6 +21,8 @@
 
 2002-10-06  Dave Love  <fx@gnu.org>
 
+       * international/quail.el (quail-help): Fix underlining.
+
        * language/chinese.el (chinese-gb18030, gb18030) 
        ("Chinese-GB18030"): New.
 
index 1f1d5d401055cc2d56d60e3705e0fb2593eaf6cd..9333d1f1dd9a5a3d7cebba15342a80767a72d290 100644 (file)
@@ -1,5 +1,7 @@
 2002-10-10  Dave Love  <fx@gnu.org>
 
+       * fns.c (Flanginfo): Fix typo.
+
        * unexelf.c (unexec): Make last change conditional on Irix 6.5.
 
 2002-10-10  Kenichi Handa  <handa@m17n.org>