comparison lisp/ChangeLog @ 57300:4f118650fb0c

term.el fixes
author Dan Nicolaescu <dann@ics.uci.edu>
date Sat, 02 Oct 2004 18:23:27 +0000
parents c6197a2f56ed
children edc06267fdaa f70dc61a797f
comparison
equal deleted inserted replaced
57299:6ca70f15d948 57300:4f118650fb0c
1 2004-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
1 2004-10-01 Luc Teirlinck <teirllm@auburn.edu> 12 2004-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
4 to `width' for consistency with docstring. Doc fix. 15 to `width' for consistency with docstring. Doc fix.
5 16