Mercurial > emacs
comparison lisp/ChangeLog @ 57122:9ed9ca556fb6
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Fri, 17 Sep 2004 21:05:56 +0000 |
parents | 959bd7a4b7df |
children | d46ee84c77e6 |
comparison
equal
deleted
inserted
replaced
57121:e7e9f0ab8734 | 57122:9ed9ca556fb6 |
---|---|
1 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu> | |
2 | |
3 * term.el (term-down): Perform vertical motion if DOWN is negative. | |
4 (term-exec-1): Set both TERMCAP and TERMINFO | |
5 unconditionally. | |
6 (term-termcap-format): Synchronyze with the eterm terminfo entry | |
7 in etc/e/eterm.ti. | |
8 (term-handle-colors-array): If the current foreground or | |
9 background are zero (i.e. unspecified), use the foreground and | |
10 background of the default face for reverse video. | |
11 (term-ansi-at-eval-string, term-ansi-default-fg) | |
12 (term-ansi-default-bg, term-ansi-current-temp): Delete unused | |
13 variable. | |
14 (term-mem): Delete ununsed function. | |
15 (term-protocol-version): Increment. | |
16 (term-current-face): Set to default. | |
17 | |
1 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org> | 18 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org> |
2 | 19 |
3 * vc.el (annotate-time): Document point handling. | 20 * vc.el (annotate-time): Document point handling. |
4 (vc-annotate-display-autoscale): Doc fix. | 21 (vc-annotate-display-autoscale): Doc fix. |
5 | 22 |