diff options
| -rw-r--r-- | lisp/ChangeLog | 8 | ||||
| -rw-r--r-- | src/ChangeLog | 7 |
2 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 491bfe9ace4..2debe943607 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2004-12-01 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * term/x-win.el (x-last-selected-text-cut-encoded): New variable. | ||
| 4 | (x-select-text): Don't treat eight-bit-control/graphic chars | ||
| 5 | specially. Store the encoded text in the X cut buffer. | ||
| 6 | (x-cut-buffer-or-selection-value): Compare the X cut buffer text | ||
| 7 | with x-last-selected-text-cut-encoded. | ||
| 8 | |||
| 1 | 2004-11-30 Markus Rost <rost@ias.edu> | 9 | 2004-11-30 Markus Rost <rost@ias.edu> |
| 2 | 10 | ||
| 3 | * textmodes/tex-mode.el (tex-main-file): Add a compatibility with | 11 | * 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 @@ | |||
| 1 | 2004-12-01 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * w32console.c (w32con_write_glyphs): Decide coding here. | ||
| 4 | Adjusted for the change of encode_terminal_code. | ||
| 5 | |||
| 6 | * term.c (encode_terminal_code): Don't make it "static". | ||
| 7 | |||
| 1 | 2004-11-30 Kenichi Handa <handa@m17n.org> | 8 | 2004-11-30 Kenichi Handa <handa@m17n.org> |
| 2 | 9 | ||
| 3 | * term.c (encode_terminal_buf, encode_terminal_bufsize): New | 10 | * term.c (encode_terminal_buf, encode_terminal_bufsize): New |