mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-22 12:57:34 +00:00
*** empty log message ***
This commit is contained in:
parent
b32f216794
commit
0adc9e9b09
2 changed files with 37 additions and 0 deletions
|
|
@ -1,3 +1,36 @@
|
|||
2005-01-30 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* international/fontset.el (font-encoding-alist): Add an entry for
|
||||
microsoft-cp1251.
|
||||
(setup-default-fontset): Add entries for microsoft-cp1251 and
|
||||
koi8-r for cyrillic.
|
||||
|
||||
* international/mule-cmds.el (char-code-property-alist): New
|
||||
variable.
|
||||
(define-char-code-property): New function.
|
||||
(get-char-code-property): Handle a char-table registerd in
|
||||
char-code-property-alist.
|
||||
(put-char-code-property): Likewise.
|
||||
(set-language-environment): Check :ascii-compatible-p property of
|
||||
nonascii charset instead of its dimension.
|
||||
|
||||
* international/uni-bidi.el, international/uni-category.el,
|
||||
international/uni-combining.el, international/uni-comment.el,
|
||||
international/uni-decimal.el, international/uni-decomposition.el,
|
||||
international/uni-digit.el, international/uni-lowercase.el,
|
||||
international/uni-mirrored.el, international/uni-name.el,
|
||||
international/uni-numeric.el, international/uni-old-name.el,
|
||||
international/uni-titlecase.el, international/uni-uppercase.el,
|
||||
international/charprop.el: New files automatically generated by
|
||||
admin/unidata/Makefile.
|
||||
|
||||
* loadup.el: Load internationnal/charprop.el.
|
||||
|
||||
* descr-text.el (describe-char-unidata-list): New variable.
|
||||
(describe-char-unicode-data): Use char-code-property-description.
|
||||
(describe-char): Add lines for describing Unicode-based character
|
||||
properties.
|
||||
|
||||
2005-01-17 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* tar-mode.el (tar-extract): Adjust code merged from trunk for
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
2005-01-30 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* Makefile.in (lisp): Include charprop.el.
|
||||
|
||||
2005-01-17 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
|
||||
|
||||
* macfns.c (Fx_create_frame, x_create_tip_frame): Fix crash.
|
||||
|
|
|
|||
Loading…
Reference in a new issue