]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Wed, 1 Dec 2004 10:50:54 +0000 (10:50 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 1 Dec 2004 10:50:54 +0000 (10:50 +0000)
lisp/ChangeLog
src/ChangeLog

index 491bfe9ace4af8ce620523b53e2c0dd6d106eb04..2debe943607d1380d25e6c97fb71c466010cb4dc 100644 (file)
@@ -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
index cfc2c110bfe2949d2f202ac5fb1a3b9b62b75c6a..0cf4aef34f0ba23db45f8eb3499ed82a8739f2c0 100644 (file)
@@ -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