Mercurial > emacs
comparison lisp/ChangeLog @ 57242:ffd8d52f457c
Eliminate trailing spaces.
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> |
---|---|
date | Mon, 27 Sep 2004 04:29:08 +0000 |
parents | e53d659f0afd |
children | 20061c4e2afb |
comparison
equal
deleted
inserted
replaced
57241:e53d659f0afd | 57242:ffd8d52f457c |
---|---|
4 (pr-version): New version number (6.8.1). | 4 (pr-version): New version number (6.8.1). |
5 (pr-ps-file-using-ghostscript): Use make-temp-file instead of | 5 (pr-ps-file-using-ghostscript): Use make-temp-file instead of |
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 |
10 2004-09-26 Stefan <monnier@iro.umontreal.ca> | 10 2004-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 |
17 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu> | 17 2004-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) |
20 (term-ansi-default-bg, term-ansi-current-temp): Delete unused | 20 (term-ansi-default-bg, term-ansi-current-temp): Delete unused |
21 vars. | 21 vars. |
24 (term-paste): New function to be bound to S-insert. | 24 (term-paste): New function to be bound to S-insert. |
25 (term-send-del, term-send-backspace): Change the strings sent. | 25 (term-send-del, term-send-backspace): Change the strings sent. |
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 |
36 2004-09-25 Stefan <monnier@iro.umontreal.ca> | 36 2004-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 |
39 raise-error is non-nil. Fix return position and value. | 39 raise-error is non-nil. Fix return position and value. |
40 | 40 |