comparison etc/ChangeLog @ 68203:78ee72a03306

* e/eterm-color.ti: Re-enable the ri entry. Add kich1. * term.el (term-raw-map): Add mapping for insert. (term-send-insert): New. (term-mode): Make variables local here instead of doing it in `term-emulate-terminal'. (term-emulate-terminal): Delete incorrect optimization for cr+lf. Scroll reverse needs to take into account the scroll region. Saving and restoring the cursor should save the color attributes too. (term-reset-terminal): Reset the scroll region. (term-handle-ansi-escape): Cursor up and down should take into account the scroll region. (term-set-scroll-region): Renamed from `term-scroll-region'. Move to 0,0 after setting the region. (term-handle-scroll): Handle scroll up. (term-down): Fix off by one error. (term-delete-lines): Do not delete outside the scroll region. (term-insert-lines): Take into account the scroll region.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 15 Jan 2006 19:36:10 +0000
parents a6191fad3032
children e859705d4b05 7beb78bc1f8e
comparison
equal deleted inserted replaced
68202:3e14f7a3572e 68203:78ee72a03306
1 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * e/eterm-color.ti: Re-enable the ri entry. Add kich1.
4
1 2006-01-13 Richard M. Stallman <rms@gnu.org> 5 2006-01-13 Richard M. Stallman <rms@gnu.org>
2 6
3 * emacs.1: +N applies only to next file. 7 * emacs.1: +N applies only to next file.
4 8
5 2005-12-28 Dan Nicolaescu <dann@ics.uci.edu> 9 2005-12-28 Dan Nicolaescu <dann@ics.uci.edu>