Mercurial > emacs
comparison lisp/ChangeLog @ 83455:8438f5473d99
Merged from miles@gnu.org--gnu-2005 (patch 174-181, 685-690)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-685
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-686
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-687
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-688
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-689
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-690
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-174
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-175
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-176
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-177
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-178
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-179
Update from CVS: texi/gnus.texi (RSS): Addition.
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-180
Update from CVS
* miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-181
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-495
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Thu, 12 Jan 2006 11:20:02 +0000 |
parents | 55e22205ba88 32fc565ba875 |
children | de425e4eb0bc |
comparison
equal
deleted
inserted
replaced
83454:845a93c68e9a | 83455:8438f5473d99 |
---|---|
1 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command. | |
4 (tcl-indent-line): Return `noindent' if inside a string. | |
5 | |
6 * progmodes/flymake.el (flymake-split-string): Remove more than one | |
7 empty string at beg/end of the result. | |
8 (flymake-find-buildfile, flymake-find-possible-master-files): | |
9 Use expand-file-name. | |
10 (flymake-fix-file-name): Don't replace \ with / and don't remove ./ | |
11 since expand-file-name does it for us. Use directory-file-name. | |
12 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line) | |
13 (flymake-ler-get-type, flymake-ler-get-text) | |
14 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers. | |
15 (flymake-current-line-no): Remove spurious interactive spec. | |
16 (flymake-delete-temp-directory): Remove unused var `slash-pos'. | |
17 (flymake-check-include): Remove arg inc-path merged into inc-name. | |
18 (flymake-check-patch-master-file-buffer): Fit in 80 columns. | |
19 Arg regexp-list replaced by a simple regexp. | |
20 (flymake-master-make-header-init, flymake-master-tex-init): | |
21 Correspondingly replace regexp-list with a regexp. Fix regexp. | |
22 | |
23 2006-01-10 Simon Josefsson <jas@extundo.com> | |
24 | |
25 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment | |
26 describing AUTH PLAIN fix. | |
27 | |
28 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org> | |
29 | |
30 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var. | |
31 (report-emacs-bug): Don't record initial prompt text. | |
32 Instead, add text properties to prompting text. | |
33 (report-emacs-bug-hook): Delete prompting text. | |
34 | |
35 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca> | |
36 | |
37 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg | |
38 `dirs'. Adjust callers. | |
39 | |
40 2006-01-09 John Paul Wallington <jpw@gnu.org> | |
41 | |
42 * cus-edit.el (custom-comment) <defface>: Add TTY definitions. | |
43 | |
44 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca> | |
45 | |
46 * reveal.el (reveal-open-new-overlays): New extracted fun. | |
47 (reveal-close-old-overlays): Idem. Check overlays's liveness before | |
48 using them. Simplify the code. | |
49 (reveal-post-command): Use them. Fix up obsolete windows in | |
50 reveal-open-spots. | |
51 | |
52 * progmodes/flymake.el: Use `require' rather than autoload for | |
53 XEmacs's overlays. | |
54 (flymake-get-common-file-prefix, flymake-build-relative-filename): | |
55 Delete. Use file-relative-name instead. | |
56 (flymake-get-syntax-check-program-args, flymake-perl-init): | |
57 Simplify the resulting code. | |
58 | |
59 * log-view.el (log-view-file-re, log-view-message-re): Add support | |
60 for DaRCS output. | |
61 | |
62 2006-01-09 Alex Schroeder <alex@gnu.org> | |
63 | |
64 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list | |
65 identifiers sometimes added in square brackets at the beginning of | |
66 subject lines. | |
67 | |
68 2006-01-07 Richard M. Stallman <rms@gnu.org> | |
69 | |
70 * cus-edit.el (Custom-set, Custom-save): Doc fix. | |
71 (Custom-reset-current, Custom-reset-saved): Change question text. | |
72 (Custom-reset-standard): Likewise. | |
73 (custom-variable-reset-saved): Doc fix. | |
74 | |
75 2006-01-07 Eli Zaretskii <eliz@gnu.org> | |
76 | |
77 * startup.el (init-file-user): Doc fix. | |
78 | |
79 2006-01-07 Alex Schroeder <alex@gnu.org> | |
80 | |
81 * mail/rmail.el (rmail-current-subject): New function. | |
82 (rmail-current-subject-regexp): New function. | |
83 (rmail-next-same-subject): Use it. | |
84 | |
85 * mail/rmailsum.el (rmail-summary-by-topic): | |
86 Use rmail-current-subject and rmail-current-subject-regexp. | |
87 (rmail-summary-next-same-subject): Ditto. | |
88 | |
89 * net/rcirc.el (rcirc-send-input): No longer check whether the | |
90 process is open, since not all commands need an open process. | |
91 (rcirc-send-string): Check whether the process is open before | |
92 sending anything. | |
93 (rcirc-ignore-list): New option. | |
94 (rcirc-ignore-list-automatic): New variable. | |
95 (rcirc-print): Take rcirc-ignore-list into account. | |
96 (rcirc-cmd-ignore): New command. | |
97 (rcirc-ignore-update-automatic): New function. | |
98 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the | |
99 list if ignored nicks. | |
100 (rcirc-handler-NICK): Ditto, and also ignore the new nick. | |
101 | |
102 2006-01-06 David Reitter <david.reitter@gmail.com> | |
103 | |
104 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly | |
105 reflect the address to which the report will be sent. | |
106 | |
107 2006-01-06 Eli Zaretskii <eliz@gnu.org> | |
108 | |
109 * progmodes/ld-script.el (auto-mode-alist): Recognize linker | |
110 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$". | |
111 | |
112 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes) | |
113 | |
114 * textmodes/tildify.el: Fix typos (misspellings) in the commentary. | |
115 | |
116 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in | |
117 the doc string: "functoin" => "function". | |
118 ldefs-boot.el: Likewise. | |
119 | |
120 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a | |
121 message text: "Duplicat" => "Duplicate". | |
122 | |
123 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change) | |
124 | |
125 * files.el (basic-save-buffer-2): If backing-up failed, reset | |
126 buffer-backed-up to nil. | |
127 | |
128 2006-01-06 Nick Roberts <nickrob@snap.net.nz> | |
129 | |
130 * progmodes/gud.el (gdb-script-skip-to-head) | |
131 (gdb-script-calculate-indentation): Indent for breakpoint command | |
132 lists also. | |
133 | |
1 2006-01-05 Bill Wohler <wohler@newt.com> | 134 2006-01-05 Bill Wohler <wohler@newt.com> |
2 | 135 |
3 * Makefile.in (compile-always): Add mh-autoloads dependency. | 136 * Makefile.in (compile-always): Add mh-autoloads dependency. |
4 (bootstrap): Remove mh-autoloads dependency, as compile dependency | 137 (bootstrap): Remove mh-autoloads dependency, as compile dependency |
5 provides it. | 138 provides it. |