+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
+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