Mercurial > emacs
comparison lisp/ChangeLog @ 57235:1afe8dd2fd73
term.el fixes
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sun, 26 Sep 2004 18:39:10 +0000 |
parents | 445f56b6dc24 |
children | e53d659f0afd |
comparison
equal
deleted
inserted
replaced
57234:d838e748405a | 57235:1afe8dd2fd73 |
---|---|
1 2004-09-26 Stefan <monnier@iro.umontreal.ca> | |
2 | |
3 * term.el (term-display-table): New variable. | |
4 (term-mode): Use it. | |
5 (term-exec-1): Set the coding system to binary. | |
6 (term-emulate-terminal): Decode the string before inserting it. | |
7 | |
8 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu> | |
9 | |
10 * term.el (term-ansi-at-eval-string, term-ansi-default-fg) | |
11 (term-ansi-default-bg, term-ansi-current-temp): Delete unused | |
12 vars. | |
13 (map): Bind S-prior, S-next and S-insert. | |
14 (term-mode): Set `indent-tabs-mode' to nil. | |
15 (term-paste): New function to be bound to S-insert. | |
16 (term-send-del, term-send-backspace): Change the strings sent. | |
17 (term-termcap-format): Synchronyze with etc/e/eterm.ti. | |
18 (term-handle-colors-array): Fix handling of underline and reverse. | |
19 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add | |
20 comments. | |
21 (term-erase-in-line): Fix comparison. | |
22 (term-emulate-terminal): Fix line wrap handling. | |
23 (term-start-output-log): Renamed from `term-set-output-log'. | |
24 (term-stop-output-log): Renamed from `term-stop-photo'. | |
25 (term-switch-to-alternate-sub-buffer): Comment out, unused. | |
26 | |
1 2004-09-25 Stefan <monnier@iro.umontreal.ca> | 27 2004-09-25 Stefan <monnier@iro.umontreal.ca> |
2 | 28 |
3 * dired.el (dired-move-to-filename): Don't output a message if | 29 * dired.el (dired-move-to-filename): Don't output a message if |
4 raise-error is non-nil. Fix return position and value. | 30 raise-error is non-nil. Fix return position and value. |
5 | 31 |