Mercurial > emacs
comparison lisp/ChangeLog.unicode @ 91104:84f80c052155
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sun, 18 Nov 2007 09:13:01 +0000 |
parents | acd704a633f9 |
children | 55753e191b46 |
comparison
equal
deleted
inserted
replaced
91103:5b63818330eb | 91104:84f80c052155 |
---|---|
1 2007-11-18 Kenichi Handa <handa@m17n.org> | |
2 | |
3 * select.el (selection-coding-system) | |
4 (next-selection-coding-system): Declaration moded from xselect.c. | |
5 (x-get-selection): Decode by selection-coding-system if it is | |
6 non-nil. If it is nil, decode by a proper coding system. Handle | |
7 C_STRING. | |
8 (ccl-check-utf-8, string-utf-8-p): Delete them. | |
9 (xselect-convert-to-string): Fix determining data-type in the case | |
10 that TEXT is requested. Don't use selection-coding-system if it's | |
11 not proper for the data-type. | |
12 | |
13 2007-11-17 Kenichi Handa <handa@m17n.org> | |
14 | |
15 * term/x-win.el (x-selection-value): If x-select-request-type is | |
16 nil, simply try UTF8_STRING and COMPOUND-TEXT in this order. | |
17 | |
1 2007-11-14 Jason Rumney <jasonr@gnu.org> | 18 2007-11-14 Jason Rumney <jasonr@gnu.org> |
2 | 19 |
3 * term/w32-win.el (w32-initialize-window-system): Use t, not nil | 20 * term/w32-win.el (w32-initialize-window-system): Use t, not nil |
4 to signify default fontset. | 21 to signify default fontset. |
5 | 22 |