aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2004-09-26 18:39:10 +0000
committerDan Nicolaescu2004-09-26 18:39:10 +0000
commitd6be0122c107130faefc4ecb4f2f447814418a51 (patch)
treefb9b5e76e22765c72fbd2db884825848fa3cb89c
parentaecde54d18fa9b6d9addbe116899dcb65708da7e (diff)
downloademacs-d6be0122c107130faefc4ecb4f2f447814418a51.tar.gz
emacs-d6be0122c107130faefc4ecb4f2f447814418a51.zip
term.el fixes
-rw-r--r--etc/ChangeLog6
-rw-r--r--lisp/ChangeLog26
2 files changed, 32 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 32a6d8d1794..01582bc44c6 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,9 @@
12004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * e/eterm.ti: Comment out smcup, rmcup. Add kbs, kdch1, rc, sc.
4 Reformat.
5 * e/eterm: Regenerate.
6
12004-09-25 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 72004-09-25 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 8
3 * PROBLEMS: Updated exec-shield description. 9 * PROBLEMS: Updated exec-shield description.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 029affde9b8..9ec6580675d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,29 @@
12004-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
82004-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
12004-09-25 Stefan <monnier@iro.umontreal.ca> 272004-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