Mercurial > emacs
changeset 48386:213c99d2d251
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 18 Nov 2002 00:02:20 +0000 |
parents | dca7e9772ba0 |
children | 4cafb19f6c46 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 20 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Nov 17 23:54:10 2002 +0000 +++ b/lisp/ChangeLog Mon Nov 18 00:02:20 2002 +0000 @@ -1,3 +1,19 @@ +2002-11-18 Kenichi Handa <handa@m17n.org> + + * language/cyrillic.el (cyrillic-iso-8bit): Make it safe. + + * language/european.el (iso-latin-1): Make it safe. + (iso-latin-2, iso-latin-3, iso-latin-4, iso-latin-5, iso-latin-8) + (iso-latin-9): Likewise. + + * language/greek.el (greek-iso-8bit): Make it safe. + + * language/hebrew.el (hebrew-iso-8bit): Make it safe. + + * language/lao.el (lao): Make it safe. + + * language/thai.el (thai-tis620): Make it safe. + 2002-11-17 Markus Rost <rost@math.ohio-state.edu> * speedbar.el (defgroup speedbar): Use group 'etags instead of @@ -122,6 +138,10 @@ 2002-11-14 Kenichi Handa <handa@m17n.org> + * gud.el: Provide gud, not mygud. + + * gdb-ui.el: Don't require mygud. + * progmodes/cc-vars.el: Don't cc-bytecomp-defun char-table-p. 2002-11-14 Kim F. Storm <storm@cua.dk>