1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-06 11:55:48 +00:00

*** empty log message ***

This commit is contained in:
Kenichi Handa 2004-12-01 10:50:54 +00:00
parent 302db6997a
commit 2d5cd4e6a8
2 changed files with 15 additions and 0 deletions

View 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

View 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