aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorVinicius Jose Latorre2004-09-27 04:29:08 +0000
committerVinicius Jose Latorre2004-09-27 04:29:08 +0000
commit6c1178b5ee323394d4f18d83b64109f1bcae109e (patch)
treee1a630621bcede3529568fa7dba107210c79cbd3 /lisp/ChangeLog
parentb1f6fa86ec4ce5923370af8e703b68baeea2cc87 (diff)
downloademacs-6c1178b5ee323394d4f18d83b64109f1bcae109e.tar.gz
emacs-6c1178b5ee323394d4f18d83b64109f1bcae109e.zip
Eliminate trailing spaces.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 107daad1d8b..f83d6e09ad0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -6,14 +6,14 @@
6 make-temp-name. 6 make-temp-name.
7 (pr-delete-file): Check if file exists before deleting it. Reported by 7 (pr-delete-file): Check if file exists before deleting it. Reported by
8 Lennart Borgman <lennart.borgman.073@student.lu.se>. 8 Lennart Borgman <lennart.borgman.073@student.lu.se>.
9 9
102004-09-26 Stefan <monnier@iro.umontreal.ca> 102004-09-26 Stefan <monnier@iro.umontreal.ca>
11 11
12 * term.el (term-display-table): New variable. 12 * term.el (term-display-table): New variable.
13 (term-mode): Use it. 13 (term-mode): Use it.
14 (term-exec-1): Set the coding system to binary. 14 (term-exec-1): Set the coding system to binary.
15 (term-emulate-terminal): Decode the string before inserting it. 15 (term-emulate-terminal): Decode the string before inserting it.
16 16
172004-09-26 Dan Nicolaescu <dann@ics.uci.edu> 172004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
18 18
19 * term.el (term-ansi-at-eval-string, term-ansi-default-fg) 19 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
@@ -26,13 +26,13 @@
26 (term-termcap-format): Synchronyze with etc/e/eterm.ti. 26 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
27 (term-handle-colors-array): Fix handling of underline and reverse. 27 (term-handle-colors-array): Fix handling of underline and reverse.
28 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add 28 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add
29 comments. 29 comments.
30 (term-erase-in-line): Fix comparison. 30 (term-erase-in-line): Fix comparison.
31 (term-emulate-terminal): Fix line wrap handling. 31 (term-emulate-terminal): Fix line wrap handling.
32 (term-start-output-log): Renamed from `term-set-output-log'. 32 (term-start-output-log): Renamed from `term-set-output-log'.
33 (term-stop-output-log): Renamed from `term-stop-photo'. 33 (term-stop-output-log): Renamed from `term-stop-photo'.
34 (term-switch-to-alternate-sub-buffer): Comment out, unused. 34 (term-switch-to-alternate-sub-buffer): Comment out, unused.
35 35
362004-09-25 Stefan <monnier@iro.umontreal.ca> 362004-09-25 Stefan <monnier@iro.umontreal.ca>
37 37
38 * dired.el (dired-move-to-filename): Don't output a message if 38 * dired.el (dired-move-to-filename): Don't output a message if