aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2004-10-02 18:23:27 +0000
committerDan Nicolaescu2004-10-02 18:23:27 +0000
commit972a542d5b1101a143ef930f62090fa3feab49f1 (patch)
tree717a242e5fbb731619244e21b38d48b578403a95
parent993615810513faff833c675074fb0dc334036c02 (diff)
downloademacs-972a542d5b1101a143ef930f62090fa3feab49f1.tar.gz
emacs-972a542d5b1101a143ef930f62090fa3feab49f1.zip
term.el fixes
-rw-r--r--lisp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index be707b5a099..dd26fb647bc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
12004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * term.el (term-adjust-current-row-cache): Don't allow the current
4 row to become negative.
5 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
6 the end of the line. Fix scroll down. Add comments.
7 (term-handle-ansi-escape): Don't exceed terminal width when moving
8 right.
9 (term-scroll-region): Move the cursor after setting the scroll
10 region.
11
12004-10-01 Luc Teirlinck <teirllm@auburn.edu> 122004-10-01 Luc Teirlinck <teirllm@auburn.edu>
2 13
3 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg 14 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg