*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
index 44a6081..3cada00 100644 (file)
@@ -1,3 +1,92 @@
+2002-09-12  Kenichi Handa  <handa@etl.go.jp>
+
+       * international/mule-conf.el (emacs-mule, iso-2022-7bit) 
+       (iso-2022-7bit-ss2, iso-2022-7bit-lock, iso-2022-8bit-ss2) 
+       (compound-text, ctext-no-compositions): Cancel provious change.
+
+2002-09-09  Dave Love  <d.love@dl.ac.uk>
+
+       * wid-edit.el (widget-string-complete): New.
+       (widget-coding-system-prompt-value-history): Deleted.
+       (coding-system): Use coding-system-value-history.
+
+       * international/mule-cmds.el (charset): New widget.
+       (language-info-custom-alist): Use it.
+       (default-input-method): Modify :type.
+
+2002-09-08  Dave Love  <fx@gnu.org>
+
+       * language/ind-util.el (ucs-devanagari-to-is13194-alist)
+       (indian-glyph-char, indian-char-glyph): Deleted.
+       (is13194-default-repertory): Renamed from
+       is13194-default-repartory,
+       (iscii-to-ucs-region): Hoist evals from loop.
+
+       * language/devan-util.el (dev-charseq): Avoid indian-glyph-char.
+
+       * language/indian.el (indian-script-table)
+       (ccl-encode-indian-glyph-font): Deleted.
+
+       * international/mule-conf.el (emacs-mule, iso-2022-7bit) 
+       (iso-2022-7bit-ss2, iso-2022-7bit-lock, iso-2022-8bit-ss2) 
+       (compound-text, ctext-no-compositions): Remove :charset-list.
+
+       * international/mule-cmds.el (language-info-custom-alist): New.
+       (input-method-activate-hook, input-method-inactivate-hook) 
+       (input-method-after-insert-chunk-hook) 
+       (input-method-use-echo-area, set-language-environment-hook) 
+       (exit-language-environment-hook): Customize.
+       (find-coding-systems-for-charsets): Rewritten.
+       (default-input-method): Add :link.
+
+2002-09-08  Dave Love  <fx@gnu.org>
+
+       * international/mule-conf.el (eight-bit): Add :docstring,
+       :short-name properties.
+       (cp851): Doc fix.
+       (unicode-bmp): New.
+
+       * case-table.el (set-case-syntax-pair): Remove check on byte
+       lengths.
+
+       * language/european.el (cp858): New.
+       ("Turkish"): Add special case rules.
+
+2002-09-05  Dave Love  <fx@gnu.org>
+
+       * international/characters.el: Make \e,_/\e(B and \e,A\7f\e(B a case pair.
+
+2002-09-03  Kenichi Handa  <handa@etl.go.jp>
+
+       * international/mule-conf.el: Don't define the charset iso-8859-1
+       here, just setup its properties.
+
+2002-08-21  Kenichi Handa  <handa@etl.go.jp>
+
+       * international/mule-conf.el (utf-8): Give :mime-charset property.
+
+2002-08-20  Kenichi Handa  <handa@etl.go.jp>
+
+       * international/characters.el: Remove duplicated case setting for
+       Cyrillic and Greek letters.   Don't setup printable-chars here.
+
+       * case-table.el (describe-buffer-case-table): Handle the case
+       that KEY is a cons within map-char-table.
+
+2002-08-19  Kenichi Handa  <handa@etl.go.jp>
+
+       * international/characters.el: Fix categories ?A and ?C.  Treat
+       ASCII characters as `latin' script.
+
+2002-08-18  Kenichi Handa  <handa@etl.go.jp>
+
+       * international/fontset.el (fontset-plain-name): If the fontset
+       name doesn't ends with "-fontset-*", use family name as the first
+       part of the plain name.
+       (create-fontset-from-ascii-font): If "fontset-startup" is not yet
+       created, use that name for the fontset.  Fix arguments to
+       subst-char-in-string.
+
 2002-08-18  Dave Love  <fx@gnu.org>
 
        * term.el (term-char-mode): Remove generic-character-list code.