comparison lisp/ChangeLog @ 90016:ff0e824afa37

Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-57 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-594 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-598 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-599 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-600 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-602 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-603 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-604 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-609 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-610 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-611 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-614 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-615 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-42 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-43 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-44 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-46 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-47 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-48 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-49 Add {arch}/=commit-merge-make-log * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-50 {arch}/=commit-merge-make-log: Don't die if there are no ChangeLog changes
author Miles Bader <miles@gnu.org>
date Thu, 14 Oct 2004 08:50:09 +0000
parents 58db929d96c6 6545f51b362e
children f3ec05478165
comparison
equal deleted inserted replaced
90015:9ee566735998 90016:ff0e824afa37
1 2004-10-03 Stefan <monnier@iro.umontreal.ca> 1 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
2
3 * button.el (button-activate): Allow a marker to display as an
4 action.
5
6 * help-fns.el (describe-variable): Use it to make "below" a
7 hyperlink.
8
9 * help.el (describe-mode): Use it to make minor mode list into
10 hyperlinks.
11
12 2004-10-14 Masatake YAMATO <jet@gyve.org>
13
14 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
15 (gdb-script-end-of-defun): New function.
16 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
17 `gdb-script-end-of-defun' as *-of-defun-function.
18
19 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
20
21 * vc.el (vc-annotate-display-select): Fix typo.
22
23 * subr.el (substitute-key-definition-key): New function.
24 (substitute-key-definition): Use it with map-keymap.
25 (event-modifiers): Use push.
26 (mouse-movement-p, with-temp-buffer): Simplify.
27
28 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
29
30 Sync with Tramp 2.0.45.
31
32 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
33 defined. This is not the case for XEmacs without package "edebug".
34 (tramp-set-auto-save-file-modes): Set permissions of autosaved
35 remote files to the permissions of the original file. This is not
36 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
37 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
38 (tramp-perl-decode): Fix an error in Perl implementation.
39 $pending must be cleared every loop. Reported by Benjamin Place
40 <benjaminplace@sprintmail.com>
41
42 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
43 Don't activate advice during definition. This is done later on,
44 depending on test result of `substitute-in-file-name'.
45 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
46
47 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
48
49 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
50
51 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
52
53 2004-10-12 David Ponce <david@dponce.com>
54
55 * recentf.el (recentf-edit-list): Update the menu when the recentf
56 list has been modified.
57
58 2004-10-12 Simon Josefsson <jas@extundo.com>
59
60 * net/tls.el (tls-certtool-program): New variable.
61 (tls-certificate-information): New function, based on
62 ssl-certificate-information.
63
64 2004-10-12 Kenichi Handa <handa@m17n.org>
65
66 * international/mule.el (coding-system-equal): Move from mule-util.el.
67
68 * international/mule-util.el (coding-system-equal): Move to mule.el.
69
70 2004-10-12 Kim F. Storm <storm@cua.dk>
71
72 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
73 reset kmacro-initial-counter-value if set.
74 (kmacro-set-counter): Only set kmacro-counter if defining or executing
75 macro. Set kmacro-initial-counter-value otherwise. Never set both.
76 (kmacro-display): Show macro counter if non-zero.
77
78 * subr.el (substitute-key-definition): Mention command remapping
79 in doc string.
80
81 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
82
83 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
84
85 * font-lock.el (font-lock-apply-highlight): Fix last change.
86
87 2004-10-11 Simon Josefsson <jas@extundo.com>
88
89 * mail/smtpmail.el (smtpmail-open-stream): Look for
90 starttls-gnutls-program instead of starttls-program iff
91 starttls-use-gnutls is non-nil.
92 (smtpmail-open-stream): Don't overwrite user settings of
93 starttls-extra-arguments and starttls-extra-args.
94
95 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
96
97 * comint.el (comint-mouse-insert-input): Remove.
98 (comint-insert-input): Make it work for mouse bindings.
99 (comint-mode-map): Move defs into the declaration.
100 (comint-output-filter): Typo.
101
102 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
103
104 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
105
106 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
107 (ange-ftp-call-chmod): Reference remote-shell-program instead of
108 ange-ftp-remote-shell.
109
110 2004-10-10 Andreas Schwab <schwab@suse.de>
111
112 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
113 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
114 Reported by <sri@asu.edu>.
115
116 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
117
118 * vc.el (vc-annotate-mode): Remove variable.
119 (vc-annotate-display-select): Only call vc-annotate-mode
120 if we're not in that mode already.
121
122 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
123
124 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
125 (imenu-choose-buffer-index): Check here for rescan instead.
126
127 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
128 where the face expression evals to nil.
129
130 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
131 (tex-font-lock-keywords-2): Use it.
132 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
133
134 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
135
136 2004-10-09 Kim F. Storm <storm@cua.dk>
137
138 * subr.el (progress-reporter-update): Define before first usage.
139 (make-progress-reporter): Doc fix.
140
141 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
142
143 * textmodes/paragraphs.el (sentence-end-double-space)
144 (sentence-end-without-period, sentence-end-without-space)
145 (sentence-end): Doc fixes.
146
147 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
148
149 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
150 Change paragraph-start regexp so we don't fill code starting with #'(.
151
152 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
153
154 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
155 New defcustom.
156 (extract-address-components): Use it.
157
158 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
159
160 * subr.el (make-progress-reporter, progress-reporter-update)
161 (progress-reporter-force-update, progress-reporter-do-update)
162 (progress-reporter-done): New functions.
163
164 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
165
166 * progmodes/etags.el (etags-tags-completion-table): Use progress
167 reporter.
168 (etags-tags-apropos): Likewise.
169
170 2004-10-08 Alan Mackenzie <acm@muc.de>
171
172 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
173 of current line.
174
175 2004-10-08 Masatake YAMATO <jet@gyve.org>
176
177 * server.el (server-process-filter): Wrap `process-send-region'
178 by `condition-case' to guard the case when the pipe to PROC is closed.
179
180 2004-10-07 Mark A. Hershberger <mah@everybody.org>
181
182 * xml.el (xml-substitute-special): Limit handling of external entities.
183
184 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
185
186 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
187
188 2004-10-06 John Paul Wallington <jpw@gnu.org>
189
190 * xml.el (xml-parse-dtd): Fix `error' call.
191
192 2004-10-05 Mark A. Hershberger <mah@everybody.org>
193
194 * xml.el (xml-substitute-special): Return a single string instead
195 of a list of strings if an entity substitution is made.
196
197 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
198
199 * calendar/icalendar.el: New file.
200
201 2004-10-05 Juri Linkov <juri@jurta.org>
202
203 * isearch.el (isearch-done): Set mark after running hook.
204 Suggested by Drew Adams <drew.adams@oracle.com>.
205
206 * info.el (Info-history, Info-toc): Fix Info headers.
207 (Info-toc): Narrow buffer before Info-fontify-node.
208 (Info-build-toc): Don't check for special Info file names.
209 Set main-file to nil if Info-find-file returns a symbol.
210
211 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
212
213 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
214 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
215 * calendar/cal-menu.el (calendar-mode-map): Ditto.
216
217 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
218
219 * calendar/cal-iso.el (calendar-iso-read-args): New function,
220 for old interactive spec from calendar-goto-iso-date.
221 (calendar-goto-iso-date): Use it.
222 (calendar-goto-iso-week): New function. Suggested by Emilio
223 C. Lopes <eclig@gmx.net>.
224
225 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
226
227 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
228 `set-right-margin' bindings that follow the minor mode conventions.
229
230 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
2 231
3 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32. 232 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
4 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'. 233 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
5 (latex-block-args-alist): Add minipage and picture. 234 (latex-block-args-alist): Add minipage and picture.
6 (latex-block-body-alist): Use reftex-label if enabled. 235 (latex-block-body-alist): Use reftex-label if enabled.
60 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca> 289 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
61 290
62 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit. 291 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
63 (diff-fixup-modifs): Catch unified-diff file-headers. 292 (diff-fixup-modifs): Catch unified-diff file-headers.
64 293
65 2004-09-28 Stefan <monnier@iro.umontreal.ca> 294 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
66 295
67 * dired.el (dired-view-command-alist): Use more efficient regexps. 296 * dired.el (dired-view-command-alist): Use more efficient regexps.
68 Remove dubious arguments. 297 Remove dubious arguments.
69 (dired-align-file): New function. 298 (dired-align-file): New function.
70 (dired-insert-directory): Use it. 299 (dired-insert-directory): Use it.
100 (pr-ps-file-using-ghostscript): Use make-temp-file instead of 329 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
101 make-temp-name. 330 make-temp-name.
102 (pr-delete-file): Check if file exists before deleting it. 331 (pr-delete-file): Check if file exists before deleting it.
103 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>. 332 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
104 333
105 2004-09-26 Stefan <monnier@iro.umontreal.ca> 334 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
106 335
107 * term.el (term-display-table): New variable. 336 * term.el (term-display-table): New variable.
108 (term-mode): Use it. 337 (term-mode): Use it.
109 (term-exec-1): Set the coding system to binary. 338 (term-exec-1): Set the coding system to binary.
110 (term-emulate-terminal): Decode the string before inserting it. 339 (term-emulate-terminal): Decode the string before inserting it.
124 (term-emulate-terminal): Fix line wrap handling. 353 (term-emulate-terminal): Fix line wrap handling.
125 (term-start-output-log): Rename from `term-set-output-log'. 354 (term-start-output-log): Rename from `term-set-output-log'.
126 (term-stop-output-log): Rename from `term-stop-photo'. 355 (term-stop-output-log): Rename from `term-stop-photo'.
127 (term-switch-to-alternate-sub-buffer): Comment out, unused. 356 (term-switch-to-alternate-sub-buffer): Comment out, unused.
128 357
129 2004-09-25 Stefan <monnier@iro.umontreal.ca> 358 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
130 359
131 * dired.el (dired-move-to-filename): Don't output a message if 360 * dired.el (dired-move-to-filename): Don't output a message if
132 raise-error is non-nil. Fix return position and value. 361 raise-error is non-nil. Fix return position and value.
133 362
134 * files.el (insert-directory): Obey --dired even with symlinks. 363 * files.el (insert-directory): Obey --dired even with symlinks.
268 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu> 497 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
269 498
270 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax 499 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
271 of = to "." (punctuation). 500 of = to "." (punctuation).
272 501
273 2004-09-19 Stefan <monnier@iro.umontreal.ca> 502 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
274 503
275 * subr.el (event-basic-type): Fix mask (extend to 22bits). 504 * subr.el (event-basic-type): Fix mask (extend to 22bits).
276 505
277 2004-09-18 Luc Teirlinck <teirllm@auburn.edu> 506 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
278 507