# HG changeset patch # User Kenichi Handa # Date 1101898254 0 # Node ID 3c68ccdf35836625559da82ce4157836695e2e91 # Parent 24c51e9d85865ea2bf6b3300b9b4677c1df02575 *** empty log message *** diff -r 24c51e9d8586 -r 3c68ccdf3583 lisp/ChangeLog --- 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 + + * 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 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with diff -r 24c51e9d8586 -r 3c68ccdf3583 src/ChangeLog --- 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 + + * 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 * term.c (encode_terminal_buf, encode_terminal_bufsize): New