From: Kenichi Handa Date: Wed, 1 Dec 2004 10:50:54 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~3492 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2d5cd4e6a8ee9e09f47f9774b5f9fa65af906e7b;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 491bfe9ace4..2debe943607 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index cfc2c110bfe..0cf4aef34f0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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