# HG changeset patch # User Kim F. Storm # Date 1095455156 0 # Node ID 9ed9ca556fb6c39d9fcf9ae99bc0dc72498f124a # Parent e7e9f0ab87342b43dfb9aff9ec9eb1c6be2b7378 *** empty log message *** diff -r e7e9f0ab8734 -r 9ed9ca556fb6 lisp/ChangeLog --- a/lisp/ChangeLog Fri Sep 17 17:07:07 2004 +0000 +++ b/lisp/ChangeLog Fri Sep 17 21:05:56 2004 +0000 @@ -1,3 +1,20 @@ +2004-09-17 Dan Nicolaescu + + * term.el (term-down): Perform vertical motion if DOWN is negative. + (term-exec-1): Set both TERMCAP and TERMINFO + unconditionally. + (term-termcap-format): Synchronyze with the eterm terminfo entry + in etc/e/eterm.ti. + (term-handle-colors-array): If the current foreground or + background are zero (i.e. unspecified), use the foreground and + background of the default face for reverse video. + (term-ansi-at-eval-string, term-ansi-default-fg) + (term-ansi-default-bg, term-ansi-current-temp): Delete unused + variable. + (term-mem): Delete ununsed function. + (term-protocol-version): Increment. + (term-current-face): Set to default. + 2004-09-15 Thien-Thi Nguyen * vc.el (annotate-time): Document point handling.