comparison lisp/ChangeLog @ 50191:2477f0ef966d

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 18 Mar 2003 21:20:51 +0000
parents f510db4ad041
children a75ad7d5fdc9
comparison
equal deleted inserted replaced
50190:615d7388f725 50191:2477f0ef966d
1 2003-03-18 Kenichi Handa <handa@etlken2> 1 2003-03-18 Kenichi Handa <handa@m17n.org>
2 2
3 * international/utf-8.el (utf-fragment-on-decoding): Don't call 3 * international/utf-8.el (utf-fragment-on-decoding): Don't call
4 register-char-codings. 4 register-char-codings.
5 (utf-fragment-on-decoding): Don't update char-coding-system-table. 5 (utf-fragment-on-decoding): Don't update char-coding-system-table.
6 (utf-translate-cjk): Don't call register-char-codings nor 6 (utf-translate-cjk): Don't call register-char-codings nor
148 japanese-shift-jis on DOS and Windows. 148 japanese-shift-jis on DOS and Windows.
149 149
150 * international/quail.el (quail-show-guidance-buf): Make the quail 150 * international/quail.el (quail-show-guidance-buf): Make the quail
151 guidance buffer inherit the current value of quail-current-package. 151 guidance buffer inherit the current value of quail-current-package.
152 152
153 * international/utf-8.el (ccl-decode-mule-utf-8): Don't loose 153 * international/utf-8.el (ccl-decode-mule-utf-8): Don't lose bytes
154 bytes on handling an invalid byte sequence. 154 on handling an invalid byte sequence.
155 155
156 2003-03-11 Jason Rumney <jasonr@gnu.org> 156 2003-03-11 Jason Rumney <jasonr@gnu.org>
157 157
158 * files.el (auto-mode-alist): Add .xsl for sgml-mode. 158 * files.el (auto-mode-alist): Add .xsl for sgml-mode.
159 159
8704 (speedbar-parse-c-or-c++tag): Likewise. 8704 (speedbar-parse-c-or-c++tag): Likewise.
8705 (speedbar-unhighlight-one-tag-line): Likewise. 8705 (speedbar-unhighlight-one-tag-line): Likewise.
8706 (speedbar-directory-face): Likewise. 8706 (speedbar-directory-face): Likewise.
8707 (defimage-speedbar): Likewise. 8707 (defimage-speedbar): Likewise.
8708 (speedbar-convert-emacs21-imagespec-to-xemacs): Likewise. 8708 (speedbar-convert-emacs21-imagespec-to-xemacs): Likewise.
8709 (defimage-speedbar): Likewise.
8710 8709
8711 2002-07-09 Miles Bader <miles@gnu.org> 8710 2002-07-09 Miles Bader <miles@gnu.org>
8712 8711
8713 * hexl.el (hexl-find-file): Bind `completion-ignored-extensions' 8712 * hexl.el (hexl-find-file): Bind `completion-ignored-extensions'
8714 to nil when prompting for a filename. 8713 to nil when prompting for a filename.