comparison lisp/ChangeLog @ 89991:6c1af301b455

Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-48 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-581 Fix exec-shield autoconf test * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-582 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-584 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-585 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-586 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-38 Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 30 Sep 2004 01:20:39 +0000
parents e23928ac5a97 4bdc0f6258ec
children 58db929d96c6
comparison
equal deleted inserted replaced
89990:9cdfbf04b9ea 89991:6c1af301b455
1 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
2
3 * textmodes/paragraphs.el (forward-paragraph): Avoid
4 args-out-of-range error when point winds up at the beginning of
5 the buffer and hard newlines are enabled.
6
7 * newcomment.el (comment-multi-line): Doc fix.
8
9 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
10
11 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
12 (diff-fixup-modifs): Catch unified-diff file-headers.
13
1 2004-09-28 Stefan <monnier@iro.umontreal.ca> 14 2004-09-28 Stefan <monnier@iro.umontreal.ca>
2 15
3 * dired.el (dired-view-command-alist): Use more efficient regexps. 16 * dired.el (dired-view-command-alist): Use more efficient regexps.
4 Remove dubious arguments. 17 Remove dubious arguments.
5 (dired-align-file): New function. 18 (dired-align-file): New function.
33 46
34 * printing.el: Doc fix. 47 * printing.el: Doc fix.
35 (pr-version): New version number (6.8.1). 48 (pr-version): New version number (6.8.1).
36 (pr-ps-file-using-ghostscript): Use make-temp-file instead of 49 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
37 make-temp-name. 50 make-temp-name.
38 (pr-delete-file): Check if file exists before deleting it. Reported by 51 (pr-delete-file): Check if file exists before deleting it.
39 Lennart Borgman <lennart.borgman.073@student.lu.se>. 52 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
40 53
41 2004-09-26 Stefan <monnier@iro.umontreal.ca> 54 2004-09-26 Stefan <monnier@iro.umontreal.ca>
42 55
43 * term.el (term-display-table): New variable. 56 * term.el (term-display-table): New variable.
44 (term-mode): Use it. 57 (term-mode): Use it.
46 (term-emulate-terminal): Decode the string before inserting it. 59 (term-emulate-terminal): Decode the string before inserting it.
47 60
48 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu> 61 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
49 62
50 * term.el (term-ansi-at-eval-string, term-ansi-default-fg) 63 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
51 (term-ansi-default-bg, term-ansi-current-temp): Delete unused 64 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
52 vars.
53 (map): Bind S-prior, S-next and S-insert. 65 (map): Bind S-prior, S-next and S-insert.
54 (term-mode): Set `indent-tabs-mode' to nil. 66 (term-mode): Set `indent-tabs-mode' to nil.
55 (term-paste): New function to be bound to S-insert. 67 (term-paste): New function to be bound to S-insert.
56 (term-send-del, term-send-backspace): Change the strings sent. 68 (term-send-del, term-send-backspace): Change the strings sent.
57 (term-termcap-format): Synchronyze with etc/e/eterm.ti. 69 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
58 (term-handle-colors-array): Fix handling of underline and reverse. 70 (term-handle-colors-array): Fix handling of underline and reverse.
59 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add 71 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
60 comments.
61 (term-erase-in-line): Fix comparison. 72 (term-erase-in-line): Fix comparison.
62 (term-emulate-terminal): Fix line wrap handling. 73 (term-emulate-terminal): Fix line wrap handling.
63 (term-start-output-log): Renamed from `term-set-output-log'. 74 (term-start-output-log): Rename from `term-set-output-log'.
64 (term-stop-output-log): Renamed from `term-stop-photo'. 75 (term-stop-output-log): Rename from `term-stop-photo'.
65 (term-switch-to-alternate-sub-buffer): Comment out, unused. 76 (term-switch-to-alternate-sub-buffer): Comment out, unused.
66 77
67 2004-09-25 Stefan <monnier@iro.umontreal.ca> 78 2004-09-25 Stefan <monnier@iro.umontreal.ca>
68 79
69 * dired.el (dired-move-to-filename): Don't output a message if 80 * dired.el (dired-move-to-filename): Don't output a message if
70 raise-error is non-nil. Fix return position and value. 81 raise-error is non-nil. Fix return position and value.