Mercurial > emacs
changeset 58702:3c68ccdf3583
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 01 Dec 2004 10:50:54 +0000 |
parents | 24c51e9d8586 |
children | 65309f66a561 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Dec 01 10:48:52 2004 +0000 +++ b/lisp/ChangeLog Wed Dec 01 10:50:54 2004 +0000 @@ -1,3 +1,11 @@ +2004-12-01 Kenichi Handa <handa@m17n.org> + + * term/x-win.el (x-last-selected-text-cut-encoded): New variable. + (x-select-text): Don't treat eight-bit-control/graphic chars + specially. Store the encoded text in the X cut buffer. + (x-cut-buffer-or-selection-value): Compare the X cut buffer text + with x-last-selected-text-cut-encoded. + 2004-11-30 Markus Rost <rost@ias.edu> * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
--- a/src/ChangeLog Wed Dec 01 10:48:52 2004 +0000 +++ b/src/ChangeLog Wed Dec 01 10:50:54 2004 +0000 @@ -1,3 +1,10 @@ +2004-12-01 Kenichi Handa <handa@m17n.org> + + * w32console.c (w32con_write_glyphs): Decide coding here. + Adjusted for the change of encode_terminal_code. + + * term.c (encode_terminal_code): Don't make it "static". + 2004-11-30 Kenichi Handa <handa@m17n.org> * term.c (encode_terminal_buf, encode_terminal_bufsize): New