Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 4454:1f0aa40cafe0
Small improvements in disp-table.el, mule/cyril-util.el.
2008-05-11 Aidan Kehoe <kehoea@parhasard.net>
* disp-table.el (make-display-table):
[...] Also, I previously said #xFF when I meant
?\xFF; correct this.
* mule/cyril-util.el (standard-display-cyrillic-translit):
Make the selection of the default language more sensible; change
the API a little to make a sensible default Cyrillic language
available, checking current-language-environment.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 11 May 2008 12:03:07 +0200 |
parents | 29efd169efe7 |
children | 554b9d31e7a5 a1f8c5c250c2 |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun May 11 11:24:01 2008 +0200 +++ b/lisp/ChangeLog Sun May 11 12:03:07 2008 +0200 @@ -2,7 +2,12 @@ * disp-table.el (make-display-table): Update the example code to make it more general, and more - compatible with GNU. + compatible with GNU. Also, I previously said #xFF when I meant + ?\xFF; correct this. + * mule/cyril-util.el (standard-display-cyrillic-translit): + Make the selection of the default language more sensible; change + the API a little to make a sensible default Cyrillic language + available, checking current-language-environment. 2007-07-21 Aidan Kehoe <kehoea@parhasard.net>