aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2004-09-17 21:05:56 +0000
committerKim F. Storm <[email protected]>2004-09-17 21:05:56 +0000
commit6e3654ab66edc70bcc14c6ede58e74aa313d0d17 (patch)
tree1115f0acd2546ad67747d9b0c156d2cd2b456c5d
parentdef71c184c81990d0dfb16bf0c48e36a6078ea74 (diff)
*** empty log message ***
-rw-r--r--lisp/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d5dab8bb0c..c89125f8bc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,20 @@
+2004-09-17 Dan Nicolaescu <[email protected]>
+
+ * 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 <[email protected]>
* vc.el (annotate-time): Document point handling.