comparison lisp/ChangeLog @ 57279:c8797551b3a0

(diff-file-header-re): Tighten up regexp a tiny bit. (diff-fixup-modifs): Catch unified-diff file-headers.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 29 Sep 2004 17:42:50 +0000
parents fc40eb786614
children 28ddbb7dc58c
comparison
equal deleted inserted replaced
57278:4cec0243673a 57279:c8797551b3a0
1 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
4 (diff-fixup-modifs): Catch unified-diff file-headers.
5
1 2004-09-28 Stefan <monnier@iro.umontreal.ca> 6 2004-09-28 Stefan <monnier@iro.umontreal.ca>
2 7
3 * dired.el (dired-view-command-alist): Use more efficient regexps. 8 * dired.el (dired-view-command-alist): Use more efficient regexps.
4 Remove dubious arguments. 9 Remove dubious arguments.
5 (dired-align-file): New function. 10 (dired-align-file): New function.
33 38
34 * printing.el: Doc fix. 39 * printing.el: Doc fix.
35 (pr-version): New version number (6.8.1). 40 (pr-version): New version number (6.8.1).
36 (pr-ps-file-using-ghostscript): Use make-temp-file instead of 41 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
37 make-temp-name. 42 make-temp-name.
38 (pr-delete-file): Check if file exists before deleting it. Reported by 43 (pr-delete-file): Check if file exists before deleting it.
39 Lennart Borgman <lennart.borgman.073@student.lu.se>. 44 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
40 45
41 2004-09-26 Stefan <monnier@iro.umontreal.ca> 46 2004-09-26 Stefan <monnier@iro.umontreal.ca>
42 47
43 * term.el (term-display-table): New variable. 48 * term.el (term-display-table): New variable.
44 (term-mode): Use it. 49 (term-mode): Use it.
46 (term-emulate-terminal): Decode the string before inserting it. 51 (term-emulate-terminal): Decode the string before inserting it.
47 52
48 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu> 53 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
49 54
50 * term.el (term-ansi-at-eval-string, term-ansi-default-fg) 55 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
51 (term-ansi-default-bg, term-ansi-current-temp): Delete unused 56 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
52 vars.
53 (map): Bind S-prior, S-next and S-insert. 57 (map): Bind S-prior, S-next and S-insert.
54 (term-mode): Set `indent-tabs-mode' to nil. 58 (term-mode): Set `indent-tabs-mode' to nil.
55 (term-paste): New function to be bound to S-insert. 59 (term-paste): New function to be bound to S-insert.
56 (term-send-del, term-send-backspace): Change the strings sent. 60 (term-send-del, term-send-backspace): Change the strings sent.
57 (term-termcap-format): Synchronyze with etc/e/eterm.ti. 61 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
58 (term-handle-colors-array): Fix handling of underline and reverse. 62 (term-handle-colors-array): Fix handling of underline and reverse.
59 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add 63 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
60 comments.
61 (term-erase-in-line): Fix comparison. 64 (term-erase-in-line): Fix comparison.
62 (term-emulate-terminal): Fix line wrap handling. 65 (term-emulate-terminal): Fix line wrap handling.
63 (term-start-output-log): Renamed from `term-set-output-log'. 66 (term-start-output-log): Rename from `term-set-output-log'.
64 (term-stop-output-log): Renamed from `term-stop-photo'. 67 (term-stop-output-log): Rename from `term-stop-photo'.
65 (term-switch-to-alternate-sub-buffer): Comment out, unused. 68 (term-switch-to-alternate-sub-buffer): Comment out, unused.
66 69
67 2004-09-25 Stefan <monnier@iro.umontreal.ca> 70 2004-09-25 Stefan <monnier@iro.umontreal.ca>
68 71
69 * dired.el (dired-move-to-filename): Don't output a message if 72 * dired.el (dired-move-to-filename): Don't output a message if
70 raise-error is non-nil. Fix return position and value. 73 raise-error is non-nil. Fix return position and value.