Mercurial > emacs
comparison lisp/ChangeLog @ 83218:47f53c5c9620
Merged in changes from CVS trunk.
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-608
Update from CVS
* 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/gnus--rel--5.10--patch-45
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-258
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Tue, 12 Oct 2004 07:52:25 +0000 |
parents | 4f2f1522636c c73d8ac83f10 |
children | e86fc76a45e4 |
comparison
equal
deleted
inserted
replaced
83217:8131adf4ac7b | 83218:47f53c5c9620 |
---|---|
1 2004-10-12 Kim F. Storm <storm@cua.dk> | |
2 | |
3 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and | |
4 reset kmacro-initial-counter-value if set. | |
5 (kmacro-set-counter): Only set kmacro-counter if defining or executing | |
6 macro. Set kmacro-initial-counter-value otherwise. Never set both. | |
7 (kmacro-display): Show macro counter if non-zero. | |
8 | |
9 * subr.el (substitute-key-definition): Mention command remapping | |
10 in doc string. | |
11 | |
12 2004-10-11 Simon Josefsson <jas@extundo.com> | |
13 | |
14 * mail/smtpmail.el (smtpmail-open-stream): Look for | |
15 starttls-gnutls-program instead of starttls-program iff | |
16 starttls-use-gnutls is non-nil. | |
17 (smtpmail-open-stream): Don't overwrite user settings of | |
18 starttls-extra-arguments and starttls-extra-args. | |
19 | |
20 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net> | |
21 | |
22 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable. | |
23 (ange-ftp-call-chmod): Reference remote-shell-program instead of | |
24 ange-ftp-remote-shell. | |
25 | |
26 2004-10-10 Andreas Schwab <schwab@suse.de> | |
27 | |
28 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize | |
29 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'. | |
30 Reported by <sri@asu.edu>. | |
31 | |
32 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us> | |
33 | |
34 * vc.el (vc-annotate-mode): Remove variable. | |
35 (vc-annotate-display-select): Only call vc-annotate-mode | |
36 if we're not in that mode already. | |
37 | |
38 2004-10-09 Kim F. Storm <storm@cua.dk> | |
39 | |
40 * subr.el (progress-reporter-update): Define before first usage. | |
41 (make-progress-reporter): Doc fix. | |
42 | |
1 2004-10-09 Luc Teirlinck <teirllm@auburn.edu> | 43 2004-10-09 Luc Teirlinck <teirllm@auburn.edu> |
2 | 44 |
3 * textmodes/paragraphs.el (sentence-end-double-space) | 45 * textmodes/paragraphs.el (sentence-end-double-space) |
4 (sentence-end-without-period, sentence-end-without-space) | 46 (sentence-end-without-period, sentence-end-without-space) |
5 (sentence-end): Doc fixes. | 47 (sentence-end): Doc fixes. |