Merge from gnus--devo--0
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
2
3 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
4
5 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
6
7 * message.el (message-signature-separator): Change default. Improve
8 custom type.
9 (message-cite-function): Change default to
10 message-cite-original-without-signature.
11
12 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
13 toggle.
14
15 * message.el (message-check-news-body-syntax): Fix signature check.
16 (message-setup-1): Mark buffer as unmodified _after_ running
17 message-setup-hook and handling message-alternative-emails.
18 (message-shorten-references): Be more strict when building list of
19 valid references to comply with GNKSA.
20
21 * gnus-group.el (gnus-read-ephemeral-bug-group)
22 (gnus-read-ephemeral-debian-bug-group)
23 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
24
25 * message.el (message-info): Don't use booleanp which isn't supported
26 in Emacs 21 and XEmacs.
27
28 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
29
30 * gnus-group.el (gnus-gmane-group-download-format): Rename from
31 gnus-group-gmane-group-download-format.
32 (gnus-group-read-ephemeral-gmane-group): Rename from
33 gnus-group-read-ephemeral-gmane-group.
34 (gnus-read-ephemeral-gmane-group-url): Rename from
35 gnus-group-read-ephemeral-gmane-group-url.
36 (gnus-bug-group-download-format-alist): New variable.
37 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
38 (gnus-read-ephemeral-emacs-bug-group): New commands.
39
40 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
41
42 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
43 (gnus-visible-headers): Improve custom type.
44
45 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
46
47 * mml.el (mml-menu): Add workarounds for XEmacs.
48
49 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
50 X-Boundary header.
51
52 * message.el (message-simplify-recipients): Fix previous commit.
53
54 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
55
56 * mm-util.el (mm-set-buffer-multibyte): New function.
57 * mm-decode.el (mm-copy-to-buffer): Use it.
58
59 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
60 Prefer fboundp to functionp so it works with macros as well.
61
62 2008-03-19 Glenn Morris <rgm@gnu.org>
63
64 * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
65 Accidentally removed in the sync process with Emacs.
66
67 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
68
69 * message.el (message-alter-recipients-discard-bogus-full-name): New
70 function.
71 (message-alter-recipients-function): New variable.
72 (message-get-reply-headers): Use it.
73 (message-replace-header): New helper function.
74 (message-recipients-without-full-name): New variable.
75 (message-simplify-recipients): New command.
76
77 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
78
79 * message.el (message-info): Handle EasyPG manual.
80
81 * mml.el (mml-menu): Add entry for EasyPG.
82
83 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
84
85 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
86 parameter.
87
88 * message.el (message-disassociate-draft): Specify drafts group name
89 fully.
90
91 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
92
93 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
94 unnecessary duplicates from the match list.
95
96 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
97
98 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
99 args of `how-many' of which the XEmacs version doesn't take; declare
100 Info-index-next as function.
101
102 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
103
104 * gnus-score.el (gnus-score-headers): Fix handling of
105 gnus-inhibit-slow-scoring.
106
107 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
108 string.
109 (gnus-button-url-regexp): Improve handling of parenthesis.
110 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
111 (gnus-button-handle-info-keystrokes): Handle index entries.
112
113 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
114
115 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
116 Incoming* files.
117
118 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
119
120 * auth-source.el (auth-sources): Renamed from auth-source-choices.
121 (auth-source-pick): Use it.
122
123 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
124
125 * auth-source.el (auth-source-protocols)
126 (auth-source-protocols-customize, auth-source-choices): Added and
127 modified variable customizations and defaults.
128 (auth-source-pick, auth-source-user-or-password)
129 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
130 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
131 (auth-source-user-or-password-sftp)
132 (auth-source-user-or-password-smtp): Use new variables and provide an
133 interface to netrc.el.
134
135 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
136
137 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
138 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
139 Make sure the nntp port to specify is a string.
140
141 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
142
143 * nntp.el: Use with-current-buffer.
144 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
145 dubious mm-with-unibyte-current-buffer.
146 (nntp-with-open-group-function): New function extracted from
147 nntp-with-open-group macro.
148 (nntp-with-open-group): Use the function, so it's easier to debug.
149 Add indentation and debugging info.
150 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
151 the use of the netcat alternatives.
152
153 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
154 Avoid mm-string-as-multibyte as well.
155
156 * nnweb.el (nnweb-insert-html):
157 Remove use of nnheader-string-as-multibyte.
158
159 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
160 (nnheader-string-as-multibyte): Remove.
161
162 * mm-view.el: Use inhibit-read-only.
163 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
164 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
165 or unibyte-string.
166
167 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
168 (mm-uu-yenc-extract): Use with-current-buffer.
169
170 * gnus-soup.el (gnus-soup-send-packet): Don't use
171 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
172
173 * nnmh.el: Use with-current-buffer.
174 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
175 mm-string-as-multibyte on the output of mm-encode-coding-string.
176
177 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
178 (nnimap-request-move-article): Use with-current-buffer.
179
180 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
181 inserting the handle-buffer's text, so the implicit multibyte->unibyte
182 conversion uses string-make-unibyte rather than string-as-unibyte.
183
184 * gnus-msg.el: Use with-current-buffer.
185
186 * message.el (message-ignored-resent-headers): Add "Delivered-To".
187
188 2008-03-10 Daiki Ueno <ueno@unixuser.org>
189
190 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
191 string for caching if it is 'PIN.
192
193 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
194
195 * mail-source.el (mail-source-delete-old-incoming-confirm):
196 Change default to nil.
197 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
198
199 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
200
201 * gnus-art.el (gnus-narrow-to-page): Position point properly.
202 (gnus-article-goto-prev-page): Work for articles having ^L's.
203
204 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
205
206 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
207
208 2008-03-07 Karl Fogel <kfogel@red-bean.com>
209
210 * gnus-bookmark.el: Adjust for renames in bookmark.el.
211 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
212 (gnus-bookmark-jump): Adjust some variable names.
213
214 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
215
216 * auth-source.el: New package.
217 (auth-source-choices): Add customization entry point variable.
218
219 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
220 bug.
221
222 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
223
224 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
225 (gnus-registry-initialize, gnus-registry-install-p): Use it.
226 (gnus-registry-install-shortcuts): Rename from
227 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
228 the `gnus-registry-mark-map' keymap dynamically from
229 `gnus-registry-marks'. The generated functions update the summary line
230 when a registry mark is added or deleted, and will call
231 `gnus-registry-install-p' (see the comments in the code).
232 (gnus-registry-user-format-function-M): Use concat intelligently.
233
234 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
235 the registry mark functions.
236
237 2008-03-05 Glenn Morris <rgm@gnu.org>
238
239 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
240 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
241 gnus-art.
242 (top-level): No need to load own source when compiling.
243
244 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
245
246 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
247 Suggested by <chris.anderton@zetnet.co.uk>.
248
249 2008-03-04 Glenn Morris <rgm@gnu.org>
250
251 * gnus-sum.el (top-level): No need to require gnus when compiling,
252 since unconditionally required near start of file.
253 (gnus-summary-display-while-building): Move definition before use.
254
255 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
256
257 * gnus-registry.el (gnus-registry-user-format-function-M): Add
258 formatting function.
259
260 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
261
262 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
263 with plists.
264 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
265 Use new format.
266
267 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
268
269 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
270 `where-is-internal' that returns a range of key sequences.
271
272 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
273
274 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
275
276 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
277 (gnus-summary-jump-to-group): Consider windows on other displayed
278 frames as well. Similar changes might be needed elsewhere, but that's
279 the one I've bumped into during my use.
280
281 * nndoc.el (nndoc-oe-dbx-type-p):
282 * gnus-msg.el (gnus-debug):
283 * gnus-group.el (gnus-update-group-mark-positions):
284 Use mm-string-to-multibyte.
285
286 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
287
288 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
289 doesn't handle NotDashEscaped.
290
291 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
292 (mml-dnd-attach-options): Fix typo in custom choice.
293
294 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
295 nndoc-article-type to mbox.
296 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
297
298 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
299 to nil, instead of html2text.
300
301 * imap.el (imap-debug): Add `imap-ping-server'.
302
303 * gnus-bookmark.el: Add FIXMEs.
304
305 * message.el (message-form-letter-separator)
306 (message-send-form-letter-delay): New variables.
307 (message-send-form-letter): Use them. New command to send form
308 letters. Requested by Uwe Siart.
309 (message-send-mail-function): Doc fix. Add "Other" custom option.
310
311 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
312
313 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
314 empty author.
315
316 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
317
318 * gnus-registry.el (gnus-registry-marks): Add variable for
319 customization of marks and their appearance.
320 (gnus-registry-read-mark): Use it.
321 (gnus-registry-do-marks): Add utility function to loop through
322 `gnus-registry-marks'.
323 (gnus-registry-install-shortcuts-and-menus): Add function to install
324 shortcuts and menus.
325 (gnus-registry-initialize): Use it.
326 (gnus-registry-default-mark): Clarify documentation.
327
328 2008-02-29 Glenn Morris <rgm@gnu.org>
329
330 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
331 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
332 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
333 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
334 Change defcustom :version from 23.0 to 23.1.
335
336 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
337
338 * gnus-registry.el (gnus-registry-follow-group-p)
339 (gnus-registry-post-process-groups): Add functions to aid registry
340 splitting and improve logging. Clarify behavior in function
341 documentation.
342 (gnus-registry-split-fancy-with-parent): Use them.
343
344 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
345
346 * gnus-art.el: Use with-current-buffer.
347
348 2008-02-27 David Engster <dengste@eml.cc>
349
350 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
351 Express real group name in the response.
352
353 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
354
355 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
356 (nnmairix-last-server, nnmairix-current-server): Defvar them.
357 (nnmairix-goto-original-article): Defvar gnus-registry-install and
358 autoload gnus-registry-fetch-group when compiling.
359 (nnmairix-request-group-with-article-number-correction): remove
360 unreferenced argument passed to nnmairix-call-backend.
361
362 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
363
364 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
365 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
366 Wilde.
367
368 2008-02-27 Glenn Morris <rgm@gnu.org>
369
370 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
371 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
372 variables to defconsts. Convert comments to doc-strings.
373 (nnmairix-last-server, nnmairix-current-server): Convert from free
374 variables to defvars. Convert comments to doc-strings.
375 (gnus-registry-fetch-group): Autoload.
376 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
377 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
378 (nnmairix-widget-build-editable-fields): Use car cddr rather than
379 caddr.
380 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
381 nnmairix-request-group-with-article-number-correction call.
382 (nnmairix-fast, nnmairix-group): New, less general names, for free
383 variables passed from nnmairix-request-group to
384 nnmairix-request-group-with-article-number-correction. Declare.
385 (nnmairix-request-group-with-article-number-correction):
386 Use nnmairix-fast, nnmairix-group rather than fast, group.
387
388 2008-02-26 David Engster <dengste@eml.cc>
389
390 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
391 version 0.5.
392
393 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
394
395 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
396 instead of making an extra function call. Don't add the current group
397 to articles only when they have the group. Use
398 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
399 Reported by David <de_bb@arcor.de>.
400
401 2008-02-24 Miles Bader <miles@gnu.org>
402
403 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
404 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
405 (mm-find-mime-charset-region):
406 * mm-bodies.el (mm-encode-body):
407 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
408
409 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
410
411 * mail-source.el (mail-source-delete-incoming): Change default.
412 Supplement doc string.
413
414 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
415
416 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
417
418 * nnmail.el (nnmail-message-id-cache-file): Derive from
419 `gnus-home-directory'.
420
421 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
422
423 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
424 Document negative prefix.
425
426 * gnus-group.el (gnus-group-read-group): Document negative prefix.
427
428 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
429
430 * message.el (message-unsent-separator): Add the Exim bounce
431 separator.
432
433 2008-02-10 Daiki Ueno <ueno@unixuser.org>
434
435 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
436 list.
437 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
438 recipient/signer list.
439
440 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
441
442 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
443 fbound (Emacs 23 unicode), signal an error.
444
445 2008-02-08 Glenn Morris <rgm@gnu.org>
446
447 * gnus-art.el (pgg-display-output-buffer): Declare as function.
448
449 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
450
451 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
452 ports to the calls to `netrc-machine-user-or-password' in addition to
453 "imap" and "imaps".
454
455 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
456
457 * gnus.el (gnus-group-startup-message): Add `find-image' call before
458 image-load-path is let-bound. Reported by Harald Hanche-Olsen
459 <hanche@math.ntnu.no>.
460
461 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
462
463 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
464
465 2008-02-01 Zhang Wei <id.brep@gmail.com>
466
467 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
468
469 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
470
471 2008-02-01 Miles Bader <miles@gnu.org>
472
473 * mml.el (mml-parse-1): Remove apparently vestigial use of
474 `mm-hack-charsets'.
475 * mm-bodies.el (mm-encode-body): Likewise.
476
477 2008-02-01 Kenichi Handa <handa@m17n.org>
478
479 * rfc2104.el (rfc2104-hexstring-to-byte-list): Renamed from
480 rfc2104-hexstring-to-bitstring and changed to return a byte list.
481 (rfc2104-hash): Convert the result of concat to unibyte string.
482
483 2008-02-01 Dave Love <fx@gnu.org>
484
485 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
486 coding-system-for-read.
487 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
488
489 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
490 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Deleted.
491 (mm-find-mime-charset-region): Remove hack-charsets stuff.
492
493 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
494
495 * mail-source.el (mail-sources): Add `group' choice.
496
497 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
498 parameter `in-group' to control into which group the articles go.
499 Add treatment of `group' mail-source.
500
501 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
502
503 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
504 * message.el (message-beginning-of-line): Use featurep instead of bound
505 tests in order to resolve conditionals at compile time.
506
507 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
508
509 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
510
511 * mm-decode.el (mm-dissect-buffer): Decode description.
512
513 * mml.el (mml-to-mime): Encode message header first.
514
515 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
516
517 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
518 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
519
520 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
521
522 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
523
524 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
525
526 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
527 prefix keys.
528 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
529 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
530 gnus-xmas.el.
531
532 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
533
534 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
535 Add new variables for article mark management.
536 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
537 list of extra data entries which, when present, will indicate that the
538 article ID should not be trimmed from the registry.
539 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
540 functions.
541 (gnus-registry-read-mark): New function to read a mark name from the
542 user.
543 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
544 (gnus-registry-set-article-mark-internal): New functions to add and
545 remove marks.
546 (gnus-registry-get-article-marks): New function to show the marks for
547 an article, or retrieve them for further use.
548
549 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
550
551 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
552 keys when no argument is given.
553
554 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
555
556 * gnus-sum.el (gnus-article-sort-by-random)
557 (gnus-thread-sort-by-random): Fix doc strings. Reported by
558 jidanni@jidanni.org.
559
560 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
561
562 * gnus-art.el (gnus-article-describe-bindings): New function.
563 (gnus-article-read-summary-keys): Use it.
564 (gnus-article-mode-map): Bind `C-h b' to it.
565
566 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
567
568 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
569 XEmacs.
570 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
571 against non-character events.
572
573 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
574
575 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
576 command.
577 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
578 instead of END. Change name of the temp file.
579 (gnus-group-gmane-group-download-format): Add doc string. Make it
580 customizable.
581
582 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
583
584 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
585 bind `S W' to gnus-article-wide-reply-with-original; set default
586 binding to gnus-article-read-summary-send-keys.
587 (gnus-article-read-summary-keys): Fix the order of keys; display
588 continuation keys correctly in the echo area; describe bindings
589 correctly when keys end with `C-h'.
590 (gnus-article-read-summary-send-keys): New function.
591 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
592 for gnus-article-read-summary-send-keys; display continuation keys
593 correctly in the echo area.
594 (gnus-article-reply-with-original): Ignore prefix argument.
595 (gnus-article-wide-reply-with-original): New function.
596
597 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
598
599 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
600 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
601
602 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
603
604 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
605 (gnus-group-read-ephemeral-gmane-group): New command.
606
607 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
608
609 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
610
611 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
612
613 * message.el (message-send-mail-function): Increase custom version.
614
615 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
616 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
617
618 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
619
620 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
621 html parts correctly; support forwarded messages.
622 (gnus-article-browse-html-article): Remove work buffers.
623
624 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
625 compiling.
626 (netrc-bound-and-true-p): New macro.
627 (netrc-parse): Use it instead of bound-and-true-p that is not available
628 in XEmacs 21.4.
629
630 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
631
632 * gnus-registry.el (gnus-registry-mark-article)
633 (gnus-registry-article-marks): Add functionality to mark articles
634 through the Gnus registry.
635
636 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
637 (netrc-parse): Use encrypt-file-alist to determine if
638 encrypt-find-model or encrypt-insert-file-contents should be used.
639
640 2007-12-19 Glenn Morris <rgm@gnu.org>
641
642 * mml.el (message-options-set, message-narrow-to-head)
643 (message-in-body-p, message-mail-p, message-encode-message-body):
644 Autoload.
645 (message-remove-header, message-narrow-to-headers-or-head)
646 (message-subscribed-p, message-make-mail-followup-to)
647 (message-position-on-field, message-news-p)
648 (message-options-set-recipient, message-generate-headers)
649 (message-sort-headers): Declare as functions.
650
651 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
652
653 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
654 convention in doc string.
655
656 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
657
658 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
659 title to html parts.
660 (gnus-article-browse-html-article): Pass message header to it.
661
662 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
663
664 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
665
666 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
667 or password compatible with XEmacs.
668
669 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
670
671 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
672 format document.
673 (gnus-mime-delete-part): Don't write description line if empty.
674 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
675
676 2007-12-14 Johan Bockgård <bojohan@gnu.org>
677
678 * gnus-sum.el (gnus-summary-mark-unread-as-read)
679 (gnus-summary-mark-read-and-unread-as-read)
680 (gnus-summary-mark-current-read-and-unread-as-read)
681 (gnus-summary-mark-unread-as-ticked): Doc fix.
682 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
683
684 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
685
686 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
687 Christoph Conrad <christoph.conrad@gmx.de>.
688
689 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
690
691 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
692 yes-or-no-p.
693
694 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
695
696 * mm-decode.el (mm-add-meta-html-tag): New function.
697 (mm-save-part-to-file, mm-pipe-part): Use it.
698
699 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
700 gnus-y-or-n-p instead of y-or-n-p.
701 (gnus-article-browse-html-parts): Work with message/external-body; use
702 mm-add-meta-html-tag.
703
704 2007-12-11 Glenn Morris <rgm@gnu.org>
705
706 * gnus-cache.el: Require gnus-sum not just when compiling.
707
708 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
709
710 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
711 definitions before use.
712
713 * mm-decode.el: Require gnus-util.
714 (mm-remove-part): Only call delete-annotation on XEmacs.
715
716 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
717
718 * nnmail.el: Require gnus-int.
719
720 * spam.el: Move `require's before `eval-when-compile's.
721
722 * gnus-ems.el (gnus-alive-p):
723 * gnus-fun.el (message-goto-eoh):
724 * gnus-util.el (gnus-group-name-decode):
725 * mail-source.el (gnus-compress-sequence):
726 * message.el (Info-goto-node, format-spec):
727 * mm-bodies.el (message-options-get):
728 * mm-decode.el (mm-view-pkcs7):
729 * mm-util.el (gmm-write-region):
730 * mml-smime.el (mml-compute-boundary)
731 (gnus-completing-read-with-default):
732 * mml.el (widget-button-press, gnus-make-hashtable):
733 * mml1991.el (mm-decode-content-transfer-encoding)
734 (mm-encode-content-transfer-encoding)
735 (message-options-get, message-options-set):
736 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
737 * nnfolder.el (gnus-request-group):
738 * nnheader.el (ietf-drums-unfold-fws):
739 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
740 * smime.el (gnus-run-mode-hooks):
741 * spam-stat.el (gnus-message): Autoload.
742
743 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
744 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
745 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
746 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
747 Add declare-function compatibility definition.
748
749 * gnus-cache.el (nnvirtual-find-group-art):
750 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
751 (gnus-add-image, gnus-add-wash-type):
752 * gnus-group.el (nnkiboze-score-file):
753 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
754 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
755 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
756 (message-tokenize-header, gnus-get-buffer-create)
757 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
758 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
759 * gnus.el (gnus-group-decoded-name):
760 * mail-source.el (imap-capability):
761 * mm-bodies.el (message-options-set):
762 * mm-decode.el (gnus-configure-windows):
763 * mm-extern.el (message-goto-body):
764 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
765 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
766 (epg-sub-key-validity, message-options-set):
767 * mml.el (widget-event-point, gnus-configure-windows):
768 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
769 * mml2015.el (epg-check-configuration, epg-configuration)
770 (message-options-set):
771 * nndb.el (nndb-request-article):
772 * nnfolder.el (gnus-request-create-group):
773 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
774 * nnmaildir.el (gnus-group-mark-article-read):
775 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
776 * rfc1843.el (message-fetch-field):
777 * spam.el (gnus-extract-address-components):
778 Declare as functions.
779
780 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
781
782 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
783
784 2007-12-09 Glenn Morris <rgm@gnu.org>
785
786 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
787
788 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
789 * message.el, mm-view.el, sieve-manage, smime.el:
790 Add declare-function compatibility definition.
791
792 * gnus-art.el (w3-region, w3m-region, Info-menu):
793 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
794 * gnus-sum.el (gnus-get-predicate):
795 * gnus-util.el (mm-append-to-file, w32-focus-frame):
796 * message.el (mail-abbrev-in-expansion-header-p):
797 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
798 (w3m-detect-meta-charset, w3m-region):
799 * sieve-manage.el (password-read, password-cache-add)
800 (password-cache-remove):
801 * smime.el (password-read-and-add): Declare as functions.
802
803 2007-12-08 David Kastrup <dak@gnu.org>
804
805 * gnus-sum.el (gnus-summary-simplify-subject-query):
806 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
807 `message'.
808
809 2007-12-07 Glenn Morris <rgm@gnu.org>
810
811 * gnus-art.el (article-make-date-line): Revert previous change.
812
813 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
814
815 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
816
817 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
818
819 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
820 Call gnus-add-to-range ranges only once with a prepared article-list.
821
822 2007-12-06 Paul Jarc <prj@po.cwru.edu>
823
824 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups,
825 nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
826 group names with backslashes. Reported by Tassilo Horn
827 <tassilo@member.fsf.org>.
828
829 2007-12-06 D. Goel <deego3@gmail.com>
830
831 * gnus-art.el (article-make-date-line):
832 * gnus-start.el (gnus-load):
833 * pop3.el (pop3-read-response): Fix buggy call to `error'.
834
835 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
836
837 * gnus-art.el (gnus-use-idna)
838 * gnus-start.el (gnus-site-init-file)
839 * message.el (message-use-idna)
840 * mm-uu.el (mm-uu-hide-markers)
841 * smiley.el (smiley-style): Revert changes that suppress warnings.
842
843 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
844
845 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
846 specify charset to html source. Reported by Christoph Conrad
847 <christoph.conrad@gmx.de>.
848
849 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
850
851 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
852 idna-program in order to suppress byte compile warning issued by XEmacs
853 that came to byte compile the default value section of defcustom forms
854 recently.
855
856 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
857 value of installation-directory.
858
859 * message.el (message-use-idna): Don't directly refer to the value of
860 idna-program.
861
862 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
863
864 * smiley.el (smiley-style): Don't directly call face-attribute.
865
866 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
867
868 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
869
870 * gnus-dired.el: Reduce Gnus dependencies.
871 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
872 require. Use autoloads instead.
873 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
874 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
875 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
876 (gnus-dired-mode): Adjust doc string.
877 (gnus-dired-mail-mode): New variable.
878 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
879 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
880 (gnus-dired-mail-buffers): New function. Return mail or message
881 composition buffers.
882 (gnus-dired-attach): Use it.
883 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
884 NO-DECODE.
885 (gnus-dired-print): Use `gnus-print-buffer' depending on
886 `gnus-dired-mail-mode'.
887
888 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
889
890 * rfc2047.el (rfc2047-encoded-word-regexp)
891 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
892 explaining what regexp patterns are for.
893
894 2007-12-04 Glenn Morris <rgm@gnu.org>
895
896 * password.el: Move to ../password-cache.el.
897
898 * mml1991.el (password-read, password-cache-add, password-cache-remove):
899 * mml2015.el (password-read, password-cache-add, password-cache-remove):
900 * mml-smime.el (password-read, password-cache-add)
901 (password-cache-remove):
902 No need to autoload, since mml-sec requires password.
903
904 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
905 * message.el (gnus-extract-address-components):
906 * mml-smime.el (gnus-extract-address-components): Define for compiler.
907
908 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
909 password.
910
911 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
912
913 * mailcap.el: Reduce dependencies.
914 (mail-header-parse-content-type): Autoload.
915 (mailcap-delete-duplicates): New alias.
916 (mailcap-mime-info): Add optional argument NO-DECODE.
917 (mailcap-mime-types): Use mailcap-delete-duplicates.
918
919 * message.el (message-ignored-supersedes-headers): Add "X-ID".
920
921 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
922
923 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
924 function.
925
926 * gnus-uu.el (gnus-uu-decode-yenc): New command.
927 (gnus-uu-yenc-article): New function.
928
929 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
930
931 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
932 buffer.
933
934 2007-12-02 Glenn Morris <rgm@gnu.org>
935
936 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
937 Move to ../net.
938
939 * binhex.el, uudecode.el: Move to ../mail.
940
941 * encrypt.el: Remove file.
942
943 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
944
945 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
946 matches on patches.
947
948 * gnus-art.el (gnus-article-browse-html-article): Mention
949 `mm-text-html-renderer' in the doc string.
950
951 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
952 string. Add comments.
953
954 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
955 if rhs is ASCII.
956
957 2007-12-01 Glenn Morris <rgm@gnu.org>
958
959 * dig.el, dns.el: Move to ../net.
960 * format-spec.el, hex-util.el, sha1.el: Move to ../.
961
962 * mail-source.el (top-level): Require format-spec before
963 eval-when-compile.
964
965 2007-11-30 Glenn Morris <rgm@gnu.org>
966
967 * encrypt.el: Require password, rather than autoloading password-read.
968
969 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
970
971 * gnus.el (gnus-method-to-server): Add an optional parameter so the
972 caller can indicate whether the cache should be disregarded for this
973 call. This way the result of the call is reproducible at all times and
974 can be considered a canonical server name for the supplied method.
975 (gnus-agent-method-p): Canonicalize server names by pushing their
976 method through `gnus-method-to-server' using the no-cache argument.
977
978 * gnus-srvr.el (gnus-server-insert-server-line): Call
979 `gnus-method-to-server' with `no-cache' argument.
980
981 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
982 gnus-agent-possibly-synchronize-flags as this should be called when the
983 server is actually being opened.
984 (gnus-agent-possibly-synchronize-flags)
985 (gnus-agent-possibly-synchronize-flags-server): Move check for the
986 flags file of an agentized server to the latter function.
987
988 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
989 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
990 after a connection has been established successfully.
991
992 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
993
994 * gnus-art.el (article-display-face): Force to display face if called
995 interactively; check if gnus-article-x-face-too-ugly matches author.
996 (article-display-x-face): Display face even if From header is missing
997 as article-display-face does.
998
999 2007-11-28 Richard Stallman <rms@gnu.org>
1000
1001 * md4.el: Move to ../.
1002 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
1003
1004 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
1005
1006 * mail-source.el (mail-sources): Default to fetch from file for
1007 compatibility with default of nnmail-spool-file.
1008
1009 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
1010
1011 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1012 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1013 to look for encoded word that should be encoded again.
1014 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1015 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1016 encoding pattern.
1017 (rfc2047-decode-region): Switch strict regexp and loose one according
1018 to rfc2047-allow-irregular-q-encoded-words.
1019
1020 2007-11-26 Simon Josefsson <simon@josefsson.org>
1021
1022 * imap.el: Move to ../net directory.
1023
1024 2007-11-25 Romain Francoise <romain@orebokech.com>
1025
1026 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1027
1028 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1029
1030 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1031 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1032
1033 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1034 `nnmail-spool-file'.
1035
1036 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1037 `nnmail-spool-file'.
1038
1039 * gnus-move.el (gnus-change-server): Ditto.
1040
1041 * gnus-kill.el (gnus-batch-score): Ditto.
1042
1043 * gnus-cache.el (gnus-jog-cache): Ditto.
1044
1045 * gnus-msg.el (gnus-summary-reply):
1046 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
1047
1048 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1049
1050 * gnus-cache.el (gnus-cache-generate-nov-databases):
1051 Use nnml-generate-nov-databases-directory instead of
1052 nnml-generate-nov-databases-1.
1053
1054 2007-11-24 Glenn Morris <rgm@gnu.org>
1055
1056 * message.el (message-tool-bar-retro): Update for rename
1057 mail_send.xpm->mail-send.xpm.
1058
1059 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1060
1061 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1062 `smime-ldap-search' for Emacs 22 and up.
1063
1064 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1065
1066 * hashcash.el: Move to ../mail directory.
1067
1068 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
1069
1070 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1071 `smime-ldap-search' for Emacs 22 and up.
1072
1073 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1074
1075 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1076
1077 * message.el (message-send-mail-function): Fix error convention.
1078 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
1079 (message-widen-reply, message-send-mail, message-talkative-question)
1080 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
1081 (message-clone-locals, message-send-news): Use with-current-buffer.
1082 (message-insert-or-toggle-importance): Remove unused var `valid'.
1083 (message-make-references): Remove unused var `new-references'.
1084 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
1085
1086 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
1087
1088 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
1089 (spam-split-symbolic-return-positive): Reflow docstring.
1090 (spam-backends, spam-summary-exit-behavior)
1091 (spam-mark-ham-unread-before-move-from-spam-group)
1092 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
1093 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
1094 (spam-clear-cache, spam-backend-check, spam-install-backend)
1095 (spam-install-statistical-backend, spam-list-of-processors)
1096 (spam-group-processor-p, spam-split, spam-bogofilter-score)
1097 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
1098 (spam-check-crm114, spam-initialize, spam-unload-hook):
1099 Fix typos in docstrings.
1100
1101 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1102
1103 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
1104 been checked if they have never been read and those group levels are
1105 higher than the one that a user specified.
1106
1107 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1108
1109 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
1110 foreign groups unless a group level is specified by a user.
1111 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
1112
1113 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
1114
1115 * message.el (message-send-mail-function): Require sendmail.
1116
1117 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
1118
1119 * message.el (message-send-mail-function): Check for smtpmail too.
1120
1121 * utf7.el (utf7-encode, utf7-decode): Use coding system
1122 `utf-7'/`utf-7-imap' from utf-7.el' if available.
1123
1124 * message.el (message-send-mail-function): New function.
1125 (message-send-mail-function): Set default using
1126 message-send-mail-function. Adjust doc string.
1127 (message-send-mail-with-mailclient): New function.
1128
1129 2007-11-17 Richard Stallman <rms@gnu.org>
1130
1131 * assistant.el: Remove file.
1132
1133 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1134
1135 * smime.el (from):
1136 * rfc2047.el (message-posting-charset):
1137 * qp.el (mm-use-ultra-safe-encoding):
1138 * pop3.el (parse-time-months):
1139 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
1140 * nnml.el (files):
1141 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
1142 (jka-compr-compression-info-list, ange-ftp-path-format)
1143 (efs-path-regexp):
1144 * nndiary.el (files):
1145 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
1146 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
1147 (epg-digest-algorithm-alist, inhibit-redisplay)
1148 (password-cache-expiry):
1149 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
1150 (pgg-output-buffer, password-cache-expiry):
1151 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
1152 (efs-path-regexp):
1153 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
1154 (inhibit-redisplay):
1155 * mm-uu.el (file-name, start-point, end-point, entry)
1156 (gnus-newsgroup-name, gnus-newsgroup-charset):
1157 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
1158 (latin-unity-ucs-list):
1159 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
1160 (mm-uu-binhex-decode-function):
1161 * message.el (gnus-message-group-art, gnus-list-identifiers, )
1162 (rmail-enable-mime-composing, gnus-local-organization)
1163 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
1164 (gnus-read-active-file, facemenu-add-face-function)
1165 (facemenu-remove-face-function, gnus-article-decoded-p)
1166 (tool-bar-mode):
1167 * mail-source.el (display-time-mail-function):
1168 * gnus-util.el (nnmail-pathname-coding-system)
1169 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
1170 (gnus-original-article-buffer, gnus-user-agent)
1171 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
1172 (xemacs-codename, sxemacs-codename, emacs-program-version):
1173 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
1174 * gnus-start.el (gnus-agent-covered-methods)
1175 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
1176 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
1177 (gnus-newsgroup-headers, gnus-group-list-mode)
1178 (gnus-group-mark-positions, gnus-newsgroup-data)
1179 (gnus-newsgroup-unreads, nnoo-state-alist)
1180 (gnus-current-select-method, mail-sources)
1181 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
1182 (nnmail-spool-file, gnus-cache-active-hashtb):
1183 * gnus-mh.el (mh-lib-progs):
1184 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
1185 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
1186 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
1187 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
1188 (gnus-group-buffer):
1189 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
1190 (font-lock-set-defaults):
1191 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
1192 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
1193 (gnus-summary-post-menu, total-parts, type, condition, length):
1194 * gnus-agent.el (gnus-agent-read-agentview):
1195 * flow-fill.el (show-trailing-whitespace):
1196 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
1197 eval-and-compile wrappers for byte compiler pacifiers.
1198
1199 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
1200 (mm-display-inline-fontify): Check for featurep 'xemacs not
1201 extent-list.
1202
1203 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
1204 itimer-list.
1205 (mm-create-image-xemacs): Only do something for XEmacs.
1206 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
1207
1208 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
1209
1210 * gnus-registry.el (gnus-adaptive-word-syntax-table):
1211 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
1212
1213 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
1214
1215 * nnimap.el (nnimap-split-download-body):
1216 * gnus-demon.el (gnus-demon):
1217 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
1218
1219 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
1220
1221 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
1222 macros.
1223 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
1224 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
1225 copy data from unibyte buffer to multibyte current buffer.
1226 (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
1227 to copy data from unibyte current buffer to multibyte buffer.
1228 (nntp-make-process-buffer): Make process buffer unibyte.
1229
1230 * pop3.el (pop3-open-server): Fix typo in Lisp code.
1231
1232 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
1233
1234 * pop3.el (pop3-open-server): Accept and process data more robustly at
1235 connexion start to avoid spurious "POP SSL connexion failed" errors.
1236
1237 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
1238
1239 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
1240 read group names.
1241
1242 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
1243
1244 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
1245
1246 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
1247
1248 * nnmail.el (nnmail-parse-active): Make group names unibyte.
1249 (nnmail-save-active): Use a unibyte buffer when saving active file,
1250 which may contain non-ASCII group names.
1251
1252 * nnml.el (nnml-request-group): Decode group names in messages.
1253
1254 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
1255
1256 * message.el (message-citation-line-function)
1257 (message-insert-formatted-citation-line): Fix spelling of
1258 `message-insert-formated-citation-line'.
1259
1260 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
1261
1262 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
1263
1264 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1265
1266 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
1267 nnmail-pathname-coding-system.
1268
1269 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
1270 that a user enters; decode group names in messages.
1271
1272 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
1273
1274 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
1275
1276 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
1277
1278 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
1279
1280 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
1281 risky local variable.
1282
1283 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
1284
1285 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
1286
1287 * encrypt.el: Improve documentation to fix function name typo.
1288 Reported by Daiki Ueno <ueno@unixuser.org>.
1289
1290 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
1291
1292 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
1293 even if the point is not in the last page of an article.
1294 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
1295 back to the previous page.
1296
1297 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
1298
1299 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
1300
1301 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
1302
1303 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
1304
1305 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1306
1307 * message.el (message-check-news-body-syntax): Avoid
1308 mm-string-as-multibyte.
1309 (message-hide-headers): Don't assume (point-min)==1.
1310
1311 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1312
1313 * message.el (message-remove-blank-cited-lines): Fix if remove is
1314 given.
1315 (message-bogus-address-regexp): New variable.
1316 (message-bogus-recipient-p): New function.
1317 (message-check-recipients): New command.
1318 (message-syntax-checks): Add `bogus-recipient'.
1319 (message-fix-before-sending): Add `bogus-recipient'.
1320
1321 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
1322 (gnus-treat-emphasize, gnus-treat-body-boundary): Don't test
1323 window-system.
1324
1325 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1326
1327 * gnus.el: Bump version to Gnus v5.13.
1328
1329 2007-10-28 Miles Bader <miles@gnu.org>
1330
1331 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
1332 at compile-time too.
1333
1334 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
1335
1336 * gnus-msg.el (gnus-message-setup-hook): Add
1337 `message-remove-blank-cited-lines' to options.
1338
1339 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
1340
1341 * message.el (message-remove-blank-cited-lines): New function.
1342 Suggested by Karl Plästerer.
1343
1344 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
1345
1346 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
1347 mapc.
1348
1349 * imap.el (imap-open): Replace mapcar called for effect with mapc.
1350 (top-level): Use mapc to set functions to be traced for debugging.
1351
1352 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
1353 called for effect with while loop.
1354
1355 * message.el (message-talkative-question): Replace mapcar called for
1356 effect with mapc.
1357
1358 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
1359 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
1360 called for effect with dolist.
1361
1362 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
1363
1364 * nndiary.el: Use dolist instead of mapcar to add diary headers to
1365 gnus-extra-headers and nnmail-extra-headers.
1366
1367 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
1368 called for effect with dolist.
1369 (top-level): Use mapc to set functions to be traced for debugging.
1370
1371 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
1372 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
1373 dolist.
1374
1375 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
1376 Replace mapcar called for effect with mapc.
1377 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
1378 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
1379 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
1380 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
1381
1382 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
1383 remove-if that's a cl function.
1384
1385 * webmail.el (webmail-debug): Replace mapcar called for effect with
1386 dolist.
1387
1388 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
1389
1390 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
1391 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
1392 with while loop.
1393
1394 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
1395 functions from article-* functions.
1396 (gnus-multi-decode-header): Replace mapcar called for effect with
1397 dolist.
1398
1399 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1400 (gnus-bookmark-show-details): Replace mapcar called for effect with
1401 while loop.
1402
1403 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
1404 called for effect with while loop.
1405
1406 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
1407 with dolist.
1408
1409 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
1410 mapcar called for effect with dolist.
1411
1412 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
1413
1414 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
1415 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
1416 Replace mapcar called for effect with dolist.
1417 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
1418 mapc.
1419
1420 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
1421 Replace mapcar called for effect with dolist.
1422 (gnus-topic-list): Replace mapcar called for effect with mapc.
1423
1424 * gnus.el: Use mapc instead of mapcar to add autoloads.
1425
1426 2007-10-23 Richard Stallman <rms@gnu.org>
1427
1428 * gnus-group.el (gnus-group-highlight): Mark as risky.
1429
1430 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
1431
1432 * gnus.el (gnus-server-to-method): Return method found first in
1433 gnus-newsrc-alist.
1434
1435 * gnus-art.el (gnus-article-highlight-signature)
1436 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
1437 button overlay without the front stickiness.
1438
1439 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
1440
1441 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
1442 overview buffer needed a catch to receive its throw.
1443 (gnus-agent-flush-cache): Declared as interactive to make this function
1444 easier to use.
1445
1446 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
1447
1448 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
1449 `next-line'.
1450
1451 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
1452
1453 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
1454 exclude address matching message-dont-reply-to-names.
1455
1456 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
1457
1458 * gnus-util.el (gnus-string<): New function.
1459
1460 * gnus-sum.el (gnus-article-sort-by-author)
1461 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
1462
1463 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
1464
1465 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
1466 the frame-focus tag is set in gnus-buffer-configuration.
1467
1468 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
1469
1470 * gnus-art.el (gnus-article-add-button): Make a button overlay without
1471 the front stickiness.
1472
1473 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
1474
1475 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
1476 url pattern; remove duplicate one.
1477 (gnus-article-extend-url-button): New function.
1478 (gnus-article-add-buttons): Use it.
1479 (gnus-button-push): Use concatenated url that it makes.
1480
1481 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
1482
1483 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
1484 (sieve-manage-open): Use `mapc' instead of `mapcar'.
1485
1486 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1487
1488 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
1489 Don't hardcode point-min==1.
1490
1491 2007-09-30 David Kastrup <dak@gnu.org>
1492
1493 * gnus-art.el (gnus-article-reply-with-original)
1494 (gnus-article-followup-with-original): When `transient-mark-mode' is
1495 off, refrain from active-region behavior for followups.
1496
1497 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
1498
1499 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
1500 Fix comment about "iso8859-1".
1501
1502 2007-10-08 Daiki Ueno <ueno@unixuser.org>
1503
1504 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
1505 ones returned from the verify-function.
1506
1507 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
1508 mml2015-extract-cleartext-signature if extraction failed.
1509
1510 2007-10-07 Daiki Ueno <ueno@unixuser.org>
1511
1512 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
1513 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
1514 failed.
1515
1516 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
1517
1518 * Relicense "GPLv2 or later" files to "GPLv3 or later".
1519
1520 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
1521
1522 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
1523 to mark a thread as expirable. Add variable `hide' to handle hiding of
1524 thread for both the null and zero (kill/expire thread) universal prefix
1525 cases.
1526 (gnus-summary-expire-thread): Add new function to expire a thread,
1527 using gnus-summary-kill-thread.
1528 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
1529 shortcuts for gnus-summary-expire-thread.
1530 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
1531 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
1532
1533 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
1534
1535 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
1536 extras value, so an extras entry can be deleted.
1537 (gnus-registry-delete-extra-entry): Use it.
1538 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
1539 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
1540 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
1541 storage through the gnus-registry, and provide an appropriate API for
1542 it.
1543
1544 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
1545
1546 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
1547 Suggested by Leo <sdl.web@gmail.com>.
1548
1549 * gnus.el: Do.
1550
1551 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
1552
1553 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
1554 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
1555
1556 * gnus-agent.el (gnus-agent-fetch-headers): Do.
1557
1558 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
1559 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
1560
1561 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
1562
1563 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
1564 newline.
1565 (nnmbox-request-accept-article): Don't change article in source buffer;
1566 narrow to header to use message-fetch-field rather than
1567 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
1568 (nnmbox-request-replace-article): Quote lines that'll be misidentified
1569 as delimiters; make sure article ends with newline.
1570 (nnmbox-delete-mail): Correct last position of article to be deleted;
1571 ignore X-Gnus-Newsgroup header in article body.
1572 (nnmbox-save-mail): Quote lines looking like delimiters at the right
1573 positions; make sure article ends with newline.
1574
1575 * message.el (message-display-abbrev): Don't infloop when a user
1576 inserts SPC in the beginning of header.
1577
1578 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
1579
1580 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
1581 list of groups not followed by default. Fix type to be regexp.
1582 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
1583
1584 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
1585
1586 * hmac-def.el (define-hmac-function): Switch from old-style to
1587 new-style backquotes.
1588
1589 * md4.el (md4-make-step): Likewise.
1590
1591 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
1592
1593 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
1594 raw-text coding system when saving .newsrc file, which may contain
1595 non-ASCII group names.
1596
1597 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
1598
1599 * gnus-cus.el (gnus-score-extra): New widget.
1600 (gnus-score-extra-convert): New function.
1601 (gnus-score-customize): Use it for Extra.
1602
1603 2007-08-31 Daiki Ueno <ueno@unixuser.org>
1604
1605 * mml2015.el (mml2015-extract-cleartext-signature): New function.
1606 (mml2015-mailcrypt-clear-verify): Use it.
1607 (mml2015-gpg-clear-verify): Use it.
1608 (mml2015-pgg-clear-verify): Use it.
1609 (mml2015-epg-clear-verify): Replace the current part with the output
1610 from GnuPG; don't extract the plaintext by itself.
1611
1612 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
1613 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
1614 mml2015-clear-verify-function; don't touch the armor headers or
1615 dash-escaped text here.
1616
1617 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
1618
1619 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
1620 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
1621 parts, or application/octet-stream as a last resort.
1622 (gnus-mime-view-part-as-type): Don't toggle display.
1623 (gnus-mime-view-part-as-charset): Don't turn off display before
1624 querying charset.
1625
1626 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
1627 stuff to undisplayer function in Emacs.
1628 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
1629
1630 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
1631 text/calendar parts.
1632
1633 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
1634
1635 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
1636 decoding text/calendar parts.
1637
1638 * message.el (message-forward-make-body-mime): Always mark body as
1639 having no illegible text; remove signed-or-encrypted argument.
1640 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
1641
1642 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
1643 (mml-generate-mime-1): Don't encode body if it is specified to be in
1644 raw form; don't make buffer be unibyte when inserting multibyte string.
1645
1646 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1647
1648 * sha1.el: Fix up comment style.
1649 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
1650 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
1651
1652 * hex-util.el: Fix up comment style.
1653 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
1654
1655 * gnus-salt.el: Use with-current-buffer.
1656 (gnus-pick-setup-message): Fix long-standing typo.
1657
1658 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
1659
1660 * imap.el (imap-logout-timeout): New variable.
1661 (imap-logout, imap-logout-wait): New functions.
1662 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
1663
1664 * nnimap.el (nnimap-logout-timeout): New server variable.
1665 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
1666 nnimap-logout-timeout.
1667
1668 * gnus-art.el (gnus-article-summary-command-nosave)
1669 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
1670
1671 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
1672
1673 * gnus.el (gnus-maximum-newsgroup): New variable.
1674
1675 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
1676 according to gnus-maximum-newsgroup.
1677
1678 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
1679 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
1680 Limit the range of articles according to gnus-maximum-newsgroup.
1681
1682 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
1683
1684 * gnus-art.el (gnus-sticky-article): Fixed problems described in
1685 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
1686 Don't perform gnus-configure-windows here; reuse existing sticky
1687 article buffer.
1688
1689 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
1690 it doesn't exist in gnus-article-mode.
1691
1692 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
1693
1694 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
1695 (gnus-agent-decoded-group-name): New function.
1696 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
1697 (gnus-agent-expire-group-1): Use it; decode group name in messages.
1698
1699 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
1700
1701 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
1702 Add binding for gnus-sticky-article.
1703 (gnus-summary-exit): Don't kill sticky article buffers.
1704
1705 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
1706 article buffer.
1707 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
1708 (gnus-kill-sticky-article-buffers): New commands.
1709
1710 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
1711
1712 * nntp.el (nntp-xref-number-is-evil): New server variable.
1713 (nntp-find-group-and-number): If it is non-nil, don't trust article
1714 numbers in the Xref header.
1715
1716 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
1717
1718 * gnus-agent.el (gnus-agent-read-group): New function.
1719 (gnus-agent-flush-group, gnus-agent-expire-group)
1720 (gnus-agent-regenerate-group): Use it.
1721 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
1722 nnmail-pathname-coding-system.
1723
1724 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
1725
1726 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
1727
1728 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
1729 that are unread as unread, and also as selected so that information of
1730 marks having been changed by a user may be updated when exiting group.
1731
1732 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
1733
1734 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
1735
1736 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
1737
1738 * gnus-art.el (gnus-mime-display-single): Pass part number that is
1739 calculated ignoring signature parts to gnus-treat-article.
1740
1741 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
1742
1743 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
1744 a point here in order to keep the window start.
1745 (gnus-insert-mime-security-button): Make a button overlay without the
1746 front stickiness.
1747 (gnus-mime-display-security): Goto the end of a button.
1748
1749 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
1750
1751 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
1752
1753 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
1754 group-name-at-point.
1755 (gnus-group-completing-read): New function that offers decoded
1756 non-ASCII group names for completion.
1757 (gnus-fetch-group, gnus-group-read-ephemeral-group)
1758 (gnus-group-jump-to-group, gnus-group-make-group-simple)
1759 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
1760 (gnus-group-fetch-control): Use it.
1761 (gnus-fetch-group): Use group-name-at-point for the initial value
1762 rather than the default value; use gnus-alive-p.
1763
1764 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
1765 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
1766 (gnus-summary-post-news): Use gnus-group-completing-read.
1767
1768 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
1769 (gnus-read-move-group-name): Decode group name for completion.
1770
1771 2007-07-31 Ted Zlatanov <tzz@lifelogs.com>
1772
1773 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
1774 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
1775 Yamaoka slightly modified the code).
1776
1777 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
1778
1779 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
1780 (nnmail-split-incoming): Bind it.
1781
1782 * nnml.el (nnml-group-name-charset): New function.
1783 (nnml-decoded-group-name): Use it; don't decode group name if
1784 nnmail-group-names-not-encoded-p is non-nil.
1785 (nnml-encoded-group-name): New function.
1786 (nnml-group-pathname): Inline nnml-decoded-group-name.
1787 (nnml-request-expire-articles): Decode group name in message.
1788 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
1789 nnmail-pathname-coding-system.
1790 (nnml-save-mail, nnml-active-number): Work with decoded group names and
1791 not decoded ones according to nnmail-group-names-not-encoded-p.
1792 (nnml-generate-active-info): Use nnml-encoded-group-name.
1793
1794 2007-08-08 Glenn Morris <rgm@gnu.org>
1795
1796 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
1797 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
1798 doc-strings and comments.
1799
1800 2007-07-25 Glenn Morris <rgm@gnu.org>
1801
1802 * Relicense all FSF files to GPLv3 or later.
1803
1804 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
1805
1806 * gnus-sum.el (gnus-summary-move-article): Make
1807 gnus-summary-respool-article work.
1808
1809 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
1810
1811 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
1812 string.
1813
1814 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
1815
1816 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
1817 that should be ignored when comparing distant RSS articles with local
1818 ones.
1819 (nnrss-make-hash-index): New function. Create a hash index according
1820 to the ignored fields.
1821 (nnrss-check-group): Use it.
1822
1823 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
1824
1825 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
1826
1827 * gnus-art.el (article-decode-group-name): Decode Xref header too.
1828
1829 * gnus-group.el (gnus-group-make-group): Encode group name here unless
1830 the new optional argument ENCODED is non-nil.
1831 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
1832 coding system for encoding group name.
1833 (gnus-group-make-rss-group): Pass un-encoded group name to
1834 gnus-group-make-group.
1835 (gnus-group-set-info): Tell gnus-group-make-group that group name is
1836 encoded.
1837
1838 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
1839 Encode group name to which articles are moved or copied.
1840 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
1841 coding system for encoding Newsgroup, Followup-To and Xref headers.
1842
1843 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
1844 marks; use nnheader-file-coding-system to write a file.
1845 (nnagent-retrieve-headers): Bind file-name-coding-system to
1846 nnmail-pathname-coding-system.
1847
1848 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
1849
1850 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
1851 (nnml-request-article, nnml-request-create-group)
1852 (nnml-request-rename-group, nnml-find-id)
1853 (nnml-possibly-change-directory, nnml-possibly-create-directory)
1854 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
1855 (nnml-save-marks): Use nnml-group-pathname instead of
1856 nnmail-group-pathname.
1857
1858 (nnml-request-create-group, nnml-request-expire-articles)
1859 (nnml-request-move-article, nnml-request-delete-group)
1860 (nnml-deletable-article-p, nnml-possibly-create-directory)
1861 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
1862 (nnml-open-marks): Bind file-name-coding-system to
1863 nnmail-pathname-coding-system.
1864
1865 (nnml-request-article): Pass server argument to nnml-find-group-number.
1866 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
1867 server argument to nnml-possibly-create-directory.
1868 (nnml-request-accept-article): Pass server argument to
1869 nnml-active-number and nnml-save-mail.
1870 (nnml-find-group-number): Pass server argument to nnml-find-id.
1871 (nnml-request-update-info): Pass server argument to
1872 nnml-marks-changed-p.
1873
1874 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
1875 (nnml-save-mail, nnml-active-number): Add server argument.
1876
1877 (nnml-request-delete-group): Warn if group is missing.
1878 (nnml-get-nov-buffer): Decode group name.
1879 (nnml-generate-active-info): Encode group name.
1880 (nnml-open-marks): Decode group name in messages.
1881
1882 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
1883
1884 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
1885 if it is not specified.
1886 (gnus-article-pipe-part, gnus-article-save-part)
1887 (gnus-article-interactively-view-part, gnus-article-copy-part)
1888 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
1889 (gnus-article-inline-part, gnus-article-save-part-and-strip)
1890 (gnus-article-replace-part, gnus-article-delete-part)
1891 (gnus-article-view-part-as-type): Pass raw prefix argument to
1892 gnus-article-part-wrapper.
1893
1894 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
1895
1896 * gnus-agent.el (gnus-agent-save-active): Bind
1897 nnheader-file-coding-system to gnus-agent-file-coding-system.
1898
1899 * gnus-cache.el (gnus-cache-save-buffers)
1900 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
1901 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
1902 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
1903 (gnus-cache-braid-nov, gnus-cache-braid-heads)
1904 (gnus-cache-generate-active, gnus-cache-rename-group)
1905 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
1906 (gnus-cache-update-overview-total-fetched-for): Bind
1907 file-name-coding-system to nnmail-pathname-coding-system.
1908 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
1909 variables.
1910 (gnus-cache-decoded-group-name): New function.
1911 (gnus-cache-file-name): Use it.
1912 (gnus-cache-generate-active): Use non-decoded group name for active.
1913
1914 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
1915 right place.
1916 (gnus-write-active-file): Don't break non-ASCII group names.
1917
1918 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
1919 nnmail-pathname-coding-system.
1920
1921 * gnus-uu.el (gnus-uu-decode-save): Typo.
1922
1923 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
1924
1925 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
1926
1927 2007-07-14 David Kastrup <dak@gnu.org>
1928
1929 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
1930 finishing actions if we did not edit the article.
1931
1932 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
1933
1934 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
1935 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
1936 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
1937 (gnus-agent-flush-group, gnus-agent-flush-cache)
1938 (gnus-agent-fetch-headers, gnus-agent-load-alist)
1939 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
1940 (gnus-agent-retrieve-headers, gnus-agent-request-article)
1941 (gnus-agent-regenerate-group)
1942 (gnus-agent-update-files-total-fetched-for)
1943 (gnus-agent-update-view-total-fetched-for): Bind
1944 file-name-coding-system to nnmail-pathname-coding-system.
1945 (gnus-agent-group-pathname): Don't encode file names by
1946 nnmail-pathname-coding-system.
1947 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
1948 coding-system-for-write instead of buffer-file-coding-system to
1949 gnus-agent-file-coding-system.
1950
1951 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
1952 Decode group name.
1953
1954 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
1955
1956 * gnus-start.el (gnus-update-active-hashtb-from-killed)
1957 (gnus-read-newsrc-el-file): Make group names unibyte.
1958
1959 * nnmail.el (nnmail-group-pathname): Don't encode file names by
1960 nnmail-pathname-coding-system.
1961
1962 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
1963 (nnrss-request-delete-group): Bind file-name-coding-system to
1964 nnmail-pathname-coding-system.
1965 (nnrss-read-server-data, nnrss-read-group-data): Bind
1966 file-name-coding-system correctly.
1967 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
1968
1969 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
1970 (nntp-server-to-method-cache): New variable.
1971 (nntp-group-pathname): New function that decodes non-ASCII group names.
1972 (nntp-possibly-create-directory, nntp-marks-changed-p)
1973 (nntp-save-marks, nntp-open-marks): Use it.
1974 (nntp-possibly-create-directory, nntp-open-marks):
1975 Bind file-name-coding-system to nnmail-pathname-coding-system.
1976 (nntp-open-marks): Decode group names when bootstrapping marks.
1977
1978 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
1979 Newsgroups and Folowup-To headers.
1980
1981 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
1982
1983 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1984 (gnus-server-closed-face, gnus-server-denied-face)
1985 (gnus-server-offline-face): Remove variable.
1986 (gnus-server-font-lock-keywords): Use faces that are not aliases.
1987
1988 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
1989 of modifying message-stack directly for XEmacs.
1990
1991 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
1992 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
1993 if the coding-system argument is nil for XEmacs.
1994
1995 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
1996 mm-charset-override-alist.
1997
1998 * rfc2047.el: Don't require base64; require rfc2045 for the function
1999 rfc2045-encode-string.
2000 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2001 to quote the parameter value.
2002
2003 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
2004
2005 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2006 form in gnus-group-name-charset-method-alist.
2007
2008 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2009 overrides the default layout edit-form.
2010
2011 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2012
2013 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2014
2015 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
2016
2017 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2018 as unfetched articles.
2019
2020 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
2021
2022 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2023
2024 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2025
2026 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2027 original back end that keeps marks in the local system.
2028
2029 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2030
2031 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2032 arg of pop-to-buffer for XEmacs.
2033 (gnus-article-read-summary-keys): Ditto; don't restore window
2034 configuration if summary command ends up with neither article buffer
2035 nor summary buffer; describe bindings if summary keys end with C-h.
2036
2037 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
2038
2039 * message.el (message-fix-before-sending): Skip raw message part to be
2040 forwarded while checking illegible text.
2041 (message-forward-make-body-mime, message-forward-make-body): Mark
2042 signed or encrypted raw message as having no illegible text.
2043
2044 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
2045
2046 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2047 (gnus-message-with-timestamp-1): New macro.
2048 (gnus-message-with-timestamp): New function.
2049 (gnus-message): Use them.
2050
2051 * nnheader.el (nnheader-message): Use them.
2052
2053 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
2054
2055 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2056 .newsrc.eld file.
2057
2058 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
2059
2060 * gnus-agent.el (gnus-agent-fetch-headers)
2061 (gnus-agent-retrieve-headers): Bind
2062 gnus-decode-encoded-address-function to identity.
2063
2064 * nntp.el (nntp-send-xover-command): Recognize an xover command is
2065 available also when the server returns simply a dot.
2066
2067 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2068
2069 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
2070
2071 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2072
2073 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
2074
2075 * gnus-ems.el (gnus-x-splash): Make it work.
2076
2077 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
2078 from being used.
2079
2080 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
2081
2082 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
2083 the front stickiness.
2084 (gnus-article-summary-command-nosave): Correct the order of the
2085 arguments passed to pop-to-buffer.
2086 (gnus-article-read-summary-keys): Ditto; make it work properly when the
2087 summary command ends up with the article buffer.
2088
2089 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
2090 the same faces.
2091
2092 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2093
2094 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
2095
2096 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2097
2098 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
2099 * gnus-sum.el (gnus-summary-highlight):
2100 * mail-source.el (mail-source-delete-old-incoming-confirm):
2101 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
2102
2103 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
2104
2105 * gnus-art.el (gnus-mime-view-part-externally)
2106 (gnus-mime-view-part-internally): Fix predicate function passed to
2107 completing-read.
2108
2109 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
2110
2111 * gnus.el (gnus-update-message-archive-method): Add :version.
2112
2113 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
2114
2115 * gnus.el (gnus-update-message-archive-method): New variable.
2116
2117 * gnus-start.el (gnus-setup-news): Update saved "archive" method
2118 according to gnus-message-archive-method if
2119 gnus-update-message-archive-method is non-nil.
2120
2121 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
2122
2123 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
2124 by Loic Dachary <loic@dachary.org>.
2125 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
2126
2127 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
2128
2129 * message.el (message-pop-to-buffer): Add switch-function argument.
2130 (message-mail): Pass switch-function argument to it.
2131
2132 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
2133
2134 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
2135 Improve doc string.
2136
2137 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
2138
2139 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
2140 (gnus-header-content)
2141 * gnus-cite.el (gnus-cite-10)
2142 * gnus-srvr.el (gnus-server-closed)
2143 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
2144 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
2145 (gnus-group-mail-3-empty, gnus-group-mail-low)
2146 (gnus-group-mail-low-empty, gnus-splash)
2147 * message.el (message-header-to, message-header-cc)
2148 (message-header-subject, message-header-other, message-header-name)
2149 (message-header-xheader, message-separator, message-cited-text)
2150 (message-mml): Lighten colors of faces used for dark background.
2151
2152 2007-05-24 Simon Josefsson <simon@josefsson.org>
2153
2154 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
2155 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
2156
2157 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
2158
2159 * message.el (message-narrow-to-headers-or-head):
2160 Ignore mail-header-separator in the body.
2161
2162 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
2163
2164 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
2165 same as window size.
2166
2167 2007-05-22 Kevin Ryde <user42@zip.com.au>
2168
2169 * message.el (message-font-lock-keywords): Use message-header-xheader
2170 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
2171 ahead of the anything pattern, to get it recognised.
2172
2173 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
2174
2175 * gnus-sum.el (gnus-articles-to-read)
2176 (gnus-summary-insert-old-articles): Don't truncate group name for
2177 `read-string'.
2178
2179 * gnus-util.el (gnus-limit-string): Delete this function.
2180
2181 * gnus-sum.el (gnus-simplify-subject-fully): Use
2182 `truncate-string-to-width' instead.
2183
2184 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
2185
2186 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
2187 if, on summary exit, the next group has to be selected.
2188 (gnus-summary-exit): Use it.
2189
2190 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
2191
2192 * gnus-art.el (gnus-article-mode): Fix comment about displaying
2193 non-break space.
2194
2195 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
2196
2197 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
2198 Check if group is not a directory.
2199 (nnfolder-request-expire-articles): Don't delete articles if the target
2200 group is not available.
2201
2202 * nnml.el (nnml-request-create-group): Properly check if group is not a
2203 file.
2204 (nnml-request-expire-articles): Don't delete articles if the target
2205 group is not available.
2206
2207 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2208 Don't quote characters that are within parentheses.
2209
2210 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
2211
2212 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
2213 (gnus-handle-ephemeral-exit): Select article according to it.
2214
2215 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
2216
2217 * message.el (message-insert-formated-citation-line): Remove newline.
2218 (message-citation-line-format): Add final \n here so that the user can
2219 avoid a blank line.
2220
2221 2007-05-03 Dan Christensen <jdc@uwo.ca>
2222
2223 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2224 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2225 Update lanl/arXiv support.
2226
2227 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2228
2229 * gnus.el: Bump version number.
2230
2231 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2232
2233 * gnus.el (gnus-version-number): Bump version.
2234
2235 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2236
2237 * gnus.el: No Gnus v0.6 is released.
2238
2239 2007-04-27 Didier Verna <didier@xemacs.org>
2240
2241 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
2242 * gmm-utils.el (gmm-regexp-concat): here.
2243 * message.el: Don't require 'gnus-util.
2244 (message-dont-reply-to-names): Handle name change above.
2245 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
2246
2247 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
2248
2249 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
2250 since the initial value varies according to the system.
2251
2252 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
2253
2254 * mm-util.el (mm-charset-synonym-alist): Defcustom.
2255
2256 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
2257
2258 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
2259
2260 2007-04-24 Didier Verna <didier@xemacs.org>
2261
2262 Improve the type of gnus-ignored-from-addresses.
2263 * gnus-util.el (gnus-orify-regexp): New function.
2264 * message.el (gnus-util): Require it.
2265 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
2266 * gnus-sum.el (gnus-ignored-from-addresses): New function.
2267 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
2268
2269 2007-04-24 Didier Verna <didier@xemacs.org>
2270
2271 * gnus-sum.el:
2272 * gnus-utils.el: Fix some trailing whitespaces.
2273
2274 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
2275
2276 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
2277 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
2278 article's Message-ID; refer parent article in summary buffer.
2279
2280 * message.el (message-bounce): Call mime-to-mml.
2281
2282 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
2283
2284 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
2285
2286 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
2287
2288 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
2289 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
2290 displayed of multipart/alternative part if it is invoked from summary
2291 buffer.
2292
2293 * mm-view.el (mm-inline-text-html-render-with-w3m)
2294 (mm-inline-text-html-render-with-w3m-standalone)
2295 (mm-inline-render-with-function): Use mail-parse-charset by default.
2296
2297 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
2298
2299 * parse-time.el (parse-time-string-chars): Check if CHAR
2300 is less than the length of parse-time-syntax.
2301
2302 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
2303
2304 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
2305 from gnus-newsgroup-processable.
2306
2307 2007-04-16 Didier Verna <didier@xemacs.org>
2308
2309 * gnus-msg.el (gnus-configure-posting-styles): Handle
2310 message-signature-directory properly with :file syntax. Reported by
2311 "Leo".
2312
2313 2007-04-11 Didier Verna <didier@xemacs.org>
2314
2315 New user option: message-signature-directory.
2316 * gnus-msg.el (gnus-configure-posting-styles): Support it.
2317 * message.el (message-insert-signature): Ditto.
2318 * message.el (message-signature-file): Doc update.
2319 * message.el (message-signature-directory): New.
2320
2321 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
2322
2323 * gnus-msg.el (gnus-inews-yank-articles): Use
2324 message-exchange-point-and-mark instead of exchange-point-and-mark.
2325
2326 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
2327
2328 * message.el (message-yank-original): Make sure cited text ends with
2329 newline; don't exchange point and mark.
2330
2331 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
2332
2333 * tls.el (open-tls-stream): Properly handle case where there
2334 is no associated buffer.
2335
2336 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
2337
2338 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
2339 message-yank-original, make sure (< mark TEXT point).
2340
2341 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
2342
2343 * message.el (message-fill-column): New variable.
2344 (message-mode): Use it. Add comment on a possible new hook.
2345
2346 * nnmail.el (nnmail-spool-file): Mark as obsolete.
2347 (nnmail-get-new-mail): Reformat.
2348
2349 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
2350
2351 * gmm-utils.el: Fix Commentary.
2352 (gmm-tool-bar-from-list): Fix typo in doc string.
2353
2354 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
2355
2356 * message.el (message-yank-original): Don't switch point and mark
2357 unnecessarily to put point and mark as documented.
2358
2359 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2360
2361 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
2362 from the message heads.
2363
2364 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
2365
2366 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
2367 article buffer does not have a window. This may not be the best
2368 solution but is certainly better than setting the start of the null,
2369 that is the current, window.
2370
2371 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
2372
2373 * gnus-draft.el (gnus-draft-setup-hook): New hook.
2374 (gnus-draft-setup): Run it.
2375
2376 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
2377 gnus-score-fast-scoring. Allow regexp.
2378 (gnus-score-headers): Use it.
2379
2380 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
2381 XEmacs.
2382
2383 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
2384 string.
2385 (gnus-button-alist): Also catch `<f1> k ...'.
2386 (gnus-treat-display-x-face): Fix doc string.
2387
2388 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2389
2390 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
2391 evaluation of gnus-extended-version to ensure correct generation of the
2392 User-Agent header when message-generate-headers-first is used.
2393
2394 2007-03-24 Simon Josefsson <simon@josefsson.org>
2395
2396 * hashcash.el (hashcash-generate-payment-async): Don't crash if
2397 hashcash-path is nil. Don't call callback with incorrect number of
2398 parameters if val is 0.
2399
2400 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2401
2402 * message.el (message-required-news-headers):
2403 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
2404
2405 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
2406
2407 * message.el (message-generate-new-buffers): Change the meaning of the
2408 nil value; add `standard' to the choices; treat t as `unique'; improve
2409 doc string.
2410 (gnus-select-frame-set-input-focus): Autoload.
2411 (message-buffer-name): Search for the existing message buffer if
2412 message-generate-new-buffers is nil or `standard'; treat the value t of
2413 message-generate-new-buffers as `unique'.
2414 (message-pop-to-buffer): Raise the frame already displaying the message
2415 buffer; clear the echo area after querying.
2416 (message-setup): Pass the `continue' argument to compose-mail.
2417 (message-mail): Prefer `switch-function' if it is given; search for the
2418 existing message buffer if the `continue' argument is non-nil; pass
2419 continue and switch-function arguments to compose-mail by way of
2420 message-setup.
2421 (message-mail-other-window): Adjust argument of message-setup.
2422 (message-mail-other-frame): Ditto.
2423
2424 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
2425
2426 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
2427 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
2428 to turn font-lock on when turning gnus-message-citation-mode on.
2429
2430 2007-03-06 Daiki Ueno <ueno@unixuser.org>
2431
2432 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
2433 (mml-smime-function-alist): New variable; add epg as the backend.
2434 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
2435 mml-smime- functions instead.
2436 * mm-view.el: Require smime.
2437
2438 2007-03-05 Didier Verna <didier@xemacs.org>
2439
2440 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
2441 instead of just inheritance for posting styles.
2442 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
2443
2444 2007-02-24 John Paul Wallington <jpw@pobox.com>
2445
2446 * tls.el (tls-certtool-program): Fix custom type.
2447
2448 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2449
2450 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
2451 and point-at-eol instead of line-(beginning|end)-position.
2452
2453 * assistant.el (assistant-parse-buffer): Ditto.
2454
2455 2007-02-28 Daiki Ueno <ueno@unixuser.org>
2456
2457 * mml2015.el (mml2015-epg-find-usable-key): New function.
2458 (mml2015-epg-sign): Use it.
2459 (mml2015-epg-encrypt): Use it.
2460
2461 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2462
2463 * message.el (message-make-in-reply-to): Quote name containing
2464 non-ASCII characters. It will make the RFC2047 encoder cause an error
2465 if there are special characters. Reported by NAKAJI Hiroyuki
2466 <nakaji@jp.freebsd.org>.
2467
2468 2007-02-27 Didier Verna <didier@xemacs.org>
2469
2470 Include the group parameters as well as the topic ones in the
2471 inheritance filter process.
2472 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
2473 argument GROUP-PARAMS-LIST.
2474 * gnus-topic.el (gnus-group-topic-parameters): Use it.
2475
2476 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
2477
2478 * nntp.el (nntp-never-echoes-commands)
2479 (nntp-open-connection-functions-never-echo-commands): New variables.
2480 (nntp-send-command): Use them.
2481
2482 2007-02-20 Daiki Ueno <ueno@unixuser.org>
2483
2484 * mml2015.el (mml2015-epg-verify): Simplified.
2485
2486 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
2487
2488 * mml.el (mml-content-disposition-alist): New user option.
2489 (mml-content-disposition): New function.
2490 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
2491 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
2492
2493 2007-02-19 Daiki Ueno <ueno@unixuser.org>
2494
2495 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
2496 verification.
2497
2498 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2499
2500 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
2501 articles posted in the last 24 hours.
2502
2503 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
2504
2505 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
2506
2507 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
2508
2509 * nntp.el (nntp-send-command): Don't wait for echoes when
2510 nntp-open-ssl-stream is used.
2511
2512 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
2513
2514 * gnus-cite.el (gnus-test-font-lock-add-keywords)
2515 (gnus-message-add-citation-keywords)
2516 (gnus-message-remove-citation-keywords): Remove.
2517 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
2518 directly, make the variables in font-lock-defaults buffer-local, add
2519 gnus-message-citation-keywords to them and then update the value of
2520 font-lock-keywords.
2521
2522 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
2523
2524 * message.el (message-cite-original-1): Don't call
2525 gnus-article-highlight-citation.
2526
2527 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
2528 citations; fix line count.
2529
2530 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
2531
2532 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
2533 (gnus-message-add-citation-keywords)
2534 (gnus-message-remove-citation-keywords): Use it; fix the emulating
2535 versions of font-lock-add-keywords and font-lock-remove-keywords to
2536 work with XEmacs correctly.
2537
2538 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
2539
2540 * gnus-cite.el (gnus-cite-face-list): Set the values of
2541 gnus-message-max-citation-depth and gnus-message-citation-keywords.
2542 (gnus-message-max-citation-depth): Use defvar rather than defconst.
2543 (gnus-message-cite-prefix-regexp): New variable.
2544 (gnus-message-search-citation-line): Use it; protect against long
2545 citation prefix; fill match data with nil rather than 0 for XEmacs; set
2546 the 0th match data for Emacs.
2547 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
2548 (gnus-message-add-citation-keywords): Append keywords rather than
2549 prepending; emulate font-lock-add-keywords if it is not available.
2550 (gnus-message-remove-citation-keywords): Emulate
2551 font-lock-remove-keywords if it is not available.
2552
2553 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
2554
2555 * message.el (message-cite-prefix-regexp): Set the value of
2556 gnus-message-cite-prefix-regexp.
2557
2558 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2559
2560 * nnweb.el (nnweb-google-parse-1): Update parser.
2561
2562 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
2563
2564 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
2565
2566 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2567
2568 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
2569 regexp.
2570
2571 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
2572
2573 * uudecode.el (uudecode-string-to-multibyte): New function emulating
2574 string-to-multibyte.
2575 (uudecode-decode-region-internal): Use it.
2576
2577 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
2578
2579 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
2580 custom choice.
2581
2582 * gnus-art.el (gnus-signature-limit): Fix custom choice.
2583
2584 2007-01-22 Daiki Ueno <ueno@unixuser.org>
2585
2586 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
2587
2588 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
2589 `write-region' to respect `mm-inhibit-file-name-handlers'.
2590
2591 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
2592
2593 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
2594 Use gnus-home-directory instead of "~/" or "$HOME".
2595
2596 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
2597
2598 * encrypt.el (encrypt-insert-file-contents): Add better prompt
2599 to mention filename.
2600 Add comments at beginning regarding usage.
2601 (encrypt-write-file-contents): Change interactive so a string is
2602 acceptable. If the file has no associated model, show an error instead
2603 of a nonsense prompt.
2604
2605 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
2606
2607 * spam.el (spam-bsfilter-ham-switch): Fix typo.
2608 Thanks to Yoshihiko Yamada for kind notification of this typo.
2609
2610 2007-01-12 Kenichi Handa <handa@m17n.org>
2611
2612 * uudecode.el (uudecode-decode-region-internal): Make it work in a
2613 multibyte buffer.
2614
2615 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
2616
2617 * gnus-score.el (gnus-score-fast-scoring): New variable.
2618 (gnus-score-headers): Use it.
2619
2620 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
2621
2622 * message.el (message-cite-original-1): Call
2623 gnus-article-highlight-citation if requested.
2624 (message-make-from): Allow name and address as optional arguments.
2625
2626 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
2627
2628 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
2629 bugs to doc string.
2630 (gnus-button-alist): Add mid\\|message-id.
2631 (gnus-button-fetch-group): Extend for use in
2632 `browse-url-browser-function'.
2633 (gnus-button-url-regexp): Try to catch paired parentheses like in
2634 Wikipedia URLs.
2635
2636 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
2637 Suggested by Simon Krahnke <overlord@gmx.li>.
2638
2639 2007-01-13 Romain Francoise <romain@orebokech.com>
2640
2641 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
2642 Update copyright.
2643
2644 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
2645
2646 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
2647
2648 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
2649
2650 * gnus-registry.el (gnus-registry-unfollowed-groups)
2651 (gnus-registry-split-fancy-with-parent): Fix documentation.
2652
2653 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2654
2655 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
2656 from nnweb groups.
2657
2658 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2659
2660 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
2661 Xref urls. Erase buffer before requesting head.
2662
2663 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
2664
2665 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
2666
2667 * gnus-soup.el (gnus-soup): New custom group. Make user variables
2668 customizable.
2669
2670 2007-01-05 Daiki Ueno <ueno@unixuser.org>
2671
2672 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
2673 no signing key is found.
2674 (mml2015-epg-encrypt): Ask user whether to skip or abort if
2675 no encrypting and/or signing key is found.
2676
2677 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
2678
2679 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
2680
2681 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2682
2683 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
2684 headers read from disk with the ones newly found in the current search.
2685 This should no longer cause problems, because the article numbers in
2686 Gmane's `nov.php' output are ignored since the previous change.
2687
2688 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2689
2690 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
2691
2692 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
2693
2694 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
2695
2696 2007-01-01 Romain Francoise <romain@orebokech.com>
2697
2698 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
2699
2700 2006-12-31 Steve Youngs <steve@sxemacs.org>
2701
2702 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
2703 `define-minor-mode' macro definition expanded properly.
2704 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
2705 exclude it there.
2706
2707 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
2708 of 2006-12-30. The default is nil on (S)XEmacs already because of the
2709 `fboundp' test.
2710 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
2711 This is OK to autoload in (S)XEmacs now.
2712
2713 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2714
2715 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
2716 keystroke.
2717 (gnus-summary-limit-to-singletons): Fix typo.
2718
2719 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
2720 else fails.
2721
2722 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2723
2724 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
2725 docstring.
2726
2727 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
2728 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
2729 (gnus-summary-insert-dormant-articles): Fix typo in message.
2730
2731 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
2732
2733 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
2734 nil for XEmacs.
2735 (gnus-message-citation-mode): Don't autoload in XEmacs.
2736
2737 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
2738
2739 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
2740
2741 * nnimap.el (nnimap-expunge-search-string): Mention
2742 nnimap-search-uids-not-since-is-evil in docstring.
2743
2744 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
2745
2746 * spam.el: Revert to make-obsolete-variable because
2747 define-obsolete-variable-alias is not supported in Emacs 21.
2748
2749 * spam.el (spam-ifile-path, spam-ifile-database-path)
2750 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
2751 make-obsolete-variable.
2752 (spam-bsfilter-path, spam-bsfilter-program)
2753 (spam-spamassassin-path, spam-spamassassin-program)
2754 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
2755 use "path" inappropriately.
2756 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
2757 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
2758 variable names.
2759
2760 2006-12-28 Daiki Ueno <ueno@unixuser.org>
2761
2762 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
2763 summary buffer.
2764
2765 * password.el (password-cache-remove): Use clear-string to burn
2766 password, if available.
2767
2768 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
2769
2770 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
2771
2772 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
2773
2774 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
2775 (gnus-message-highlight-citation): Move defcustom here from
2776 gnus-cite.el.
2777 (gnus-message-citation-mode): Autoload.
2778
2779 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
2780 checks to make it compile with XEmacs.
2781 (gnus-message-citation-mode): New minor mode.
2782 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
2783 (gnus-message-highlight-citation): New variables.
2784 (gnus-message-search-citation-line)
2785 (gnus-message-add-citation-keywords)
2786 (gnus-message-remove-citation-keywords)
2787 (turn-on-gnus-message-citation-mode)
2788 (turn-off-gnus-message-citation-mode): New functions.
2789
2790 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
2791
2792 * gnus-cite.el: Enable highlighting of different citation levels in
2793 message-mode.
2794
2795 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
2796
2797 * message.el (message-make-fqdn): Fix comment.
2798 (message-bogus-system-names): Add ".local".
2799
2800 * spam.el (spam-ifile-path, spam-ifile-program)
2801 (spam-ifile-database-path, spam-ifile-database)
2802 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
2803 Don't use "path" inappropriately.
2804 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
2805 strings.
2806 (spam-check-ifile, spam-ifile-register-with-ifile)
2807 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
2808 new variable names.
2809
2810 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
2811 (gnus-treat-display-smileys): Simplify using
2812 gnus-image-type-available-p.
2813
2814 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
2815 available.
2816
2817 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
2818
2819 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
2820 one after turning on the buffer's multibyteness instead of decoding
2821 them directly in the unibyte buffer that causes unexpected conversion
2822 in Emacs 23 (unicode).
2823
2824 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2825
2826 * message.el (message-generate-hashcash): Fix custom type.
2827
2828 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
2829
2830 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
2831
2832 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
2833
2834 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
2835 disconnect icons. Add help text.
2836
2837 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
2838
2839 * spam.el (spam-extra-header-to-number): CRM114 spam score is
2840 negated to be consistent with the others we handle.
2841
2842 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2843
2844 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
2845 version of gnus-summary-buffer to something, so that we can use two
2846 article buffers at the same time.
2847
2848 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
2849
2850 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
2851 trigger all the extra headers.
2852 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
2853 sorting.
2854
2855 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2856
2857 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
2858 solid groups.
2859
2860 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
2861
2862 * legacy-gnus-agent.el: Add Copyright notice.
2863
2864 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
2865
2866 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
2867
2868 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2869
2870 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
2871
2872 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
2873 to make it work reliably in CVS Emacs.
2874 (gnus-summary-limit-strange-charsets-predicate)
2875 (gnus-summary-limit-to-predicate): New functions.
2876
2877 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
2878
2879 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
2880 specifying array size.
2881 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
2882 array if it is too small.
2883 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
2884 (gnus-sort-threads-loop): New function.
2885
2886 2006-12-06 Chris Moore <dooglus@gmail.com>
2887
2888 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
2889 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
2890
2891 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
2892
2893 * mm-url.el (mm-url-predefined-programs): Call curl with correct
2894 options.
2895
2896 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2897
2898 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
2899 DOS-ing the recipient.
2900
2901 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
2902 the headers when creating the mapping to avoid mismappings.
2903 (nnweb-gmane-create-mapping): Always nix out old mapping.
2904
2905 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
2906
2907 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
2908 and mm-verify-option to never.
2909
2910 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
2911
2912 * message.el (message-signed-or-encrypted-p): New function.
2913 (message-forward-make-body): Use it.
2914
2915 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
2916 Replace encode-coding-string with mm-encode-coding-string.
2917
2918 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
2919
2920 * nneething.el (nneething-decode-file-name): Replace
2921 decode-coding-string with mm-decode-coding-string.
2922
2923 * gnus-int.el (gnus-open-server): Say failed server's name.
2924
2925 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
2926
2927 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
2928 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
2929
2930 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
2931 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
2932 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
2933 (gnus-group-make-directory-group, gnus-group-transpose-groups):
2934 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
2935 (gnus-subscribe-newsgroup, gnus-1):
2936 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
2937 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
2938 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
2939 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
2940
2941 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2942
2943 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
2944 keystroke.
2945 (gnus-summary-limit-to-bodies): Implement headersp.
2946
2947 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2948
2949 * dns.el (query-dns): Protect against "Process dns deleted" strings.
2950
2951 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
2952
2953 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
2954
2955 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2956
2957 * message.el (message-generate-hashcash): Expand range of values to
2958 include `opportunistic'.
2959 (message-send-mail): Use it.
2960
2961 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2962
2963 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
2964 and comment it.
2965
2966 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
2967
2968 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
2969
2970 * gnus-util.el (gnus-extract-address-components): Improve comment.
2971
2972 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
2973
2974 * gnus-util.el (gnus-extract-address-components): Work with address in
2975 which the name portion contains @.
2976
2977 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
2978
2979 * gnus.el (gnus-start): Move custom group up.
2980 (gnus-select-method): Don't autoload, but make it available for
2981 `customize-variable'.
2982 (gnus-getenv-nntpserver): Don't autoload.
2983
2984 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
2985
2986 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
2987
2988 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
2989
2990 * message.el (message-sendmail-extra-arguments): New variable.
2991 (message-send-mail-with-sendmail): Use it.
2992
2993 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
2994
2995 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
2996 mm-with-unibyte-current-buffer to make string unibyte.
2997
2998 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
2999 mm-string-as-multibyte.
3000
3001 2006-11-14 Daiki Ueno <ueno@unixuser.org>
3002
3003 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3004 Reported by Werner Koch <wk@gnupg.org>.
3005
3006 2006-11-14 Daiki Ueno <ueno@p360>
3007
3008 * mml2015.el: Autoload epa-select-keys when compiling.
3009
3010 2006-11-13 Daiki Ueno <ueno@unixuser.org>
3011
3012 * mml2015.el (mml2015-epg-sign): Save the signing keys in
3013 message-options.
3014 (mml2015-epg-encrypt): Save the recipient keys in message-options.
3015
3016 2006-11-13 Daiki Ueno <ueno@unixuser.org>
3017
3018 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3019 EasyPG (< 0.0.6).
3020 (mml2015-always-trust): New user option.
3021 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3022 prompt.
3023
3024 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3025
3026 * nntp.el (nntp-authinfo-force): New variable.
3027 (nntp-send-authinfo): Use it.
3028
3029 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
3030
3031 * message.el (message-strip-subject-encoded-words): Allow _not_ to
3032 decode encoded words. Improve prompt. Add comment about forwarding.
3033 (message-replacement-char): Move up.
3034
3035 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3036
3037 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3038 instead of gnus-intersection because arguments of gnus-sorted-nunion
3039 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
3040
3041 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
3042
3043 * message.el (message-strip-subject-encoded-words): Reformat prompt.
3044 (message-simplify-subject-functions): Enable
3045 message-strip-subject-encoded-words by default.
3046
3047 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
3048
3049 * message.el (message-strip-subject-encoded-words): New function
3050 (message-simplify-subject-functions): New variable.
3051 (message-simplify-subject): Use it. Fix typo in doc string.
3052 Support message-strip-subject-encoded-words.
3053
3054 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
3055
3056 * gnus-diary.el (gnus-diary-delay-format-function):
3057 * nndiary.el (nndiary-reminders):
3058 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3059
3060 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
3061
3062 * gnus-art.el (article-hide-boring-headers): Fetch date from
3063 gnus-original-article-buffer to avoid problems with localized date
3064 strings.
3065
3066 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
3067
3068 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3069
3070 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
3071
3072 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3073 New variables.
3074 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3075 (mm-charset-synonym-alist): Move some entries to
3076 mm-codepage-iso-8859-list.
3077 (mm-charset-synonym-alist, mm-charset-override-alist): Add
3078 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3079
3080 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
3081
3082 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
3083
3084 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
3085
3086 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
3087 with Emacs 21 and XEmacs.
3088
3089 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
3090
3091 * spam.el (spam-parse-address): New function for better parsing,
3092 catching errors, etc.
3093 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
3094
3095 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
3096
3097 * mm-view.el: Add interactive arg to html2text autoload.
3098
3099 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
3100
3101 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
3102
3103 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
3104
3105 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
3106 variables.
3107 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3108 (mm-charset-synonym-alist): Move some entries to
3109 mm-codepage-iso-8859-list.
3110
3111 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
3112
3113 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
3114
3115 * message.el (message-citation-line-format)
3116 (message-insert-formated-citation-line): Fix implementation of %E, %N
3117 and %n according to the doc string.
3118
3119 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
3120
3121 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3122 car-safe to avoid bad parses.
3123
3124 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3125
3126 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
3127 names.
3128
3129 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
3130
3131 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3132
3133 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
3134 header.
3135
3136 * message.el (message-draft-headers): Add Date.
3137 (message-headers-to-generate): Fix typo in docstring.
3138
3139 * nndraft.el (nndraft-required-headers): New variable.
3140 (nndraft-generate-headers): Use it.
3141
3142 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
3143
3144 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3145
3146 * gnus-registry.el (gnus-registry-wash-for-keywords)
3147 (gnus-registry-find-keywords): New functions to allow easy searching of
3148 articles that are in the registry.
3149
3150 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3151
3152 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3153 ietf-drums-parse-address instead of gnus-extract-address-components.
3154 Reported by Damien Elmes <damien@repose.cx>.
3155
3156 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
3157
3158 * gnus.el (gnus-mime): Remove unused custom group.
3159
3160 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3161
3162 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
3163 "blank line" when searching for end of armor headers.
3164
3165 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3166
3167 * gmm-utils.el (gmm-write-region): Fix variable name.
3168
3169 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
3170
3171 * gmm-utils.el (gmm-write-region): New function based on compatibility
3172 code from `mm-make-temp-file'.
3173
3174 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
3175
3176 * nnmaildir.el (nnmaildir--update-nov)
3177 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
3178 Use `gmm-write-region'.
3179
3180 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
3181
3182 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
3183 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3184
3185 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
3186
3187 * message.el (message-replacement-char): New variable.
3188 (message-fix-before-sending): Use it.
3189 (message-simplify-subject): New function to remove duplicate code.
3190 (message-reply, message-followup): Use it.
3191
3192 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
3193 gnus-summary-limit-to-articles.
3194
3195 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
3196
3197 * gnus-util.el (gnus-with-local-quit): New macro.
3198
3199 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
3200
3201 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
3202
3203 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
3204 ignore non-string data.
3205
3206 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
3207
3208 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
3209 non-string data (needs to be done in the registry too).
3210
3211 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
3212
3213 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
3214 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
3215 (gnus-registry-split-fancy-with-parent)
3216 (gnus-registry-fetch-simplified-message-subject-fast)
3217 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
3218 Remove text properties on ingress into the registry and when it's saved.
3219 (gnus-registry-clean-empty-function): Fix bug with cleaning the
3220 registry from entries with no groups.
3221
3222 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
3223
3224 * gnus-util.el (gnus-string-remove-all-properties): Add utility
3225 function to remove string properties.
3226
3227 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
3228
3229 * gmm-utils.el (gmm): Adjust custom version.
3230
3231 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
3232 custom version.
3233
3234 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
3235
3236 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
3237
3238 * gnus-art.el (gnus-insert-prev-page-button)
3239 (gnus-insert-next-page-button): Simplify. Reformat.
3240
3241 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
3242
3243 * gnus-art.el (gnus-insert-prev-page-button)
3244 (gnus-insert-next-page-button): Apply gnus-article-button-face.
3245
3246 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
3247
3248 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
3249
3250 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
3251
3252 (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
3253 gnus-article-button-face to MIME and security buttons.
3254
3255 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
3256
3257 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
3258 readable.
3259
3260 2006-09-20 Steve Youngs <steve@sxemacs.org>
3261
3262 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
3263 `browse-url-of-file' instead of `browse-url'.
3264
3265 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3266
3267 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3268 regexp. Articles containing quotation were cut prematurely.
3269
3270 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
3271
3272 * message.el (message-cite-original-1): Use nobody by default for the
3273 value of From header.
3274 (message-reply): Ditto.
3275
3276 2006-09-11 Daiki Ueno <ueno@unixuser.org>
3277
3278 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
3279 to the gnus-info. This fixes a bug of inline-PGP message verification.
3280 Reported by Michael Piotrowski <mxp@dynalabs.de>.
3281
3282 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
3283
3284 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
3285 mails in the doc string. Add some URLs in comment.
3286 (pop3-movemail): Warn about pop3-leave-mail-on-server.
3287
3288 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
3289
3290 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
3291 backslashes handling and the way to find boundaries of quoted strings.
3292
3293 2006-09-07 Daiki Ueno <ueno@unixuser.org>
3294
3295 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
3296 mml1991-encrypt-to-self is set and mml1991-signers is not set.
3297 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
3298 mml2015-encrypt-to-self is set and mml2015-signers is not set.
3299
3300 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
3301
3302 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
3303 doc string.
3304 (gnus-button-regexp, gnus-button-last): Remove unused variables.
3305
3306 2006-09-06 Simon Josefsson <jas@extundo.com>
3307
3308 * mml2015.el (mml2015-use): Doc fix, mention epg.
3309
3310 2006-09-06 Daiki Ueno <ueno@unixuser.org>
3311
3312 * mml2015.el (mml2015-use): Default to epg, if available.
3313
3314 2006-09-06 Daiki Ueno <ueno@unixuser.org>
3315
3316 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
3317 message-sender.
3318 (mml1991-epg-encrypt): Ditto.
3319 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
3320 message-sender.
3321 (mml2015-epg-encrypt): Ditto.
3322
3323 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
3324
3325 * message.el (message-send-mail-with-sendmail): Look for sendmail in
3326 several common directories.
3327
3328 2006-09-05 Daiki Ueno <ueno@unixuser.org>
3329
3330 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
3331 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
3332
3333 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
3334
3335 * gnus-art.el (article-decode-encoded-words): Make it fast.
3336
3337 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
3338
3339 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
3340
3341 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
3342 in quoted string into `\'.
3343
3344 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
3345
3346 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3347 Use standard-syntax-table.
3348
3349 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
3350
3351 * gnus-art.el (gnus-decode-address-function): New variable.
3352 (article-decode-encoded-words): Use it to decode headers which are
3353 assumed to contain addresses.
3354 (gnus-mime-delete-part): Remove useless `or'.
3355
3356 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
3357 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
3358 (gnus-nov-parse-line): Use it to decode From header.
3359 (gnus-get-newsgroup-headers): Ditto.
3360 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
3361
3362 * mail-parse.el (mail-decode-encoded-address-region): New alias.
3363 (mail-decode-encoded-address-string): New alias.
3364
3365 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3366 New function.
3367 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
3368 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
3369 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
3370 (rfc2047-decode-string): Ditto.
3371 (rfc2047-decode-address-region): New function.
3372 (rfc2047-decode-address-string): New function.
3373
3374 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
3375
3376 * message.el (message-caesar-buffer-body): Allow rotating headers.
3377
3378 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
3379
3380 * message.el (message-insert-formated-citation-line): Fix %f.
3381 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
3382
3383 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
3384
3385 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
3386 (gnus-bookmark-mouse-available-p): New macro.
3387 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
3388 (gnus-bookmark-bmenu-show-infos): Use it.
3389 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
3390 (gnus-bookmark-bmenu-hide-infos): Ditto.
3391 (gnus-bookmark-remove-properties): New function.
3392 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
3393 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
3394 (gnus-bookmark-write-file): Bind coding-system-for-write.
3395 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
3396 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
3397 group before selecting it.
3398 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
3399 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
3400 quit-window if it is not available; use gnus-mouse-2 and bind it to
3401 gnus-bookmark-bmenu-select-by-mouse.
3402 (gnus-bookmark-show-details): Remove unused variable `details-list'.
3403 (gnus-bookmark-bmenu-select-by-mouse): New function.
3404
3405 2006-08-13 Romain Francoise <romain@orebokech.com>
3406
3407 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
3408 space.
3409
3410 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
3411
3412 * compface.el (uncompface): Use binary rather than raw-text-unix.
3413
3414 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
3415
3416 * compface.el (uncompface): Make sure the eol conversion doesn't take
3417 place when communicating with the external programs. Reported by
3418 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3419
3420 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
3421
3422 * nnheader.el (nnheader-insert-head): Fix typo in comment.
3423
3424 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3425
3426 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
3427 Make it more robust by parsing author and date independently.
3428
3429 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
3430
3431 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
3432
3433 2006-07-28 Daiki Ueno <ueno@unixuser.org>
3434
3435 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
3436 first matching secret key.
3437 (mml2015-epg-encrypt): Ditto.
3438
3439 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
3440 first matching secret key.
3441 (mml1991-epg-encrypt): Ditto.
3442
3443 * mml2015.el (mml2015-encrypt-to-self): New user option.
3444 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
3445 mml2015-epg-encrypt-to-self is set.
3446
3447 * mml1991.el (mml1991-encrypt-to-self): New variable.
3448 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
3449 mml1991-epg-encrypt-to-self is set.
3450
3451 * mml2015.el (mml2015-signers): New user option.
3452 (mml2015-epg-sign): Reflect the value of mml2015-signers.
3453 (mml2015-epg-encrypt): Allow to select signing keys.
3454
3455 * mml1991.el (mml1991-signers): New variable.
3456 (mml1991-epg-sign): Reflect the value of mml1991-signers.
3457 (mml1991-epg-encrypt): Allow to select signing keys.
3458
3459 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
3460
3461 * nnheader.el (nnheader-insert-head): Make it work even if the file
3462 uses CRLF for the line-break code.
3463
3464 2006-07-25 Daiki Ueno <ueno@unixuser.org>
3465
3466 * mml2015.el: Require mml-sec instead of password.
3467 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
3468 (mml2015-cache-passphrase): Inherit the default value from
3469 mml-secure-cache-passphrase.
3470 (mml2015-passphrase-cache-expiry): Inherit the default value from
3471 mml-secure-passphrase-cache-expiry.
3472
3473 * mml1991.el: Require mml-sec instead of password.
3474 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
3475 (mml1991-cache-passphrase): Inherit the default value from
3476 mml-secure-cache-passphrase.
3477 (mml1991-passphrase-cache-expiry): Inherit the default value from
3478 mml-secure-passphrase-cache-expiry.
3479
3480 * mml-sec.el: Require password.
3481 (mml-secure-verbose): New user option.
3482 (mml-secure-cache-passphrase): New user option.
3483 (mml-secure-passphrase-cache-expiry): New user option.
3484
3485 2006-07-24 Daiki Ueno <ueno@unixuser.org>
3486
3487 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
3488 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
3489 andreas@altroot.de (Andreas Vögele).
3490
3491 FIXME: Use `tiny change'?
3492
3493 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3494
3495 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
3496 workaround for the url package included with Emacs.
3497
3498 * nnweb.el (nnweb-google-create-mapping): Update regexp.
3499
3500 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
3501
3502 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
3503 correctly. This fixes a bug caused by the 2006-05-12 change.
3504
3505 2006-07-18 Karl Fogel <kfogel@red-bean.com>
3506
3507 * nnmail.el (nnmail-article-group): If splitting raises an error, give
3508 some information about the error when saying that the `bogus' mail
3509 group will be used.
3510
3511 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
3512
3513 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
3514 string.
3515
3516 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
3517
3518 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
3519
3520 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3521
3522 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
3523
3524 2006-07-10 Daiki Ueno <ueno@unixuser.org>
3525
3526 * mml1991.el (mml1991-function-alist): Add epg.
3527 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
3528 (mml1991-epg-encrypt): New functions.
3529
3530 2006-07-10 Daiki Ueno <ueno@unixuser.org>
3531
3532 * mml2015.el (mml2015-verbose): New variable.
3533 (mml2015-cache-passphrase): Ditto.
3534 (mml2015-passphrase-cache-expiry): Ditto.
3535 (mml2015-function-alist): Add epg.
3536 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
3537 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
3538 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
3539 functions.
3540
3541 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3542
3543 * message.el (message-cite-original-1): Preserve region when removing
3544 quoted text due to X-No-Archive in order to avoid bogus attribution
3545 when citing multiple messages.
3546
3547 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3548
3549 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
3550 Kenneth Jacker <khj@be.cs.appstate.edu>.
3551
3552 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
3553
3554 * gnus-diary.el (gnus-user-format-function-d)
3555 (gnus-user-format-function-D): Autoload.
3556
3557 * imap.el (Commentary): Fix typo.
3558
3559 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
3560 2006-04-22 contribution.
3561
3562 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3563
3564 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
3565 It didn't really fix the bogosity I'm seeing with solid web groups.
3566
3567 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3568
3569 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
3570 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
3571 created using server names. If we use the feature without declaring
3572 it, Gnus does not properly manage server and group state.
3573
3574 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
3575 bound.
3576
3577 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3578
3579 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
3580 looking up the method using GROUP's prefix before inventing a new one.
3581 It is used on killed/unknown groups in various places where returning
3582 an all-new method isn't expected by the caller.
3583
3584 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
3585 and match semantics of gnus-group-real-prefix.
3586
3587 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
3588
3589 * nnmail.el (nnmail-broken-references-mailers): New variable.
3590 (nnmail-ignore-broken-references): New function generalizing
3591 nnmail-fix-eudora-headers.
3592 (nnmail-fix-eudora-headers): Now obsolete.
3593
3594 * gnus-art.el (gnus-button-handle-custom): Support
3595 `customize-apropos*'.
3596
3597 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3598
3599 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
3600
3601 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
3602 articles.
3603
3604 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
3605
3606 * message.el (message-cite-reply-above): New variable.
3607 (message-yank-original): Use it.
3608
3609 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
3610
3611 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
3612
3613 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
3614
3615 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
3616 as read.
3617
3618 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
3619
3620 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
3621
3622 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
3623 (gnus-bookmark-default-file): Use gnus-directory.
3624 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
3625 Remove "*" in doc string.
3626 (gnus-bookmark-write-file): Simplify.
3627 (gnus-bookmark-maybe-sort-alist): Use `when'.
3628 (gnus-bookmark-get-bookmark): Fix typo in doc string.
3629 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
3630 FIXME about Emacs 21 and XEmacs compatibility.
3631 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
3632 compatibility.
3633 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
3634 compatibility.
3635 (gnus-bookmark-menu-heading): Fix version.
3636
3637 2006-06-19 Bastien Guerry <bzg@altern.org>
3638
3639 * gnus-bookmark.el: New file.
3640
3641 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
3642
3643 * message.el (message-syntax-checks): Doc fix.
3644
3645 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3646
3647 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
3648 unsubscribed groups as if they were killed ones. It causes duplicate
3649 entries in gnus-newsrc-alist.
3650
3651 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
3652
3653 * message.el (message-syntax-checks): Doc fix.
3654 (message-send-mail): Add check for continuation headers.
3655 (message-check-news-header-syntax): Fix regexp used to check for
3656 continuation headers.
3657
3658 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
3659
3660 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
3661
3662 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
3663
3664 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
3665
3666 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
3667
3668 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
3669 default-truncate-lines.
3670
3671 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
3672
3673 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
3674 to fill the utf-8 entry.
3675
3676 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3677
3678 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
3679
3680 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
3681
3682 * gnus-agent.el (directory-files-and-attributes): Move all the way
3683 forward (the third and final move).
3684 (gnus-agent-read-agentview): Trap reconstruction errors due to
3685 nonexistant directory. Handle by returning nil.
3686
3687 2006-05-30 Didier Verna <didier@xemacs.org>
3688
3689 * message.el (message-dont-reply-to-names): Update the custom type.
3690 * message.el (message-dont-reply-to-names): New defsubst: potentially
3691 convert a list of regexps into a single one.
3692 * message.el (message-get-reply-headers): Use it.
3693 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
3694
3695 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
3696
3697 * gnus-agent.el (directory-files-and-attributes): Move forward.
3698
3699 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
3700
3701 * gnus-ml.el (gnus-mailing-list-subscribe)
3702 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
3703 (gnus-mailing-list-message): Fix doc strings.
3704
3705 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3706
3707 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
3708 of doing it manually.
3709
3710 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
3711
3712 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
3713 comment.
3714
3715 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
3716
3717 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
3718 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
3719 (gnus-agent-read-local): All symbols allocated in my-obarray
3720 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
3721 (gnus-agent-regenerate-group): Check numeric names to see if they are
3722 messages or groups.
3723 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
3724 better way of do this...)
3725
3726 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
3727 'dummy.group' (there should be a better way of do this...)
3728
3729 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
3730
3731 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
3732 (gnus-saved-headers): Ditto.
3733 (gnus-default-article-saver): Mention functions may have properties.
3734 (gnus-article-save): Override gnus-save-all-headers and
3735 gnus-saved-headers by :headers property which saver function may have.
3736 (gnus-summary-save-in-file): Add :headers property.
3737 (gnus-summary-write-to-file): Ditto.
3738
3739 * gnus-sum.el (gnus-summary-save-article): Bind
3740 gnus-prompt-before-saving to t when saving many articles in a file;
3741 always show all headers.
3742
3743 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
3744
3745 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
3746 marks.
3747
3748 * message.el (message-indent-citation): Add optional arguments to allow
3749 using it outside of message buffers.
3750
3751 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
3752 (gnus-article-treat-unfold-headers): Use it.
3753 (gnus-article-truncate-lines): New variable.
3754 (gnus-article-mode): Use it.
3755 (gnus-article-toggle-truncate-lines): New function.
3756
3757 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
3758 gnus-article-toggle-truncate-lines.
3759
3760 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
3761 coding system in XEmacs, use binary.
3762
3763 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
3764
3765 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
3766 after-load-alist.
3767
3768 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
3769 this function should save decoded articles.
3770 (gnus-summary-write-to-file): Use property to specify this function
3771 should save decoded articles and specify gnus-summary-save-in-file
3772 should be used to save articles other than the first one when saving
3773 many articles.
3774 (gnus-summary-save-body-in-file): Use property to specify this
3775 function should save decoded articles.
3776 (gnus-summary-write-body-to-file): Use property to specify this
3777 function should save decoded articles and specify
3778 gnus-summary-save-body-in-file should be used to save articles other
3779 than the first one when saving many articles.
3780
3781 * gnus-sum.el (gnus-summary-save-article): Simplify.
3782
3783 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
3784
3785 * gnus-art.el (gnus-default-article-saver): Add
3786 gnus-summary-write-body-to-file.
3787 (gnus-article-save-coding-system): Don't use coding system object
3788 in XEmacs.
3789 (gnus-read-save-file-name): Add optional `dir-var' argument which
3790 specifies directory in which files are saved; work even if optional
3791 `variable' argument is not specified.
3792 (gnus-summary-write-to-file): Read file name.
3793 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
3794 (gnus-summary-write-body-to-file): New function.
3795
3796 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
3797 (gnus-summary-local-variables): Add it.
3798 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
3799 (gnus-summary-save-article): Remove optional `decode' argument;
3800 determine whether to decode articles by the value of
3801 gnus-default-article-saver; when saving many files using
3802 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
3803 it first and use gnus-summary-save-in-file or
3804 gnus-summary-save-body-in-file thereafter unless
3805 gnus-prompt-before-saving is always; move point to article which
3806 will be saved.
3807 (gnus-summary-save-article-file): Revert.
3808 (gnus-summary-write-article-file): Revert.
3809 (gnus-summary-save-article-body-file): Revert.
3810 (gnus-summary-write-article-body-file): New function.
3811
3812 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
3813
3814 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
3815
3816 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
3817
3818 * gnus-art.el (gnus-default-article-saver): Doc fix.
3819 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
3820 from gnus-summary-save-article-coding-system, and default to a
3821 certain coding system.
3822 (gnus-output-to-file): Add coding cookie and encode text according
3823 to gnus-article-save-coding-system; don't use mm-append-to-file.
3824
3825 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
3826 gnus-art.el and rename to gnus-article-save-coding-system.
3827 (gnus-summary-save-article): Require gnus-art; don't show all
3828 headers if it decodes articles; don't add coding cookie here;
3829 don't bind mm-text-coding-system-for-write.
3830 (gnus-summary-save-article-file): Save decoded articles.
3831 (gnus-summary-write-article-file): When saving many files, use
3832 gnus-summary-write-to-file first and gnus-summary-save-in-file
3833 thereafter unless gnus-prompt-before-saving is always.
3834 (gnus-summary-save-article-body-file): Save decoded articles.
3835
3836 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
3837
3838 * nnrss.el (nnrss-check-group): Bind hash-index.
3839
3840 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
3841
3842 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
3843 its hash index. Store this hash in `nnrss-group-data'.
3844 (nnrss-read-group-data): Update accordingly.
3845
3846 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
3847
3848 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
3849 entry.
3850
3851 * gnus-sum.el (gnus-summary-make-menu-bar): Add
3852 gnus-article-browse-html-article.
3853
3854 2006-05-23 Hynek Schlawack <hynek@ularx.de>
3855
3856 * gnus-sum.el (gnus-summary-mime-map): Add
3857 gnus-article-browse-html-article.
3858 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
3859
3860 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
3861 suitable coding systems in customize.
3862
3863 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
3864
3865 * mail-source.el (mail-sources): Fix custom type.
3866
3867 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
3868
3869 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
3870 (gnus-summary-expire-articles-now): Shorten prompt.
3871
3872 * gmm-utils.el (wid-edit): Require.
3873 (defun-gmm): Renamed from `gmm-defun-compat'.
3874 (gmm-image-search-load-path): Use it.
3875 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
3876
3877 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
3878
3879 * gnus-sum.el (gnus-summary-save-article-coding-system): New
3880 variable.
3881 (gnus-summary-save-article): Add optional `decode' argument. If
3882 it is set and gnus-summary-save-article-coding-system is non-nil,
3883 save decoded article.
3884 (gnus-summary-write-article-file): Save decoded article if
3885 gnus-summary-save-article-coding-system is non-nil.
3886
3887 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
3888 type.
3889
3890 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
3891
3892 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
3893
3894 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
3895
3896 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
3897 first to test gnus-single-article-buffer which may be buffer-local.
3898
3899 * gnus-sum.el (gnus-summary-setup-buffer): Make
3900 gnus-single-article-buffer buffer-local and nil in ephemeral
3901 group; make gnus-article-buffer, gnus-article-current, and
3902 gnus-original-article-buffer always buffer-local.
3903 (gnus-summary-exit): Kill article buffer belonging to ephemeral
3904 group.
3905 (gnus-handle-ephemeral-exit): Don't move to next summary line.
3906
3907 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
3908
3909 * nnml.el (nnml-request-compact-group): Compressed files might not
3910 have .gz extension.
3911
3912 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3913
3914 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
3915 (mm-copy-to-buffer): Use with-current-buffer.
3916 (mm-display-part): Simplify.
3917 (mm-inlinable-p): Add optional arg `type'.
3918
3919 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3920
3921 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
3922 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
3923 Try harder to show the attachment internally or externally using
3924 gnus-mime-view-part-as-type.
3925
3926 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
3927
3928 * message.el (message-from-style, message-signature-separator)
3929 (message-user-organization-file, message-send-mail-function)
3930 (message-citation-line-function, message-yank-prefix)
3931 (message-indent-citation-function, message-signature)
3932 (message-signature-file, message-signature-insert-empty-line):
3933 Remove autoloads.
3934
3935 * gnus-art.el (gnus-buttonized-mime-types): Remove
3936 "multipart/signed". Revert 2006-04-26 change.
3937
3938 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3939
3940 * gnus.el (gnus-version-number): Bump version.
3941
3942 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3943
3944 * gnus.el: No Gnus v0.5 is released.
3945
3946 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3947
3948 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
3949 fetching articles by message-id.
3950
3951 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3952
3953 * message.el (hashcash): Require hashcash as normal.
3954
3955 * ecomplete.el (ecomplete-highlight-match-line): Use
3956 point-at-eol.
3957 (ecomplete-highlight-match-line): Use `highlight', because that
3958 face exists in both Emacs and XEmacs.
3959
3960 * message.el (message-display-abbrev): Use point-at-bol.
3961
3962 * mail-source.el: Don't require timer/timer-funcs.
3963
3964 * gnus-async.el: Ditto.
3965
3966 * password.el: Ditto.
3967
3968 * mm-url.el: Ditto.
3969
3970 * mm-util.el: Require timer/timer-funcs.
3971
3972 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3973
3974 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
3975 Close.
3976
3977 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
3978
3979 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
3980 unibyte after clear-decrypt function runs.
3981
3982 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
3983 returns as a unibyte string.
3984
3985 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
3986
3987 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
3988 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
3989 (mml1991-pgg-encrypt): Ditto.
3990
3991 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
3992
3993 * message.el (message-user-organization-file): Check several
3994 locations of the organization file.
3995
3996 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
3997 Add gnus-article-view-part-as-type.
3998
3999 * gnus-art.el (gnus-article-view-part-as-type): New function.
4000
4001 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4002 .mobi and .travel. Remove .nato, .bitnet and .uucp.
4003
4004 * mml.el: Simplify autoload.
4005 (mml-mode): defvar dnd-protocol-alist instead of using
4006 symbol-value.
4007 (mml-default-directory): New variable.
4008 (mml-minibuffer-read-file): Use it.
4009 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4010
4011 * message.el (message-citation-line-format): New variable.
4012 (message-insert-formated-citation-line): New function.
4013 (message-citation-line-function): Add
4014 `message-insert-formated-citation-line' to custom type.
4015
4016 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4017 to doc string.
4018
4019 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4020 depending on mm-verify-option.
4021
4022 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
4023
4024 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4025 binding pgg-* variables; reimplement the section which prevents
4026 MIME header from being signed.
4027 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4028 pgg-text-mode; remove a blank line at the top of body.
4029
4030 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4031 lines at the top of body; use gnus-newsgroup-charset if there's no
4032 Charset header.
4033
4034 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
4035
4036 * message.el (message-self-insert-commands): Doc fix.
4037
4038 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
4039 (mm-uu-pgp-encrypted-test): Ditto.
4040 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
4041 between header and body; return application/pgp-encrypted handle
4042 if decryption failed; decode decrypted body by charset.
4043
4044 * mm-decode.el (mm-automatic-display): Don't make application/pgp
4045 element match to application/pgp-*.
4046
4047 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4048
4049 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
4050 HTML.
4051
4052 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4053
4054 * mail-source.el (mail-source-call-script): Message the error
4055 string.
4056
4057 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4058
4059 * gnus-util.el (gnus-byte-compile): Use it.
4060
4061 2006-04-22 xyblor <fake@invalid.email> (tiny change)
4062
4063 * gnus-util.el (kill-empty-logs): New function.
4064
4065 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4066
4067 * message.el (message-mail-alias-type): Doc fix.
4068 (message-mail-alias-type-p): New function.
4069 (message-send): Use it.
4070 (message-mode): Ditto.
4071 (message-strip-forbidden-properties): Ditto.
4072
4073 * ecomplete.el (ecomplete-database-file-coding-system): New
4074 variable.
4075 (ecomplete-save): Use it.
4076 (ecomplete-setup): Use it.
4077
4078 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
4079
4080 * message.el (message-self-insert-commands): New variable.
4081 (message-strip-forbidden-properties): Use it.
4082
4083 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4084
4085 * message.el (message-put-addresses-in-ecomplete): Use a regexp
4086 that doesn't make XEmacs choke.
4087
4088 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
4089
4090 * gnus-util.el (gnus-replace-in-string):
4091 Prefer replace-regexp-in-string over of replace-in-string.
4092
4093 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
4094
4095 * gnus-util.el (gnus-select-frame-set-input-focus):
4096 Use select-frame-set-input-focus if it is available in XEmacs; use
4097 definition defined in Emacs 22 for old Emacsen.
4098
4099 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
4100
4101 * mm-view.el (mm-inline-text): Use equal instead of equalp.
4102
4103 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
4104
4105 * gnus-registry.el (gnus-registry-cache-save): Remove text
4106 properties when saving via the temp buffer.
4107
4108 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
4109
4110 * message.el (message-generate-hashcash): Honor custom type.
4111
4112 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4113
4114 * message.el (message-generate-hashcash): Default to non-nil when
4115 hashcash is found.
4116
4117 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
4118 (gnus-refer-thread-limit): Increase default to 500.
4119
4120 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
4121
4122 * flow-fill.el (fill-flowed): Allow delete-space.
4123
4124 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
4125
4126 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4127 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
4128 Remove autoloads.
4129
4130 2006-04-18 Simon Josefsson <jas@extundo.com>
4131
4132 * message.el (message-generate-hashcash): Default to.
4133
4134 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
4135
4136 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4137 concatenating segments rather than before concatenating them.
4138
4139 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
4140
4141 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
4142
4143 * imap.el (imap-quote-specials): New function.
4144 (imap-login-auth): Quote specials.
4145
4146 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4147
4148 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
4149
4150 * message.el (message-forward-make-body-plain): Allow
4151 message-forward-ignored-headers to be a list.
4152 (message-remove-ignored-headers): Factor out into function.
4153 (message-forward-make-body-mml): Use it.
4154 * rfc2231.el (rfc2231-parse-string): Remove dead code.
4155 (rfc2231-parse-string): Allow concatanation of parameters that
4156 aren't contiguous. The test case is
4157 (mail-header-parse-content-type "message/external-body;
4158 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
4159 access-type=LOCAL-FILE;
4160 name*1*=plugh%2fhello-sailor%2fbing.pdf")
4161
4162 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
4163
4164 * nntp.el (nntp-accept-process-output): Return the value of
4165 `nnheader-accept-process-output'.
4166
4167 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4168
4169 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
4170 (gnus-button-alist): Recognize more diff formats.
4171 (gnus-button-patch): Strip directory.
4172
4173 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
4174
4175 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
4176 Emacs 22 when setting focus.
4177
4178 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4179
4180 * gnus-art.el (gnus-article-treat-types): Do treatment of
4181 text/x-verbatim parts.
4182 (gnus-button-patch): New command.
4183
4184 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
4185 addresses that contain invalid characters.
4186
4187 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4188
4189 * message.el (message-put-addresses-in-ecomplete): Use
4190 gnus-replace-in-string.
4191 (message-is-yours-p): Use the more correct
4192 mail-header-parse-address instead of
4193 mail-extract-address-components.
4194 (message-put-addresses-in-ecomplete): Fix typo.
4195
4196 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
4197 keystroke.
4198
4199 * gnus-art.el (gnus-treatment-function-alist): Change order of
4200 newsgroups/generic header folding to avoid double-folding.
4201
4202 * message.el (message-hidden-headers): Add X-Draft-From.
4203
4204 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
4205 command.
4206 (gnus-summary-repeat-search-article-backward): New command.
4207
4208 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
4209 groups in the parent topic.
4210
4211 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
4212
4213 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
4214 (spam-extra-header-to-number): Return the CRM114 number as a
4215 number instead of a string.
4216
4217 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4218
4219 * gnus-art.el (gnus-face-properties-alist): Moved here from
4220 gnus-fun.
4221
4222 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
4223
4224 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4225
4226 * message.el (message-strip-forbidden-properties): Only display on
4227 self-insert-command.
4228
4229 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
4230 reindent.
4231 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
4232
4233 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
4234
4235 * smiley.el (smiley-style): Fix typo.
4236
4237 2006-03-23 Kenichi Handa <handa@m17n.org>
4238
4239 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
4240 instead of set-buffer-multibyte.
4241
4242 2006-03-23 Kenichi Handa <handa@m17n.org>
4243
4244 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4245 buffer and then decode the buffer text if necessary.
4246 (rfc2231-encode-string): Be sure to work on multibyte buffer at
4247 first, and after mm-encode-body, change the buffer to unibyte.
4248
4249 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4250
4251 * hashcash.el (hashcash-insert-payment-async-2): Use
4252 message-goto-eoh instead of doing it manually.
4253 (mail-add-payment): Use message-narrow-to-header instead of trying
4254 to do the same itself.
4255
4256 * message.el (message-hidden-headers): Add Face.
4257
4258 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
4259 reparenting code.
4260 (gnus-summary-reparent-children): Refactored out code.
4261 (gnus-summary-thread-map): New keystroke.
4262 (gnus-summary-reparent-children): Make into command.
4263
4264 * smiley.el (smiley-style): Default to `medium' if using a large
4265 font.
4266
4267 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
4268 does it itself.
4269
4270 * message.el (message-point-in-header-p): Simplify definition.
4271
4272 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4273
4274 * nnagent.el (nnagent-request-set-mark): Silence log file
4275 writing.
4276 (nnagent-request-set-mark): Use write-region instead of
4277 append-to-file.
4278
4279 * gnus-sum.el (gnus-read-header): Fudge article number if using a
4280 strange select method.
4281
4282 * ecomplete.el (ecomplete-display-matches): Get highlightling
4283 right.
4284 (ecomplete-display-matches): Use literals.
4285 (ecomplete-display-matches): Disable message logging.
4286
4287 * message.el (message-display-abbrev): Small optimization.
4288
4289 * ecomplete.el (ecomplete-display-matches): Allow automatic
4290 display.
4291
4292 * message.el (message-strip-forbidden-properties): Display
4293 abbrevs.
4294 (message-display-abbrev): Get automatic display right.
4295
4296 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
4297 keystrokes.
4298
4299 2006-04-13 Romain Francoise <romain@orebokech.com>
4300
4301 TODO: Backport to v5-10!
4302
4303 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
4304 Moved here (and renamed) from gnus-registry.el.
4305
4306 * gnus-registry.el: Require gnus-util.
4307 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
4308
4309 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4310
4311 * gnus-group.el (gnus-group-catchup-current): Change
4312 if-then-else-if-then-else into cond.
4313 (gnus-group-catchup): Indent.
4314 (group-name-at-point): New function.
4315 (gnus-fetch-group): Provide default from thing at point.
4316
4317 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4318
4319 * message.el (message-display-abbrev): Fix regexp.
4320
4321 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
4322 choosing.
4323 (ecomplete-highlight-match-line): Fix up code rewrite, remove
4324 dead variables.
4325
4326 * message.el (message-newline-and-indent): Remove debugging.
4327 (message-display-abbrev): Use new implementation.
4328
4329 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4330
4331 * gnus-art.el (gnus-article-mode): Set
4332 cursor-in-non-selected-windows to nil.
4333
4334 * smiley.el: Revert previous change.
4335 (smiley-data-directory): defvar it before using it in the
4336 defcustom of `smiley-style'.
4337
4338 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4339
4340 * message.el (message-newline-and-indent): New function.
4341
4342 * ecomplete.el: Implement more bits.
4343
4344 * message.el (message-put-addresses-in-ecomplete): Clean up the
4345 string.
4346
4347 * ecomplete.el (ecomplete-add-item): Chop off decimals.
4348
4349 * gnus-sum.el (gnus-summary-save-parts): Bind
4350 gnus-summary-save-parts-counter and use it to make unique file
4351 names.
4352
4353 * gnus-art.el (gnus-ignored-headers): Add some more headers.
4354
4355 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
4356 parameter to say whether to actually parse the individual
4357 addresses.
4358
4359 * message.el (message-put-addresses-in-ecomplete): New function.
4360 (ecomplete): Require.
4361 (message-mail-alias-type): Add ecomplete as an option.
4362
4363 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
4364
4365 * flow-fill.el (fill-flowed): Remove trailing space from blank
4366 quoted lines.
4367
4368 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4369
4370 * smiley.el (smiley-style): Move definition later to avoid a
4371 compilation warning.
4372
4373 2006-04-12 Kenichi Handa <handa@m17n.org>
4374
4375 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4376 buffer and then decode the buffer text if necessary.
4377 (rfc2231-encode-string): Be sure to work on multibyte buffer at
4378 first, and after mm-encode-body, change the buffer to unibyte.
4379 Use mm-disable-multibyte instead of set-buffer-multibyte.
4380
4381 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
4382
4383 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
4384 Content-Type header instead of Content-Disposition header.
4385 (gnus-mime-inline-part): Ditto.
4386 (gnus-mime-view-part-as-charset): Ignore charset that the part
4387 specifies.
4388
4389 * mm-decode.el (mm-display-part): Work with external parts and
4390 usual parts similarly.
4391
4392 * mm-extern.el (mm-inline-external-body): Use mm-display-part
4393 instead of gnus-display-mime.
4394
4395 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
4396 instead of with-temp-buffer.
4397
4398 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
4399 tag to summarized topics part in order to encode non-ASCII text.
4400
4401 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
4402
4403 * smiley.el (smiley-style): New variable.
4404 (smiley-directory): New function.
4405 (smiley-data-directory): Derive from `smiley-style' using
4406 `smiley-directory'.
4407 (smiley-regexp-alist): Add new entries.
4408
4409 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
4410 (gnus-article-browse-delete-temp): Add :version.
4411
4412 2006-04-11 Arne Jørgensen <arne@arnested.dk>
4413
4414 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
4415 the sieve region.
4416
4417 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4418
4419 * gnus.el (gnus-version-number): Bump version.
4420
4421 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
4422
4423 * gnus.el: No Gnus v0.4 is released.
4424
4425 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4426
4427 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
4428 layout.
4429
4430 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
4431 unknown charset.
4432
4433 * message.el (message-header-synonyms): Add Original-To to the
4434 default.
4435
4436 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
4437 optional parameter.
4438
4439 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
4440
4441 * gnus-fun.el (gnus): Require it for gnus-directory.
4442
4443 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
4444
4445 * gnus-fun.el (gnus-face-properties-alist): Add :version.
4446
4447 2006-04-05 Daiki Ueno <ueno@unixuser.org>
4448
4449 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
4450
4451 2006-04-05 Simon Josefsson <jas@extundo.com>
4452
4453 * password.el (password-reset): New function.
4454
4455 2006-04-05 Daiki Ueno <ueno@unixuser.org>
4456
4457 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
4458 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
4459
4460 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4461
4462 * nnweb.el (nnweb-google-create-mapping): Update regexp.
4463 Some whitespace was matched into the url, which broke browsing hits
4464 > 100 when mm-url-use-external was nil.
4465
4466 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
4467
4468 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
4469 gnus-extra-headers for 'Newsgroups.
4470
4471 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
4472 bound.
4473
4474 2006-04-04 Daiki Ueno <ueno@unixuser.org>
4475
4476 * pgg-gpg.el: Clean up process buffers every time gpg processes
4477 complete.
4478
4479 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
4480
4481 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
4482 doc string.
4483
4484 2006-04-03 Daiki Ueno <ueno@unixuser.org>
4485
4486 * pgg-gpg.el (pgg-gpg-process-filter)
4487 (pgg-gpg-wait-for-completion): Check if buffer is alive.
4488
4489 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
4490 lines, temporary fix.
4491
4492 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
4493
4494 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
4495
4496 2006-03-29 Daiki Ueno <ueno@unixuser.org>
4497
4498 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
4499 default-enable-multibyte-characters. This reverts the change from
4500 revision 6.17 which is no longer necessary because the passphrase
4501 is sent separately now. GnuPG messages are unreadable under
4502 multibyte locales with default-enable-multibyte-characters set to
4503 nil.
4504
4505 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
4506
4507 * message.el (message-tool-bar-gnome): Move "spell".
4508
4509 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
4510
4511 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
4512 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
4513 instead.
4514
4515 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
4516
4517 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
4518 newsgroups handling for NNTP overviews which don't include
4519 Newsgroups.
4520
4521 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4522
4523 * message.el (message-resend): Bind message-generate-hashcash to nil.
4524
4525 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4526
4527 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
4528 when searching for already-paid recipients.
4529
4530 2006-03-27 Daiki Ueno <ueno@unixuser.org>
4531
4532 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
4533 passphrases when it is not needed.
4534 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
4535 passphrase stuff from gpg, should only be necessary when you use
4536 gpg with a smartcard.
4537
4538 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
4539
4540 * mml.el (mml-insert-mime): Ignore cached contents of
4541 message/external-body part.
4542
4543 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
4544 (mm-insert-part): Ditto.
4545
4546 2006-03-23 Simon Josefsson <jas@extundo.com>
4547
4548 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
4549 Reiner.
4550 (pgg-gpg-use-agent-p): Use it again.
4551
4552 2006-03-23 Simon Josefsson <jas@extundo.com>
4553
4554 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
4555 older emacsen.
4556 (pgg-gpg-use-agent-p): Don't use it.
4557
4558 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
4559
4560 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
4561 if we can.
4562
4563 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
4564
4565 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
4566 (pgg-gpg-update-agent): New function.
4567 (pgg-gpg-use-agent-p): New function.
4568 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
4569 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4570 (pgg-gpg-sign-region): Use it.
4571
4572 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
4573
4574 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
4575 Reported by Ralf Wachinger <rwachinger@gmx.de>.
4576
4577 2006-03-21 Simon Josefsson <jas@extundo.com>
4578
4579 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
4580 <wilde@sha-bang.de>.
4581 (pgg-gpg-use-agent): New variable.
4582 (pgg-gpg-process-region): Use it.
4583 (pgg-gpg-encrypt-region): Likewise.
4584 (pgg-gpg-encrypt-symmetric-region): Likewise.
4585 (pgg-gpg-decrypt-region): Likewise.
4586 (pgg-gpg-sign-region): Likewise.
4587 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
4588
4589 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4590
4591 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
4592
4593 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
4594 Add comment on version.
4595
4596 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4597
4598 * smiley.el: Add missing test smiley.
4599
4600 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
4601
4602 * mm-decode.el (mm-with-part): New macro.
4603 (mm-get-part): Use it; work with message/external-body as well.
4604 (mm-save-part): Treat name and filename equally.
4605
4606 * mm-extern.el (mm-extern-cache-contents): New function.
4607 (mm-inline-external-body): Use it; force the part to be displayed;
4608 move undisplayer added to the cached handle to the parent.
4609
4610 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
4611 (gnus-mime-view-part-as-type): Work with message/external-body.
4612
4613 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
4614
4615 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4616
4617 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
4618 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
4619 Emacs.]
4620
4621 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
4622
4623 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
4624 path rather than symbol. Always return list of directories.
4625 Guarantee that image directory comes first. [Sync with image.el,
4626 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
4627
4628 * message.el (message-make-tool-bar): Adjust to new API of
4629 `gmm-image-load-path-for-library'.
4630
4631 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4632
4633 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
4634
4635 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4636
4637 * gnus-art.el (gnus-article-only-boring-p):
4638 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
4639 intangible text.
4640 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
4641
4642 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
4643
4644 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
4645 `defun' instead of `gmm-defun-compat'.
4646
4647 2006-03-14 Simon Josefsson <jas@extundo.com>
4648
4649 * message.el (message-unique-id): Don't use message-number-base36
4650 if (user-uid) is a float.
4651 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
4652
4653 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
4654
4655 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
4656
4657 * gnus-art.el (gnus-mime-display-single): Make sure there is an
4658 empty line between a part and a message part.
4659
4660 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4661
4662 * smiley.el: Add more test smileys.
4663 (smiley-data-directory, smiley-regexp-alist)
4664 (gnus-smiley-file-types): Fix doc strings.
4665 (smiley-update-cache): Clear smiley-cached-regexp-alist before
4666 adding new elements.
4667 (smiley-mouse-map): Unused code. Make it a comment.
4668
4669 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
4670
4671 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
4672 scan latest NoCeM messages instead of old ones.
4673 (gnus-nocem-check-article): Fix regexps so as to match to PGP
4674 delimiters that are recently used.
4675 (gnus-nocem-load-cache): Add autoload cookie.
4676
4677 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
4678
4679 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
4680 level which is larger than gnus-use-nocem is specified.
4681
4682 * gnus-group.el (gnus-group-get-new-news): Ditto.
4683
4684 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
4685
4686 * gnus-util.el (gnus-tool-bar-update): New function.
4687
4688 * gnus-group.el (gnus-group-update-tool-bar): New variable.
4689 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
4690
4691 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
4692
4693 * gnus-group.el (gnus-group-redraw-when-idle)
4694 (gnus-group-redraw-check): Remove.
4695 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
4696
4697 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
4698
4699 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
4700 if optional last element is specified in splits (FIELD VALUE...).
4701
4702 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
4703
4704 * message.el (message-make-tool-bar): Rename gmm-image-load-path
4705 to gmm-image-load-path-for-library. Call with no-error argument.
4706 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
4707
4708 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4709
4710 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
4711
4712 * gmm-utils.el (gmm-image-load-path): Remove alias.
4713
4714 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
4715
4716 * gmm-utils.el (gmm-image-load-path): Add alias.
4717
4718 * nnml.el (nnml-generate-nov-databases-directory): Rename from
4719 nnml-generate-nov-databases-1.
4720 (nnml-generate-nov-databases): Use it.
4721 (nnml-generate-nov-databases-directory): Document no-active
4722 argument.
4723
4724 * gmm-utils.el (gmm-image-load-path-for-library): Return single
4725 directory if path is t. Add no-error.
4726
4727 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
4728 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4729
4730 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
4731 resetting gnus-article-browse-html-temp-list.
4732
4733 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
4734 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
4735 Add example to docstring. Rename local variables. Move error
4736 checks to default case in cond and simplify.
4737
4738 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
4739
4740 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
4741 handle is multipart when calling it recursively.
4742 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
4743
4744 2006-03-03 Daniel Pittman <daniel@rimspace.net>
4745
4746 * nnimap.el (nnimap-request-update-info-internal): Optimize.
4747 Don't `gnus-uncompress-range' to avoid excessive memory usage.
4748
4749 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
4750
4751 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
4752 is loaded.
4753
4754 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
4755 loaded.
4756
4757 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
4758
4759 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
4760 to "Emacs 23 (unicode)" in doc string.
4761
4762 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
4763 "Emacs 23 (unicode)" in comment.
4764
4765 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
4766
4767 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
4768
4769 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
4770 characters 160 through 255 in Emacs 23.
4771
4772 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
4773
4774 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
4775 gnus-article-browse-html-temp.
4776 (gnus-article-browse-delete-temp): Make it customizable. Add
4777 `file'. Adjust doc string.
4778 (gnus-article-browse-delete-temp-files): Add argument. Allow
4779 query for each file. Adjust doc string.
4780 (gnus-article-browse-html-parts): Add
4781 `gnus-article-browse-delete-temp-files' to
4782 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
4783
4784 2006-03-02 Hynek Schlawack <hynek@ularx.de>
4785
4786 * gnus-art.el (gnus-article-browse-html-temp)
4787 (gnus-article-browse-delete-temp): New variables.
4788 (gnus-article-browse-delete-temp-files): New function.
4789 (gnus-article-browse-html-parts): Use it.
4790
4791 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
4792
4793 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
4794
4795 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
4796 string.
4797
4798 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
4799 gnus-summary-insert-new-articles when unplugged. Remove
4800 gnus-summary-search-article-forward.
4801
4802 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
4803 display-visual-class instead of display-color-cells.
4804
4805 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
4806
4807 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
4808 message/* containing non-ASCII text properly.
4809
4810 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
4811
4812 * message.el: Require gmm-utils, remove autoloads.
4813 (message-tool-bar): Set default based on
4814 gmm-tool-bar-style.
4815 (message-tool-bar-gnome): Add gmm-customize-mode.
4816
4817 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
4818 gmm-tool-bar-style.
4819 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
4820
4821 * gnus-group.el (gnus-group-tool-bar): Set default based on
4822 gmm-tool-bar-style.
4823 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
4824
4825 * gmm-utils.el (gmm-image-directory): Rename variable from
4826 gmm-image-load-path.
4827 (gmm-image-load-path): Use gmm-image-directory.
4828 (gmm-customize-mode): New function.
4829 (gmm-tool-bar-style): New variable.
4830
4831 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
4832 gnus-group-redraw-line-number.
4833 (gnus-group-redraw-check): Simplify.
4834 (gnus-group-tool-bar-update): Remove redraw check.
4835 (gnus-group-make-tool-bar): Add redraw check.
4836
4837 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
4838
4839 * gnus-art.el (gnus-button): Add missing parentheses.
4840
4841 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
4842
4843 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
4844
4845 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
4846
4847 * gnus-art.el (gnus-button): New face.
4848 (gnus-article-button-face): Use it.
4849
4850 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
4851 gnus-summary-next-page. Re-order.
4852
4853 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
4854 next-node are now included.
4855 (gnus-group-redraw-line-number): New internal variable.
4856 (gnus-group-redraw-check): Helper function for updating the tool
4857 bar.
4858 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
4859
4860 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
4861
4862 * spam.el (spam-spamassassin-score-regexp): New internal variable.
4863 (spam-extra-header-to-number, spam-check-spamassassin-headers):
4864 Use it to match format of Spamassassin 3.0 and later. Reported by
4865 IRIE Tetsuya <irie@t.email.ne.jp>.
4866 (spam-check-bogofilter)
4867 (spam-bogofilter-register-with-bogofilter): Fix args of
4868 `gnus-error' calls.
4869
4870 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
4871
4872 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
4873 unnecessary interaction when sending queued mails. Reported by
4874 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
4875
4876 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
4877
4878 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
4879 first or last are nil.
4880
4881 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4882
4883 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
4884
4885 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4886
4887 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
4888
4889 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4890
4891 * dns.el (query-dns): Protect more against buggy tcp output.
4892
4893 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
4894
4895 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
4896 nov.php.
4897
4898 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
4899
4900 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
4901 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
4902 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
4903 output on the server side.
4904 (nnweb-google-create-mapping): Update regexps and add some
4905 progress indication.
4906
4907 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
4908
4909 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
4910 gnus-agent-toggle-plugged. Re-order icons.
4911 (gnus-group-tool-bar-gnome): Add
4912 gnus-group-{prev,next}-unread-group.
4913 (gnus-group-tool-bar-gnome): Re-order icons.
4914
4915 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
4916 gnus-summary-insert-new-articles.
4917
4918 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
4919 comments.
4920
4921 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
4922 also available in Emacs 21.3.
4923
4924 * message.el (message-fix-before-sending): Change "Emacs 22" to
4925 "Emacs 23 (unicode)" in comment.
4926
4927 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
4928 "Emacs 23 (unicode)" in comment.
4929
4930 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
4931 comment.
4932 (mm-coding-system-p): Add comment about no-MULE XEmacs.
4933
4934 * mm-view.el (mm-fill-flowed): Add :version.
4935
4936 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4937
4938 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
4939 and load-path.
4940
4941 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
4942
4943 * message.el: Autoload gmm-image-load-path.
4944 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
4945 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
4946 consitency.
4947
4948 * gmm-utils.el (gmm-image-load-path): Also search in
4949 "../etc/images". Don't set gmm-image-load-path if we don't find
4950 the image.
4951
4952 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
4953
4954 * gmm-utils.el (gmm-image-load-path): Don't make
4955 `gmm-image-load-path' include subdirectories which the second arg
4956 `image' might specify.
4957
4958 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
4959 subdirectory to icon file names.
4960
4961 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
4962
4963 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
4964
4965 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
4966 gmm-image-load-path calls.
4967
4968 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4969
4970 * message.el (message-make-tool-bar): Ditto.
4971
4972 * mml.el (mml-preview): Added comment concerning tool bar icons.
4973
4974 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
4975 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
4976
4977 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
4978 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
4979
4980 * message.el (message-tool-bar-gnome): Use new icon names.
4981 (message-make-tool-bar): Use `gmm-image-load-path'.
4982
4983 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
4984 functions from MH-E.
4985 (gmm-image-load-path): New variable from MH-E.
4986 (gmm-image-load-path): New function from MH-E. Added arguments
4987 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
4988 *-image-load-path-called-flag.
4989
4990 2006-02-21 Milan Zamazal <pdm@brailcom.org>
4991
4992 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
4993
4994 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
4995
4996 * nnimap.el (nnimap-request-move-article): Change folder back to
4997 source group before deleting.
4998
4999 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
5000
5001 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5002
5003 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5004 mm-url.
5005
5006 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
5007
5008 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
5009
5010 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5011 coding system which mm-charset-to-coding-system returns for a
5012 given charset is valid.
5013
5014 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
5015
5016 * html2text.el (html2text-remove-tag-list):
5017 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
5018
5019 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5020
5021 * gnus-cus.el: Revert 2005-10-17 change.
5022
5023 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
5024
5025 * gnus-art.el (article-strip-banner): Call
5026 article-really-strip-banner only when the regexp match is made.
5027
5028 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
5029
5030 * gnus-art.el (article-strip-banner): Use
5031 gnus-extract-address-components instead of
5032 mail-header-parse-addresses to make it work with non-ASCII text;
5033 remove mail-encode-encoded-word-string.
5034
5035 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5036 values which are surrounded with \"...\"; make it never cause a
5037 Lisp error; give up parsing of parameters if it failed in
5038 extracting type.
5039
5040 2006-02-14 Arne Jørgensen <arne@arnested.dk>
5041
5042 * smime.el (smime-cert-by-ldap-1): Fix bug where
5043 `smime-ldap-search' returns results without userCertificates.
5044
5045 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
5046
5047 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
5048
5049 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
5050
5051 * spam.el (spam-check-spamassassin-headers): Adapt format for
5052 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
5053 <ari@mbf.ocn.ne.jp>.
5054 (spam-list-of-processors): Add spam-use-gmane.
5055
5056 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5057
5058 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
5059 make-temp-file; make it work with XEmacs as well.
5060
5061 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
5062 mm-make-temp-file.
5063
5064 * mm-decode.el (mm-display-external): Use the 3rd arg of
5065 mm-make-temp-file.
5066 (mm-create-image-xemacs): Ditto.
5067
5068 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5069
5070 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
5071 with message-narrow-to-headers.
5072 (gnus-draft-setup): Narrow to header to run message-fetch-field.
5073 (gnus-draft-check-draft-articles): New function.
5074 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
5075
5076 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
5077
5078 * gnus-art.el (gnus-article-browse-html-parts):
5079 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
5080 Don't use suffix argument for mm-make-temp-file for Emacs 21
5081 compatibility. Remove useless `format'.
5082
5083 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5084
5085 * nnweb.el (nnweb-google-wash-article): Update regexps.
5086 (nnweb-group-alist): Use defvoo instead of defvar.
5087
5088 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
5089
5090 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
5091 re-loading nn* modules.
5092
5093 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
5094
5095 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
5096 for `tool-bar-mode' and don't check it's default-value.
5097
5098 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5099
5100 * message.el (message-make-tool-bar): Ditto.
5101
5102 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
5103 `substring'. Shorten tmp-file name.
5104
5105 * gnus.el: Remove bogus comment.
5106
5107 2006-02-10 Hynek Schlawack <hynek@ularx.de>
5108
5109 * gnus-art.el (gnus-article-browse-html-parts): New function.
5110 (gnus-article-browse-html-article): New function for viewing html
5111 articles with a browser.
5112
5113 2006-02-09 Daiki Ueno <ueno@unixuser.org>
5114
5115 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
5116 (mml2015-pgg-encrypt): Ditto.
5117
5118 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
5119 (mml1991-pgg-encrypt): Ditto.
5120
5121 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
5122
5123 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
5124 message-make-date instead of current-time-string.
5125
5126 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
5127 to gnus-decoded which mm-uu might set.
5128
5129 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
5130
5131 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
5132 don't decode quoted parameters; remove misimported Emacs code.
5133 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5134 (rfc2231-decode-encoded-string): Don't use split-string which
5135 behaves differently according to Emacs version; use
5136 mm-decode-coding-region to convert charset to coding-system.
5137 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5138 (rfc2231-encode-string): Remove misimported Emacs code.
5139
5140 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
5141
5142 * gnus-art.el (article-decode-charset): Don't use ignore-errors
5143 when calling mail-header-parse-content-type.
5144 (article-de-quoted-unreadable): Ditto.
5145 (article-de-base64-unreadable): Ditto.
5146 (article-wash-html): Ditto.
5147
5148 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
5149 calling mail-header-parse-content-type and
5150 mail-header-parse-content-disposition.
5151 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
5152 mail-header-parse-content-type.
5153
5154 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
5155 insert charset and format parameters; encode description after
5156 inserting it to buffer.
5157 (mml-insert-parameter): Fold lines properly even if a parameter is
5158 segmented into two or more lines; change the max column to 76.
5159
5160 * rfc1843.el (rfc1843-decode-article-body): Don't use
5161 ignore-errors when calling mail-header-parse-content-type.
5162
5163 * rfc2231.el (rfc2231-parse-string): Return at least type if
5164 possible; don't cause an error even if it fails in parsing of
5165 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5166 (rfc2231-encode-string): Don't break lines at the beginning, leave
5167 it to mml-insert-parameter.
5168
5169 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
5170 calling mail-header-parse-content-type.
5171
5172 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
5173
5174 * spam-report.el (spam-report-gmane-use-article-number):
5175 Improve doc string.
5176 (spam-report-gmane-internal): Check if a suitable header was found
5177 in the article.
5178
5179 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
5180
5181 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
5182 (rfc2231-encode-string): Make param*=value always begin with LWSP.
5183
5184 2006-02-05 Romain Francoise <romain@orebokech.com>
5185
5186 Update copyright notices of all files in the gnus directory.
5187
5188 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5189
5190 * nnweb.el (nnweb-request-group): Avoid growing overview files.
5191
5192 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
5193
5194 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
5195 segmented lines of parameter value to cope with Thunderbird 1.5
5196 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
5197 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5198 (rfc2231-encode-string): Don't make lines exceeding 76 column.
5199
5200 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
5201
5202 * mml.el (mml-generate-mime-1): Correct the order of inline signed
5203 parts.
5204
5205 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5206
5207 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
5208 there's only one active file for all servers.
5209 (nnweb-request-scan): Make sure nnweb-articles is initialized on
5210 solid groups. Gnus might have used a FAST request to select the group.
5211 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
5212 and nnweb-search redundantly in the active file.
5213 (nnweb-request-list): Don't list bogus groups. There can only be one.
5214 (nnweb-request-create-group): Don't use ARGS.
5215 (nnweb-possibly-change-server, nnweb-request-group): Remove some
5216 initialisations. Let nnoo do the work.
5217
5218 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
5219
5220 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
5221 Say the part has been decoded.
5222
5223 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
5224
5225 2006-01-31 Kevin Ryde <user42@zip.com.au>
5226
5227 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
5228 mailcap-viewer-test-cache when there's no 'test clause, since that
5229 will invert the meaning of a "nil" test previously determined by
5230 mailcap-mailcap-entry-passes-test.
5231
5232 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
5233
5234 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
5235 compiling.
5236
5237 * gnus-sum.el: Ditto.
5238
5239 * message.el: Don't bind tool-bar-map when compiling.
5240
5241 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
5242
5243 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
5244
5245 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5246
5247 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
5248 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
5249 current Google Groups.
5250
5251 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
5252
5253 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
5254 and tool-bar-mode.
5255
5256 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
5257 and tool-bar-mode.
5258
5259 * message.el (message-tool-bar-update): Simplify.
5260 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
5261
5262 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
5263 gnus-summary-buffer.
5264 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
5265 gnus-summary-reply.
5266
5267 * gmm-utils.el (gmm): Add :version.
5268
5269 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
5270
5271 * Makefile.in (clean): New rule.
5272 (distclean): Use it.
5273
5274 2006-01-26 Steve Youngs <steve@sxemacs.org>
5275
5276 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
5277 autoload.
5278
5279 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
5280
5281 * gmm-utils.el (gmm-verbose): Add :group.
5282
5283 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
5284
5285 * message.el: Change some comments WRT tool-bars.
5286
5287 * gnus-sum.el (gnus-summary-tool-bar)
5288 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
5289 (gnus-summary-tool-bar-zap-list): New variables.
5290 (gnus-summary-make-tool-bar): Complete rewrite using
5291 `gmm-tool-bar-from-list'.
5292
5293 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
5294 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
5295 variables.
5296 (gnus-group-make-tool-bar): Complete rewrite using
5297 `gmm-tool-bar-from-list'.
5298 (gnus-group-tool-bar-update): New function.
5299
5300 * message.el (message-mode-field-menu): Add "Show hidden Headers".
5301
5302 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
5303
5304 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
5305 is dissected into a single part of which the type is the same as
5306 the given one; decode charset.
5307
5308 2006-01-21 Kevin Ryde <user42@zip.com.au>
5309
5310 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
5311 into alists as symbol not string, since that's what
5312 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
5313 look for.
5314
5315 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
5316
5317 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
5318 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
5319
5320 * message.el (message-tool-bar-gnome): Use gmm-ignore.
5321
5322 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
5323
5324 * gnus-art.el (gnus-mime-security-button-commands): New variable.
5325 (gnus-mime-security-button-menu): New definition.
5326 (gnus-mime-security-button-map): Use them.
5327 (gnus-mime-security-button-menu): New function.
5328 (gnus-insert-mime-security-button): Addition to help echo.
5329 (gnus-mime-security-run-function, gnus-mime-security-save-part)
5330 (gnus-mime-security-pipe-part): New functions.
5331
5332 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
5333 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
5334
5335 * mm-decode.el (mm-handle-set-disposition): Remove.
5336 (mm-handle-set-description): Remove.
5337
5338 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
5339
5340 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
5341 (mm-w3m-standalone-supports-m17n-p): New function.
5342 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
5343 w3m usage.
5344
5345 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
5346 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
5347
5348 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
5349
5350 * message.el (message-tool-bar-zap-list): Use
5351 gmm-tool-bar-zap-list as custom type.
5352 (message-tool-bar-update): New function.
5353 (message-tool-bar, message-tool-bar-gnome)
5354 (message-tool-bar-retro): Add message-tool-bar-update.
5355 (message-tool-bar-gnome): Add flyspell-buffer.
5356
5357 * gnus-util.el (gnus-error): Describe `args'.
5358
5359 * gmm-utils.el (gmm-error): Describe `args'.
5360 (gmm-tool-bar-zap-list): New widget.
5361 (gmm-tool-bar-from-list): Improve description of `zap-list'.
5362
5363 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
5364
5365 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
5366 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
5367 the number of recursive calls.
5368
5369 * mm-decode.el (mm-handle-set-disposition): New macro.
5370 (mm-handle-set-description): New macro.
5371
5372 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
5373
5374 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
5375 encoding.
5376
5377 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
5378
5379 * message.el (message-tool-bar-zap-list, message-tool-bar)
5380 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
5381 (message-tool-bar-local-item-from-menu): Remove.
5382 (message-tool-bar-map): Replace by `message-make-tool-bar'.
5383 (message-make-tool-bar): New function.
5384 (message-mode): Use `message-make-tool-bar'.
5385
5386 * gmm-utils.el: New file.
5387 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
5388 (gmm-lazy): New widget copied from `nnmail.el'.
5389 (gmm-tool-bar-from-list): New function for creating customizable
5390 tool bars.
5391 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
5392 output.
5393 (gmm): Add :prefix to defgroup.
5394
5395 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
5396
5397 * gmm-utils.el (gmm-widget-p): New function.
5398
5399 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
5400
5401 * mml.el (mml-attach-file): Describe `description' in doc string.
5402 (mml-menu): Add Emacs MIME manual and PGG manual.
5403
5404 2006-01-20 Richard M. Stallman <rms@gnu.org>
5405
5406 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
5407
5408 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
5409
5410 * nntp.el (nntp-end-of-line): Doc fix.
5411
5412 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
5413
5414 * imap.el (imap-open): Handle case where buffer is a buffer
5415 object.
5416
5417 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
5418
5419 * gnus-delay.el (gnus-delay): Don't autoload.
5420 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
5421 to be re-loaded when customizing the `gnus-delay' group.
5422
5423 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
5424
5425 * message.el (message-insert-citation-line): Use newlines.
5426
5427 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
5428
5429 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
5430
5431 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
5432
5433 2006-01-19 Mark D. Baushke <mdb@gnu.org>
5434
5435 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
5436
5437 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
5438
5439 * mm-decode.el (mm-inlined-types): Add application/pgp.
5440 (mm-automatic-display): Ditto.
5441
5442 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
5443 part as text.
5444
5445 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
5446
5447 * nnrss.el: Update copyright.
5448 (nnrss-opml-import): Query whether to subscribe to each entry.
5449
5450 * gnus-art.el:
5451 * gnus-sum.el:
5452 * mm-uu.el:
5453 * mm-view.el: Update copyright.
5454
5455 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
5456
5457 * message.el (message-info): New function.
5458 (message-mode-menu): Add it.
5459 Update copyright.
5460
5461 * ChangeLog: Fix and update copyright.
5462
5463 2006-01-13 Romain Francoise <romain@orebokech.com>
5464
5465 * message.el (message-forward-subject-name-subject): Prefer the
5466 address to 'nowhere' if the sender has no name.
5467 Fix typo. Update copyright year.
5468
5469 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
5470
5471 * gnus-art.el (article-wash-html): Use
5472 gnus-summary-show-article-charset-alist if a numeric arg is given.
5473 (gnus-article-wash-html-with-w3m-standalone): New function.
5474
5475 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
5476 mm-inline-text-html-render-with-w3m-standalone.
5477 (mm-text-html-washer-alist): Map w3m-standalone to
5478 gnus-article-wash-html-with-w3m-standalone.
5479 (mm-inline-text-html-render-with-w3m-standalone): New function.
5480
5481 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
5482
5483 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
5484 Improve LaTeX.
5485
5486 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
5487
5488 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
5489 (nnrss-request-article): Render text/plain parts as HTML.
5490
5491 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
5492 the buffer.
5493
5494 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
5495
5496 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
5497 custom definition of `gnus-posting-styles'.
5498
5499 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
5500 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
5501
5502 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
5503
5504 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
5505 Use nntp for bug archive.
5506
5507 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
5508
5509 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
5510 parts.
5511 (nnrss-normalize-date): New function converts ISO 8601 date into
5512 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
5513 (nnrss-check-group): Use it.
5514
5515 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
5516
5517 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
5518
5519 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
5520 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
5521 (nnrss-insert-w3): Ditto.
5522
5523 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
5524
5525 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
5526 the articles to be forwarded including the case where neither a
5527 number of articles nor a region is specified.
5528
5529 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
5530
5531 * nnrss.el (nnrss-request-article): Fix last change; fill
5532 text/plain parts.
5533
5534 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
5535
5536 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
5537 in text/plain part.
5538 (nnrss-check-group): Don't add excessive newline to dc:subject.
5539
5540 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
5541
5542 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
5543 article.
5544
5545 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
5546
5547 * nnml.el: Don't require gnus-bcklg. Autoload it.
5548 (nnml-use-compressed-files, nnml-save-mail): Support other
5549 comression programs such as bzip2.
5550
5551 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5552
5553 * dns.el (query-dns): Make sure we check the buffer size before
5554 removing tcp headers.
5555
5556 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
5557
5558 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
5559 remove MIME buttons associated with multipart/alternative parts.
5560 (gnus-mime-display-alternative): Tag buttons using `article-type'
5561 text property.
5562
5563 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
5564 associated with multipart/alternative parts.
5565
5566 * gnus-art.el (gnus-signature-separator): Fix custom type.
5567
5568 * mm-decode.el (mm-inlined-types): Fix custom type.
5569 (mm-keep-viewer-alive-types): Ditto.
5570 (mm-automatic-display): Ditto.
5571 (mm-attachment-override-types): Ditto.
5572 (mm-inline-override-types): Ditto.
5573 (mm-automatic-external-display): Ditto.
5574
5575 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
5576
5577 * spam-report.el (spam-report-user-mail-address)
5578 (spam-report-user-agent): New variables.
5579 (spam-report-url-ping-plain): Use spam-report-user-agent.
5580
5581 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
5582
5583 * gnus-art.el (gnus-button-handle-custom): Do not just use
5584 `customize-apropos' for any "M-x customize-*" button but the
5585 function called for. Accept both the function name and its
5586 argument in order to achieve this.
5587 (gnus-button-alist): Remove support for "custom:" URL's. Pass
5588 function name to `gnus-button-handle-custom' in case of "M-x
5589 customize-*" buttons.
5590
5591 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
5592
5593 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
5594 multipart/alternative and add xref to mm-discouraged-alternatives
5595 in doc string.
5596
5597 * mm-decode.el (mm-discouraged-alternatives): Add xref to
5598 gnus-buttonized-mime-types in doc string.
5599
5600 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
5601
5602 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
5603 Suggest image/.* in the doc string.
5604
5605 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
5606
5607 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
5608 message-marks (Debian bug #342521).
5609
5610 2005-12-12 Simon Josefsson <jas@extundo.com>
5611
5612 * password.el (password-read-from-cache): Add.
5613 (password-read): Use it.
5614
5615 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
5616
5617 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
5618 us-ascii as a MIME charset.
5619
5620 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
5621 against the case where the 2nd arg TYPE is nil.
5622
5623 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
5624
5625 * pop3.el (pop3-stream-type): Fix custom version.
5626
5627 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
5628
5629 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
5630
5631 * mm-decode.el (mm-display-external): Add missing cdr.
5632
5633 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
5634
5635 * mm-decode.el (mm-display-external): Use nametemplate (defined in
5636 RFC1524) if it is in mailcap or add a suffix according to
5637 mailcap-mime-extensions when generating a temp filename; postpone
5638 deleting a temp file for 2 seconds for some wrappers, shell
5639 scripts, and so on, which might exit right after having started a
5640 viewer command as a background job.
5641
5642 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
5643
5644 * nntp.el (nntp-marks-directory): Fix custom group.
5645
5646 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
5647 steps when < 10.
5648
5649 * gnus-start.el (gnus-no-server-1): Mention
5650 `gnus-level-default-subscribed' in doc string.
5651
5652 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
5653
5654 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
5655 parens.
5656
5657 2005-11-26 Dave Love <fx@gnu.org>
5658
5659 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
5660 (tls-program, tls-success): Provide openssl alternative.
5661
5662 * starttls.el: Doc fixes.
5663 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
5664 SERVICE to PORT.
5665
5666 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
5667 port null or service name.
5668 (starttls-negotiate): Autoload.
5669
5670 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
5671
5672 * message.el (message-kill-to-signature): Fix interactive spec.
5673
5674 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
5675
5676 * pop3.el (pop3-open-server): Recognize a string as a service name.
5677
5678 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
5679
5680 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
5681
5682 2005-11-23 Dave Love <fx@gnu.org>
5683
5684 Add pop3s, pop3/starttls.
5685
5686 * pop3.el (pop3-authentication-scheme): Clarify doc.
5687 (open-tls-stream, starttls-open-stream): Autoload.
5688 (pop3-stream-type): New.
5689 (pop3-open-server): Use it.
5690
5691 * mail-source.el (mail-sources): Fix some :types. Add stream type
5692 for POP.
5693 (mail-source-keyword-map): Add :stream for POP.
5694 (mail-source-fetch-pop): Use pop3-stream-type.
5695
5696 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
5697
5698 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
5699 of current-time-string.
5700
5701 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
5702
5703 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
5704 date header.
5705
5706 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
5707
5708 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
5709 it can seriously impact performance as it bypasses the agent's
5710 local caches.
5711
5712 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
5713
5714 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
5715 must be explicitly online rather than "not explicitly offline" for
5716 its flags to be synchronized.
5717
5718 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
5719 that gnus-uu-unmark-thread will function correctly.
5720
5721 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
5722 1024K is instead displayed as 1M.
5723
5724 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5725
5726 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
5727
5728 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
5729
5730 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
5731
5732 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
5733
5734 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
5735 error message to display actual error condition.
5736 (gnus-agent-save-local): Avoid saving symbols that are bound to
5737 nil as they simply result in a warning message in
5738 gnus-agent-read-local.
5739
5740 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
5741
5742 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
5743 rather than make-variable-buffer-local for file-precious-flag.
5744
5745 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
5746
5747 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
5748 for duplicates which are removed. The invalid sort check then
5749 triggers a rescan after the sort as sorting may have moved
5750 duplicate entries such that they can be cheaply detected.
5751
5752 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
5753
5754 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
5755
5756 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
5757
5758 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
5759 internal variable to a custom variable. Changed default value
5760 from compressed(2) to uncompressed(1).
5761 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
5762 support for uncompressed agentview files. Taken together, reading
5763 the agentview file should now be 6-7 times faster.
5764
5765 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
5766
5767 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
5768 as a buffer-local variable. This avoids creating truncated
5769 dribble files as a result of a hang up, eg.
5770
5771 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
5772
5773 * gnus-start.el (gnus-start-draft-setup): Enforce
5774 `gnus-draft-mode' for nndraft:drafts at startup.
5775
5776 * gnus.el (gnus-splash): Change custom group.
5777 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
5778 allow-list argument.
5779
5780 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
5781 string.
5782
5783 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
5784
5785 * gnus-art.el (gnus-default-article-saver): Add user-defined
5786 `function' to custom type.
5787
5788 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
5789
5790 * imap.el (imap-open): Handle case where buffer is a buffer
5791 object.
5792
5793 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
5794
5795 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
5796 long lines.
5797 (gnus-cache-delete-group): Wrap doc strings.
5798
5799 * gnus-agent.el (gnus-agent-rename-group)
5800 (gnus-agent-delete-group): Wrap doc strings.
5801
5802 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5803
5804 * gnus-start.el (gnus-1): Add "native" to
5805 gnus-predefined-server-alist.
5806
5807 * gnus.el (gnus-method-to-server): Don't add "native" to the
5808 lists here, because that leads to problems when
5809 gnus-select-method is bound.
5810
5811 2005-11-09 Simon Josefsson <jas@extundo.com>
5812
5813 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
5814 use (not sort-by-date) instead.
5815
5816 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5817
5818 * gnus-delay.el (gnus-delay-group): Don't autoload.
5819 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
5820 to be re-loaded when customizing the `gnus-delay' group.
5821
5822 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
5823
5824 * message.el: Revert last changes.
5825 (message-insert-citation-line): Use newlines.
5826
5827 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
5828
5829 * message.el (message-courtesy-message)
5830 (message-mark-insert-begin, message-mark-insert-end)
5831 (message-elide-ellipsis, message-cancel-message)
5832 (message-add-header, message-change-subject)
5833 (message-cross-post-followup-to-header)
5834 (message-cross-post-insert-note, message-reduce-to-to-cc)
5835 (message-widen-reply, message-delete-not-region)
5836 (message-kill-to-signature, message-insert-signature)
5837 (message-insert-importance-high, message-insert-importance-low)
5838 (message-insert-or-toggle-importance)
5839 (message-insert-disposition-notification-to)
5840 (message-indent-citation, message-yank-original)
5841 (message-cite-original-without-signature, message-cite-original)
5842 (message-insert-citation-line, message-position-on-field)
5843 (message-fix-before-sending, message-send-mail-partially)
5844 (message-send-mail, message-send-mail-with-sendmail)
5845 (message-send-mail-with-qmail, message-send-news)
5846 (message-check-news-header-syntax, message-generate-headers)
5847 (message-insert-courtesy-copy, message-fill-address)
5848 (message-fill-header, message-shorten-references)
5849 (message-setup-1, message-cancel-news)
5850 (message-forward-make-body-plain, message-forward-make-body-mime)
5851 (message-forward-make-body-mml, message-encode-message-body)
5852 (message-forward-make-body-digest-plain)
5853 (message-forward-make-body-digest-mime)
5854 (message-use-alternative-email-as-from): Insert `hard-newline'
5855 instead of ordinary newlines.
5856
5857 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
5858
5859 * message.el (message-generate-headers): Downcase the argument
5860 given to message-check-element.
5861
5862 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
5863
5864 * nntp.el (nntp-authinfo-rejected): New error condition.
5865 (nntp-wait-for): Use new error condition to signal authentication
5866 error.
5867 (nntp-retrieve-data): Rethrow new error condition to break out of
5868 recursive call to nntp-send-authinfo.
5869
5870 2005-11-08 Romain Francoise <romain@orebokech.com>
5871
5872 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
5873 (gnus-summary-exit-map): Bind to `Z p'.
5874 (gnus-summary-make-menu-bar): Add menu item.
5875
5876 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
5877
5878 * gnus-art.el (gnus-article-treat-custom): Add `first'.
5879 (gnus-treat-*): Add `first' in all doc strings.
5880
5881 * gnus-group.el (gnus-group-compact-group): Fix typo.
5882
5883 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
5884
5885 * gnus.el (gnus-parameters-case-fold-search): New variable.
5886 (gnus-parameters-get-parameter): Use it.
5887
5888 * gnus-score.el (gnus-home-score-file): Doc fix.
5889
5890 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
5891
5892 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
5893
5894 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
5895
5896 * mm-util.el (mm-special-display-p): New function.
5897
5898 * mml.el (mml-preview): Use it; doc fix.
5899
5900 2005-10-29 Romain Francoise <romain@orebokech.com>
5901
5902 * message.el (message-fix-before-sending): Fix comment.
5903
5904 2005-10-29 Jari Aalto <jari.aalto@cante.net>
5905
5906 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
5907
5908 2005-10-29 Jari Aalto <jari.aalto@cante.net>
5909
5910 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
5911 Used in gnus-score.el.
5912
5913 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5914
5915 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
5916
5917 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
5918
5919 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
5920 whitespace removed in revision 7.8. Use concatenated string to
5921 protect trailing whitespace.
5922
5923 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
5924
5925 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
5926 (nnimap-request-expire-articles): Use it to avoid sending 'UID
5927 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
5928 Courier IMAP ("some version from 2004"). Mostly based on similar
5929 code in the same function.
5930
5931 2005-10-26 Didier Verna <didier@xemacs.org>
5932
5933 * gnus-group.el (gnus-group-compact-group): Invalidate original
5934 article buffer.
5935 * gnus-srvr.el (gnus-server-compact-server): Ditto.
5936 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
5937 NOV database and in article itself.
5938 Invalidate article backlog.
5939
5940 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
5941
5942 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
5943
5944 2005-10-26 Simon Josefsson <jas@extundo.com>
5945
5946 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
5947 part of 2004-07-25 change.
5948
5949 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
5950
5951 * message.el (message-display-completion-list): New function.
5952 (message-expand-group): Use it; make sure the Completions buffer
5953 is modifiable.
5954
5955 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
5956
5957 * imap.el (imap-open): Handle case where buffer is a buffer object.
5958
5959 2005-10-24 Eli Zaretskii <eliz@gnu.org>
5960
5961 * pgg-def.el:
5962 * pgg-gpg.el:
5963 * pgg-parse.el:
5964 * pgg-pgp.el:
5965 * pgg-pgp5.el:
5966 * pgg.el: Move to the parent lisp directory.
5967
5968 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
5969
5970 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
5971 user-mail-name is an empty string.
5972
5973 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
5974
5975 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
5976 depending on gnus-score-decay-constant.
5977
5978 * encrypt.el (encrypt-insert-file-contents)
5979 (encrypt-write-file-contents): Don't use `gnus-message'.
5980
5981 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
5982 arguments.
5983 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
5984 arguments to mm-uu-verbatim-marks-extract.
5985 (mm-uu-hide-markers): New variable.
5986 (mm-uu-extract): Use face similar to `gnus-cite-3'.
5987
5988 * gnus-fun.el (gnus-convert-image-to-x-face-command)
5989 (gnus-convert-image-to-face-command): Use "convert" by default to
5990 allow other input image formats.
5991 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
5992 accordingly.
5993
5994 2005-10-23 Simon Josefsson <jas@extundo.com>
5995
5996 * imap.el (imap-gssapi-program): Align command line parameters
5997 with latest GNU SASL.
5998 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
5999
6000 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6001
6002 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
6003 HTML.
6004 (nnslashdot-request-article): Ditto.
6005
6006 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
6007
6008 * mail-source.el (mail-source-fetch-pop): Require pop3.
6009 (mail-source-check-pop): Ditto.
6010
6011 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6012
6013 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
6014 errors.
6015
6016 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
6017
6018 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
6019 (gnus-treat-strip-leading-blank-lines): Improve doc string.
6020
6021 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
6022
6023 * mm-bodies.el (mm-decode-string): Call
6024 `mm-charset-to-coding-system' with allow-override argument.
6025
6026 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6027
6028 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
6029 (rfc2047-charset-to-coding-system): New function.
6030 (rfc2047-decode-encoded-words): New function.
6031 (rfc2047-decode-region): Use them.
6032 (rfc2047-decode-cte): Remove.
6033 (rfc2047-parse-and-decode): Remove.
6034 (rfc2047-decode): Remove.
6035
6036 2005-10-15 Kenichi Handa <handa@m17n.org>
6037
6038 * rfc2047.el (rfc2047-decode-cte): New function.
6039 (rfc2047-decode-region): Change the way to decode successive
6040 encoded-words: decode B- or Q-encoding in each encoded-word,
6041 concatenate them, and decode it as charset.
6042
6043 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
6044
6045 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
6046 widget-move-and-invoke.
6047 (gnus-custom-mode): Use gnus-custom-map.
6048
6049 2005-10-15 Bill Wohler <wohler@newt.com>
6050
6051 * message.el (message-tool-bar-map): Renamed image file from
6052 mail_send to mail/send.
6053
6054 2005-10-16 Masatake YAMATO <jet@gyve.org>
6055
6056 * message.el (message-expand-group): Pass the common
6057 prefix substring of completion to `display-completion-list'.
6058
6059 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
6060
6061 * mml-sec.el (mml-secure-method): New internal variable.
6062 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
6063 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
6064 functions using mml-secure-method.
6065
6066 * mml.el (mml-mode-map): Add key bindings for those functions.
6067 (mml-menu): Simplify security menu entries. Suggested by Jesper
6068 Harder <harder@myrealbox.com>.
6069 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
6070 end of message if point is the headers of the message.
6071
6072 * message.el (message-in-body-p): New function.
6073
6074 * assistant.el: Autoload gnus-util and netrc.
6075
6076 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
6077 Use `mm-charset-override-alist' only when decoding.
6078
6079 * mm-bodies.el (mm-decode-body): Call
6080 `mm-charset-to-coding-system' with allow-override argument.
6081
6082 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
6083 `filename' from Content-Disposition if Content-Type doesn't
6084 provide `name'.
6085 (gnus-mime-view-part-as-type): Set default instead of
6086 initial-input.
6087
6088 2005-10-09 Daniel Brockman <daniel@brockman.se>
6089
6090 * format-spec.el (format-spec): Propagate text properties of % spec.
6091
6092 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
6093
6094 * gnus-art.el (gnus-treat-predicate): Add `first'.
6095
6096 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
6097
6098 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
6099 (mm-charset-override-alist): New variable.
6100 (mm-charset-to-coding-system): Use it.
6101 (mm-codepage-setup): New helper function.
6102 (mm-charset-eval-alist): New variable.
6103 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
6104 about unknown charsets.
6105
6106 2005-10-04 David Hansen <david.hansen@gmx.net>
6107
6108 * nnrss.el (nnrss-request-article): Add support for the comments tag.
6109 (nnrss-check-group): Ditto.
6110
6111 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
6112
6113 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
6114 Rename x-gnus-verbatim to x-verbatim.
6115 (mm-uu-type-alist): Fix regexp for verbatim-marks.
6116
6117 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
6118 x-verbatim.
6119
6120 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
6121
6122 * gnus-util.el (gnus-remove-duplicates): Remove.
6123
6124 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
6125 instead of gnus-remove-duplicates.
6126
6127 * message.el (message-remove-duplicates): Remove.
6128 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
6129 message-remove-duplicates.
6130
6131 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
6132 available, else use implementation from `delete-dups'.
6133
6134 * message.el (message-insert-expires): New function.
6135 (message-mode-map): Add key binding.
6136 (message-mode-field-menu): Add menu entry.
6137 (message-mode): Document it.
6138 (message-make-expires-date): Use `message-make-date'.
6139
6140 2005-10-04 Josh Huber <huber@alum.wpi.edu>
6141
6142 * message.el (message-make-expires-date): New function.
6143
6144 2005-10-04 Katsumi Yamaoka <yamaoka@jpl.org>
6145
6146 * Makefile.in (list-installed-shadows): New entry.
6147 (install): Use it.
6148 (remove-installed-shadows): New entry.
6149
6150 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
6151
6152 * time-date.el: Autoload parse-time-string, XEmacs needs it.
6153
6154 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6155
6156 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
6157 function rather than the diff-mode.el package.
6158 (mm-display-external): Use with-current-buffer.
6159 (mm-viewer-completion-map, mm-viewer-completion-map):
6160 Move initialization inside declaration.
6161
6162 2005-09-29 Simon Josefsson <jas@extundo.com>
6163
6164 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
6165 autoload mail-check-payment.
6166 (spam-check-hashcash): Define unconditionally, since hashcash.el
6167 is part of Gnus now. Ignore errors from payment checking.
6168
6169 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
6170
6171 * message.el (message-bold-region, message-unbold-region): Rename
6172 from `bold-region' and `unbold-region'.
6173
6174 * message.el: Remove useless autoloads.
6175
6176 2005-09-28 Simon Josefsson <jas@extundo.com>
6177
6178 * message.el (message-use-idna): Default to t.
6179 (message-use-idna): Test whether encoding works too. Doc fix.
6180
6181 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6182
6183 * nntp.el (nntp-warn-about-losing-connection): Remove.
6184
6185 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
6186
6187 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
6188 customizable. Change default value.
6189 (mm-uu-diff-groups-regexp): Change default value.
6190 (mm-uu-type-alist): Add doc string.
6191 (mm-uu-configure): Add doc string. Make it interactive.
6192 (mm-uu-tex-groups-regexp): New variable.
6193 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
6194 (mm-uu-type-alist): Add LaTeX documents.
6195 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
6196 of "text/verbatim".
6197 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
6198
6199 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
6200 instead of "text/verbatim".
6201
6202 * message.el (message-mark-inserted-region)
6203 (message-mark-insert-file): Use slrn style marks when called with
6204 prefix argument.
6205
6206 2005-09-27 Simon Josefsson <jas@extundo.com>
6207
6208 * message.el (message-idna-to-ascii-rhs-1): Reformat.
6209
6210 2005-09-27 Arne Jørgensen <arne@arnested.dk>
6211
6212 * message.el (message-remove-duplicates): New function.
6213 Implementation borrowed from `gnus-remove-duplicates'.
6214 (message-idna-to-ascii-rhs): Also encode idna addresses in
6215 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6216 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
6217 only ask about the same idna domain once per header and also tell
6218 in what header to replace the idna domain.
6219
6220 * gnus-art.el (article-decode-idna-rhs): Also decode idna
6221 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6222 (article-decode-idna-rhs): Fix regexp so that all idna-address in
6223 a header is decoded and not just the last one.
6224
6225 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
6226
6227 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
6228 has been decoded.
6229
6230 * mm-decode.el (mm-automatic-display): Add text/verbatim.
6231 (mm-insert-part): Don't modify text if it has been decoded.
6232
6233 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
6234 decoded.
6235
6236 * mm-view.el (mm-inline-text): Don't strip text props unless
6237 decoding enriched or richtext parts.
6238
6239 2005-09-25 Romain Francoise <romain@orebokech.com>
6240
6241 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
6242 * gnus-start.el (gnus-subscribe-interactively):
6243 * gnus-uu.el (gnus-uu-grab-articles):
6244 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
6245 space.
6246
6247 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
6248
6249 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6250 * mm-view.el (mm-view-pkcs7-decrypt):
6251 * gnus-sum.el (gnus-summary-limit-to-extra)
6252 (gnus-summary-respool-article, gnus-read-move-group-name):
6253 * gnus-score.el (gnus-summary-increase-score):
6254 * gnus-util.el (gnus-completing-read-with-default):
6255 * gnus-art.el (gnus-read-save-file-name)
6256 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
6257 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
6258 * message.el (message-check-news-header-syntax):
6259 Follow convention for reading with the minibuffer.
6260
6261 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
6262
6263 * spam-report.el (spam-report-url-ping-plain):
6264 Use gnus-extended-version as User-Agent.
6265
6266 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
6267 default value is nil.
6268
6269 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
6270 (mm-uu-verbatim-marks-extract): New function.
6271 (mm-uu-extract): New face.
6272 (mm-uu-copy-to-buffer): Use it.
6273
6274 * spam-report.el (spam-report-gmane-ham): Renamed from
6275 `spam-report-gmane-unspam'.
6276 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
6277 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
6278
6279 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
6280 Autoload.
6281 (spam-report-gmane-unregister-routine): Renamed
6282 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
6283
6284 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
6285
6286 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
6287 (spam-report-gmane-unregister-routine): Add support for gmane
6288 unregistration.
6289
6290 * spam-report.el (spam-report-gmane-unspam)
6291 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
6292 (spam-report-gmane): Change to take a single article and do unspam
6293 registration.
6294
6295 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
6296
6297 * mm-url.el (mm-url-decode-entities): Fix regexp.
6298
6299 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6300
6301 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
6302 default to nil, to be able to use Gnus at all. If the default
6303 switches to something else, then the function should be fixed not
6304 be exceedingly slow.
6305
6306 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
6307
6308 * gnus-start.el (gnus-activate-group): If the server is nil, don't
6309 fail hard.
6310
6311 * spam-report.el: Add better Keywords line.
6312
6313 * spam.el: Add Maintainer and better Keywords line.
6314
6315 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
6316
6317 * gnus-art.el (gnus-article-replace-part)
6318 (gnus-mime-replace-part): New functions.
6319 (gnus-mime-action-alist, gnus-mime-button-commands)
6320 (gnus-mime-save-part-and-strip): Added file argument.
6321 (gnus-article-part-wrapper): Added interactive argument.
6322
6323 * gnus-sum.el (gnus-summary-mime-map): Add
6324 `gnus-article-replace-part'.
6325
6326 2005-09-19 Didier Verna <didier@xemacs.org>
6327
6328 The nnml compaction feature:
6329 * nnml.el (nnml-request-compact-group): New function.
6330 * nnml.el (nnml-request-compact): New function.
6331 * gnus-int.el (gnus-request-compact-group): New function.
6332 * gnus-int.el (gnus-request-compact): New function.
6333 * gnus-group.el (gnus-group-compact-group): New function.
6334 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
6335 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
6336 * gnus-srvr.el (gnus-server-compact-server): New function.
6337 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
6338 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
6339
6340 2005-09-18 Deepak Goel <deego@gnufans.org>
6341
6342 * sieve.el (sieve-help): Fix `message' call: first arg should be a
6343 format spec.
6344
6345 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
6346
6347 * gnus.el (gnus-group-startup-message): Bind image-load-path.
6348
6349 2005-09-15 Romain Francoise <romain@orebokech.com>
6350
6351 * message.el (message-fill-paragraph): Clarify docstring.
6352
6353 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
6354
6355 * gnus-art.el (gnus-mime-display-part): Protect against broken
6356 MIME messages.
6357
6358 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
6359
6360 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
6361 before parsing header.
6362
6363 2005-09-11 Jari Aalto <jari.aalto@cante.net>
6364
6365 * html2text.el (html2text-replace-list): Add new entities.
6366
6367 2005-09-11 Romain Francoise <romain@orebokech.com>
6368
6369 * message.el (message-alternative-emails): Improve docstring.
6370 (message-setup-1): Call `message-use-alternative-email-as-from'
6371 after `message-setup-hook' to give it precedence over posting
6372 styles, etc.
6373 (message-use-alternative-email-as-from): Add docstring. Remove
6374 the original From header if present.
6375
6376 * nnml.el (nnml-compressed-files-size-threshold): New variable.
6377 (nnml-save-mail): Use it.
6378
6379 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
6380 articles. Add new argument `silent'.
6381 (gnus-uu-mark-all): Report the total number of marked articles.
6382
6383 2005-09-10 Romain Francoise <romain@orebokech.com>
6384
6385 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
6386 (gnus-uu-mark-series): Likewise.
6387
6388 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
6389
6390 * spam-report.el (spam-report-gmane): Fix generation of spam
6391 report URL.
6392
6393 2005-09-10 Simon Josefsson <jas@extundo.com>
6394
6395 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
6396 t, based on discussion on the ding list with Robert Epprecht
6397 <epprecht@solnet.ch>.
6398
6399 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
6400
6401 * spam-report.el (spam-report-gmane): Make it work without
6402 X-Report-Spam header. Gmane now only provides Archived-At.
6403 This is only used if `spam-report-gmane-use-article-number' is nil.
6404 (spam-report-gmane-spam-header): Remove. Not used anymore.
6405
6406 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
6407 make `gnus-summary-sort-by-recipient' work with threading.
6408
6409 * nnweb.el (nnweb-google-wash-article): Print a message if article
6410 is not available.
6411
6412 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6413
6414 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
6415 change. Decode text/* parts content before displaying.
6416
6417 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
6418
6419 * mml-smime.el: Remove defvar of gnus-extract-address-components.
6420
6421 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
6422
6423 * mm-view.el (mm-display-inline-fontify): Disable support modes.
6424
6425 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
6426
6427 * message.el (message-tab-body-function): Fix mismatched custom type.
6428
6429 * gnus.el (gnus-group-change-level-function): Ditto.
6430
6431 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
6432
6433 * gnus-art.el (gnus-signature-limit)
6434 (gnus-article-mime-part-function): Ditto.
6435
6436 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
6437
6438 * mml.el (mml-mode): Silence the byte compiler.
6439
6440 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
6441 using `(sit-for 0)' before moving the point to the specified part;
6442 skip unbuttonized parts.
6443 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
6444 return to the summary window if gnus-auto-select-part is non-nil.
6445
6446 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
6447
6448 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
6449 variables.
6450 (mml-dnd-attach-file, mml-mode): Use them.
6451
6452 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
6453 Make fetching article by MID work again for Google Groups. Added
6454 FIXME concerning gnus-group-make-web-group.
6455
6456 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
6457 Don't depend on Gnus by using mail-extract-address-components if
6458 gnus-extract-address-components is not bound.
6459
6460 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6461
6462 * gnus-art.el (gnus-mime-display-security): Don't display the
6463 signature, but only the signed part.
6464
6465 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
6466
6467 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
6468
6469 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
6470 list, not listp.
6471
6472 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
6473
6474 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
6475 when encoding.
6476
6477 * mm-bodies.el (mm-decode-content-transfer-encoding):
6478 De-canonicalize CRLF for all text content types, not just
6479 text/plain.
6480
6481 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6482
6483 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
6484 valid article; point arrow and cursor at the MIME button.
6485
6486 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
6487
6488 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
6489 Suggested by Dan Christensen <jdc@uwo.ca>.
6490
6491 * mm-decode.el (mm-save-part): Enable change of prompt.
6492
6493 2005-08-29 Jari Aalto <jari.aalto@cante.net>
6494
6495 * gnus-msg.el (gnus-inews-add-send-actions): Made
6496 `message-post-method' lambda parameter ARG `&optional'.
6497
6498 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
6499
6500 * gnus-sum.el (gnus-summary-mime-map): Added
6501 gnus-article-save-part-and-strip, gnus-article-delete-part and
6502 gnus-article-jump-to-part.
6503
6504 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
6505 (gnus-article-edit-part): Use it.
6506 (gnus-article-part-wrapper): Added no-handle argument.
6507 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
6508 functions.
6509
6510 2005-08-29 Romain Francoise <romain@orebokech.com>
6511
6512 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
6513 docstring.
6514 (gnus-face-from-file): Likewise.
6515
6516 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
6517
6518 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
6519 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
6520 non-nil.
6521 (gnus-auto-select-part): New variable.
6522 (gnus-article-jump-to-part): New function.
6523 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
6524 (gnus-mime-delete-part): Allow selecting specified part after
6525 deleting or stripping parts.
6526 (gnus-article-jump-to-part): Don't use `read-number'. Use last
6527 part if argument is bogus.
6528
6529 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
6530
6531 * gnus-art.el (w3m-minor-mode-map):
6532 * gnus-spec.el (gnus-newsrc-file-version):
6533 * gnus-util.el (nnmail-active-file-coding-system)
6534 (gnus-original-article-buffer, gnus-user-agent):
6535 * gnus.el (gnus-ham-process-destinations)
6536 (gnus-parameter-ham-marks-alist)
6537 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
6538 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
6539 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
6540 * mm-decode.el (gnus-current-window-configuration):
6541 * mm-extern.el (gnus-article-mime-handles):
6542 * mm-url.el (url-current-object, url-package-name)
6543 (url-package-version):
6544 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
6545 (smime-keys, w3m-cid-retrieve-function-alist)
6546 (w3m-current-buffer, w3m-display-inline-images)
6547 (w3m-minor-mode-map):
6548 * mml-smime.el (gnus-extract-address-components):
6549 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
6550 (gnus-newsrc-hashtb, message-default-charset)
6551 (message-deletable-headers, message-options)
6552 (message-posting-charset, message-required-mail-headers)
6553 (message-required-news-headers):
6554 * mml1991.el (mc-pgp-always-sign):
6555 * mml2015.el (mc-pgp-always-sign):
6556 * nnheader.el (nnmail-extra-headers):
6557 * rfc1843.el (gnus-decode-encoded-word-function)
6558 (gnus-decode-header-function, gnus-newsgroup-name):
6559 * spam-stat.el (gnus-original-article-buffer): Add defvars.
6560
6561 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
6562
6563 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
6564 the end of the date treatments.
6565
6566 2005-08-15 Simon Josefsson <jas@extundo.com>
6567
6568 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
6569 it in url-handlers.el and XEmacs in url.el. Reported by Luca
6570 Capello and Romain Francoise.
6571 (pgg-fetch-key-function): Removed, not used?
6572 (pgg-insert-url-with-w3): Require url, to get
6573 url-insert-file-contents regardless of where it is defined.
6574
6575 2005-08-13 Romain Francoise <romain@orebokech.com>
6576
6577 * message.el (message-cite-original-1): New function.
6578 (message-cite-original): Use it.
6579 (message-cite-original-without-signature): Ditto.
6580
6581 2005-08-08 Romain Francoise <romain@orebokech.com>
6582
6583 * message.el (message-yank-empty-prefix): New variable.
6584 (message-indent-citation): Use it.
6585 (message-cite-original-without-signature): Respect X-No-Archive.
6586
6587 2005-08-08 Simon Josefsson <jas@extundo.com>
6588
6589 * pgg.el: Autoload url-insert-file-contents instead of loading
6590 w3/url.
6591 (pgg-insert-url-with-w3): Don't load url here.
6592
6593 2005-08-07 Jesper Harder <harder@phys.au.dk>
6594
6595 * message.el (message-kill-to-signature): Don't insert newline at
6596 bol.
6597 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
6598
6599 2005-08-06 Romain Francoise <romain@orebokech.com>
6600
6601 * message.el (message-user-fqdn): Fix typo in docstring.
6602
6603 2005-08-05 Daiki Ueno <ueno@unixuser.org>
6604
6605 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
6606
6607 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
6608
6609 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
6610
6611 * mm-bodies.el (mm-encode-body): Use coding system rather than
6612 charset to encode text.
6613
6614 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
6615 number of charsets if utf-8 is available (XEmacs).
6616
6617 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
6618
6619 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
6620 taken from `gnus-button-mid-or-mail-regexp'.
6621 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
6622 (gnus-button-alist): Improve regexp for domain part of the MIDs
6623 for news:localpart@domain buttons.
6624 (gnus-button-ctan-directory-regexp): Update.
6625
6626 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
6627
6628 * sieve-manage.el (sieve-manage-interactive-login): Use
6629 make-local-variable rather than make-variable-buffer-local.
6630 (sieve-manage-open): Ditto.
6631 (sieve-manage-authenticate): Ditto.
6632
6633 * mml.el (mml-generate-mime-1): Make the content type default to
6634 text/plain if the filename is not specified.
6635
6636 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
6637
6638 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
6639 instead of insert-buffer.
6640
6641 * message.el (message-yank-original): Ditto; set the mark at the
6642 end of the yanked message.
6643
6644 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
6645
6646 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
6647 lines to scroll rather than to stop it.
6648
6649 * mml.el (mml-generate-default-type): Add doc string.
6650 (mml-generate-mime-1): Use mm-default-file-encoding or make it
6651 default to application/octet-stream when determining the content
6652 type if it is not specified for the part or the mml contents; add
6653 a comment about mml-generate-default-type.
6654
6655 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
6656
6657 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
6658 make it default to application/octet-stream when determining the
6659 content type if it is not specified for the external contents.
6660
6661 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6662
6663 * rfc2231.el (rfc2231-parse-string): Take care that not only a
6664 segmented parameter but also other parameters might be there.
6665
6666 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
6667
6668 * mm-decode.el (mm-display-external): Delete temp file, directory
6669 and buffer immediately if the external process is exited.
6670
6671 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
6672
6673 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
6674 fewer lines than that of scroll-margin.
6675 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
6676
6677 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
6678
6679 * gnus-art.el (gnus-article-next-page): Revert.
6680 (gnus-article-beginning-of-window): New macro.
6681 (gnus-article-next-page-1): Use it.
6682 (gnus-article-prev-page): Ditto.
6683 (gnus-article-edit-part): Use insert-buffer-substring instead of
6684 insert-buffer.
6685 (gnus-article-edit-exit): Ditto.
6686
6687 * gnus-util.el (gnus-beginning-of-window): Remove.
6688 (gnus-end-of-window): Remove.
6689
6690 2005-07-25 Simon Josefsson <jas@extundo.com>
6691
6692 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
6693 to have the url package without w3. Reported by Daiki Ueno
6694 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
6695
6696 2005-07-20 Didier Verna <didier@xemacs.org>
6697
6698 * gnus-diary.el: Remove the description comment (nndiary is now
6699 properly documented in the Gnus manual).
6700 Fix the spelling of "Back End".
6701 * nndiary.el: Ditto.
6702 Fix the copyright notice.
6703
6704 2005-07-18 Romain Francoise <romain@orebokech.com>
6705
6706 * gnus-sum.el (gnus-summary-to-prefix,
6707 gnus-summary-newsgroup-prefix): New variables.
6708 (gnus-summary-from-or-to-or-newsgroups): Use them.
6709
6710 2005-07-17 Romain Francoise <romain@orebokech.com>
6711
6712 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
6713 space as it's generally not especially interesting to the user.
6714
6715 2005-07-16 Romain Francoise <romain@orebokech.com>
6716
6717 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
6718 nil to avoid prompting and file modification if one of the
6719 messages at the top of the nnfolder file contains a copyright
6720 notice.
6721 Update copyright notice.
6722
6723 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
6724 instead of `current-time-string' as the latter creates a time
6725 string that is not RFC 2822 compliant (it lacks the zone).
6726 Update copyright notice.
6727
6728 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
6729
6730 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
6731 for text/rtf. Display default in prompt. Pass default for M-n.
6732
6733 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
6734
6735 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6736
6737 * gnus-msg.el (gnus-button-mailto): Remove
6738 save-selected-window-window hackery because it relies on
6739 save-selected-window internals.
6740
6741 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
6742
6743 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
6744 (gnus-article-next-page-1): Use gnus-beginning-of-window.
6745 (gnus-article-prev-page): Ditto.
6746
6747 * gnus-util.el (gnus-beginning-of-window): New function.
6748 (gnus-end-of-window): New function.
6749
6750 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
6751
6752 * gnus-score.el (gnus-score-edit-all-score): Set
6753 gnus-score-edit-exit-function to gnus-score-edit-done and call
6754 gnus-message.
6755
6756 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6757
6758 * gnus-msg.el (gnus-button-mailto): Remove
6759 save-selected-window-window hackery because it relies on
6760 save-selected-window internals.
6761
6762 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
6763
6764 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
6765 add-minor-mode.
6766 (gnus-binary-mode): Ditto.
6767
6768 * gnus-topic.el (gnus-topic-mode): Ditto.
6769
6770 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
6771
6772 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
6773 (gnus-article-prev-page): Take scroll-margin into consideration.
6774
6775 2005-07-04 Lute Kamstra <lute@gnu.org>
6776
6777 Update FSF's address in GPL notices.
6778
6779 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
6780
6781 * gnus.el (gnus-exit):
6782 * gnus-group.el (gnus-group-icons):
6783 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
6784
6785 * gnus-nocem.el (gnus-nocem):
6786 * message.el (message-various, message-buffers, message-sending)
6787 (message-interface, message-forwarding, message-insertion)
6788 (message-headers, message-news, message-mail):
6789 * pgg-gpg.el (pgg-gpg):
6790 * pgg-parse.el (pgg-parse):
6791 * pgg-pgp.el (pgg-pgp):
6792 * pgg-pgp5.el (pgg-pgp5):
6793 * pop3.el (pop3): Finish `defgroup' description with period.
6794
6795 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
6796
6797 * gnus-art.el (article-display-face): Improve the efficiency.
6798 (article-display-x-face): Ditto; remove grey x-face stuff.
6799
6800 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
6801
6802 * gnus-art.el (article-display-face): Correct the position in
6803 which Faces are inserted.
6804
6805 2005-06-29 Didier Verna <didier@xemacs.org>
6806
6807 * gnus-art.el (article-display-face): Display faces in correct
6808 order.
6809
6810 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
6811
6812 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
6813 (gnus-fill-real-hashtb): Use hash table instead of obarray.
6814 (gnus-nocem-check-article): Fetch the Type header.
6815 (gnus-nocem-message-wanted-p): Fix the way to examine types.
6816 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
6817 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
6818 make sure gnus-nocem-hashtb is initialized.
6819 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
6820 (gnus-nocem-unwanted-article-p): Ditto.
6821
6822 * pgg.el (pgg-verify): Return the verification result.
6823
6824 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6825
6826 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
6827 is ascii.
6828
6829 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
6830
6831 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
6832 `show-nonbreak-escape'.
6833
6834 2005-06-23 Lute Kamstra <lute@gnu.org>
6835
6836 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
6837
6838 * dig.el (dig-mode):
6839 * smime.el (smime-mode): Use gnus-run-mode-hooks.
6840
6841 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
6842
6843 * nnimap.el (nnimap-split-download-body): Fix spellings.
6844
6845 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
6846
6847 * gnus-art.el (gnus-article-encrypt-body):
6848 * gnus-cus.el (gnus-score-customize):
6849 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
6850 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
6851
6852 2005-06-16 Arne Jørgensen <arne@arnested.dk>
6853
6854 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
6855 header by looking for magic "MII" at the beginnig.
6856
6857 2005-06-16 Miles Bader <miles@gnu.org>
6858
6859 * assistant.el (assistant-field): Remove "-face" suffix from face name.
6860 (assistant-field-face): New backward-compatibility alias for renamed
6861 face.
6862 (assistant-render-text): Use renamed assistant-field face.
6863
6864 * spam.el (spam): Remove "-face" suffix from face name.
6865 (spam-face): New backward-compatibility alias for renamed face.
6866 (spam-face, spam-initialize): Use renamed spam face.
6867
6868 * message.el (message-header-to, message-header-cc)
6869 (message-header-subject, message-header-newsgroups)
6870 (message-header-other, message-header-name)
6871 (message-header-xheader, message-separator, message-cited-text)
6872 (message-mml): Remove "-face" suffix from face names.
6873 (message-header-to-face, message-header-cc-face)
6874 (message-header-subject-face, message-header-newsgroups-face)
6875 (message-header-other-face, message-header-name-face)
6876 (message-header-xheader-face, message-separator-face)
6877 (message-cited-text-face, message-mml-face):
6878 New backward-compatibility aliases for renamed faces.
6879 (message-font-lock-keywords): Use renamed message faces.
6880
6881 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
6882 (sieve-test-commands, sieve-tagged-arguments):
6883 Remove "-face" suffix from face names.
6884 (sieve-control-commands-face, sieve-action-commands-face)
6885 (sieve-test-commands-face, sieve-tagged-arguments-face):
6886 New backward-compatibility aliases for renamed faces.
6887 (sieve-control-commands-face, sieve-action-commands-face)
6888 (sieve-test-commands-face, sieve-tagged-arguments-face):
6889 Use renamed sieve faces.
6890
6891 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
6892 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
6893 (gnus-group-news-3-empty, gnus-group-news-4)
6894 (gnus-group-news-4-empty, gnus-group-news-5)
6895 (gnus-group-news-5-empty, gnus-group-news-6)
6896 (gnus-group-news-6-empty, gnus-group-news-low)
6897 (gnus-group-news-low-empty, gnus-group-mail-1)
6898 (gnus-group-mail-1-empty, gnus-group-mail-2)
6899 (gnus-group-mail-2-empty, gnus-group-mail-3)
6900 (gnus-group-mail-3-empty, gnus-group-mail-low)
6901 (gnus-group-mail-low-empty, gnus-summary-selected)
6902 (gnus-summary-cancelled, gnus-summary-high-ticked)
6903 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
6904 (gnus-summary-high-ancient, gnus-summary-low-ancient)
6905 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
6906 (gnus-summary-low-undownloaded)
6907 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
6908 (gnus-summary-low-unread, gnus-summary-normal-unread)
6909 (gnus-summary-high-read, gnus-summary-low-read)
6910 (gnus-summary-normal-read, gnus-splash):
6911 Remove "-face" suffix from face names.
6912 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6913 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6914 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6915 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6916 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6917 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6918 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6919 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6920 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6921 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6922 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6923 (gnus-summary-selected-face, gnus-summary-cancelled-face)
6924 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6925 (gnus-summary-normal-ticked-face)
6926 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
6927 (gnus-summary-normal-ancient-face)
6928 (gnus-summary-high-undownloaded-face)
6929 (gnus-summary-low-undownloaded-face)
6930 (gnus-summary-normal-undownloaded-face)
6931 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6932 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6933 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6934 (gnus-splash-face):
6935 New backward-compatibility aliases for renamed faces.
6936 (gnus-group-startup-message): Use renamed gnus faces.
6937
6938 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
6939 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
6940 (gnus-server-agent): Remove "-face" suffix from face names.
6941 (gnus-server-agent-face, gnus-server-opened-face)
6942 (gnus-server-closed-face, gnus-server-denied-face)
6943 (gnus-server-offline-face):
6944 New backward-compatibility aliases for renamed faces.
6945 (gnus-server-agent-face, gnus-server-opened-face)
6946 (gnus-server-closed-face, gnus-server-denied-face)
6947 (gnus-server-offline-face): Use renamed gnus faces.
6948
6949 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
6950 Remove "-face" suffix from face names.
6951 (gnus-picon-xbm-face, gnus-picon-face):
6952 New backward-compatibility aliases for renamed faces.
6953
6954 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
6955 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
6956 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
6957 (gnus-cite-11): Remove "-face" suffix from face names.
6958 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
6959 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
6960 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
6961 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
6962 New backward-compatibility aliases for renamed faces.
6963 (gnus-cite-attribution-face, gnus-cite-face-list)
6964 (gnus-article-boring-faces): Use renamed gnus faces.
6965
6966 * gnus-art.el (gnus-signature, gnus-header-from)
6967 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
6968 (gnus-header-content): Remove "-face" suffix from face names.
6969 (gnus-signature-face, gnus-header-from-face)
6970 (gnus-header-subject-face, gnus-header-newsgroups-face)
6971 (gnus-header-name-face, gnus-header-content-face):
6972 New backward-compatibility aliases for renamed faces.
6973 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
6974
6975 * gnus-sum.el (gnus-summary-selected-face)
6976 (gnus-summary-highlight): Use renamed gnus faces.
6977 * gnus-group.el (gnus-group-highlight): Likewise.
6978
6979 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
6980
6981 * gnus-sieve.el (gnus-sieve-article-add-rule):
6982 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
6983 * spam-stat.el (spam-stat-buffer-change-to-spam)
6984 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
6985
6986 * message.el (message-is-yours-p):
6987 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
6988
6989 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
6990
6991 * mm-view.el (mm-inline-text): Withdraw the last change.
6992
6993 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
6994
6995 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
6996 executing enriched-decode.
6997
6998 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
6999
7000 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
7001 charset of tar files.
7002
7003 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
7004
7005 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
7006
7007 2005-06-04 Lute Kamstra <lute@gnu.org>
7008
7009 * nnfolder.el (nnfolder-read-folder): Make sure that undo
7010 information is never recorded.
7011
7012 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7013
7014 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
7015
7016 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
7017
7018 * pop3.el (pop3-apop): Run md5 in the binary mode.
7019
7020 * starttls.el (starttls-set-process-query-on-exit-flag):
7021 Use eval-and-compile.
7022
7023 2005-05-31 Simon Josefsson <jas@extundo.com>
7024
7025 * smime.el (smime-replace-in-string): Define.
7026 (smime-cert-by-ldap-1): Use it.
7027
7028 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
7029
7030 * gnus-art.el (article-display-x-face): Replace
7031 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7032
7033 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
7034 set-process-query-on-exit-flag or process-kill-without-query.
7035
7036 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
7037 loop instead of replace-regexp.
7038
7039 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
7040 instead of process-kill-without-query if it is available.
7041
7042 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
7043 instead of find-file-hooks if it is available.
7044
7045 * mml1991.el: Bind pgg-default-user-id when compiling.
7046
7047 * mml2015.el: Bind pgg-default-user-id when compiling.
7048
7049 * nndraft.el (nndraft-request-associate-buffer):
7050 Use write-contents-functions instead of write-contents-hooks if it is
7051 available.
7052
7053 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
7054 instead of find-file-hooks if it is available.
7055
7056 * nntp.el (nntp-open-connection): Replace
7057 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7058 (nntp-open-ssl-stream): Ditto.
7059 (nntp-open-tls-stream): Ditto.
7060
7061 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
7062 set-process-query-on-exit-flag or process-kill-without-query.
7063 (starttls-open-stream-gnutls): Use it instead of
7064 process-kill-without-query.
7065 (starttls-open-stream): Ditto.
7066
7067 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
7068
7069 * smime.el (smime-cert-by-ldap-1): Don't use
7070 replace-regexp-in-string.
7071
7072 2005-05-31 Arne Jørgensen <arne@arnested.dk>
7073
7074 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
7075
7076 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
7077 in PEM format. Adjust to the XEmacs compability.
7078
7079 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
7080
7081 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
7082 by `string-to-number'.
7083 * gnus-agent.el (gnus-agent-regenerate-group)
7084 (gnus-agent-fetch-articles): Ditto.
7085 * gnus-art.el (gnus-button-fetch-group): Ditto.
7086 * gnus-cache.el (gnus-cache-generate-active)
7087 (gnus-cache-articles-in-group): Ditto.
7088 * gnus-group.el (gnus-group-set-current-level)
7089 (gnus-group-insert-group-line): Ditto.
7090 * gnus-score.el (gnus-score-set-expunge-below)
7091 (gnus-score-set-mark-below, gnus-summary-score-effect)
7092 (gnus-summary-score-entry): Ditto.
7093 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
7094 (gnus-soup-pack): Ditto.
7095 * gnus-spec.el (gnus-xmas-format): Ditto.
7096 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
7097 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
7098 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
7099 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
7100 * nndb.el (nndb-get-remote-expire-response): Ditto.
7101 * nndiary.el (nndiary-parse-schedule-value)
7102 (nndiary-string-to-number, nndiary-request-replace-article)
7103 (nndiary-request-article): Ditto.
7104 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
7105 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
7106 * nneething.el (nneething-make-head): Ditto.
7107 * nnfolder.el (nnfolder-request-article)
7108 (nnfolder-retrieve-headers): Ditto.
7109 * nnheader.el (nnheader-file-to-number): Ditto.
7110 * nnkiboze.el (nnkiboze-request-article): Ditto.
7111 * nnmail.el (nnmail-process-unix-mail-format)
7112 (nnmail-process-babyl-mail-format): Ditto.
7113 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
7114 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
7115 (nnmh-request-create-group, nnmh-request-list-1)
7116 (nnmh-request-group, nnmh-request-article): Ditto.
7117 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
7118 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
7119 * nnsoup.el (nnsoup-make-active): Ditto.
7120 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
7121 * nntp.el (nntp-find-group-and-number)
7122 (nntp-retrieve-headers-with-xover): Ditto.
7123 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
7124 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
7125 (pgg-format-key-identifier): Ditto.
7126 * pop3.el (pop3-last, pop3-stat): Ditto.
7127 * qp.el (quoted-printable-decode-region): Ditto.
7128
7129 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
7130 of concat.
7131
7132 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
7133
7134 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
7135
7136 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
7137
7138 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
7139
7140 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
7141
7142 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
7143
7144 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
7145
7146 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
7147 (gnus-carpal-mode): Ditto.
7148
7149 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
7150 (gnus-browse-mode): Ditto.
7151
7152 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
7153
7154 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
7155
7156 2005-05-29 Richard M. Stallman <rms@gnu.org>
7157
7158 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
7159
7160 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
7161
7162 * gnus-util.el (gnus-run-mode-hooks): New function.
7163
7164 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
7165
7166 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7167
7168 * gnus-agent.el (gnus-agent-make-mode-line-string):
7169 Use mode-line-highlight as mouse-face.
7170
7171 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
7172
7173 * canlock.el (canlock): Change the parent group to news.
7174
7175 * deuglify.el (gnus-outlook-deuglify): Add :group.
7176
7177 * dig.el (dig): Add :group.
7178
7179 * dns-mode.el (dns-mode): Add :group.
7180
7181 * encrypt.el (encrypt): Add :group.
7182
7183 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
7184 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
7185 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
7186 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
7187 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
7188
7189 * gnus-diary.el (gnus-diary): Add :group.
7190
7191 * gnus.el (gnus-group-news-1-face): Add :group.
7192 (gnus-group-news-1-empty-face): Ditto.
7193 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
7194 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
7195 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
7196 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
7197 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
7198 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
7199 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
7200 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
7201 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
7202 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
7203 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
7204 (gnus-summary-high-ticked-face): Ditto.
7205 (gnus-summary-low-ticked-face): Ditto.
7206 (gnus-summary-normal-ticked-face): Ditto.
7207 (gnus-summary-high-ancient-face): Ditto.
7208 (gnus-summary-low-ancient-face): Ditto.
7209 (gnus-summary-normal-ancient-face): Ditto.
7210 (gnus-summary-high-undownloaded-face): Ditto.
7211 (gnus-summary-low-undownloaded-face): Ditto.
7212 (gnus-summary-normal-undownloaded-face): Ditto.
7213 (gnus-summary-high-unread-face): Ditto.
7214 (gnus-summary-low-unread-face): Ditto.
7215 (gnus-summary-normal-unread-face): Ditto.
7216 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
7217 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
7218
7219 * hashcash.el (hashcash): New custom group.
7220 (hashcash-default-payment): Add :group.
7221 (hashcash-payment-alist): Ditto.
7222 (hashcash-default-accept-payment): Ditto.
7223 (hashcash-accept-resources): Ditto.
7224 (hashcash-path): Ditto.
7225 (hashcash-extra-generate-parameters): Ditto.
7226 (hashcash-double-spend-database): Ditto.
7227 (hashcash-in-news): Ditto.
7228
7229 * message.el (message-minibuffer-local-map): Add :group.
7230
7231 * netrc.el (netrc): Add :group.
7232
7233 * sieve-manage.el (sieve-manage-log): Add :group.
7234 (sieve-manage-default-user): Diito.
7235 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
7236 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
7237 (sieve-manage-authenticators): Ditto.
7238 (sieve-manage-authenticator-alist): Ditto.
7239 (sieve-manage-default-port): Ditto.
7240
7241 * sieve-mode.el (sieve-control-commands-face): Add :group.
7242 (sieve-action-commands-face): Ditto.
7243 (sieve-test-commands-face): Ditto.
7244 (sieve-tagged-arguments-face): Ditto.
7245
7246 * smime.el (smime): Add :group.
7247
7248 * spam-report.el (spam-report): Add :group.
7249
7250 * spam.el (spam, spam-face): Add :group.
7251
7252 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7253
7254 * nntp.el (nntp-next-result-arrived-p): Some news servers may
7255 return \n.\n.\n at the end of articles. Protect against that.
7256 (nntp-with-open-group): Allow debugging.
7257
7258 * nnheader.el (mail-header-set-extra): Make into a function
7259 because I just could't understand how to quote the list properly.
7260
7261 * dns.el (query-dns-cached): New function.
7262
7263 2005-05-26 Lute Kamstra <lute@gnu.org>
7264
7265 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
7266
7267 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
7268
7269 * gnus-art.el: Don't autoload mail-extract-address-components.
7270
7271 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
7272 eval-and-compile to evaluate it.
7273
7274 * hashcash.el: Don't autoload executable-find.
7275
7276 * nndb.el: Don't declare the nndb back end two or more times; don't
7277 autoload news-reply-mode, news-setup, cancel-timer and telnet.
7278
7279 * nntp.el: Autoload format-spec instead of format; use
7280 eval-and-compile to evaluate autoload forms.
7281
7282 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
7283
7284 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
7285
7286 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7287
7288 * gnus.el (gnus-version-number): Bump version.
7289
7290 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
7291
7292 * gnus.el: No Gnus v0.3 is released.
7293
7294 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
7295
7296 * gnus-art.el (gnus-article-edit-part): Disable undo.
7297
7298 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
7299
7300 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
7301 gnus-article-date-lapsed-new-header is t if date timer is active;
7302 skip headers in which the original date value is empty.
7303 (gnus-article-save-original-date): Redefine it as a macro.
7304 (gnus-display-mime): Use it.
7305
7306 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
7307
7308 * gnus-art.el (article-date-ut): Support converting date in
7309 forwarded parts as well.
7310 (gnus-article-save-original-date): New function.
7311 (gnus-display-mime): Use it.
7312
7313 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
7314
7315 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
7316 enclosure element of <item>.
7317
7318 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
7319
7320 * message.el (message-kill-buffer-query): Renamed from
7321 `message-kill-buffer-query-if-modified'. Added :version.
7322
7323 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
7324
7325 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
7326 window layout.
7327
7328 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
7329
7330 * mml.el: Autoload dnd when compiling.
7331
7332 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
7333
7334 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
7335 x-dnd-*.
7336
7337 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
7338
7339 * qp.el (quoted-printable-encode-region): Save excursion.
7340
7341 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
7342
7343 * message.el (message-kill-buffer-query-if-modified): Add new variable
7344 so the user can kill a modified message buffer quickly.
7345 (message-kill-buffer): Use it.
7346
7347 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
7348
7349 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
7350 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
7351
7352 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
7353
7354 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
7355 contained in text because xml.el decodes entities) with LFs.
7356
7357 2005-04-11 Lute Kamstra <lute@gnu.org>
7358
7359 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
7360 differently.
7361
7362 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7363
7364 * mm-util.el (mm-detect-coding-region): Typo.
7365
7366 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
7367
7368 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
7369
7370 2005-04-06 D Goel <deego@gnufans.org>
7371
7372 * spam-stat.el (spam-stat-score-buffer): Add a call to a
7373 user-function allow user modifications of the scores.
7374 (spam-stat-score-buffer-user): New function, to allow
7375 user-computed modifications to the score.
7376 (spam-stat-score-buffer-user-functions): List of additional
7377 scoring functions.
7378 (spam-stat-error-holder): Global temporary error holder.
7379 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
7380 variable.
7381
7382 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
7383
7384 * gnus-registry.el (gnus-registry-clean-empty-function)
7385 (gnus-registry-trim, gnus-registry-fetch-groups)
7386 (gnus-registry-delete-group): Groups that match
7387 `gnus-registry-ignored-groups' are removed from the registry
7388 entries, not just ignored for splitting. This helps clean up the
7389 registry. Also, `gnus-registry-fetch-groups' is a convenient way
7390 to get all the groups a message ID is in.
7391
7392 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
7393 (spam-stat-split-fancy): Change "threshhold" to "threshold"
7394 (spam-stat-score-buffer-user-functions): Add :number custom type.
7395
7396 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7397
7398 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
7399 argument in XEmacs.
7400
7401 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
7402 (nnrss-request-group): Decode group name first.
7403 (nnrss-request-article): Make a text/plain article if mml-to-mime
7404 failed.
7405 (nnrss-get-encoding): Return a compatible encoding according to
7406 nnrss-compatible-encoding-alist.
7407 (nnrss-find-el): Use consp instead of listp.
7408 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
7409
7410 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7411
7412 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
7413 which Emacs 20 doesn't support.
7414 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
7415
7416 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
7417
7418 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
7419 silence the byte compiler inside the defun.
7420
7421 * gnus-demon.el (parse-time-string): Add autoload.
7422
7423 * gnus-delay.el (parse-time-string): Add autoload.
7424
7425 * gnus-art.el (parse-time-string): Add autoload.
7426
7427 * nnultimate.el (parse-time): Require for `parse-time-string'.
7428
7429 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7430
7431 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
7432
7433 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
7434
7435 * smime.el (smime-ldap-host-list): Add :version.
7436
7437 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
7438
7439 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
7440 pass it to `gnus-browse-read-group'.
7441 (gnus-browse-read-group): Add NUMBER argument and pass it to
7442 `gnus-group-read-ephemeral-group'.
7443
7444 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
7445 argument and pass it to `gnus-group-read-group'.
7446
7447 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
7448
7449 * mm-util.el (mm-xemacs-find-mime-charset): Only call
7450 mm-xemacs-find-mime-charset-1 if we have the mule feature
7451 available at runtime.
7452
7453 2005-03-25 Werner Lemberg <wl@gnu.org>
7454
7455 * nnmaildir.el: Replace `illegal' with `invalid'.
7456
7457 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7458
7459 * gnus-start.el (gnus-display-time-event-handler):
7460 Check display-time-timer at runtime rather than only at load time
7461 in case display-time-mode is turned off in the mean time.
7462
7463 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
7464
7465 * nnimap.el (nnimap-open-connection): Print which authinfo file is
7466 used.
7467
7468 * nneething.el (nneething-map-file-directory): Derive from
7469 `gnus-directory'.
7470
7471 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
7472 the To/Cc button.
7473
7474 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
7475
7476 * nnmaildir.el (nnmaildir-request-accept-article):
7477 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
7478
7479 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
7480
7481 * gnus-async.el: Require timer-funcs at compile time when in
7482 XEmacs for `run-with-idle-timer'.
7483
7484 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
7485
7486 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
7487 autoloaded function.
7488
7489 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7490
7491 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
7492
7493 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
7494
7495 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
7496
7497 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7498
7499 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
7500 gnus-expert-user to default.
7501
7502 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
7503
7504 * nnimap.el (nnimap-open-server): Ditto.
7505
7506 * imap.el (imap-authenticate): Fix typo.
7507
7508 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
7509
7510 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
7511 buffer (since IMAP server might return FETCH response out of
7512 order, and the nntp buffer must be sorted).
7513
7514 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
7515
7516 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
7517 comparison on string.
7518
7519 * gnus-agent.el (gnus-agent-long-article,
7520 gnus-agent-short-article, gnus-agent-score): Renamed category
7521 keywords to match gnus-cus.
7522 (gnus-agent-summary-fetch-series): Modified to protect against
7523 gnus-agent-summary-fetch-group clearing processable flags.
7524 (gnus-agent-synchronize-group-flags): Update live group buffer as
7525 synchronization may occur due to the user toggle the plugged
7526 status.
7527 (gnus-agent-fetch-group-1): Clear downloadable flag when article
7528 successfully downloaded.
7529 (gnus-agent-expire-group-1): Avoid using markers when the overview
7530 is in ascending order; greatly improves performance.
7531 (gnus-agent-regenerate-group): Use
7532 gnus-agent-synchronize-group-flags to reset read status in both
7533 gnus and server.
7534 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
7535
7536 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
7537
7538 * message.el: Don't autoload former message-utils variables.
7539 (message-strip-subject-trailing-was): Change doc string.
7540
7541 * nnweb.el: Fixes for `gnus-group-make-web-group'.
7542 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
7543 (nnweb-google-search): Add "hl=en" here.
7544 (nnweb-google-parse-1, nnweb-google-create-mapping):
7545 Don't hardcode URL.
7546
7547 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7548
7549 * message.el (message-get-reply-headers, message-followup):
7550 Mention related variables `message-use-followup-to' and
7551 `message-use-mail-followup-to', in the information buffer.
7552
7553 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
7554 of broken groups(-beta).google.com.
7555
7556 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
7557
7558 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
7559 parameter to invoked gnus-request-move-article; remove the
7560 redundant gnus-sum-hint-move-is-internal variable; apply the marks
7561 all at once instead of once per article.
7562 (gnus-summary-remove-process-mark): Accept a list of articles as
7563 well as a single article for processing.
7564
7565 * gnus-int.el (gnus-request-move-article): Add move-is-internal
7566 parameter.
7567
7568 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
7569
7570 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
7571
7572 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
7573 parameter.
7574
7575 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
7576 parameter.
7577
7578 * nnimap.el (nnimap-request-move-article): Add move-is-internal
7579 parameter and remove the gnus-sum-hint-move-is-internal variable.
7580
7581 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
7582 parameter.
7583
7584 * nndraft.el (nndraft-request-move-article): Add move-is-internal
7585 parameter.
7586
7587 * nndiary.el (nndiary-request-move-article): Add move-is-internal
7588 parameter.
7589
7590 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
7591
7592 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
7593 parameter.
7594
7595 * nnagent.el (nnagent-request-move-article): Add move-is-internal
7596 parameter.
7597
7598 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
7599
7600 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
7601 a more conservative way.
7602
7603 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
7604
7605 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
7606 buffer, so it moves the window's cursor.
7607
7608 2005-02-26 Arne Jørgensen <arne@arnested.dk>
7609
7610 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
7611 `mm-dissect-multipart' and receive the from field as an (optional)
7612 argument from `mm-dissect-multipart'.
7613 (mm-dissect-multipart): Receive the from field as an argument and
7614 pass it on when we call `mm-dissect-buffer' on MIME parts.
7615 Fixes verification/decryption of signed/encrypted MIME parts.
7616
7617 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
7618
7619 * gnus-sum.el (gnus-summary-move-article): Set
7620 gnus-sum-hint-move-is-internal for gnus-request-move-article and
7621 whatever it calls (right now, only nnimap-request-move article
7622 respects it).
7623
7624 * nnimap.el (nnimap-request-move-article): When
7625 gnus-sum-hint-move-is-internal is set, don't do the extra
7626 nnimap-request-article.
7627
7628 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
7629
7630 * nnheader.el (nnheader-find-file-noselect): Add doc string.
7631
7632 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
7633 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
7634
7635 * gnus-sum.el (gnus-summary-caesar-message):
7636 Apply `gnus-treat-article' after rotation.
7637
7638 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
7639 doc string.
7640
7641 2005-02-22 Simon Josefsson <jas@extundo.com>
7642
7643 * encrypt.el (encrypt-password-cache-expiry): Remove (use
7644 `password-cache-expiry' instead). Reported by Arne Jørgensen
7645 <arne@arnested.dk>.
7646 (encrypt): Add password-cache and password-cache-expiry as group
7647 members.
7648
7649 2005-02-22 Arne Jørgensen <arne@arnested.dk>
7650
7651 * smime.el (smime-ldap-host-list): Doc fix.
7652 (smime-ask-passphrase): Use `password-read-and-add' to read (and
7653 cache) password.
7654 (smime-sign-region): Use it.
7655 (smime-decrypt-region): Use it.
7656 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
7657 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
7658 fails.
7659 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
7660 certificate from DER to PEM format rather than calling openssl.
7661
7662 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
7663
7664 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
7665 for signing/encryption.
7666
7667 * mml.el (mml-parse-1): Use them.
7668
7669 2005-02-21 Arne Jørgensen <arne@arnested.dk>
7670
7671 * nnrss.el (nnrss-verbose): Removed.
7672 (nnrss-request-group): Use `nnheader-message' instead.
7673
7674 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
7675
7676 * nnrss.el (nnrss-verbose): New variable.
7677 (nnrss-request-group): Make it say nnrss is requesting a group.
7678
7679 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
7680
7681 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
7682 Handle news URL with given port correctly.
7683
7684 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
7685
7686 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
7687 containing special characters.
7688
7689 * gnus-sum.el (gnus-summary-edit-article): Ditto.
7690
7691 * mml.el (mime-to-mml): Ditto.
7692
7693 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
7694 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
7695 (rfc2047-decode-region): Quote decoded words containing special
7696 characters when rfc2047-quote-decoded-words-containing-tspecials
7697 is non-nil.
7698
7699 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
7700
7701 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
7702
7703 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
7704
7705 2005-02-15 Simon Josefsson <jas@extundo.com>
7706
7707 * nnimap.el (nnimap-debug): Doc fix.
7708
7709 * imap.el (imap-debug): Doc fix.
7710
7711 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
7712
7713 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
7714
7715 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
7716
7717 * gnus.el (spam-contents): Improve docs for spam-contents
7718 parameter in its variable incarnation.
7719
7720 2005-02-14 Simon Josefsson <jas@extundo.com>
7721
7722 * smime-ldap.el: Use require instead of load-library for ldap.
7723 (smime-ldap-search): Indent.
7724 (smime-ldap-search-internal): Shorten line.
7725
7726 * smime.el (smime-cert-by-dns): Add doc-string.
7727 (smime-cert-by-ldap-1): Indent.
7728
7729 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
7730 mml-smime-get-dns-ldap.
7731 (mml-smime-encrypt-query): Use new function. Default to ldap.
7732
7733 2005-02-14 Arne Jørgensen <arne@arnested.dk>
7734
7735 * smime.el: Require smime-ldap.
7736 (smime-ldap-host-list): New variable.
7737 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
7738
7739 * mml-smime.el (mml-smime-encrypt-query): New function.
7740 (mml-smime-encrypt-query): Use it.
7741
7742 * smime-ldap.el: New file.
7743
7744 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
7745
7746 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
7747
7748 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
7749
7750 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
7751 argument in doc string. Make query for type more clear.
7752
7753 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
7754
7755 * gnus.el (gnus-group-startup-message): Search for gnus images in
7756 etc/images/gnus.
7757 * mm-util.el (mm-image-load-path): Likewise.
7758 * smiley.el (smiley-data-directory): Search for smilies in
7759 etc/images/smilies.
7760
7761 2005-02-09 Kim F. Storm <storm@cua.dk>
7762
7763 Change Emacs release version from 21.4 to 22.1 throughout.
7764 Change Emacs development version from 21.3.50 to 22.0.50.
7765
7766 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
7767
7768 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
7769
7770 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
7771 non-Mule XEmacs as well.
7772 (mm-decompress-buffer): Signal an error intentionally if it does
7773 not decompress compressed data because auto-compression-mode is
7774 disabled.
7775
7776 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
7777
7778 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
7779 an ID in the registry even if it has no groups.
7780
7781 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
7782
7783 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
7784 merge it into mm-decompress-buffer.
7785 (gnus-mime-copy-part): Use the MIME part charset, the value which
7786 a user specified or gnus-newsgroup-charset for decoding, like
7787 gnus-mime-inline-part does; set buffer-file-coding-system to tell
7788 save-buffer what was used. Suggested by Kevin Ryde
7789 <user42@zip.com.au>.
7790 (gnus-mime-inline-part): Allow the name parameter as well as the
7791 filename parameter; force decompressing of compressed data; always
7792 display contents being not decoded as unibyte.
7793
7794 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
7795 as well as the filename parameter.
7796
7797 * mm-util.el (mm-decompress-buffer): Merge
7798 gnus-mime-jka-compr-maybe-uncompress.
7799 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
7800 of compressed data.
7801
7802 2005-02-08 Simon Josefsson <jas@extundo.com>
7803
7804 * imap.el (imap-log): Doc fix.
7805
7806 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
7807
7808 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
7809 the coding cookies; decompress compressed parts.
7810
7811 * mml.el (mml-generate-mime-1): Add the charaset parameter according
7812 to the value which a user specified manually or the coding cookie.
7813
7814 * mm-util.el (mm-string-to-multibyte): New function.
7815 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
7816 (mm-coding-system-to-mime-charset): New function.
7817 (mm-decompress-buffer): New function.
7818 (mm-find-buffer-file-coding-system): New function.
7819
7820 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
7821 (mm-display-inline-fontify): Rewrite for decoding and decompressing
7822 parts.
7823
7824 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7825
7826 * mm-view.el (mm-display-inline-fontify): Decode a part according
7827 to the charset parameter.
7828
7829 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
7830
7831 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
7832 prefix arg is neither nil nor a number, as info specifies.
7833
7834 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
7835
7836 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
7837 timestamps.
7838
7839 2005-02-02 Jari Aalto <jari.aalto@cante.net>
7840
7841 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
7842 groups error checking and notify user.
7843
7844 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
7845
7846 * message.el (message-send-mail-function): Check existence of
7847 sendmail-program first before using default value
7848 `message-send-mail-with-sendmail'. Otherwise use more generic
7849 `smtpmail-send-it'.
7850
7851 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
7852
7853 * nntp.el (nntp-request-update-info): Always return nil.
7854
7855 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
7856
7857 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
7858
7859 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
7860
7861 * message.el (message-beginning-of-line): Change the behavior when
7862 invoked between BOL and : so that it first moves backward.
7863
7864 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
7865
7866 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
7867 article buffer when editing of the article is discarded.
7868 (gnus-article-prepare): Revert.
7869
7870 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
7871
7872 * gnus-art.el (gnus-article-prepare):
7873 Remove message-strip-forbidden-properties from the local hook.
7874
7875 2005-01-27 Simon Josefsson <jas@extundo.com>
7876
7877 * password.el (password-cache-add): Only start one timer per key.
7878 Reported by Derek Atkins <warlord@MIT.EDU>.
7879
7880 2005-01-26 Steve Youngs <steve@sxemacs.org>
7881
7882 * run-at-time.el: Removed. It is no longer needed as
7883 timer-funcs.el in the xemacs-base package has a working version of
7884 `run-at-time'.
7885
7886 * password.el: Require timer-funcs instead of run-at-time in
7887 XEmacs.
7888 Remove `password-run-at-time' macro.
7889 (password-cache-add): Use `run-at-time' instead of
7890 `password-run-at-time'.
7891
7892 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
7893 for `run-with-idle-timer'.
7894
7895 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
7896 for `run-at-time'.
7897
7898 * mm-url.el: Require timer-funcs at compile time when in XEmacs
7899 for `with-timeout'.
7900
7901 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
7902
7903 * mml.el (mml-generate-mime-1): Convert string into unibyte when
7904 inserting " *mml*" buffer's contents into a unibyte temp buffer.
7905
7906 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
7907
7908 * mail-source.el (mail-source-fetch-imap): Search for ^From case
7909 sensitively.
7910
7911 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
7912
7913 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
7914
7915 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
7916
7917 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
7918 which will be inserted according to the multibyteness of a buffer
7919 rather than the type of contents. Suggested by ARISAWA Akihiro
7920 <ari@mbf.ocn.ne.jp>.
7921
7922 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
7923 of string which old xml.el may return rather than a string.
7924
7925 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
7926
7927 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
7928
7929 2005-01-16 Simon Josefsson <jas@extundo.com>
7930
7931 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
7932 idn/idna.el isn't available.
7933 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
7934 <michael@waxrat.com>.
7935
7936 * hashcash.el: Remove non-FSF copyright header.
7937
7938 * hashcash.el (hashcash-extra-generate-parameters): New variable.
7939 (hashcash-generate-payment): Use it.
7940 (hashcash-generate-payment-async): Use it.
7941
7942 2005-01-15 Simon Josefsson <jas@extundo.com>
7943
7944 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
7945 Suggested by Raymond Scholz <ray-2005@zonix.de>.
7946
7947 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
7948 gnus-summary-idna-message.
7949 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
7950 (gnus-summary-idna-message): New function.
7951
7952 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
7953
7954 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
7955 gnus-novice-user.
7956
7957 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
7958
7959 * nnrss.el (nnrss-request-delete-group): Delete entries in
7960 nnrss-group-alist as well.
7961 (nnrss-save-server-data): Insert newline.
7962
7963 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
7964
7965 * gnus.el (gnus-user-agent): Use list of symbols instead of
7966 symbols. Display full version number for (S)XEmacs. Optionally
7967 display (S)XEmacs codename.
7968
7969 * gnus-util.el (gnus-emacs-version): Update for new
7970 `gnus-user-agent'.
7971
7972 * gnus-msg.el (gnus-extended-version): Make it possible to omit
7973 Gnus version.
7974
7975 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
7976
7977 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
7978 which is unreadable in some setups.
7979
7980 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7981
7982 * gnus-spec.el (gnus-update-format-specifications): Flush the
7983 group format spec cache if it doesn't support decoded group names.
7984
7985 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
7986
7987 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
7988 Allow to apply decay on score files matching a regexp.
7989
7990 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
7991
7992 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
7993 compatibility in %g and %c.
7994
7995 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
7996
7997 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
7998 name for only %g and %c.
7999 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
8000 of gnus-tmp-group to decoded group name.
8001 (gnus-group-make-rss-group): Exclude `/'s from group names.
8002
8003 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
8004
8005 * nnrss.el (nnrss-get-encoding): Fix regexp.
8006
8007 2004-12-27 Simon Josefsson <jas@extundo.com>
8008
8009 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
8010 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
8011 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
8012
8013 2004-12-17 Kim F. Storm <storm@cua.dk>
8014
8015 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
8016
8017 * gnus-sum.el (gnus-summary-mode-map): Likewise.
8018
8019 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8020
8021 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
8022
8023 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
8024
8025 * nnrss.el: Require rfc2047 and mml.
8026 (nnrss-file-coding-system): New variable.
8027 (nnrss-format-string): Redefine it as an inline function.
8028 (nnrss-decode-group-name): New function.
8029 (nnrss-string-as-multibyte): Remove.
8030 (nnrss-retrieve-headers): Decode group name; don't use
8031 nnrss-format-string.
8032 (nnrss-request-group): Decode group name.
8033 (nnrss-request-article): Decode group name; allow a Message-ID as
8034 well as an article number; don't use nnrss-format-string; encode a
8035 Message-ID string which may contain non-ASCII characters; use
8036 mml-to-mime to compose a MIME article.
8037 (nnrss-request-expire-articles): Decode group name.
8038 (nnrss-request-delete-group): Decode group name.
8039 (nnrss-fetch): Clarify error message.
8040 (nnrss-read-server-data): Use insert-file-contents instead of load;
8041 bind file-name-coding-system; use multibyte buffer.
8042 (nnrss-save-server-data): Bind coding-system-for-write to the
8043 value of nnrss-file-coding-system; bind file-name-coding-system;
8044 add coding cookie.
8045 (nnrss-read-group-data): Use insert-file-contents instead of load;
8046 bind file-name-coding-system; use multibyte buffer.
8047 (nnrss-save-group-data): Bind coding-system-for-write to the
8048 value of nnrss-file-coding-system; bind file-name-coding-system.
8049 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
8050 make it work with non-ASCII text.
8051 (nnrss-find-el): Make it work with old xml.el as well.
8052
8053 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8054
8055 * nnrss.el (nnrss-get-encoding): New function.
8056 (nnrss-fetch): Use unibyte buffer initially; bind
8057 coding-system-for-read while performing mm-url-insert; remove ^Ms;
8058 decode contents according to the encoding attribute.
8059 (nnrss-save-group-data): Add coding cookie.
8060 (nnrss-mime-encode-string): New function.
8061 (nnrss-check-group): Use it to encode subject and author.
8062
8063 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
8064
8065 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
8066 imaginary variable.
8067
8068 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8069
8070 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
8071 correctly even if there are wide characters.
8072
8073 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
8074
8075 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
8076 downcased symbol names; make a new cache instead of reusing
8077 bbdb-hashtable.
8078
8079 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
8080
8081 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8082 concatenating segments rather than before concatenating them.
8083 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8084
8085 * message.el (message-get-reply-headers): Bind `extra'.
8086
8087 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8088
8089 * message.el (message-extra-wide-headers): New variable.
8090 (message-get-reply-headers): Use it.
8091
8092 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
8093
8094 * gnus-agent.el (gnus-agent-group-path): Decode group name.
8095 (gnus-agent-group-pathname): Ditto.
8096
8097 * gnus-cache.el (gnus-cache-file-name): Decode group name.
8098
8099 * gnus-group.el (gnus-group-make-group): Decode group name.
8100 (gnus-group-make-rss-group): Register the group data after opening
8101 the nnrss group.
8102
8103 2004-12-17 Paul Jarc <prj@po.cwru.edu>
8104
8105 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
8106 by expiry now get marked as read.
8107
8108 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8109
8110 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
8111
8112 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
8113
8114 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
8115 unify Latin characters in XEmacs.
8116 (mm-find-mime-charset-region): Use it.
8117
8118 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8119
8120 * gnus-util.el (gnus-delete-directory): New function.
8121
8122 * gnus-agent.el (gnus-agent-delete-group): Use it.
8123
8124 * gnus-cache.el (gnus-cache-delete-group): Use it.
8125
8126 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
8127
8128 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
8129 names.
8130
8131 2004-12-16 Simon Josefsson <jas@extundo.com>
8132
8133 * hashcash.el (hashcash-payment-alist): Fix custom :type.
8134
8135 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
8136
8137 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
8138
8139 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
8140 (gnus-group-set-current-level): Decode group name.
8141
8142 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
8143
8144 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
8145 failed.
8146
8147 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
8148
8149 * gnus-group.el (gnus-group-delete-group): Decode group name.
8150 (gnus-group-make-rss-group): Encode group name.
8151 (gnus-group-catchup-current): Decode group name.
8152 (gnus-group-kill-group): Decode group name.
8153
8154 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
8155
8156 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
8157
8158 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
8159
8160 * gnus-group.el (gnus-group-make-rss-group):
8161 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
8162
8163 * gnus-start.el (gnus-setup-news): Honor user's setting to
8164 gnus-message-archive-method. Suggested by Lute Kamstra
8165 <lute@gnu.org>.
8166
8167 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
8168
8169 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
8170 global counterparts of the buffer-local variables.
8171
8172 2004-11-16 Romain Francoise <romain@orebokech.com>
8173
8174 * gnus-sum.el (gnus-summary-exit): Don't clear the global
8175 counterparts of the buffer-local variables.
8176
8177 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8178
8179 * message.el (message-forbidden-properties): Fixed typo in doc
8180 string.
8181
8182 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8183
8184 * gnus-util.el (gnus-replace-in-string): Added doc string.
8185
8186 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
8187 to avoid problems when splitting mails with many recipients.
8188
8189 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8190
8191 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
8192 pop-to-buffer, covered by the subsequent gnus-configure-windows.
8193
8194 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
8195
8196 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
8197 if there is no hashtable in memory or file modification time is
8198 newer than cached timestamp.
8199
8200 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
8201
8202 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
8203 not-matching option.
8204
8205 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
8206
8207 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
8208 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
8209 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8210 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
8211 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
8212 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
8213
8214 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
8215
8216 * message.el (message-forward-make-body-mml): Remove headers
8217 according to message-forward-ignored-headers if a message is decoded.
8218
8219 2004-12-02 Romain Francoise <romain@orebokech.com>
8220
8221 * message.el (message-forward-make-body-plain): Always remove
8222 headers according to message-forward-ignored-headers.
8223
8224 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
8225
8226 * spam.el (spam-summary-prepare-exit): Remove the
8227 gnus-summary-limit pop for now, it has problems with ham marks for
8228 me.
8229
8230 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
8231
8232 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
8233 correctly.
8234
8235 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
8236
8237 * format-spec.el (format-spec): Message the char.
8238
8239 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8240
8241 * gnus-art.el (gnus-split-methods): Reformat comments.
8242
8243 * spam.el (spam-summary-prepare-exit): Remove article limits
8244 before exiting the summary buffer.
8245
8246 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
8247
8248 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
8249 order to silence the byte compiler.
8250
8251 * spam.el: Fix the way to silence the byte compiler, which
8252 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
8253 bbdb-search-simple, spam-BBDB-register-routine,
8254 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
8255 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
8256 spam-stat-buffer-is-spam, spam-stat-load,
8257 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
8258 spam-stat-save and spam-stat-split-fancy.
8259
8260 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
8261
8262 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
8263 which may confuse users.
8264 (canlock-password-for-verify): Ditto.
8265
8266 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
8267
8268 * gnus-art.el (gnus-emphasis-alist): Ditto.
8269
8270 * gnus-registry.el (gnus-registry-max-entries): Ditto.
8271
8272 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
8273
8274 * gnus-start.el (gnus-save-killed-list): Ditto.
8275
8276 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
8277 (gnus-sum-thread-tree-root): Ditto.
8278 (gnus-sum-thread-tree-false-root): Ditto.
8279 (gnus-sum-thread-tree-single-indent): Ditto.
8280
8281 * message.el (message-courtesy-message): Ditto.
8282 (message-archive-note): Ditto.
8283 (message-subscribed-address-file): Ditto.
8284 (message-user-fqdn): Ditto.
8285
8286 * spam-report.el (spam-report-gmane-regex): Ditto.
8287
8288 * spam.el (spam-blackhole-good-server-regex): Ditto.
8289
8290 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8291
8292 * mml.el (mml-preview): Widen the message buffer before copying
8293 the contents to the preview buffer; sort headers before previewing.
8294
8295 * message.el (message-hidden-headers): Fix the way to avoid a bug
8296 in the `repeat' widget in Emacs 21.3 or earlier.
8297
8298 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8299
8300 * message.el (message-hidden-headers): Default to "^References:".
8301 Improve customization type. Suggested by Reiner Steib
8302 <Reiner.Steib@gmx.de>.
8303
8304 2004-11-25 Romain Francoise <romain@orebokech.com>
8305
8306 * message.el (message-strip-forbidden-properties): Remove check for
8307 obsolete `message-hidden' text property, hidden headers are not
8308 accessible in the buffer anymore.
8309
8310 2004-11-22 Romain Francoise <romain@orebokech.com>
8311
8312 * message.el (message-header-format-alist): Add `From' in list
8313 so that it can be sorted.
8314 (message-fix-before-sending): Widen and sort headers before
8315 sending.
8316 (message-hide-headers): Use narrowing to hide headers by moving
8317 them to the top of the buffer and narrowing to the region
8318 underneath.
8319
8320 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8321
8322 * message.el (message-strip-forbidden-properties): Bind
8323 buffer-read-only (etc) to nil.
8324
8325 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
8326
8327 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
8328 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8329
8330 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
8331
8332 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
8333
8334 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8335
8336 * dns.el (query-dns): Use sit-for to time instead of
8337 accept-process-output, since that doesn't seem to work on udp
8338 sockets.
8339
8340 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
8341
8342 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
8343
8344 2004-11-15 Jesper Harder <harder@ifa.au.dk>
8345
8346 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
8347 doc string. Improve doc string.
8348
8349 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
8350
8351 * nntp.el (nntp-request-update-info): Return nil if
8352 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
8353 may not call gnus-activate-group which uselessly issues the GROUP
8354 commands for all nntp groups and wastes time. Reported by Romain
8355 Francoise <romain@orebokech.com>.
8356
8357 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
8358
8359 2004-11-15 Simon Josefsson <jas@extundo.com>
8360
8361 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
8362 headers separately.
8363 (gnus-button-openpgp): New function, inspired by Jochen Küpper
8364 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
8365
8366 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
8367
8368 * gnus-start.el (gnus-convert-old-newsrc):
8369 Assign legacy-gnus-agent to 5.10.7.
8370
8371 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8372
8373 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
8374 start of the lines.
8375
8376 2004-11-14 Magnus Henoch <mange@freemail.hu>
8377
8378 * hashcash.el (hashcash-default-payment): Change default to 20
8379 (hashcash-default-accept-payment): Change default to 20
8380 (hashcash-process-alist): New variable
8381 (hashcash-generate-payment-async): Add
8382 (hashcash-already-paid-p): Add
8383 (hashcash-insert-payment): Don't generate payments twice
8384 (hashcash-insert-payment-async): Add
8385 (hashcash-insert-payment-async-2): Add
8386 (hashcash-cancel-async): Add
8387 (hashcash-wait-async): Add
8388 (hashcash-processes-running-p): Add
8389 (hashcash-wait-or-cancel): Add
8390 (mail-add-payment): New optional argument. Conditionally start
8391 asynchronous calculation.
8392 (mail-add-payment-async): Add
8393
8394 * message.el (message-send-mail): Wait for asynchronous hashcash
8395 results. Don't clobber existing X-Hashcash headers.
8396 (message-setup-1): Call mail-add-payment-async when
8397 message-generate-hashcash is non-nil.
8398
8399 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8400
8401 * message.el (message-use-alternative-email-as-from): Examine the
8402 From header as well; use message-make-from in order to include a
8403 user's full name.
8404
8405 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8406
8407 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
8408 default; improve customization type.
8409 (gnus-emphasis-custom-with-format): New macro.
8410 (gnus-emphasis-custom-value-to-external): New function.
8411 (gnus-emphasis-custom-value-to-internal): New function.
8412
8413 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8414
8415 * dns.el (query-dns): Resolve reverse addresses.
8416
8417 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8418
8419 * gnus-group.el (gnus-group-get-new-news): Use it.
8420
8421 * gnus-start.el (gnus-check-reasonable-setup): New function.
8422
8423 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
8424
8425 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
8426 "Args out of range" error. Reported by Arnaud Giersch
8427 <arnaud.giersch@free.fr>.
8428
8429 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
8430
8431 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
8432
8433 2004-11-04 Richard M. Stallman <rms@gnu.org>
8434
8435 * spam.el (spam group): Add :version.
8436
8437 * pgg-def.el (pgg group): Add :version.
8438
8439 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
8440
8441 * gnus-art.el (gnus-article-edit-article): Don't associate the
8442 article buffer with a draft file. This is a temporary measure
8443 against the 2004-08-22 change to gnus-article-edit-mode.
8444
8445 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8446
8447 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
8448 (html2text-format-tags): Remove unused variable `attr'.
8449
8450 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
8451
8452 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
8453
8454 * spam-stat.el (spam-stat): Add :version.
8455
8456 * sieve.el (sieve): Add :version.
8457
8458 * sha1.el (sha1): Add :version.
8459 (sha1-use-external): Remove redundant version.
8460
8461 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
8462 (nnmail-cache-ignore-groups, nnmail-spool-hook)
8463 (nnmail-split-fancy-match-partial-words)
8464 (nnmail-split-lowercase-expanded): Add :version.
8465
8466 * nndiary.el (nndiary): Add :version.
8467
8468 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
8469
8470 * mml-sec.el (mml-default-sign-method)
8471 (mml-default-encrypt-method, mml-signencrypt-style-alist):
8472 Add :version.
8473
8474 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
8475
8476 * mm-url.el (mm-url-use-external, mm-url-program)
8477 (mm-url-arguments): Add :version.
8478
8479 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
8480 (mm-attachment-file-modes, mm-decrypt-option)
8481 (mm-w3m-safe-url-regexp): Add :version.
8482
8483 * message.el (message-cite-prefix-regexp)
8484 (message-sendmail-envelope-from, message-minibuffer-local-map)
8485 (message-user-fqdn, message-completion-alist): Add :version.
8486
8487 * gnus-win.el (gnus-configure-windows-hook)
8488 (gnus-use-frames-on-any-display): Add :version.
8489
8490 * gnus-art.el (gnus-article-address-banner-alist)
8491 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
8492 (gnus-treat-from-picon, gnus-treat-mail-picon)
8493 (gnus-treat-x-pgp-sig): Add :version.
8494
8495 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
8496 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
8497 (gnus-summary-article-delete-hook)
8498 (gnus-summary-display-while-building): Add :version.
8499
8500 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
8501 (gnus-get-top-new-news-hook):Add :version.
8502
8503 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8504 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
8505
8506 * gnus-registry.el (gnus-registry): Add :version.
8507
8508 * gnus-spec.el (gnus-use-correct-string-widths)
8509 (gnus-make-format-preserve-properties): Add :version.
8510
8511 * gnus.el (gnus-group-charter-alist)
8512 (gnus-group-fetch-control-use-browse-url)
8513 (gnus-install-group-spam-parameters): Add :version.
8514
8515 * gnus-diary.el (gnus-diary): Add :version.
8516
8517 * gnus-delay.el (gnus-delay): Add :version.
8518
8519 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
8520 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
8521 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
8522 Add :version.
8523
8524 * gnus-agent.el (gnus-agent-max-fetch-size)
8525 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
8526 (gnus-agent-prompt-send-queue): Add :version.
8527
8528 * deuglify.el (gnus-outlook-deuglify): Add :version.
8529
8530 * html2text.el: Beautify code. Improve doc strings. Some
8531 checkdoc cleanup.
8532 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
8533
8534 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
8535
8536 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
8537
8538 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
8539
8540 * gnus-registry.el (gnus-registry-hashtb): Create the registry
8541 when package is loaded.
8542
8543 * spam.el (spam-summary-score-preferred-header): Add global preference
8544 for people who want to override the default SpamAssassin over
8545 Bogofilter preference (when both are set).
8546 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
8547 (spam-user-format-function-S): Check
8548 spam-summary-score-preferred-header.
8549 (spam-extra-header-to-number): Add X-Bogosity header parsing.
8550 (spam-user-format-function-S): Format the score correctly.
8551
8552 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
8553
8554 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
8555 signature file. Suggested by Manoj Srivastava
8556 <srivasta@golden-gryphon.com>.
8557
8558 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
8559 iso-2022-jp even in the Japanese language environment.
8560 Suggested by Jason Rumney <jasonr@gnu.org>.
8561
8562 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
8563
8564 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
8565 use the same characters as the dummy marks; make it free from
8566 getting affected by the language environment.
8567 (gnus-summary-read-group-1): Update mark positions only when the
8568 format spec is updated.
8569
8570 * gnus-spec.el (gnus-update-format-specifications): Return a list
8571 of updated types.
8572
8573 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
8574
8575 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
8576 of boundp to check if display-warning is available.
8577
8578 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
8579
8580 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
8581
8582 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
8583
8584 * nnspool.el (nnspool-spool-directory): Use news-path if the
8585 news-directory variable is not bound.
8586
8587 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
8588 function instead of display-warning if it is not available.
8589
8590 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
8591
8592 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
8593 v5-10: Use `point-at-bol'.
8594
8595 2004-10-26 Simon Josefsson <jas@extundo.com>
8596
8597 * hashcash.el: Fix URL in comment, reported by Cheng Gao
8598 <chenggao@gmail.com>.
8599
8600 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
8601
8602 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
8603 instead.
8604
8605 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
8606
8607 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
8608 to remove a server from the nnimap-server-buffer-alist.
8609 (nnimap-open-connection, nnimap-close-server): Use it.
8610
8611 * gnus-encrypt.el: Remove file in favor of encrypt.el.
8612
8613 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
8614
8615 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
8616 running the major-mode function.
8617
8618 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
8619
8620 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
8621 dummy marks in the right way.
8622
8623 2004-10-18 David Edmondson <dme@dme.org>
8624
8625 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
8626 excessively.
8627
8628 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
8629
8630 * gnus-util.el (gnus-split-references): Accept a nil references
8631 string and go on blissfully.
8632
8633 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
8634 cases where the references string is non-nil but has no references.
8635
8636 * encrypt.el: Add autoload tags.
8637
8638 * spam.el (spam-resolve-registrations-routine): Remove article
8639 from unregistration list too. Reported by David Hanak
8640 <dhanak@isis.vanderbilt.edu>
8641
8642 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
8643
8644 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
8645 nil. Changed custom type.
8646
8647 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
8648
8649 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
8650
8651 * gnus-sum.el (gnus-summary-move-article): Use it.
8652
8653 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
8654
8655 * encrypt.el: Add autoload cookies.
8656
8657 * spam.el (spam-backend-article-list-property)
8658 (spam-backend-get-article-todo-list)
8659 (spam-backend-put-article-todo-list, )
8660 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
8661 Resolve registrations separately.
8662 (spam-register-routine): Format comments.
8663 (spam-unregister-routine, spam-register-routine): Always call with
8664 specific-articles, no default list.
8665 (spam-summary-prepare-exit): Use the spam-classifications function.
8666
8667 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
8668 gnus-encrypt.el.
8669
8670 * encrypt.el: Copied from gnus-encrypt.el.
8671
8672 * gnus-encrypt.el: Commented that it's obsolete.
8673
8674 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
8675
8676 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
8677 (gnus-score-save): Use it.
8678
8679 * message.el (message-bury): Use `window-dedicated-p'.
8680
8681 2004-10-15 Simon Josefsson <jas@extundo.com>
8682
8683 * pop3.el (top-level): Don't require nnheader.
8684 (pop3-read-timeout): Add.
8685 (pop3-accept-process-output): Add.
8686 (pop3-read-response, pop3-retr): Use it.
8687
8688 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
8689
8690 * spam.el (spam-register-routine): Move comment.
8691 (spam-verify-bogofilter): Use 'unknown for the initial
8692 spam-bogofilter-valid state, not 'never.
8693
8694 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
8695 for netrc-machine.
8696
8697 * nnimap.el (nnimap-open-connection): Use
8698 netrc-machine-user-or-password.
8699
8700 2004-10-17 Richard M. Stallman <rms@gnu.org>
8701
8702 * gnus-registry.el (gnus-registry-unload-hook):
8703 Set as a variable with add-hook.
8704
8705 * nnspool.el (nnspool-spool-directory): Use news-directory instead
8706 of news-path.
8707
8708 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
8709
8710 * spam.el: Delete duplicate `provide'.
8711 (spam-unload-hook): Set as a variable with add-hook.
8712
8713 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
8714
8715 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
8716 in the doc string.
8717
8718 * message.el (message-ignored-news-headers)
8719 (message-ignored-supersedes-headers)
8720 (message-ignored-resent-headers)
8721 (message-forward-ignored-headers): Improve custom type.
8722
8723 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
8724
8725 * message.el (message-tokenize-header): Fix 2004-09-06 change
8726 which used point-min in the wrong place.
8727
8728 2004-10-12 Simon Josefsson <jas@extundo.com>
8729
8730 * tls.el (tls-certtool-program): New variable.
8731 (tls-certificate-information): New function, based on
8732 ssl-certificate-information.
8733
8734 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
8735
8736 * compface.el: Move the version of ELisp-based uncompface program
8737 to the contrib directory because of the copyright problem.
8738
8739 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8740
8741 * message.el (message-kill-buffer): Raise the current frame.
8742
8743 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
8744
8745 * gnus-sum.el: Mention that multibyte characters don't work as marks.
8746
8747 * gnus.el (message-y-or-n-p): Autoload.
8748
8749 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
8750 (pop3-password-required, pop3-authentication-scheme)
8751 (pop3-leave-mail-on-server): Made customizable.
8752 (pop3): New custom group.
8753 (pop3-retr): Remove `sleep-for' statements.
8754 Suggested by Dave Love <fx@gnu.org>.
8755
8756 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
8757 Windows/DOS.
8758
8759 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
8760 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
8761 Dave Love <fx@gnu.org>.
8762
8763 * mml.el (mml-minibuffer-read-disposition): Require match.
8764 Suggested by Dave Love <fx@gnu.org>.
8765
8766 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
8767
8768 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
8769 doc string.
8770
8771 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
8772
8773 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
8774
8775 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8776
8777 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
8778 instead of calling `mm-insert-inline', to decode text/* parts
8779 before displaying them.
8780
8781 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
8782
8783 * mm-uu.el (mm-uu-text-plain-type): New variable.
8784 (mm-uu-pgp-signed-extract-1): Use it.
8785 (mm-uu-pgp-encrypted-extract-1): Use it.
8786 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
8787 bind mm-uu-text-plain-type with that value.
8788 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
8789 mm-uu-dissect.
8790
8791 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
8792
8793 * gnus-group.el (gnus-update-group-mark-positions):
8794 * gnus-sum.el (gnus-update-summary-mark-positions):
8795 * message.el (message-check-news-body-syntax):
8796 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
8797 of string-as-multibyte.
8798
8799 2004-10-05 Juri Linkov <juri@jurta.org>
8800
8801 * gnus-group.el (gnus-update-group-mark-positions):
8802 * gnus-sum.el (gnus-update-summary-mark-positions):
8803 * message.el (message-check-news-body-syntax):
8804 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
8805 8-bit unibyte values to a multibyte string for search functions.
8806
8807 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
8808
8809 * mm-uu.el (mm-uu-dissect): Allow optional arg.
8810 (mm-uu-dissect-text-parts): New function.
8811
8812 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
8813 dissect text parts.
8814
8815 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
8816 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
8817
8818 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
8819
8820 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
8821 gnus-current-topics instead of gnus-current-topic.
8822
8823 2004-10-06 Jesper Harder <harder@ifa.au.dk>
8824
8825 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
8826
8827 2004-10-05 Jesper Harder <harder@ifa.au.dk>
8828
8829 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
8830 where approriate.
8831
8832 * nnml.el (nnml-generate-active-info): do.
8833
8834 * nndiary.el (nndiary-generate-active-info): do.
8835
8836 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
8837 (gnus-topic-move): do.
8838
8839 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
8840 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
8841
8842 * gnus-srvr.el (gnus-server-prepare)
8843 (gnus-server-open-all-servers): do.
8844
8845 * gnus-msg.el (gnus-summary-cancel-article)
8846 (gnus-summary-resend-message)
8847 (gnus-summary-mail-crosspost-complaint): do.
8848
8849 * gnus-move.el (gnus-change-server): do.
8850
8851 * gnus-group.el (gnus-group-unmark-all-groups)
8852 (gnus-group-set-current-level): do.
8853
8854 2004-10-04 Simon Josefsson <jas@extundo.com>
8855
8856 * message.el (message-generate-hashcash): Doc fix.
8857
8858 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
8859
8860 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
8861 avoid infinite recursion via gnus-get-function.
8862
8863 2004-10-02 Jesper Harder <harder@ifa.au.dk>
8864
8865 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
8866
8867 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
8868
8869 * nnmail.el (nnmail-split-history): do.
8870
8871 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
8872 (nnml-request-delete-group): do.
8873
8874 * nnslashdot.el (nnslashdot-read-groups): do.
8875
8876 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
8877 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
8878
8879 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
8880 (nnspool-sift-nov-with-sed): Use last
8881 (nnspool-retrieve-headers-with-nov): Use mapc.
8882 (nnspool-request-newgroups): Use dolist.
8883 (nnspool-request-group): Use last.
8884
8885 * nntp.el (nntp-read-server-type): Use dolist.
8886
8887 * nnvirtual.el (nnvirtual-create-mapping)
8888 (nnvirtual-update-read-and-marked): Use dolist.
8889 (nnvirtual-convert-headers): Simplify.
8890
8891 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
8892
8893 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
8894 support for sync'ing tick marks.
8895
8896 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
8897
8898 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
8899 there's no visible header.
8900
8901 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
8902
8903 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
8904 necessary, pass full group name to gnus-request-set-marks.
8905
8906 2004-10-01 Simon Josefsson <jas@extundo.com>
8907
8908 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
8909 acroread.
8910
8911 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8912
8913 * spam-report.el (spam-report-gmane): Fix interactive.
8914
8915 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
8916
8917 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
8918 when writing file.
8919 (gnus-agent-synchronize-flags): Don't default to being
8920 interactive.
8921
8922 2004-09-30 Simon Josefsson <jas@extundo.com>
8923
8924 * message.el (message-generate-hashcash): Add.
8925 (message-send-mail): Use it, call mail-add-payment.
8926
8927 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
8928
8929 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
8930
8931 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
8932
8933 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
8934 gnus-requst-update-info with explicit code to sync the in-memory
8935 info read flags with the marks being sync'd to the backend.
8936
8937 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
8938
8939 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
8940
8941 * spam.el (spam-verify-bogofilter): Add new function.
8942 (spam-check-bogofilter)
8943 (spam-bogofilter-register-with-bogofilter): Use it.
8944 (spam-verify-bogofilter): Add small fixes.
8945
8946 2004-09-28 Simon Josefsson <jas@extundo.com>
8947
8948 * hashcash.el (hashcash-generate-payment): Revert.
8949
8950 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
8951
8952 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
8953 gnus-extract-references instead of gnus-split-references.
8954
8955 * gnus-util.el (gnus-extract-references): Add new function, analogous
8956 to gnus-split-references but extracts only the message-ID without
8957 anything extra.
8958
8959 * hashcash.el (hashcash-generate-payment)
8960 (hashcash-check-payment): Do the right thing if hashcash-path is
8961 nil (because the hashcash program could not be found).
8962
8963 * spam.el (spam-use-hashcash): Remove comment.
8964
8965 2004-09-27 Jesper Harder <harder@ifa.au.dk>
8966
8967 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
8968 (gnus-cache-enter-article, gnus-cache-remove-article)
8969 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
8970
8971 * gnus-async.el (gnus-async-prefetch-remove-group): do.
8972
8973 * gnus-art.el (article-hide-boring-headers)
8974 (article-translate-strings, article-display-face)
8975 (gnus-article-mime-match-handle-first)
8976 (gnus-article-highlight-headers)
8977 (gnus-article-add-buttons-to-head): do.
8978
8979 2004-09-27 Simon Josefsson <jas@extundo.com>
8980
8981 * hashcash.el: New version, from
8982 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
8983 ../contrib/.
8984
8985 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
8986
8987 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
8988
8989 2004-09-26 Jesper Harder <harder@ifa.au.dk>
8990
8991 * gnus-dup.el (gnus-dup-open): Use mapc.
8992 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
8993
8994 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
8995 Reported by Stefan Wiens <s.wi@gmx.net>.
8996
8997 * gnus.el (gnus-shutdown): Use dolist.
8998
8999 * gnus-undo.el (gnus-undo): Use mapc.
9000
9001 * nnrss.el (nnrss-generate-active): do.
9002
9003 * message.el (message-cite-original-without-signature)
9004 (message-cite-original): Use mapc.
9005 (message-do-actions, message-make-forward-subject): Use dolist.
9006
9007 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9008
9009 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
9010 deletion to remove entire duplicate line. Fixes merged article
9011 number bug.
9012
9013 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9014
9015 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
9016 servers that are offline. Avoids having gnus-agent-toggle-plugged
9017 first ask if you want to open a server and then, even when you
9018 responded with no, asking if you want to synchronize the server's
9019 flags.
9020 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
9021 multi-line expressions.
9022 (gnus-agent-synchronize-group-flags): New internal function.
9023 Updates marks in memory (in the info structure) AND in the
9024 backend.
9025
9026 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
9027
9028 * nnagent.el (nnagent-request-set-mark): Use
9029 gnus-agent-synchronize-group-flags, not backend's request-set-mark
9030 method, to ensure that synchronization updates marks in the
9031 backend and in the info (in memory) structure.
9032
9033 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9034
9035 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
9036 convention fully; don't miss the root article of a thread; make
9037 the X-Draft-From header with correct article numbers.
9038
9039 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
9040
9041 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
9042 unless plugged. Disable the agent so that an open failure causes
9043 an error.
9044
9045 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
9046 Reverted 2004-09-21 change. The backend must be opened while
9047 synchronizing flags even when the backend stores the flags
9048 locally.
9049
9050 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
9051
9052 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
9053 in `header' match. Reported by Svend Tollak Munkejord.
9054
9055 * message.el (message-cite-original): Fix use of
9056 `message-cite-articles-with-x-no-archive'.
9057
9058 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9059
9060 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
9061 (gnus-window-to-buffer): Ditto.
9062
9063 * mml.el (mml-preview-buffer): New variable.
9064 (mml-preview): Manage window layout with gnus-buffer-configuration.
9065
9066 * gnus-msg.el (gnus-setup-message): Put article numbers into the
9067 X-Draft-From header even if those articles aren't quoted.
9068
9069 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
9070
9071 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
9072 (gnus-request-set-mark, gnus-request-update-mark): Use new
9073 g-s-t-u-l-m to decide to use backend even when unplugged.
9074
9075 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
9076
9077 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
9078 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
9079
9080 2004-09-20 Simon Josefsson <jas@extundo.com>
9081
9082 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
9083 "utf-16-le".
9084
9085 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9086
9087 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
9088
9089 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
9090
9091 * uudecode.el (uudecode-use-external): Add :version.
9092
9093 * smime.el (smime-CA-file, smime-encrypt-cipher)
9094 (smime-dns-server): Add :version.
9095
9096 * smiley.el (gnus-smiley-file-types): Add :version.
9097
9098 * sha1.el (sha1-use-external): Add :version.
9099
9100 * pgg-def.el (pgg-query-keyserver): Add :version.
9101
9102 * nnmail.el (nnmail-fancy-expiry-targets)
9103 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
9104 Add :version.
9105
9106 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
9107 (nnimap-retrieve-groups-asynchronous): Add :version.
9108 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
9109
9110 * mml.el (mml-content-disposition-parameters)
9111 (mml-insert-mime-headers-always): Add :version.
9112
9113 * mm-util.el (mm-coding-system-priorities): Add :version.
9114
9115 * mm-decode.el (mm-inline-text-html-with-images)
9116 (mm-keep-viewer-alive-types, mm-external-terminal-program)
9117 (mm-verify-option): Add :version.
9118 (mm-text-html-renderer): Change :version.
9119
9120 * message.el (message-fcc-externalize-attachments)
9121 (message-required-headers, message-draft-headers)
9122 (message-subject-trailing-was-query)
9123 (message-subject-trailing-was-ask-regexp)
9124 (message-subject-trailing-was-regexp, message-mark-insert-begin)
9125 (message-mark-insert-end, message-archive-header)
9126 (message-archive-note, message-cross-post-default)
9127 (message-cross-post-note, message-followup-to-note)
9128 (message-cross-post-note-function, message-use-mail-followup-to)
9129 (message-subscribed-address-functions)
9130 (message-subscribed-address-file, message-subscribed-addresses)
9131 (message-subscribed-regexps, message-allow-no-recipients)
9132 (message-yank-cited-prefix, message-signature-insert-empty-line)
9133 (message-hidden-headers, message-hierarchical-addresses)
9134 (message-mail-user-agent, message-use-idna)
9135 (message-valid-fqdn-regexp)
9136 (message-strip-special-text-properties, message-header-synonyms)
9137 (message-beginning-of-line, message-tab-body-function): Add :version.
9138 (message-insert-canlock, message-wide-reply-confirm-recipients):
9139 Change :version.
9140
9141 * mail-source.el (mail-source-ignore-errors): Add :group, :type
9142 and :version.
9143 (mail-source-delete-old-incoming-confirm)
9144 (mail-source-movemail-program): Add :version.
9145
9146 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
9147 (gnus-agent-cache, gnus-agent): Change :version.
9148
9149 * gnus-util.el (gnus-use-byte-compile): Change :version.
9150
9151 * gnus-sum.el (gnus-summary-make-false-root-always)
9152 (gnus-summary-default-high-score)
9153 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
9154 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
9155 (gnus-read-all-available-headers, gnus-article-emulate-mime)
9156 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
9157 (gnus-sum-thread-tree-single-indent)
9158 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9159 (gnus-sum-thread-tree-leaf-with-other)
9160 (gnus-sum-thread-tree-single-leaf): Add :version.
9161 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
9162 (gnus-article-loose-mime): Change :version.
9163
9164 * gnus-start.el (gnus-backup-startup-file)
9165 (gnus-save-startup-file-via-temp-buffer): Add :version.
9166
9167 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
9168 (gnus-server-offline-face): Add :version.
9169
9170 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
9171
9172 * gnus-msg.el (gnus-gcc-externalize-attachments)
9173 (gnus-debug-files, gnus-debug-exclude-variables)
9174 (gnus-discouraged-post-methods): Change :version.
9175 (gnus-confirm-mail-reply-to-news)
9176 (gnus-confirm-treat-mail-like-news): Add :version.
9177
9178 * gnus-int.el (gnus-server-unopen-status): Add :version.
9179
9180 * gnus-group.el (gnus-group-jump-to-group-prompt)
9181 (gnus-large-ephemeral-newsgroup)
9182 (gnus-fetch-old-ephemeral-headers): Add :version.
9183
9184 * gnus-fun.el (gnus-x-face-directory)
9185 (gnus-convert-pbm-to-x-face-command)
9186 (gnus-convert-image-to-x-face-command)
9187 (gnus-convert-image-to-face-command): Add :version.
9188
9189 * gnus-delay.el (gnus-delay-default-hour): Add :version.
9190
9191 * gnus-cite.el (gnus-cite-blank-line-after-header)
9192 (gnus-article-boring-faces): Add :version.
9193
9194 * gnus-art.el (gnus-buttonized-mime-types)
9195 (gnus-inhibit-mime-unbuttonizing)
9196 (gnus-treat-display-face)
9197 (gnus-treat-body-boundary): Change :version.
9198 (gnus-body-boundary-delimiter, gnus-picon-databases)
9199 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
9200 (gnus-treat-date-english, gnus-treat-fold-headers)
9201 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
9202 (gnus-treat-mail-picon, gnus-treat-wash-html)
9203 (gnus-article-encrypt-protocol)
9204 (gnus-use-idna, gnus-article-over-scroll)
9205 (gnus-mime-display-multipart-alternative-as-mixed)
9206 (gnus-mime-display-multipart-related-as-mixed)
9207 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
9208 (gnus-ctan-url, gnus-button-ctan-handler)
9209 (gnus-button-handle-ctan-bogus-regexp)
9210 (gnus-button-ctan-directory-regexp)
9211 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
9212 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
9213 (gnus-button-man-level, gnus-button-emacs-level)
9214 (gnus-button-message-level, gnus-button-browse-level): Add :version.
9215
9216 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
9217 (gnus-agent-go-online): Change :version.
9218 (gnus-agent-expire-unagentized-dirs)
9219 (gnus-agent-auto-agentize-methods): Add :version.
9220
9221 * flow-fill.el (fill-flowed-display-column)
9222 (fill-flowed-encode-column): Add :version.
9223
9224 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9225 (gnus-outlook-deuglify-unwrap-max)
9226 (gnus-outlook-deuglify-cite-marks)
9227 (gnus-outlook-deuglify-unwrap-stop-chars)
9228 (gnus-outlook-deuglify-no-wrap-chars)
9229 (gnus-outlook-deuglify-attrib-cut-regexp)
9230 (gnus-outlook-deuglify-attrib-verb-regexp)
9231 (gnus-outlook-deuglify-attrib-end-regexp)
9232 (gnus-outlook-display-hook): Add :version.
9233
9234 * binhex.el (binhex-use-external): Add :version.
9235
9236 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
9237
9238 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
9239 and `invisible'.
9240
9241 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9242
9243 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
9244 in gnus-registry-trim.
9245
9246 2004-09-13 Simon Josefsson <jas@extundo.com>
9247
9248 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
9249
9250 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
9251
9252 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
9253 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9254 <yamaoka@jpl.org>.
9255 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
9256 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9257 <yamaoka@jpl.org>.
9258
9259 * sieve.el (sieve-manage-mode): Ditto.
9260
9261 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
9262
9263 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
9264
9265 2004-09-11 Simon Josefsson <jas@extundo.com>
9266
9267 * dns-mode.el: Add.
9268
9269 * mm-view.el (mm-display-dns-inline): Add.
9270
9271 * mm-decode.el (mm-inline-media-tests): Add text/dns.
9272 (mm-automatic-display): Ditto.
9273
9274 * mailcap.el (mailcap-mime-data): Add text/dns.
9275 (mailcap-mime-extensions): Map .soa to text/dns.
9276
9277 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
9278
9279 * gnus-art.el (article-decode-mime-words, article-babel)
9280 (gnus-article-highlight-signature, gnus-article-add-buttons)
9281 (gnus-signature-toggle): Remove unnecessary bindings of
9282 `inhibit-read-only' inherited from v5.10 merge.
9283
9284 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
9285
9286 * nntp.el (nntp): New customization group.
9287 (nntp-authinfo-file): Add customization group.
9288
9289 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
9290
9291 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
9292
9293 * gnus.el (to-address, to-list, subscribed)
9294 (large-newsgroup-initial): Ditto.
9295
9296 * flow-fill.el (fill-flowed-display-column)
9297 (fill-flowed-encode-column): Ditto.
9298
9299 2004-09-06 Stefan <monnier@iro.umontreal.ca>
9300
9301 * message.el (message-tokenize-header, message-send-mail-with-qmail):
9302 Use point-min rather than 1.
9303 (message-send-mail): Use buffer-size rather than point-max.
9304
9305 * gnus-sum.el (gnus-summary-search-article-forward):
9306 Signal a specific `search-failed' rather than a generic `error'.
9307
9308 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
9309 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
9310 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
9311
9312 2004-09-10 Simon Josefsson <jas@extundo.com>
9313
9314 * nndb.el (require): Remove tcp and duplicate cl.
9315
9316 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
9317
9318 * gnus-agent.el (directory-files-and-attributes): Move forward.
9319
9320 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
9321
9322 * gnus-agent.el (directory-files-and-attributes): Optionally
9323 defined to support XEmacs.
9324
9325 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
9326
9327 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
9328 to avoid run-time CL dependencies.
9329 (gnus-agent-unfetch-articles): New function.
9330 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
9331 article numbers even when local .overview file is missing.
9332 (gnus-agent-read-article-number): New function. Only accepts
9333 27-bit article numbers.
9334 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
9335 gnus-agent-read-article-number.
9336 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
9337 from backend while recognizing that article numbers in .overview
9338 must be valid.
9339 (gnus-agent-update-files-total-fetched-for): Use
9340 directory-files-and-attributes to improve performance.
9341 * gnus-int.el (gnus-request-move-article): Use
9342 gnus-agent-unfetch-articles in place of gnus-agent-expire to
9343 improve performance.
9344
9345 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
9346 some users confused by references to .newsrc when they only have a
9347 .newsrc.eld file.
9348 (gnus-convert-mark-converter-prompt,
9349 gnus-convert-converter-needs-prompt): Fixed use of property list.
9350 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
9351 New function. Used internally to only display 'gnus converting
9352 files' message when actually necessary.
9353
9354 * gnus-sum.el (): Removed (require 'gnus-agent) as required
9355 methods now autoloaded.
9356
9357 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
9358
9359 * gnus-sum.el (gnus-summary-insert-subject): Remove list
9360 identifiers.
9361
9362 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
9363
9364 * gnus-picon.el: Fix indentation and closing parenthesis.
9365
9366 2004-09-01 Simon Josefsson <jas@extundo.com>
9367
9368 * message.el (message-canlock-generate): Require sha1, not
9369 sha1-el. (Can we get rid of this require alltogheter? It is ugly
9370 to require within a function. Sadly, if sha1.el isn't loaded, the
9371 let binding in m-c-g will hide the defcustom definition, which is
9372 bad.)
9373
9374 * canlock.el: Require sha1, not sha1-el.
9375
9376 * message.el: Don't autoload sha1 (there is a autoload cookie in
9377 sha1.el).
9378
9379 * sha1-el.el: Renamed to sha1.el.
9380
9381 2004-08-30 Juanma Barranquero <lektu@terra.es>
9382
9383 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
9384
9385 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9386
9387 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
9388
9389 2004-08-30 Kim F. Storm <storm@cua.dk>
9390
9391 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
9392
9393 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
9394 Add :group 'nnimap.
9395
9396 2004-08-30 Andreas Schwab <schwab@suse.de>
9397
9398 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
9399 ?* and ?\;.
9400
9401 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
9402 and ?\' to symbol instead of whitespace.
9403
9404 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
9405
9406 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
9407
9408 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
9409 instead of re-search-forward.
9410
9411 * gnus-uu.el (gnus-uu-save-article): Ditto.
9412 (gnus-uu-post-encode-uuencode): Ditto.
9413
9414 * html2text.el (html2text-clean-list-items): Ditto.
9415 (html2text-clean-dtdd): Ditto.
9416 (html2text-format-tags): Ditto.
9417
9418 * message.el (message-send-mail-with-sendmail): Fix regexp.
9419 (message-fill-field-general): Use search-forward instead of
9420 re-search-forward.
9421 (unbold-region): Ditto.
9422
9423 * nnrss.el (nnrss-request-article): Ditto.
9424
9425 * nnslashdot.el (nnslashdot-request-article): Ditto.
9426
9427 * nnweb.el (nnweb-gmane-wash-article): Ditto.
9428
9429 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
9430 "Unrecognized menu descriptor" error in XEmacs.
9431
9432 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
9433
9434 * gnus-sum.el (gnus-read-header): Don't remove a header for the
9435 parent article of a sparse article in the thread hashtb.
9436
9437 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
9438
9439 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
9440 (nnmail-expand-newtext): Lowercase expanded entries if
9441 nnmail-split-lowercase-expanded is non-nil.
9442
9443 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
9444
9445 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
9446
9447 * gnus-group.el (gnus-group-line-format-alist): Convert the value
9448 of gnus-tmp-news-method into string under XEmacs. It will be
9449 passed to gnus-correct-length which takes only a string argument.
9450
9451 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
9452
9453 * gnus-util.el (gnus-bind-print-variables): New macro.
9454 (gnus-prin1): Use it.
9455 (gnus-prin1-to-string): Use it.
9456 (gnus-pp): New function.
9457 (gnus-pp-to-string): New function.
9458
9459 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
9460 Replace pp-to-string with gnus-pp-to-string.
9461 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
9462 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
9463 * gnus-msg.el (gnus-debug): Ditto.
9464 * gnus-score.el (gnus-score-save): Ditto.
9465 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
9466 gnus-pp-to-string.
9467 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
9468 with gnus-pp.
9469 * score-mode.el (gnus-score-pretty-print): Ditto.
9470 * webmail.el (webmail-debug): Ditto.
9471
9472 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
9473
9474 * gnus-art.el (article-display-face, article-display-x-face):
9475 Use buffer-read-only.
9476
9477 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
9478
9479 * gnus-art.el (article-hide-list-identifiers):
9480 Bind inhibit-read-only as t.
9481
9482 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
9483
9484 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
9485
9486 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9487
9488 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
9489 (gnus-narrow-to-page): Don't assume point-min == 1.
9490 (gnus-article-edit-mode): Derive from message-mode.
9491
9492 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
9493 point-min == 1.
9494
9495 * imap.el (imap-parse-address-list, imap-parse-body-ext):
9496 Disable incorrect use of `assert'.
9497
9498 * message.el (message-mode): Set comment-start-skip.
9499
9500
9501 2004-08-22 Sam Steingold <sds@gnu.org>
9502
9503 * pop3.el (pop3-leave-mail-on-server): New user variable.
9504 (pop3-movemail): Delete mail only when it is nil.
9505
9506 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
9507
9508 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
9509
9510 * mml.el (mml-preview): Use `pop-to-buffer'.
9511
9512 * message.el (message-goto-mail-followup-to): Insert after "To".
9513 (message-carefully-insert-headers): Add comment.
9514
9515 * gnus.el: Remove unused variable `gnus-article-check-size'.
9516
9517 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
9518
9519 * gnus-art.el (gnus-button-alist): Improve
9520 `gnus-button-handle-library' entry.
9521
9522 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
9523
9524 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
9525 downcase, since XEmacs capitalizes error messages differently.
9526
9527 2004-08-18 Jesper Harder <harder@ifa.au.dk>
9528
9529 * nntp.el: Add (require 'gnus) due to reference to
9530 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
9531
9532 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
9533
9534 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
9535 `mm-fill-flowed'.
9536
9537 * mm-decode.el (mm-dissect-singlepart): Check it.
9538
9539 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
9540
9541 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
9542 'imap' for netrc parsing.
9543
9544 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
9545
9546 * mailcap.el (mailcap-mime-data): Mark as risky.
9547
9548 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
9549
9550 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
9551 may be included in the encoded word.
9552 (rfc2047-encode): Don't append a space if the encoded word
9553 includes close parenthesis.
9554
9555 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
9556
9557 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
9558 of text within parentheses.
9559
9560 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
9561
9562 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
9563 (gnus-encrypt-write-file-contents): Make the password key the file
9564 name PLUS the cipher, not just the cipher. Also remove failed
9565 passwords from the cache.
9566
9567 2004-08-06 Simon Josefsson <jas@extundo.com>
9568
9569 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
9570 fix.
9571
9572 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
9573
9574 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
9575 LWSP.
9576
9577 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
9578
9579 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
9580 to append in-reply-to: data to the references: header.
9581
9582 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
9583 (netrc-parse): Use gnus-encrypt.el functions.
9584
9585 * gnus-encrypt.el: Add new file for encryption support; currently
9586 does only a few GPG ciphers and an internal XOR cipher.
9587
9588 * password.el: Add comments on using password-read-and-add.
9589 (password-read-and-add): Add function to read and add the
9590 password to the cache at once.
9591
9592 2004-07-28 Simon Josefsson <jas@extundo.com>
9593
9594 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
9595 parameter (but don't use it, for now).
9596
9597 * imap.el (imap-ssl-open): Use imap-process-connection-type,
9598 instead of hard coding to nil.
9599
9600 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
9601
9602 * mm-view.el (mm-inline-image-emacs): Open lines under an image
9603 as mm-inline-image-xemacs does.
9604
9605 2004-07-26 Simon Josefsson <jas@extundo.com>
9606
9607 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
9608 Revert part of 2004-07-17 change below.
9609
9610 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
9611
9612 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
9613 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9614
9615 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9616
9617 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
9618 quotes that actually start with ">" at the beginning of the
9619 lines.
9620
9621 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
9622
9623 * rfc2047.el (rfc2047-encode-region): Fix last change.
9624 (rfc2047-encode-parameter): Remove useless concat.
9625
9626 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
9627
9628 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
9629 encode special characters; fix some kind of misconfigured headers;
9630 signal a real error if debug-on-quit or debug-on-error is non-nil.
9631 (rfc2047-encode-max-chars): New variable.
9632 (rfc2047-encode-1): Use it.
9633 (rfc2047-encode-parameter): New function.
9634
9635 * mml.el (mml-insert-parameter): Remove an excessive space.
9636
9637 2004-07-17 Simon Josefsson <jas@extundo.com>
9638
9639 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
9640 Kai Grossjohann <kai@emptydomain.de>.
9641 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
9642 (gnus-group-make-menu-bar): Ditto.
9643
9644 * gnus-util.el (gnus-group-server): Add.
9645
9646 2004-07-16 Jesper Harder <harder@ifa.au.dk>
9647
9648 * message.el (message-clone-locals): Clone sendmail and smtp
9649 variables.
9650
9651 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
9652
9653 * rfc2047.el (rfc2047-encode-region): Fix last change.
9654
9655 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
9656
9657 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
9658 characters as non-special.
9659
9660 2004-07-09 Simon Josefsson <jas@extundo.com>
9661
9662 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
9663 Users will lose all flag changes made while unplugged with
9664 e.g. nntp unless flag synchronization happens, thus `nil' is not a
9665 good default. See numerous reports on ding mailing list.
9666
9667 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
9668
9669 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
9670 add generate-head-function and generate-article-function to the
9671 rfc822-forward entry.
9672 (nndoc-rfc822-forward-generate-article): New function.
9673 (nndoc-rfc822-forward-generate-head): New function.
9674
9675 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
9676
9677 2004-07-06 Dan Christensen <jdc@uwo.ca>
9678
9679 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
9680 respect display group parameter and gnus-summary-expunge-below.
9681 (gnus-articles-to-read): Remove unused reference to display group
9682 parameter.
9683
9684 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9685
9686 * nnheader.el (nnheader-uniquify-message-id): New experimental
9687 variable.
9688 (nnheader-nov-read-message-id): Use it.
9689
9690 * spam-report.el (spam-report-gmane): Add interactive.
9691
9692 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
9693
9694 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
9695 qp-or-base64 for the application/* types.
9696
9697 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
9698
9699 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
9700
9701 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
9702
9703 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
9704 trim value.
9705
9706 2004-01-25 Paul Jarc <prj@po.cwru.edu>
9707
9708 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
9709 New macro and function.
9710 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
9711
9712 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
9713
9714 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
9715 after-load-alist.
9716
9717 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9718
9719 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
9720 update info that isn't there.
9721
9722 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
9723
9724 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
9725 entry.
9726
9727 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
9728
9729 * mm-view.el (mm-inline-render-with-function): Use multibyte
9730 buffer; decode html source by charset.
9731
9732 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
9733
9734 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
9735 Mule-UCS is loaded under XEmacs.
9736 (mm-mime-mule-charset-alist): Avoid duplicated entries.
9737
9738 2004-06-28 Jesper Harder <harder@ifa.au.dk>
9739
9740 * nnheader.el (nnheader-max-head-length): Increase to 8192.
9741
9742 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
9743
9744 * mm-util.el (mm-coding-system-p): Return a coding-system.
9745 (mm-mime-mule-charset-alist): Use shift_jis instead of
9746 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
9747 entries for the mime charsets iso-2022-jp-3 and shift_jis.
9748 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
9749 instead of japanese-shift-jis and iso-latin-1 respectively in
9750 order to share the default value with both Emacs and XEmacs-mule.
9751 (mm-mule-charset-to-mime-charset): Make
9752 mm-coding-system-priorities effective.
9753 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
9754 while predicating of candidates upon the priorities.
9755
9756 2004-06-27 Jesper Harder <harder@ifa.au.dk>
9757
9758 * gnus-sum.el (gnus-summary-make-menu-bar): Add
9759 gnus-uu-invert-processable.
9760
9761 * gnus.el: Autoload gnus-uu-invert-processable.
9762
9763 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
9764
9765 * mm-util.el (mm-with-multibyte-buffer): New macro.
9766
9767 * rfc2047.el (rfc2047-encode-string): Use it.
9768 (rfc2047-encode-region): Move point to the end of the region after
9769 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
9770
9771 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
9772
9773 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
9774 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
9775
9776 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
9777
9778 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
9779 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
9780 Karl Chen <quarl@nospam.quarl.org>.
9781
9782 2004-06-23 Jesper Harder <harder@ifa.au.dk>
9783
9784 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
9785 invalid addresses.
9786
9787 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
9788
9789 * spam.el: Change section markers, revise TODO list.
9790 (spam-backends): Make new master list of all installed backends.
9791 (spam-summary-exit-behavior): Add new variable to determine how
9792 messages moves are done at summary exit.
9793 (spam-move-spam-nonspam-groups-only)
9794 (spam-process-ham-in-nonham-groups)
9795 (spam-process-ham-in-spam-groups): Remove variables, the
9796 spam-summary-exit-behavior variable should be used to manage this
9797 behavior.
9798 (spam-old-ham-articles, spam-old-spam-articles): Remove.
9799 (spam-old-articles): Add variable, replacing spam-old-ham-articles
9800 and spam-old-spam-articles.
9801 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
9802 Add empty variables, placeholders for the backends they represent.
9803 (spam-set-difference): Move, unchanged.
9804 (spam-list-of-processors): Declare OBSOLETE, not used anymore
9805 unless the user has a processor variable.
9806 (spam-classifications, spam-classification-valid-p)
9807 (spam-backend-properties, spam-backend-property-valid-p)
9808 (spam-backend-function-type-valid-p)
9809 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
9810 (spam-report-articles-gmane, spam-report-articles-resend):
9811 Remove functions, they are not needed.
9812 (spam-install-backend-super, spam-backend-list)
9813 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
9814 (spam-backend-function, spam-backend-ham-registration-function)
9815 (spam-backend-spam-registration-function)
9816 (spam-backend-ham-unregistration-function)
9817 (spam-backend-spam-unregistration-function)
9818 (spam-backend-statistical-p, spam-backend-mover-p)
9819 (spam-install-backend-alias, spam-install-checkonly-backend)
9820 (spam-install-mover-backend, spam-install-nocheck-backend)
9821 (spam-install-backend, spam-install-statistical-backend)
9822 (spam-install-statistical-checkonly-backend): Add backend installation
9823 support.
9824 (spam-summary-prepare-exit): Rewrite to use the new backend code.
9825 (spam-group-processor-p): Use the new backend code and respect the
9826 summary exit behavior.
9827 (spam-mark-spam-as-expired-and-move-routine): Remove.
9828 (spam-summary-prepare): Change to use the new spam-old-articles
9829 variable.
9830 (spam-copy-or-move-routine, spam-copy-spam-routine)
9831 (spam-move-spam-routine, spam-copy-ham-routine)
9832 (spam-move-ham-routine): Add code to copy/move ham or spam.
9833 (spam-fetch-field-fast): Improve doc and code, plus allow the
9834 'number request.
9835 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
9836 variables.
9837 (spam-split, spam-find-spam): Use the new backend code.
9838 (spam-registration-functions): Remove variable.
9839 (spam-unregister-routine): Add convenience wrapper.
9840 (spam-log-undo-registration, spam-register-routine)
9841 (spam-log-processing-to-registry)
9842 (spam-log-unregistration-needed-p): Rename "check" to "backend"
9843 where possible.
9844 (spam-check-gmane-xref, spam-check-regex-headers)
9845 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
9846 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
9847 (spam-check-bogofilter-headers, spam-check-spamoracle)
9848 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
9849 (spam-check-crm114-headers): Use the spam-split-group that
9850 spam-split prepares, no need to determine it every time.
9851
9852 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
9853 to the nnheader-parse-naked-head call.
9854
9855 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
9856
9857 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
9858 the nnheader-nov-read-message-id call.
9859
9860 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
9861
9862 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
9863 gnus-activate-group twice. Suggested by Markus Peter
9864 <warp@spin.de>.
9865
9866 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
9867
9868 * gnus-art.el (gnus-article-time-format): Exchange the order of
9869 day and month in the default value; fix customization type.
9870 (article-date-ut): Use add-text-properties.
9871 (article-make-date-line): Use message-make-date instead of
9872 current-time-string.
9873
9874 * message.el (message-fetch-field): Don't use set-text-properties.
9875 (message-make-date): Simplify.
9876
9877 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
9878
9879 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
9880 (rfc2047-encode-region): Treat text within parentheses as special;
9881 show the original text when error has occurred.
9882
9883 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
9884 already-computed method to gnus-activate-group.
9885
9886 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
9887 same select-methods identical Lisp objects.
9888
9889 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
9890 object when modifying the info.
9891
9892 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
9893
9894 * gnus-srvr.el (gnus-server-set-info): Remove the server from
9895 gnus-opened-servers since it has never been opened with the new
9896 configuration yet.
9897
9898 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
9899
9900 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
9901 arg to nnheader-generate-fake-message-id.
9902
9903 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
9904
9905 * nnheader.el (nnheader-generate-fake-message-id): Accept a
9906 number and build a fake message ID localized to a group and
9907 article number (so it's repeatable from that point on).
9908 (nnheader-fake-message-id-p): Change regex to accomodate new fake
9909 ID format.
9910
9911 * gnus-sum.el (gnus-get-newsgroup-headers): Call
9912 nnheader-generate-fake-message-id with the article number.
9913
9914 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
9915
9916 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
9917 end-of-buffer.
9918
9919 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9920
9921 * message.el (message-ignored-supersedes-headers): Add Approved.
9922
9923 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
9924
9925 * rfc2047.el (rfc2047-encode-message-header): Remove useless
9926 goto-char.
9927 (rfc2047-encode): Fold the line before encoding.
9928
9929 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9930
9931 * rfc2047.el (rfc2047-encode-message-header): Disabled header
9932 folding -- not all headers can be folded, and this should be done
9933 by the message composition mode. Probably. I think.
9934
9935 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
9936
9937 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
9938 fast.
9939
9940 * gnus-ems.el (gnus-remove-image): Don't use
9941 message-text-with-property; remove only the image found first.
9942
9943 2004-06-09 Jesper Harder <harder@ifa.au.dk>
9944
9945 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
9946
9947 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
9948
9949 * message.el (message-text-with-property): Make it fast and accept
9950 optional arguments.
9951 (message-strip-forbidden-properties): Use it.
9952 (message-fix-before-sending): Follow the m-t-w-p change.
9953
9954 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
9955
9956 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
9957
9958 * gnus-art.el (article-hide-headers): Don't change the buffer
9959 mistakenly when performing mml-preview even if
9960 gnus-single-article-buffer is nil.
9961
9962 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
9963
9964 * message.el (message-expand-name-databases): New user option.
9965 (message-expand-name): Use it.
9966
9967 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
9968
9969 * spam.el (spam-report-articles-resend)
9970 (spam-report-resend-register-routine): Allow ham reporting.
9971 (spam-report-resend-register-ham-routine): Add wrapper.
9972 (spam-registration-functions): Add ham resending functions.
9973 (spam-list-of-processors): Add ham resend processor.
9974
9975 * gnus.el (ham-resend-to): Add new group parameter.
9976 (spam-process): Add ham resend option.
9977
9978 * spam-report.el (spam-report-resend): Allow reporting ham.
9979 (spam-report-resend-ham): Add wrapper.
9980
9981 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9982
9983 * message.el (message-cite-articles-with-x-no-archive): New
9984 variable.
9985 (message-cite-original): Use it.
9986
9987 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9988
9989 * message.el (message-cite-original): Respect X-No-Archive.
9990
9991 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
9992
9993 * gnus-art.el (article-hide-headers): Refer to the values for
9994 gnus-ignored-headers and gnus-visible-headers in the summary
9995 buffer since a user may have set them as group parameters.
9996
9997 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
9998
9999 * assistant.el (assistant-node-name): Add convenience function.
10000 (assistant-render-text, assistant-render-node): Add error handling,
10001 plus handle multiple next nodes.
10002 (assistant-find-next-node): Comment out for now.
10003 (assistant-find-next-nodes): Add function, returns list of next
10004 nodes.
10005
10006 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
10007
10008 * mail-source.el (mail-source-directory): Fix doc-string.
10009
10010 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
10011
10012 * assistant.el (assistant-render-text, assistant-eval): Add :set
10013 widget type, which is different because it takes and returns a
10014 list. Much hilarity ensues.
10015
10016 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
10017
10018 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
10019
10020 * gnus-group.el (gnus-group-get-new-news-this-group): Added
10021 doc-string.
10022
10023 * gnus-start.el (gnus-activate-group): Added doc-string.
10024
10025 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
10026
10027 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
10028
10029 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
10030
10031 * assistant.el (assistant-render-text): Try to add a :set
10032 widget, more to come.
10033
10034 * spam.el (spam-group-spam-contents-p): Handle empty groupname
10035 strings.
10036 (spam-report-articles-resend)
10037 (spam-register-routine): Do registration iff any articles warrant
10038 it.
10039 (spam-summary-prepare-exit): Change log message for nil group
10040 destinations.
10041
10042 2004-05-27 Daniel Pittman <daniel@rimspace.net>
10043
10044 * spam.el (spam-report-resend-register-routine): Allow
10045 spam-report-resend-to to be a group parameter or a global value.
10046
10047 2004-05-26 Simon Josefsson <jas@extundo.com>
10048
10049 * starttls.el: Merge with my GNUTLS based starttls.el.
10050 (starttls-gnutls-program, starttls-use-gnutls)
10051 (starttls-extra-arguments, starttls-process-connection-type)
10052 (starttls-connect, starttls-failure, starttls-success): New
10053 variables.
10054 (starttls-program, starttls-extra-args): Doc fix.
10055 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
10056 functions.
10057 (starttls-negotiate, starttls-open-stream): Check
10058 `starttls-use-gnutls' and pass on to corresponding *-gnutls
10059 function if it is set.
10060
10061 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
10062
10063 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
10064 structured fields.
10065
10066 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10067
10068 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
10069
10070 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
10071
10072 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
10073 variable.
10074 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
10075 assigning the spam-mark to new messages.
10076
10077 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
10078
10079 (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
10080
10081 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10082
10083 * rfc2047.el (rfc2047-encodable-p): Don't move point.
10084 (rfc2047-decode): Treat the ascii coding-system as raw-text by
10085 default.
10086
10087 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
10088
10089 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
10090 correct data.
10091
10092 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
10093
10094 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
10095 (spam-group-processor-p): Fix function.
10096 (spam-group-processor-multiple-p)
10097 (spam-group-spam-processor-report-gmane-p)
10098 (spam-group-spam-processor-report-resend-p)
10099 (spam-group-spam-processor-bogofilter-p)
10100 (spam-group-spam-processor-blacklist-p)
10101 (spam-group-spam-processor-ifile-p)
10102 (spam-group-ham-processor-ifile-p)
10103 (spam-group-spam-processor-spamoracle-p)
10104 (spam-group-spam-processor-crm114-p)
10105 (spam-group-ham-processor-bogofilter-p)
10106 (spam-group-spam-processor-stat-p)
10107 (spam-group-ham-processor-stat-p)
10108 (spam-group-ham-processor-whitelist-p)
10109 (spam-group-ham-processor-BBDB-p)
10110 (spam-group-ham-processor-spamoracle-p)
10111 (spam-group-ham-processor-copy-p): Remove functions with some
10112 prejudice against unneeded code.
10113 (spam-report-articles-resend)
10114 (spam-report-resend-register-routine): Allow the group/topic
10115 spam-resend-to value to override spam-report-resend-to.
10116 (spam-summary-prepare-exit): Invoke spam-group-processor-p
10117 properly now.
10118
10119 * gnus.el (spam-resend-to): Add group/topic parameter.
10120 (spam-process): Move the OBSOLETE processors to the end of the
10121 choices.
10122
10123 2004-05-24 Daniel Pittman <daniel@rimspace.net>
10124
10125 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
10126 with resend-to set to nil, and then ask the user if necessary.
10127 (spam-report-resend): spam-report-resend takes a list of articles, not
10128 separate article numbers.
10129
10130 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
10131
10132 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
10133 addition to emacs-w3m.
10134
10135 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10136
10137 * assistant.el (assistant-authinfo-data): New function.
10138 (assistant-eval): Eval for entire assistant.
10139
10140 * netrc.el (netrc-services-file): New variable.
10141 (netrc-parse-services): New function.
10142 (netrc-find-service-name): New function.
10143 (netrc-find-service-number): New function.
10144 (netrc-port-equal): New function.
10145 (netrc-machine): Use it.
10146
10147 * nnimap.el (nnimap-open-connection): Use netrc.
10148
10149 * gnus-util.el (gnus-netrc-get): Remove aliases.
10150
10151 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
10152
10153 * assistant.el (wid-edit): Fix compilation.
10154
10155 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
10156
10157 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
10158
10159 * gnus-util.el (gnus-set-file-modes): New function. (small
10160 patch).
10161
10162 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10163
10164 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
10165
10166 * assistant.el (assistant-render-node): Fix up rendering and
10167 read-only text.
10168 (assistant-render-node): Reset.
10169 (assistant-make-read-only): Not sticky.
10170
10171 2004-05-20 Danny Siu <dsiu@adobe.com>
10172
10173 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
10174 centered even when gnus-auto-center-summary is t
10175
10176 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10177
10178 * dns.el (dns-get-txt-answer): New function.
10179 (dns-read-txt): Ditto.
10180 (query-dns): Use it.
10181
10182 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
10183
10184 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
10185 active for foreign groups even if the group level is higher than
10186 the specified value.
10187
10188 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10189
10190 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
10191 non-active groups.
10192
10193 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
10194
10195 2004-05-20 Magnus Henoch <mange@freemail.hu>
10196
10197 * dns.el (dns-read-type): Add support for SVR. (small patch)
10198
10199 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
10200
10201 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
10202 (spam-crm114-header, spam-crm114-spam-switch)
10203 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
10204 (spam-crm114-positive-spam-header)
10205 (spam-crm114-database-directory, spam-list-of-processors)
10206 (spam-group-spam-processor-crm114-p)
10207 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
10208 (spam-generic-score, spam-list-of-checks)
10209 (spam-list-of-statistical-checks, spam-registration-functions)
10210 (spam-check-crm114-headers, spam-crm114-score)
10211 (spam-check-crm114, spam-crm114-register-with-crm114)
10212 (spam-crm114-register-spam-routine)
10213 (spam-crm114-unregister-spam-routine)
10214 (spam-crm114-register-ham-routine)
10215 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
10216 asjo@koldfront.dk (Adam Sjøgren).
10217
10218 * gnus.el: Add spam-use-crm114.
10219
10220 * spam.el (spam-list-of-processors, spam-registration-functions):
10221 Add spam-use-resend.
10222 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
10223 (spam-report-articles-gmane): Add doc fix.
10224 (spam-report-articles-resend,
10225 spam-report-resend-register-routine): Add wrappers around
10226 spam-report-resend-to.
10227
10228 * spam-report.el (spam-report-resend-to, spam-report-resend):
10229 Add support for resending spam.
10230 (spam-report-gmane): Fix line length >80.
10231
10232 * gnus.el (spam-process): Add spam-use-resend.
10233
10234 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10235
10236 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
10237 number of processed spam messages.
10238 (spam-ham-copy-or-move-routine): Return the number of processed
10239 ham messages.
10240 (spam-summary-prepare-exit): Use the above values to decide
10241 whether status messages shouled be displayed.
10242
10243 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
10244
10245 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
10246 `rfc2047-encoding-function-alist' in order to avoid conflicting
10247 with the old version.
10248 (rfc2047-encode-region): Concatenate words containing non-ASCII
10249 characters in structured fields; don't encode space-delimited
10250 ASCII words even in unstructured fields; don't break words at
10251 char-category boundaries.
10252 (rfc2047-encode-1): New function.
10253 (rfc2047-encode): Use it; encode text so that it occupies the
10254 maximum width within 76-column; work correctly on Q encoding for
10255 iso-2022-* charsets.
10256 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
10257 sure not to break a line just after the header name.
10258 (rfc2047-b-encode-region): Removed.
10259 (rfc2047-b-encode-string): New function.
10260 (rfc2047-q-encode-region): Removed.
10261 (rfc2047-q-encode-string): New function.
10262
10263 * mm-util.el (mm-replace-in-string): New function.
10264
10265 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10266
10267 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
10268 get it right.
10269 (gnus-inews-make-draft): Really.
10270
10271 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
10272
10273 * nnmh.el (nnmh-request-list-1): Don't check the link count
10274 before descending. (small patch)
10275
10276 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10277
10278 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
10279 stuff.
10280
10281 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
10282 on real group name.
10283
10284 * gnus-art.el (gnus-signature-limit): Doc fix.
10285
10286 * gnus-msg.el (gnus-inews-make-draft): Quote list.
10287
10288 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10289
10290 * gnus-draft.el (gnus-draft-send): Bind
10291 rfc2047-encode-encoded-words.
10292
10293 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
10294 (rfc2047-encodable-p): Say that =? needs encoding.
10295 (rfc2047-encode-encoded-words): New variable.
10296
10297 * gnus-group.el (gnus-group-select-group): Doc fix.
10298
10299 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
10300
10301 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
10302 to nil.
10303
10304 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
10305
10306 * nnheader.el (nnheader-get-lines-and-char): New function.
10307
10308 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
10309
10310 * gnus-msg.el (gnus-summary-followup-with-original): Document
10311 yanking of region when active.
10312
10313 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
10314
10315 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
10316 groups if the group level is higher than the specified value.
10317
10318 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10319
10320 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
10321 (gnus-group-jump-to-group): Added prefix argument using
10322 `gnus-group-jump-to-group-prompt'. Query before jumping to
10323 non-active group.
10324
10325 * compface.el (uncompface): Be verbose when changing
10326 `uncompface-use-external'.
10327
10328 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
10329 handle manual section.
10330
10331 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10332
10333 * gnus-art.el (gnus-button-alist): Revert previous change.
10334
10335 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10336
10337 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
10338
10339 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10340
10341 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
10342 whether backend can accept message.
10343
10344 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
10345
10346 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
10347
10348 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
10349 Avoid creating directory when nntp-marks-is-evil is true.
10350 Reported by Reiner Steib.
10351
10352 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10353
10354 * gnus-picon.el (gnus-picon-style): New variable.
10355 (gnus-picon-insert-glyph): Added optional `nostring' argument.
10356 (gnus-picon-transform-address): Support `gnus-picon-style'. From
10357 Jesper Harder <harder@ifa.au.dk>.
10358
10359 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10360
10361 * message.el (message-fill-field): Return point.
10362 (message-generate-headers): Go to end of field.
10363
10364 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
10365 stuff for non-living groups.
10366
10367 2004-05-18 Jesper Harder <harder@ifa.au.dk>
10368
10369 * gnus-art.el (gnus-article-followup-with-original)
10370 (gnus-article-reply-with-original): gnus-mark-active-p ->
10371 gnus-region-active-p.
10372
10373 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
10374
10375 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
10376 only when there is spam or ham to be processed.
10377
10378 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10379
10380 * mail-source.el (mail-source-delete-crash-box): Refactor.
10381 (mail-source-fetch): Use it.
10382 (mail-source-fetch-file): Ditto.
10383 (mail-source-fetch-directory): Run postscript in loop.
10384 (mail-source-fetch-pop): Delete.
10385 (mail-source-fetch-maildir): Ditto.
10386 (mail-source-fetch-imap): Ditto.
10387
10388 * imap.el (imap-authenticators): Comment out sasl.
10389
10390 * message.el (message-skip-to-next-address): New function.
10391 (message-fill-header-address): Refactor.
10392 (message-fill-address): Use it.
10393 (message-delete-address): Use it.
10394 (message-fill-header-general): Refactor.
10395 (message-fill-field-address): Rename.
10396 (message-narrow-to-field): Find the start of the header.
10397 (message-header-format-alist): Don't pre-fill.
10398 (message-fill-header): Removed.
10399 (message-insert-header): New function.
10400 (message-shorten-references): Use it.
10401
10402 * rfc2047.el (rfc2047-field-value): Strip props.
10403
10404 * mail-parse.el (mail-header-make-address): New alias.
10405
10406 * ietf-drums.el (ietf-drums-make-address): New function.
10407
10408 * imap.el: Add compiler directives.
10409
10410 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
10411
10412 * gnus-art.el (article-decode-idna-rhs): Don't use
10413 message-idna-inside-rhs-p.
10414
10415 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10416
10417 * message.el (message-idna-inside-rhs-p): Removed.
10418 (message-idna-to-ascii-rhs-1): Use proper address parsing.
10419
10420 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
10421 false positives.
10422
10423 2004-05-16 Kim Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
10424
10425 * imap.el (imap-sasl-make-mechanisms): Use sasl.
10426
10427 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10428
10429 * nneething.el (nneething-file-name): Don't create spurions
10430 files.
10431
10432 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
10433 (gnus-inews-do-gcc): Remove sleep.
10434
10435 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
10436 part under point.
10437
10438 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
10439 (gnus-agent-regenerate-group): Using nil messages aren't valid.
10440
10441 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
10442
10443 * spam.el (spam-summary-prepare-exit): Fixed (length).
10444
10445 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
10446
10447 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
10448 as expired without moving it" message when there are spam
10449 messages left.
10450
10451 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
10452
10453 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
10454 header is not nil.
10455
10456 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
10457
10458 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
10459 nntp-possibly-create-directory, not nntp-possibly-change-group.
10460 (nntp-marks-changed-p): New arg SERVER.
10461 (nntp-request-update-info): Adjust caller.
10462
10463 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
10464
10465 * nntp.el (nntp-save-marks): Pass missing arg.
10466
10467 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
10468
10469 * nntp.el: Support marks.
10470 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
10471 (nntp-marks-modtime, nntp-marks-directory): New variables.
10472 (nntp-request-set-mark, nntp-request-update-info)
10473 (nntp-possibly-create-directory, nntp-marks-changed-p)
10474 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
10475 functions.
10476
10477 2004-05-12 Jesper Harder <harder@ifa.au.dk>
10478
10479 * gnus-score.el (gnus-score-insert-help): Use
10480 gnus-select-lowest-window.
10481
10482 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
10483 appt-select-lowest-window and rename to gnus-select-lowest-window.
10484
10485 * gnus.el: do.
10486
10487 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10488
10489 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
10490 encodings of MIME-encoded words, in order to improve
10491 interoperability with several broken MUAs.
10492
10493 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10494
10495 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
10496 tags, only when charsets are not specified in headers.
10497 (mm-inline-text-html-render-with-w3m): Ditto.
10498
10499 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10500
10501 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
10502 instead of MIME-decoded from fields when checking
10503 `gnus-article-address-banner-alist'.
10504
10505 2004-05-03 Jesper Harder <harder@ifa.au.dk>
10506
10507 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
10508 description rather than subject.
10509
10510 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10511
10512 * gnus.el (gnus-version-number): Bump.
10513
10514 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
10515
10516 * gnus.el: No Gnus v0.2 is released.
10517
10518 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10519
10520 * gnus-agent.el (gnus-agent-read-agentview): Inline
10521 gnus-uncompress-range.
10522
10523 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10524
10525 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
10526 `exec-installed-p'.
10527
10528 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10529
10530 * gnus.el (spam-process, spam-autodetect-methods): Add
10531 bsfilter and bsfilter-headers.
10532
10533 * spam.el (spam-bsfilter): New customize group.
10534 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
10535 (spam-bsfilter-header, spam-bsfilter-probability-header)
10536 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
10537 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
10538 (spam-bsfilter-database-directory): New options.
10539 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
10540 (spam-list-of-statistical-checks, spam-registration-functions):
10541 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
10542 (spam-bsfilter-score): New command.
10543 (spam-check-bsfilter-headers, spam-check-bsfilter)
10544 (spam-bsfilter-register-with-bsfilter)
10545 (spam-bsfilter-register-spam-routine)
10546 (spam-bsfilter-unregister-spam-routine)
10547 (spam-bsfilter-register-ham-routine)
10548 (spam-bsfilter-unregister-ham-routine): New functions.
10549 (spam-generic-score): Support bsfilter; Accept an optional argument
10550 to recalcurate spam score even if scoring header has already been
10551 added.
10552 (spam-bogofilter-score, spam-spamassassin-score): Accept an
10553 optional argument to recalcurate spam score even if scoring header
10554 has already been added.
10555
10556 2004-04-29 Jesper Harder <harder@ifa.au.dk>
10557
10558 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
10559 strings! Reported by David D. Smith <davidsmith@acm.org>.
10560 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
10561 link is missing.
10562
10563 2004-04-28 Jesper Harder <harder@ifa.au.dk>
10564
10565 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
10566 (html2text-get-attr): Rewrite.
10567
10568 * message.el (message-setup-1): Remove redundant put-text-property
10569 on mail-header-separator.
10570
10571 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
10572
10573 * gnus-registry.el (gnus-registry-cache-whitespace)
10574 (gnus-registry-action, gnus-registry-spool-action)
10575 (gnus-registry-split-fancy-with-parent): Change message levels
10576 from 5 to 3 or 7, as needed.
10577
10578 * spam.el (spam-summary-prepare-exit)
10579 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
10580 (spam-split, spam-find-spam, spam-log-undo-registration)
10581 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
10582 level from 5 to 6.
10583
10584 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
10585
10586 * gnus-ems.el: Autoload appt-select-lowest-window (revert
10587 2004-03-04 change).
10588
10589 2004-04-25 Jesper Harder <harder@ifa.au.dk>
10590
10591 * sieve-manage.el (sieve-manage-open):
10592 * nnweb.el (nnweb-insert-html):
10593 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
10594 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
10595 * nnspool.el (nnspool-request-group):
10596 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
10597 * nnml.el (nnml-request-update-info):
10598 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
10599 (nnmh-request-create-group, nnmh-update-gnus-unreads):
10600 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
10601 (nnimap-request-set-mark):
10602 * nnfolder.el (nnfolder-request-update-info):
10603 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
10604 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
10605 * gnus-uu.el (gnus-uu-find-articles-matching):
10606 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
10607 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
10608 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
10609 * gnus-nocem.el (gnus-nocem-scan-groups):
10610 * gnus-int.el (gnus-start-news-server):
10611 * gnus-group.el (gnus-group-make-kiboze-group)
10612 (gnus-group-browse-foreign-server):
10613 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
10614 Use mapc when appropriate.
10615
10616 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
10617
10618 FIXME: Make separate entries for each person.
10619
10620 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
10621 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
10622 <shields@msrl.com>:
10623
10624 * spam.el (spam-necessary-extra-headers): Get the extra headers we
10625 may need for spam sorting and scoring.
10626 (spam-user-format-function-S): Add user format function suitable for
10627 general use.
10628 (spam-article-sort-by-spam-status): Add sorting function for summary
10629 sorting.
10630 (spam-extra-header-to-number): Add function to get a score from a
10631 header.
10632 (spam-summary-score): Add function to get a numeric score from the
10633 headers.
10634 (spam-generic-score): Fix function doc, was in wrong place.
10635 (spam-initialize): Take symbols when it's run, and install the
10636 extra headers that spam-necessary-extra-headers thinks we need.
10637
10638 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
10639
10640 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
10641 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
10642
10643 2004-04-17 Jesper Harder <harder@ifa.au.dk>
10644
10645 * gnus-sum.el (gnus-set-global-variables)
10646 (gnus-build-all-threads, gnus-get-newsgroup-headers)
10647 (gnus-article-get-xrefs, gnus-summary-best-group)
10648 (gnus-summary-next-article, gnus-summary-enter-digest-group)
10649 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
10650 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
10651 Use with-current-buffer.
10652
10653 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
10654
10655 * spam.el (spam-summary-prepare-exit): Simplify logic.
10656 (spam-fetch-article-header): Read the article header if it's not
10657 available.
10658 (spam-list-articles): Simplify logic.
10659 (spam-filelist-register-routine): Fix bug with unregister-list.
10660
10661 * gnus-registry.el: Fix comments at beginning.
10662
10663 2004-04-16 Jesper Harder <harder@ifa.au.dk>
10664
10665 * message.el (message-cater-to-broken-inn): Remove.
10666 (message-shorten-references): Make sure the total folded length of
10667 References is shorter than 998 characters to cater to a bug in INN
10668 2.3. Also, don't pretend that references aren't folded -- this
10669 hasn't worked for a while.
10670
10671 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
10672
10673 * gnus-agent.el (gnus-agentize):
10674 gnus-agent-send-mail-real-function no longer set to current value
10675 of message-send-mail-function but rather a lambda that calls
10676 message-send-mail-function. The change makes the agent real-time
10677 responsive to user changes to message-send-mail-function.
10678
10679 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
10680
10681 * legacy-gnus-agent.el
10682 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
10683 help from Florian Weimer <fw@deneb.enyo.de>
10684
10685 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
10686
10687 * nnmail.el (nnmail-cache-insert): Revert last change.
10688
10689 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
10690
10691 * nnmail.el (nnmail-cache-insert): Always check whether
10692 nnmail-cache-ignore-groups matches a group name.
10693
10694 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
10695
10696 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
10697 (spam-find-spam, spam-log-processing-to-registry)
10698 (spam-log-registered-p, spam-log-unregistration-needed-p)
10699 (spam-log-undo-registration): Use gnus-message instead of
10700 gnus-error, none of these errors are fatal.
10701
10702 * gnus-registry.el (gnus-registry-clean-empty-function)
10703 (gnus-registry-clean-empty): Remove only empty entries without
10704 extra data.
10705
10706 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
10707
10708 * spam-stat.el (spam-stat-buffer-change-to-spam)
10709 (spam-stat-buffer-change-to-non-spam): Change (error) to
10710 (gnus-message 8) invocation.
10711
10712 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
10713
10714 * nntp.el (nntp-via-netcat-command): New variable.
10715 (nntp-via-netcat-switches): New variable.
10716 (nntp-open-via-rlogin-and-netcat): New function.
10717 (nntp-open-connection-function): Doc fix.
10718 (nntp-telnet-command): Doc fix.
10719 (nntp-end-of-line): Doc fix.
10720 (nntp-via-rlogin-command): Doc fix.
10721 (nntp-via-user-name): Doc fix.
10722 (nntp-via-address): Doc fix.
10723
10724 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
10725
10726 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
10727 error in Emacs 21.1.
10728
10729 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
10730
10731 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
10732
10733 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
10734 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
10735 (gnus-agent-with-refreshed-group): New macro.
10736 (gnus-agent-rename-group): New function.
10737 (gnus-agent-delete-group): New function.
10738 (gnus-agent-save-group-info): Use gnus-command-method when
10739 `method' parameter is nil. Don't write nil entries into the
10740 active file.
10741 (gnus-agent-get-group-info): New function.
10742 (gnus-agent-fetch-articles): Use
10743 gnus-agent-update-files-total-fetched-for to increment disk space
10744 used.
10745 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
10746 gnus-agent-update-view-total-fetched-for to increment disk space
10747 used.
10748 (gnus-agent-get-local): Added optional parameters to avoid calling
10749 gnus-group-real-name and gnus-find-method-for-group.
10750 (gnus-agent-set-local): Delete stored entry if either min, or max,
10751 are nil.
10752 (gnus-agent-fetch-session): Reworded error/quit messages. On
10753 quit, use gnus-agent-regenerate-group to record existance of any
10754 articles fetched to disk before the quit occurred.
10755 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
10756 gnus-agent-update-view-total-fetched-for, and
10757 gnus-agent-update-files-total-fetched-for to decrement disk space
10758 used.
10759 (gnus-agent-retrieve-headers): Use
10760 gnus-agent-update-view-total-fetched-for to increment disk space
10761 used.
10762 (gnus-agent-regenerate-group): Replace gnus-group-update-group
10763 with gnus-agent-update-files-total-fetched-for to decrement disk
10764 space and fresh group buffer.
10765 (gnus-agent-inhibit-update-total-fetched-for): New variable.
10766 (gnus-agent-need-update-total-fetched-for): New variable.
10767 (gnus-agent-update-files-total-fetched-for): New function.
10768 (gnus-agent-update-view-total-fetched-for): New function.
10769 (gnus-agent-total-fetched-for): New function.
10770
10771 * gnus-cache.el (gnus-cache-save-buffers): Use
10772 gnus-cache-update-overview-total-fetched-for to change disk space
10773 used by this group.
10774 (gnus-cache-possibly-enter-article): Use
10775 gnus-cache-update-file-total-fetched-for to increment disk space
10776 used by this group.
10777 (gnus-cache-possibly-remove-article): Use
10778 gnus-cache-update-file-total-fetched-for to decrement disk space
10779 used by this group.
10780 (gnus-cache-generate-nov-databases): Purge total fetched cache.
10781 (gnus-cache-rename-group): New function.
10782 (gnus-cache-delete-group): New function.
10783 (gnus-cache-inhibit-update-total-fetched-for): New variable.
10784 (gnus-cache-need-update-total-fetched-for): New variable.
10785 (gnus-cache-with-refreshed-group): New macro.
10786 (gnus-cache-update-file-total-fetched-for): New function.
10787 (gnus-cache-update-overview-total-fetched-for): New function.
10788 (gnus-cache-rename-group-total-fetched-for): New function.
10789 (gnus-cache-delete-group-total-fetched-for): New function.
10790 (gnus-cache-total-fetched-for): New function.
10791
10792 * gnus-group.el: Require gnus-sum and autoload functions to
10793 resolve warnings when gnus-group.el compiled alone.
10794 (gnus-group-line-format): Documented new %F
10795 (size of Fetched data) group line format; identifies disk space
10796 used by agent and cache.
10797 (gnus-group-line-format-alist): Defined new F format.
10798 (gnus-total-fetched-for): New function.
10799 (gnus-group-delete-group): No longer update
10800 gnus-cache-active-altered as gnus-request-delete-group now keeps
10801 the cache in sync.
10802 (gnus-group-list-active): Let the agent store a server's active
10803 list if currently plugged.
10804
10805 * gnus-int.el (gnus-request-delete-group):
10806 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
10807 local disk in sync with the server.
10808 (gnus-request-rename-group):
10809 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
10810 local disk in sync with the server.
10811
10812 * gnus-start.el (gnus-get-unread-articles):
10813 Cosmetic simplification to logic.
10814
10815 * gnus-util.el (gnus-rename-file): New function.
10816
10817 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
10818
10819 * mm-util.el (mm-image-load-path): Handle nil in load-path.
10820
10821 2004-04-07 Jesper Harder <harder@ifa.au.dk>
10822
10823 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
10824 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
10825
10826 2004-04-06 Jesper Harder <harder@ifa.au.dk>
10827
10828 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
10829 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
10830
10831 2004-04-03 Jesper Harder <harder@ifa.au.dk>
10832
10833 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
10834
10835 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
10836
10837 * spam.el (spam-set-difference): Add function to replace
10838 gnus-set-difference in spam.el.
10839 (spam-summary-prepare-exit): Use spam-set-difference.
10840
10841 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
10842
10843 * gnus-registry.el (gnus-registry-cache-file): Update to use
10844 gnus-dribble-directory OR gnus-home-directory OR ~.
10845 (gnus-registry-split-fancy-with-parent): Fix doc.
10846
10847 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
10848
10849 * message.el (message-exchange-point-and-mark): Use
10850 message-mark-active-p. Suggested by Jesper Harder
10851 <harder@ifa.au.dk>.
10852
10853 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
10854
10855 * message.el (message-exchange-point-and-mark): Don't activate
10856 region if it was inactive. Suggested by Hiroshi Fujishima
10857 <pooh@nature.tsukuba.ac.jp>.
10858
10859 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
10860
10861 * gnus-art.el (article-display-face): Display Faces in the same
10862 order as X-Faces.
10863
10864 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
10865
10866 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
10867
10868 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
10869
10870 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
10871 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
10872 (gnus-article-mime-hierarchy): Remove.
10873 (gnus-article-mime-hierarchy-next): Remove.
10874 (gnus-article-mode): Revert 2004-03-19 change.
10875 (gnus-article-setup-buffer): Revert 2004-03-19 change.
10876 (gnus-insert-mime-button): Revert 2004-03-19 change.
10877 (gnus-mime-accumulate-hierarchy): Remove.
10878 (gnus-mime-enter-multipart): Remove.
10879 (gnus-mime-leave-multipart): Remove,
10880 (gnus-mime-display-part): Revert 2004-03-19 change.
10881 (gnus-mime-display-alternative): Revert 2004-03-19 change.
10882
10883 * mml.el (mml-preview): Revert 2004-03-19 change.
10884
10885 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
10886
10887 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
10888
10889 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
10890
10891 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
10892 t while entering a file name using the mm-with-multibyte macro.
10893 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10894
10895 * mm-util.el (mm-with-multibyte): New macro.
10896
10897 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
10898
10899 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
10900 user option.
10901 (gnus-mime-multipart-functions): Doc and customization fix.
10902 (gnus-article-mime-hierarchy): New variable.
10903 (gnus-article-mime-hierarchy-next): New variable.
10904 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
10905 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
10906 gnus-article-mime-hierarchy-next to nil.
10907 (gnus-insert-mime-button): Show hierarchy numbers.
10908 (gnus-mime-accumulate-hierarchy): New function.
10909 (gnus-mime-enter-multipart): New function.
10910 (gnus-mime-leave-multipart): New function.
10911 (gnus-mime-display-part): Recompute hierarchical MIME structure.
10912 (gnus-mime-display-alternative): Show hierarchy numbers.
10913
10914 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
10915 gnus-article-mime-hierarchy-next to nil.
10916
10917 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
10918
10919 * dns.el: Don't require gnus-xmas.
10920
10921 2004-03-17 Jesper Harder <harder@ifa.au.dk>
10922
10923 * mml.el (mml-generate-mime-1): Don't use format=flowed with
10924 inline PGP.
10925 (mml-menu): Disable mml-quote-region if mark is inactive.
10926
10927 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
10928
10929 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
10930 when the group's active is not available.
10931
10932 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
10933
10934 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
10935 error.
10936
10937 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
10938
10939 * imap.el (imap-store-password): New variable.
10940 (imap-interactive-login): Use it.
10941 Suggested by Mark Plaksin <happy@mcplaksin.org>.
10942
10943 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
10944
10945 * gnus-art.el (gnus-article-read-summary-keys): Restore new
10946 window-start and hscroll to summary window.
10947
10948 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
10949
10950 * gnus-start.el (gnus-convert-old-newsrc): Only write the
10951 conversion message to newsrc-dribble when an actual conversion is
10952 performed.
10953
10954 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
10955
10956 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
10957
10958 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
10959
10960 * mm-decode.el (mm-complicated-handles): New function reviving
10961 former definition of mm-multiple-handles.
10962
10963 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
10964 (gnus-mime-delete-part): Use it.
10965
10966 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
10967
10968 * gnus-agent.el (gnus-agent-read-local): Bind
10969 nnheader-file-coding-system to gnus-agent-file-coding-system to
10970 avoid the implicit assumption that they will always be equal.
10971 (gnus-agent-save-local): Bind buffer-file-coding-system, not
10972 coding-system-for-write, as the with-temp-file macro first prints
10973 to a buffer then saves the buffer.
10974
10975 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
10976
10977 * gnus-art.el (gnus-article-edit-part): New function.
10978 (gnus-mime-save-part-and-strip): Use it; do query instead of
10979 signaling an error; don't use mm-multiple-handles.
10980 (gnus-mime-delete-part): Ditto.
10981
10982 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
10983
10984 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
10985 old file versions.
10986 (gnus-group-prepare-hook): Removed function that converted list
10987 form of gnus-agent-expire-days to group properties.
10988
10989 * gnus-int.el: Autoload gnus-agent-regenerate-group.
10990 (gnus-request-accept-article): Re-indented.
10991
10992 * gnus-start.el (gnus-convert-old-newsrc): Registered new
10993 converters to handle old agent file formats. Added logic for a
10994 "backup before upgrading warning".
10995 (gnus-convert-mark-converter-prompt): Developers can mark
10996 functions as needing (default), or not needing,
10997 gnus-convert-old-newsrc's "backup before upgrading warning".
10998 (gnus-convert-converter-needs-prompt): Tests whether the user
10999 should be protected from potentially irreversable changes by the
11000 function.
11001
11002 * legacy-gnus-agent.el: New. Provides converters that are only
11003 loaded when gnus-convert-old-newsrc needs to call them.
11004
11005 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
11006
11007 * mail-source.el (mail-source-touch-pop): Doc fix.
11008
11009 * message.el (message-smtpmail-send-it): Doc fix.
11010
11011 2004-03-05 Jesper Harder <harder@ifa.au.dk>
11012
11013 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
11014
11015 * nnmail.el (nnmail-split-fancy): do.
11016
11017 * gnus-kill.el (gnus-kill, gnus-execute): do.
11018
11019 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
11020
11021 * gnus-sum.el (gnus-widget-reversible-match)
11022 (gnus-widget-reversible-to-internal)
11023 (gnus-widget-reversible-to-external): New functions.
11024 (gnus-widget-reversible): New widget.
11025 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
11026
11027 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
11028
11029 * gnus-sum.el (gnus-thread-sort-functions)
11030 (gnus-article-sort-functions): Document `(not F)' items.
11031
11032 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
11033
11034 * spam.el (spam-use-gmane-xref): Add new backend.
11035 (spam-gmane-xref-spam-group): Add variable to control the name of the
11036 Gmane spam group.
11037 (spam-blackhole-servers, spam-blackhole-good-server-regex)
11038 (spam-regex-headers-spam, spam-regex-headers-ham)
11039 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
11040 (spam-list-of-checks): Add spam-use-gmane-xref to list of
11041 backends and checks.
11042 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
11043
11044 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
11045 an autodetect method.
11046
11047 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
11048
11049 * gnus-int.el (gnus-request-accept-article): Inform the agent that
11050 articles are being added to a group.
11051 (gnus-request-replace-article): Inform the agent that articles
11052 need to be uncached as the cached contents are no longer valid.
11053
11054 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
11055
11056 * binhex.el: Don't autoload executable-find.
11057
11058 * canlock.el: Don't autoload mail-fetch-field.
11059
11060 * gnus-ems.el: Don't autoload appt-select-lowest-window.
11061
11062 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
11063 rmail-dont-reply-to and rmail-output.
11064
11065 * gnus-score.el: Don't autoload ffap-string-at-point.
11066
11067 * gnus-setup.el: Don't autoload sc-cite-original.
11068
11069 * imap.el: Don't autoload base64-decode-string,
11070 base64-encode-string and md5.
11071
11072 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
11073 and rmail-msg-restore-non-pruned-header.
11074
11075 * mm-decode.el: Don't autoload executable-find.
11076
11077 * mm-url.el: Don't autoload executable-find.
11078
11079 * mm-view.el: Don't autoload diff-mode.
11080
11081 * nndb.el: Don't autoload news-reply-mode, news-setup,
11082 cancel-timer and telnet.
11083
11084 * password.el: Don't autoload run-at-time for Emacs.
11085
11086 * sha1-el.el: Don't autoload executable-find.
11087
11088 * sieve-mode.el: Don't autoload c-mode.
11089
11090 * uudecode.el: Don't autoload executable-find.
11091
11092 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
11093
11094 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
11095 (gnus-agent-possibly-alter-active): Avoid null in numeric
11096 comparison.
11097 (gnus-agent-set-local): Refuse to save null in local object table.
11098 (gnus-agent-regenerate-group): The REREAD parameter can now be a
11099 list of articles that will be marked as unread.
11100
11101 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
11102
11103 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
11104
11105 2004-03-04 Jesper Harder <harder@ifa.au.dk>
11106
11107 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
11108 language tags.
11109
11110 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
11111
11112 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
11113 Don't bind "obarray".
11114
11115 * gnus-sum.el (gnus-thread-sort-functions): Added
11116 `gnus-thread-sort-by-most-recent-number' and
11117 `gnus-thread-sort-by-most-recent-date'.
11118 Reported by Kai Grossjohann <kai@emptydomain.de>.
11119
11120 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11121
11122 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
11123
11124 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
11125
11126 * gnus-cus.el (gnus-agent-customize-category): Removed
11127 ignore-errors macro reference that required cl to be loaded at
11128 run-time.
11129
11130 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
11131 single-interval range of the form (min . max). Previously the
11132 range had to look like ((min . max)). Likewise, return
11133 (min . max) rather than ((min . max)).
11134 (gnus-range-map): Use gnus-range-normalize to accept
11135 single-interval range.
11136
11137 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
11138 the cache, but not the agent, now appear with their usual face.
11139
11140 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
11141
11142 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
11143 w3m-safe-url-regexp variable buffer-local.
11144
11145 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11146
11147 2004-02-27 Simon Josefsson <jas@extundo.com>
11148
11149 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
11150 gnus-group-real-prefix.
11151 (gnus-summary-move-article): Use it, instead of
11152 gnus-group-real-prefix.
11153
11154 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
11155
11156 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
11157 w3m-safe-url-regexp variable buffer-local and set it as the value
11158 of mm-w3m-safe-url-regexp.
11159
11160 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11161
11162 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
11163 parsing gnus-posting-styles when the message is not for replying.
11164
11165 * nnrss.el (nnrss-opml-export): Use
11166 mm-set-buffer-file-coding-system instead of
11167 set-buffer-file-coding-system.
11168
11169 2004-02-27 Jesper Harder <harder@ifa.au.dk>
11170
11171 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
11172 of checkdoc.el).
11173 * nnrss.el: do.
11174 * gnus-mlspl.el: do.
11175 * gnus-ml.el: do.
11176 * gnus-srvr.el: do.
11177
11178 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
11179
11180 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
11181
11182 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
11183 Corrections to custom-manual links.
11184
11185 * gnus-art.el (gnus-article): Ditto.
11186
11187 * mm-decode.el (mime-display, mime-security): Ditto.
11188
11189 2004-02-26 Jesper Harder <harder@ifa.au.dk>
11190
11191 * flow-fill.el: Typo.
11192
11193 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
11194
11195 * spam-wash.el: New file.
11196
11197 2004-02-26 Mark A. Hershberger <mah@everybody.org>
11198
11199 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
11200
11201 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
11202
11203 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
11204 to be run with new-articles as LIST1, not LIST2.
11205 (spam-registration-functions): Add spam-use-ham-copy as a nil
11206 registration backend.
11207
11208 2004-02-26 Jesper Harder <harder@ifa.au.dk>
11209
11210 * spam-stat.el (spam-stat-washing-hook): New option.
11211 (spam-stat-buffer-words): Use it.
11212 (spam-stat-process-directory, spam-stat-test-directory): Use
11213 insert-file-contents-literally.
11214 (spam-stat-coding-system): New variable.
11215 (spam-stat-load, spam-stat-save): Use it.
11216
11217 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
11218
11219 * spam-report.el (spam-report-plug-agent): Quote
11220 spam-report-url-to-file and spam-report-url-ping-plain.
11221
11222 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
11223
11224 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
11225 / in mailto URLs.
11226
11227 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
11228
11229 * spam-report.el (spam-report-process-queue): Fix interactive use.
11230 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
11231 (spam-report-unplug-agent): Doc fixes.
11232 (spam-report-url-ping-mm-url, spam-report-url-to-file)
11233 (spam-report-agentize, spam-report-deagentize): Autoload
11234
11235 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
11236
11237 * message.el (message-setup-fill-variables): Add mml tags to
11238 paragraph-start and paragraph-separate. Suggested by Andrew Korty
11239 <ajk@iu.edu>.
11240 (message-mode): Don't modify paragraph-separate there.
11241
11242 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
11243
11244 * compface.el (uncompface-use-external): Default to undecided.
11245 (uncompface-use-external-threshold): New variable.
11246 (uncompface-float-time): New macro.
11247 (uncompface): Determine whether to use the external decoder if
11248 uncompface-use-external is undecided.
11249
11250 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11251
11252 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
11253 after images.
11254
11255 * gnus-art.el (gnus-mime-display-single): Remove dead code.
11256
11257 2004-02-14 Jesper Harder <harder@ifa.au.dk>
11258
11259 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
11260
11261 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
11262
11263 * gnus-sum.el (gnus-summary-limit-to-age)
11264 (gnus-summary-limit-children): do.
11265
11266 * gnus-int.el (gnus-request-scan): do.
11267
11268 * gnus-group.el (gnus-group-suspend): do.
11269
11270 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
11271
11272 * gnus-cite.el (gnus-cite-parse-attributions): do.
11273
11274 * gnus-agent.el (gnus-summary-set-agent-mark)
11275 (gnus-agent-regenerate-group): do.
11276
11277 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
11278
11279 * binhex.el (binhex-decode-region-internal): do.
11280
11281 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
11282
11283 * gnus-fun.el (gnus-face-properties-alist): New user option.
11284 (gnus-display-x-face-in-from): Use it.
11285
11286 * gnus-art.el (article-display-face): Ditto.
11287
11288 * compface.el (uncompface-use-external): Default to nil.
11289
11290 2004-02-12 Jesper Harder <harder@ifa.au.dk>
11291
11292 * nntp.el (nntp-erase-buffer): New function.
11293 (nntp-retrieve-data, nntp-send-command)
11294 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
11295 (nntp-possibly-change-group): Use it.
11296
11297 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
11298 with-current-buffer.
11299
11300 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
11301
11302 * compface.el: Merge the ELisp-based uncompface program.
11303 (compface): New customization group.
11304 (uncompface-use-external): New user option.
11305 (uncompface): Call uncompface-internal if uncompface-use-external
11306 is nil.
11307 (uncompface-internal): New function. Note that there are also
11308 some other functions and variables added for this function.
11309
11310 2004-02-10 Jesper Harder <harder@ifa.au.dk>
11311
11312 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
11313 if necessary.
11314
11315 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
11316
11317 * spam-report.el (spam-report-unplug-agent)
11318 (spam-report-plug-agent, spam-report-deagentize)
11319 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
11320 Add support for the Agent in spam-report: when unplugged, report to a
11321 file; when plugged, submit all the requests.
11322
11323 * spam.el (spam-register-routine): Fix message about
11324 registration.
11325
11326 2004-02-09 Jesper Harder <harder@ifa.au.dk>
11327
11328 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
11329 dependencies.
11330 (rfc2047-encode): Use it.
11331
11332 * gnus-art.el (gnus-button-marker-list): Move before first
11333 reference.
11334
11335 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11336 (imap-parse-body): Fix format string mismatch.
11337
11338 * gnus-score.el (gnus-summary-increase-score): do.
11339
11340 * nnrss.el (nnrss-close): New function.
11341
11342 2004-02-08 Jesper Harder <harder@ifa.au.dk>
11343
11344 * nnrss.el (nnrss-make-filename): New function.
11345 (nnrss-request-delete-group, nnrss-read-server-data)
11346 (nnrss-save-server-data, nnrss-read-group-data)
11347 (nnrss-save-group-data): Use it.
11348 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
11349 (nnrss-read-server-data, nnrss-read-group-data): Use load.
11350 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
11351
11352 2004-02-07 Jesper Harder <harder@ifa.au.dk>
11353
11354 * mml.el (mml-compute-boundary-1): Don't uncompress files.
11355
11356 2004-02-06 Jesper Harder <harder@ifa.au.dk>
11357
11358 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
11359 files.
11360
11361 * message.el (message-generate-headers-first): Don't quote nil
11362 and t in docstrings.
11363
11364 * imap.el (imap-id): do.
11365
11366 * gnus-agent.el (gnus-agent-consider-all-articles)
11367 (gnus-agent-queue-mail): do.
11368
11369 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
11370
11371 * spam-report.el (spam-report-process-queue): New function.
11372 Process requests from `spam-report-requests-file'.
11373 (spam-report-process-queue): Doc fix.
11374
11375 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
11376
11377 * spam.el (spam-register-routine)
11378 (spam-log-processing-to-registry, spam-log-registered-p)
11379 (spam-log-unregistration-needed-p, spam-log-undo-registration):
11380 Change "check" to "spam-check" for semi-clarity.
11381
11382 2004-02-05 Jesper Harder <harder@ifa.au.dk>
11383
11384 * pop3.el: Require nnheader.
11385
11386 * mml-smime.el: Require cl. Autoload message-fetch-field.
11387
11388 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
11389
11390 * gnus-picon.el: Require cl.
11391
11392 * gnus-fun.el: Require gnus-ems and gnus-util.
11393
11394 * gnus.el (gnus-method-to-server): Move defsubst before first use.
11395
11396 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
11397
11398 * gnus-art.el (gnus-article-edit-mode): Define before first
11399 reference.
11400
11401 2004-02-04 Jesper Harder <harder@ifa.au.dk>
11402
11403 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
11404 (gnus-uu-post-encoded): Use point-at-bol.
11405
11406 * gnus-topic.el (gnus-group-active-topic-p): do.
11407
11408 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
11409
11410 * gnus-group.el (gnus-group-kill-region): do.
11411
11412 * gnus-art.el (article-date-ut): do.
11413
11414 * message.el (message-fetch-field): Remove redundant
11415 case-fold-search binding.
11416 (message-narrow-to-field): Simplify.
11417
11418 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
11419
11420 * spam.el (spam-directory): Derive from `gnus-directory'.
11421
11422 * spam-report.el (spam-report-url-to-file)
11423 (spam-report-requests-file): New function and variable for offline
11424 reporting.
11425 (spam-report-url-ping-function): Add `spam-report-url-to-file'
11426 and user defined function.
11427 (spam-report-url-ping-mm-url): Remove doubled slash.
11428
11429 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
11430
11431 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
11432
11433 2004-02-03 Jesper Harder <harder@ifa.au.dk>
11434
11435 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
11436 format string mismatch.
11437
11438 * sieve.el (sieve-deactivate-all): do.
11439
11440 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
11441
11442 * nnlistserv.el (nnlistserv-kk-wash-article): do.
11443
11444 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
11445
11446 * mm-bodies.el (mm-7bit-chars): Don't include \r.
11447
11448 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
11449
11450 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
11451 the list of checks.
11452
11453 2004-01-31 Jesper Harder <harder@ifa.au.dk>
11454
11455 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
11456 padding.
11457
11458 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
11459
11460 * mm-view.el (mm-fill-flowed): New variable.
11461 (mm-inline-text): Use it.
11462
11463 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
11464
11465 * spam.el (spam-spamassassin-register-ham-routine)
11466 (spam-spamassassin-register-spam-routine): Fix function names.
11467
11468 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
11469
11470 * gnus.el (gnus-tmp-grouplens): Remove.
11471 (gnus-summary-line-format): Remove grouplens.
11472
11473 * gnus-group.el (gnus-group-line-format): Ditto.
11474
11475 * gnus-spec.el (gnus-format-specs): Ditto.
11476 (gnus-update-format-specifications): Flush the group format spec
11477 cache if there's the grouplens stuff.
11478 (gnus-parse-simple-format): Replace %l with the empty string.
11479
11480 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
11481
11482 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
11483 omission.
11484
11485 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
11486
11487 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
11488 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11489
11490 2004-01-25 Paul Jarc <prj@po.cwru.edu>
11491
11492 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
11493 nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
11494 New macros and functions.
11495 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
11496 Handle > NLINK_MAX messages.
11497 * nnmaildir.el (nnmaildir-request-set-mark): Use
11498 nnmaildir--emlink-p and nnmaildir--eexist-p.
11499
11500 2004-01-25 Alex Schroeder <alex@gnu.org>
11501
11502 * spam-stat.el (spam-stat-process-directory-age): New option.
11503 (spam-stat-process-directory): Use it.
11504
11505 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
11506
11507 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
11508 (spam-stat-save): Accept prefix argument.
11509
11510 2004-01-23 Paul Jarc <prj@po.cwru.edu>
11511
11512 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
11513 links" error.
11514
11515 2004-01-23 Jesper Harder <harder@ifa.au.dk>
11516
11517 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
11518 compatibility with old .newsrc.eld files.
11519
11520 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
11521
11522 * gnus-start.el (gnus-1): do.
11523
11524 * gnus-group.el (gnus-group-line-format-alist): do.
11525
11526 * gnus.el (gnus-use-grouplens, gnus-visual): do.
11527
11528 * gnus-gl.el: Remove.
11529
11530 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
11531
11532 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
11533 marks consisting of a single range {for example, (3 . 5)} rather
11534 than a list of a single range { ((3 . 5)) }.
11535
11536 2004-01-23 Jesper Harder <harder@ifa.au.dk>
11537
11538 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
11539 with-current-buffer.
11540 (spam-stat-store-current-buffer): Use insert-buffer-substring to
11541 avoid consing a string.
11542
11543 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
11544 Remove obsolete entries for big5 and gb2312.
11545
11546 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
11547
11548 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
11549 uncompressed list.
11550
11551 2004-01-22 Jesper Harder <harder@ifa.au.dk>
11552
11553 * spam-stat.el (spam-stat-strip-xref): New function.
11554 (spam-stat-process-directory): Use it.
11555
11556 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
11557 here -- it's done in message-fetch-field.
11558
11559 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
11560
11561 * gnus-agent.el (gnus-agent-queue-mail,
11562 gnus-agent-prompt-send-queue): New variables.
11563 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
11564 * gnus-draft.el (gnus-group-send-queue): Pass the group name
11565 "nndraft:queue" along to gnus-draft-send. Use
11566 gnus-agent-prompt-send-queue.
11567 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
11568 is "nndraft:queue". Suggested by Gaute Strokkenes
11569 <gs234@srcf.ucam.org>
11570
11571 * gnus-agent.el (agent-disable-undownloaded-faces): Removed
11572 (agent-enable-undownloaded-faces): Added
11573 (gnus-agent-cat-groups): Use eval-and-compile, not
11574 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
11575 method of gnus-agent-cat-groups even when the buffer has been
11576 evaled.
11577 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
11578 delete gnus-agent-save-active-1.
11579 (gnus-agent-save-groups): Deleted. Identical to
11580 gnus-agent-save-active.
11581 (gnus-agent-write-active): No longer adjust agent's copy of active
11582 file as agent's adjustments are now stored in their own
11583 file. Removed optional parameter.
11584 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
11585 servers. Add use of min/max range limits from server's local
11586 file.
11587 (gnus-agent-save-alist): Removed unused optional argument.
11588 (gnus-agent-load-local, gnus-agent-read-and-cache-local),
11589 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local),
11590 (gnus-agent-set-local): A per-server file that keeps min/max range
11591 limits for articles known to the agent. Provides a fast mechanism
11592 for altering many active ranges.
11593 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
11594 active file (local makes it unnecessary).
11595 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
11596
11597 * gnus-cus.el (agent-disable-undownloaded-faces): Removed
11598 (agent-enable-undownloaded-faces): Added
11599
11600 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
11601 disable it when sending to "nndraft:queue".
11602 (gnus-group-send-queue): Add safety check to avoid sending queue
11603 when unplugged.
11604
11605 * gnus-group.el (gnus-group-catchup): Use new
11606 gnus-sequence-of-unread-articles, not
11607 gnus-list-of-unread-articles, to avoid exhausting memory with huge
11608 numbers of articles. Use gnus-range-map to avoid having to
11609 uncompress the unread list.
11610 (gnus-group-archive-directory,
11611 gnus-group-recent-archive-directory): Fixed invalid ange-ftp
11612 reference.
11613
11614 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
11615 (gnus-sorted-range-intersection): Intersection of two ranges
11616 without requiring that they first be uncompressed.
11617
11618 * gnus-start.el (gnus-activate-group): Unless blocked by the
11619 caller, possibly expand the active range to include both cached
11620 and agentized articles.
11621 (gnus-convert-old-newsrc): Rewrote in anticipation of having
11622 multiple version-dependent converters.
11623 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
11624 gnus-agent-save-active.
11625 (gnus-save-newsrc-file): Save dirty agent range limits.
11626
11627 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
11628 gnus-agent-possibly-alter-active.
11629 (gnus-adjust-marked-articles): Faster handling of simple lists
11630
11631 2004-01-21 Jesper Harder <harder@ifa.au.dk>
11632
11633 * spam-stat.el (spam-stat-test-directory): New optional argument
11634 displays a list of files detected. Suggested by Andrew Cohen
11635 <cohen@andy.bu.edu>.
11636 (spam-stat-buffer-words-with-scores): Don't narrow and change
11637 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
11638
11639 2004-01-20 Hubert Chan <hubert@uhoreg.ca>:
11640
11641 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
11642 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
11643 (spam-spamassassin-arguments)
11644 (spam-spamassassin-spam-flag-header)
11645 (spam-spamassassin-positive-spam-flag-header)
11646 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
11647 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
11648 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
11649 (spam-list-of-processors, spam-list-of-checks)
11650 (spam-list-of-statistical-checks, spam-registration-functions)
11651 (spam-check-spamassassin-headers, spam-check-spamassassin)
11652 (spam-spamassassin-score)
11653 (spam-spamassassin-register-with-sa-learn)
11654 (spam-spamassassin-register-spam-routine)
11655 (spam-spamassassin-register-ham-routine)
11656 (spam-assassin-register-spam-routine)
11657 (spam-assassin-register-ham-routine): Add SpamAssassin support.
11658 (spam-bogofilter-score): Fix to show article before scoring.
11659
11660 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
11661
11662 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
11663 default scoring function.
11664 (spam-generic-score): Call spam-spamassassin-score if
11665 spam-use-spamassassin or spam-use-spamassassin-headers is on;
11666 spam-bogofilter-score otherwise.
11667
11668 * gnus.el (spam-process, spam-autodetect-methods): Add
11669 spamassassin and spamassassin-headers.
11670
11671 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
11672
11673 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11674 Suppress unnecessary messages.
11675
11676 2004-01-20 Jesper Harder <harder@ifa.au.dk>
11677
11678 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
11679 make-hash-table.
11680
11681 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
11682
11683 * canlock.el (base64-encode-string): Don't autoload it.
11684
11685 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11686
11687 * run-at-time.el: Remove useless (require 'itimer),
11688 eval-and-compile and (featurep 'xemacs).
11689
11690 2004-01-16 Jesper Harder <harder@ifa.au.dk>
11691
11692 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
11693 GROUP is a virtual group.
11694
11695 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
11696
11697 * gnus.el: Autoload `message-y-or-n-p'.
11698
11699 2004-01-15 Jesper Harder <harder@ifa.au.dk>
11700
11701 * pgg-parse.el: Remove unnecessary (require 'custom).
11702
11703 * pgg-def.el: do.
11704
11705 * nnmail.el: do.
11706
11707 * gnus-undo.el: do.
11708
11709 * gnus-picon.el: do.
11710
11711 * gnus-util.el: do.
11712
11713 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
11714
11715 * gnus-sum.el (gnus-pick-line-number): Add autoload.
11716
11717 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
11718
11719 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
11720 handle, as well as a list.
11721
11722 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
11723 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
11724 (mm-w3m-cid-retrieve): Simplify.
11725
11726 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
11727
11728 * message.el (message-kill-to-signature): Allow prefix arg to
11729 specify number of lines to keep before signature.
11730
11731 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
11732
11733 (message-kill-to-signature): Change docstring.
11734
11735 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
11736
11737 * canlock.el: Always require sha1-el.
11738 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
11739
11740 * message.el: Autoload sha1 only when compiling.
11741
11742 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
11743
11744 * message.el (message-canlock-generate): Require sha1-el.
11745
11746 2004-01-13 Jesper Harder <harder@ifa.au.dk>
11747
11748 * message.el (message-expand-name): Silence the byte compiler.
11749
11750 2004-01-13 Simon Josefsson <jas@extundo.com>
11751
11752 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
11753 Invoke gnus-score-mode. Reported by
11754 bojohan+news@dd.chalmers.se (Johan Bockgård).
11755
11756 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
11757 Jim Blandy <jimb@redhat.com> (tiny change).
11758
11759 2004-01-12 Jesper Harder <harder@ifa.au.dk>
11760
11761 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
11762
11763 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
11764
11765 * spam.el (spam-get-article-as-string): Update to use
11766 gnus-request-article-this-buffer, much simpler.
11767 (spam-get-article-as-buffer): Remove.
11768
11769 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
11770
11771 * message.el (message-expand-name): Use EUDC if the user uses
11772 that.
11773
11774 2004-01-12 Jesper Harder <harder@ifa.au.dk>
11775
11776 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
11777 character for the encoding to avoid consing a string.
11778
11779 * rfc2047.el (rfc2047-decode-string): Don't cons a string
11780 unnecessarily.
11781
11782 * mm-util.el (mm-replace-chars-in-string): Remove.
11783
11784 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
11785 of mm-replace-chars-in-string.
11786
11787 2004-01-11 Jesper Harder <harder@ifa.au.dk>
11788
11789 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
11790
11791 * mm-util.el (mm-subst-char-in-string): Support inplace.
11792
11793 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
11794 a new string in every iteration. Use shy groups.
11795
11796 2004-01-10 Jesper Harder <harder@ifa.au.dk>
11797
11798 * gnus-srvr.el (gnus-browse-unsubscribe-group):
11799 * gnus-soup.el (gnus-soup-group-brew):
11800 * gnus-msg.el (gnus-put-message):
11801 * gnus-move.el (gnus-group-move-group-to-server):
11802 * gnus-kill.el (gnus-batch-score):
11803 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
11804 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
11805 (gnus-group-update-group, gnus-group-read-group)
11806 (gnus-group-make-group, gnus-group-make-help-group)
11807 (gnus-group-make-archive-group, gnus-group-make-directory-group)
11808 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
11809 (gnus-group-sort-by-unread, gnus-group-catchup)
11810 (gnus-group-unsubscribe-group, gnus-group-kill-group)
11811 (gnus-group-yank-group, gnus-group-set-info)
11812 (gnus-group-list-groups):
11813 * gnus.el (gnus-generate-new-group-name):
11814 * gnus-delay.el (gnus-delay-send-queue):
11815 * nnvirtual.el (nnvirtual-catchup-group):
11816 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
11817 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
11818 (gnus-group-prepare-topics, gnus-topic-check-topology):
11819 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
11820 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
11821 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
11822 (gnus-group-make-articles-read):
11823 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
11824 (gnus-group-change-level, gnus-kill-newsgroup)
11825 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
11826 (gnus-get-unread-articles, gnus-make-articles-unread)
11827 (gnus-make-ascending-articles-unread): Use accessor
11828 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
11829 to get group information for improved readability.
11830
11831
11832 2004-01-09 Jesper Harder <harder@ifa.au.dk>
11833
11834 * gnus-art.el (article-decode-mime-words, article-babel)
11835 (gnus-article-highlight-signature, gnus-article-add-buttons)
11836 (gnus-signature-toggle): Use gnus-with-article-buffer.
11837
11838 * gnus-art.el (gnus-article-highlight-headers)
11839 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
11840
11841 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
11842 (gnus-article-set-globals, gnus-request-article-this-buffer)
11843 (gnus-button-message-id, gnus-article-maybe-hide-headers)
11844 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
11845 (gnus-mime-display-alternative): Use with-current-buffer.
11846
11847 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
11848
11849 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
11850 also under 80 char limit, and call gnus-error if needed.
11851 (spam-fetch-article-header): Fix - it was a
11852 buffer-local variable (gnus-newsgroup-data).
11853 (spam-find-spam): Use spam-generate-fake-headers, forget about
11854 spam-insert-fake-headers.
11855 (spam-insert-fake-headers): Remove.
11856
11857 2004-01-09 Jesper Harder <harder@ifa.au.dk>
11858
11859 * deuglify.el (gnus-article-outlook-unwrap-lines)
11860 (gnus-outlook-rearrange-article)
11861 (gnus-outlook-repair-attribution-outlook)
11862 (gnus-outlook-repair-attribution-block)
11863 (gnus-outlook-repair-attribution-other): Remove redundant
11864 save-excursion.
11865
11866 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
11867
11868 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
11869 (spam-fetch-field-subject-fast)
11870 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
11871 (spam-fetch-article-header): Add functions to deal with Gnus
11872 internals for fast retrieval of article header data.
11873 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
11874
11875 2004-01-09 Jesper Harder <harder@ifa.au.dk>
11876
11877 * pop3.el (pop3-md5): Remove.
11878 (pop3-apop): Replace pop3-md5 with md5.
11879
11880 * mm-bodies.el: base64 is always built-in.
11881
11882 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
11883 with-current-buffer.
11884
11885 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
11886
11887 * canlock.el (canlock-insert-header): Remove excessive grouping in
11888 regexp.
11889
11890 * gnus-sum.el (gnus-summary-read-document): Ditto.
11891
11892 * gnus-uu.el (gnus-uu-part-number): Ditto.
11893
11894 * html2text.el (html2text-remove-tags): Ditto.
11895 (html2text-format-tags): Ditto.
11896 (html2text-format-single-elements): Ditto.
11897
11898 * mml.el (mml-parse-1): Ditto.
11899
11900 2004-01-08 Jesper Harder <harder@ifa.au.dk>
11901
11902 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
11903
11904 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
11905
11906 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
11907
11908 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
11909
11910 2003-11-15 Simon Josefsson <jas@extundo.com>
11911
11912 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
11913 (pgg-gpg-lookup-key): Use regexp match instead of
11914 split-string (split-string is different between emacs 21.2 and
11915 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
11916
11917 2004-01-08 Jesper Harder <harder@ifa.au.dk>
11918
11919 * gnus-art.el (gnus-mime-view-all-parts)
11920 (gnus-article-part-wrapper, gnus-article-view-part): Use
11921 with-current-buffer.
11922
11923 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
11924
11925 * spam.el (spam-disable-spam-split-during-ham-respool)
11926 (spam-spamoracle-database, spam-cache-lookups)
11927 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
11928 (spam-group-ham-mark-p, spam-group-spam-mark-p)
11929 (spam-group-ham-marks, spam-group-spam-marks)
11930 (spam-group-spam-contents-p, spam-group-ham-contents-p)
11931 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
11932 also add spam-use-blackholes to the statistical checks.
11933 (spam-fetch-field-fast): Add interface to fetching fields, may
11934 become a macro.
11935 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
11936 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
11937 (spam-insert-fake-headers): Fake an article when needed.
11938 (spam-find-spam): Fake article when possible.
11939 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
11940 (spam-check-bogofilter-headers): Use message-fetch-field instead
11941 of nnmail-fetch-field.
11942
11943 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
11944
11945 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
11946
11947 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
11948
11949 * spam.el (spam-split): Do not require spam-use-CHECK to be
11950 enabled if that check is passed to spam-split explicitly; also
11951 fix so 'spam doesn't get converted to spam-split-group when
11952 spam-split-symbolic-return is t.
11953 (spam-find-spam): Find registrations of the article and use those
11954 instead of re-running spam-split to find the spam/ham
11955 classification of the article.
11956 (spam-log-processing-to-registry, spam-log-registered-p)
11957 (spam-log-unregistration-needed-p, spam-log-undo-registration):
11958 Use gnus-error instead of gnus-message.
11959 (spam-log-registration-type): Add function to determine the
11960 classification of a message based on registry entries; will
11961 return nil if both 'spam and 'ham are found.
11962 (spam-check-BBDB): Expand all the BBDB macros here so we can have
11963 a reasonably fast local cache without the loading errors.
11964 (spam-cache-lookups): Set to t by default.
11965 (spam-find-spam): Don't try to guess spam-cache-lookups.
11966 (spam-enter-whitelist, spam-enter-blacklist): Clear the
11967 spam-caches entry.
11968 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
11969 caching of whitelist/blacklist entries.
11970 (spam-check-whitelist, spam-check-blacklist): Invoke
11971 spam-from-listed-p with a type, not a cache variable.
11972 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
11973
11974 2004-01-07 Jesper Harder <harder@ifa.au.dk>
11975
11976 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
11977
11978 * nnmail.el (nnmail-split-fancy): do.
11979
11980 * mml.el (mml-parse): do.
11981
11982 * gnus-score.el (gnus-enter-score-words-into-hashtb)
11983 (gnus-score-adaptive): do.
11984
11985 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
11986
11987 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
11988 (gnus-mime-button-map): Don't set keymap parent.
11989 (gnus-button-ctan-directory-regexp): Use shy grouping.
11990 (gnus-prev-page-map): Don't set keymap parent.
11991 (gnus-prev-page-map): Remove duplicated one.
11992 (gnus-next-page-map): Don't set keymap parent.
11993 (gnus-mime-security-button-map): Ditto.
11994
11995 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
11996 version number.
11997
11998 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
11999
12000 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12001
12002 * canlock.el (canlock-sha1-function): Remove.
12003 (canlock-sha1-function-for-verify): Remove.
12004 (canlock-openssl-program): Remove.
12005 (canlock-openssl-args): Remove.
12006 (canlock-ignore-errors): Remove.
12007 (canlock-sha1-with-openssl): Remove.
12008 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
12009 (canlock-verify): Don't use canlock-ignore-errors.
12010
12011 * sha1-el.el (sha1-string-external): Make it can return a string
12012 in binary form.
12013 (sha1-region-external): Ditto.
12014 (sha1-string-internal): Ditto.
12015 (sha1-region-internal): Ditto.
12016 (sha1-region): Ditto.
12017 (sha1-string): Ditto.
12018 (sha1): Ditto.
12019
12020 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
12021
12022 * spam.el (spam-report-articles-gmane): New command.
12023
12024 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12025
12026 * gnus.el: Don't make unnecessary *Group* buffer when loading.
12027
12028 * run-at-time.el (run-at-time-saved): Remove.
12029 (run-at-time): Doc fix.
12030
12031 2004-01-07 Jesper Harder <harder@ifa.au.dk>
12032
12033 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
12034 (gnus-summary-limit-map): Add it.
12035 (gnus-summary-make-menu-bar): do.
12036
12037 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
12038
12039 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
12040 Make attempt at some caching support (done for BBDB only now).
12041 (spam-find-spam): Set spam-cache-lookups if there are more than 2
12042 addresses to be checked.
12043 (spam-clear-cache-BBDB): Add function, to be invoked by
12044 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
12045 (spam-check-BBDB): Check and use the caches, if
12046 spam-cache-lookups is on, remove superfluous (provide).
12047
12048 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
12049
12050 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
12051
12052 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
12053
12054 * run-at-time.el (run-at-time-saved): Move to after the definition
12055 of `run-at-time'.
12056
12057 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12058
12059 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
12060 mm-w3m-local-map-property.
12061
12062 * mm-view.el (mm-w3m-mode-map): Remove.
12063 (mm-w3m-local-map-property): Remove.
12064 (mm-inline-text-html-render-with-w3m): Don't use
12065 mm-w3m-local-map-property.
12066
12067 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12068
12069 * run-at-time.el: New file.
12070
12071 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
12072 of gnus-set-text-properties.
12073
12074 * gnus-uu.el (gnus-uu-save-article): Ditto.
12075
12076 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
12077
12078 * gnus-cite.el (gnus-cite-parse): Ditto.
12079
12080 * gnus-art.el (gnus-button-push): Use set-text-properties instead
12081 of gnus-.
12082
12083 * gnus.el: Changed calls to nnheader-run-at-time and
12084 password-run-at-time throughout to use run-at-time directly.
12085
12086 * password.el: Removed definition of run-at-time.
12087
12088 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
12089
12090 * mml.el (mml-minibuffer-read-disposition): Show attachment type
12091 in prompt.
12092
12093 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
12094
12095 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
12096 XEmacs version.
12097
12098 * dns.el (dns-make-network-process): Use `open-network-stream'
12099 instead of `gnus-xmas-open-network-stream'.
12100
12101 * .cvsignore: Add auto-autoloads.el, custom-load.el.
12102
12103 2004-01-06 Jesper Harder <harder@ifa.au.dk>
12104
12105 * gnus-art.el (gnus-mime-display-alternative)
12106 (gnus-insert-mime-button, gnus-insert-mime-security-button)
12107 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
12108 Don't use gnus-local-map-property.
12109
12110 * gnus-util.el (gnus-local-map-property): Remove.
12111
12112 * mm-view.el (mm-view-pkcs7-decrypt): Replace
12113 gnus-completing-read-maybe-default with completing-read.
12114
12115 * gnus-util.el (gnus-completing-read): do.
12116 (gnus-completing-read-maybe-default): Remove.
12117
12118 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
12119
12120 * password.el: Only autoload `run-at-time' if not XEmacs.
12121 Only autoload the itimer functions if XEmacs.
12122
12123 2004-01-06 Jesper Harder <harder@ifa.au.dk>
12124
12125 * gnus-art.el (gnus-read-string): Remove.
12126 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
12127 read-string.
12128
12129 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
12130
12131 * netrc.el: Autoload password-read.
12132 (netrc): Add configuration group.
12133 (netrc-encoding-method, netrc-openssl-path): Add
12134 variables for encoding and decoding of files with symmetric
12135 ciphers.
12136 (netrc-encode): Add assistant function to encode a file with
12137 netrc-encoding-method.
12138 (netrc-parse): Add interactive parameter, added optional
12139 decoding if netrc-encoding-method is non-nil but otherwise
12140 behavior is standard.
12141 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
12142 Do s/encode/encrypt/ everywhere.
12143
12144 * spam.el: Remove executable-find autoload.
12145
12146 2004-01-05 Jesper Harder <harder@ifa.au.dk>
12147
12148 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
12149
12150 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
12151
12152 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
12153
12154 * gnus-art.el (gnus-treat-ansi-sequences,
12155 article-treat-ansi-sequences): New variable and function.
12156 Suggested by Dan Jacobson <jidanni@jidanni.org>.
12157
12158 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12159 Use it.
12160
12161 2004-01-05 Jesper Harder <harder@ifa.au.dk>
12162
12163 * mm-util.el (mm-quote-arg): Remove.
12164
12165 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
12166 shell-quote-argument.
12167
12168 * gnus-uu.el (gnus-uu-command): do.
12169
12170 * gnus-sum.el (gnus-summary-insert-pseudos): do.
12171
12172 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
12173 with make-char.
12174
12175 * mm-util.el (mm-make-char): Remove.
12176
12177 * mml.el (mml-mode): Replace gnus-add-minor-mode with
12178 add-minor-mode.
12179
12180 * gnus-undo.el (gnus-undo-mode): do.
12181
12182 * gnus-topic.el (gnus-topic-mode): do.
12183
12184 * gnus-sum.el (gnus-dead-summary-mode): do.
12185
12186 * gnus-start.el (gnus-slave-mode): do.
12187
12188 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
12189
12190 * gnus-ml.el (gnus-mailing-list-mode): do.
12191
12192 * gnus-gl.el (gnus-grouplens-mode): do.
12193
12194 * gnus-draft.el (gnus-draft-mode): do.
12195
12196 * gnus-dired.el (gnus-dired-mode): do.
12197
12198 * gnus-ems.el (gnus-add-minor-mode): Remove.
12199
12200 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12201 Replace gnus-char-width with char-width.
12202
12203 * gnus-ems.el (gnus-char-width): Remove.
12204
12205 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12206 Replace gnus-char-width with char-width.
12207
12208 * gnus-ems.el (gnus-char-width): Remove.
12209
12210 * spam-stat.el (with-syntax-table): Remove with-syntax-table
12211 definition.
12212 Remove Emacs 20 hash table compatibility code.
12213
12214 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
12215 20 compatibility code.
12216
12217 * spam.el (spam-point-at-eol): Replace with point-at-eol.
12218
12219 * smime.el (smime-point-at-eol): Replace with point-at-eol.
12220
12221 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
12222 with point-at-{eol,bol}.
12223
12224 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
12225
12226 * imap.el (imap-point-at-eol): Replace with point-at-eol.
12227
12228 * flow-fill.el (fill-flowed-point-at-bol,
12229 fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
12230
12231 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
12232 Replace with point-at-{eol,bol} throughout all files.
12233
12234 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
12235
12236 * ntlm.el (ntlm-string-as-unibyte): New macro.
12237 (ntlm-build-auth-response): Use it.
12238
12239 Remove Emacs 20 stuff:
12240 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
12241 of delq and copy-sequence.
12242 * gnus-art.el (popup-menu): Remove the compiler macro.
12243 * nnmail.el (nnmail-split-fancy): Don't support customizing with
12244 Emacs 20.
12245
12246 2004-01-05 Simon Josefsson <jas@extundo.com>
12247
12248 * ntlm.el: Fix namespace. Change smb-passwd-hash into
12249 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
12250 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
12251 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
12252 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
12253 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
12254 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
12255 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
12256 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
12257 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
12258 ntlm-string-permute, string-lshift into ntlm-string-lshift,
12259 string-xor into ntlm-string-xor. Suggested by
12260 Jesper Harder <harder@myrealbox.com>.
12261
12262 * ntlm.el: Don't include poem.
12263
12264 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
12265 Jesper Harder <harder@myrealbox.com>.
12266
12267 * sasl-ntlm.el, ntlm.el, md4.el: New files.
12268
12269 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
12270 probably breaks emacs with DL patch, but do we care? Is anyone
12271 still using the DL stuff?)
12272
12273 * sieve-manage.el: Use the password package.
12274 (sieve-manage-read-passwd): Remove.
12275 (sieve-manage-interactive-login): Use password. Re-add
12276 condition-case around loop.
12277
12278 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
12279 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
12280 the password package.
12281
12282 2003-02-19 Simon Josefsson <jas@extundo.com>
12283
12284 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
12285 token.
12286
12287 2002-08-07 Simon Josefsson <jas@extundo.com>
12288
12289 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
12290 (sieve-manage-authenticators):
12291 (sieve-manage-authenticator-alist): Add some SASL mechs.
12292 (sieve-sasl-auth): New function.
12293 (sieve-manage-cram-md5-auth):
12294 (sieve-manage-plain-auth): Rewrite using SASL library.
12295 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
12296 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
12297 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
12298 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
12299
12300 2004-01-05 Simon Josefsson <jas@extundo.com>
12301
12302 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
12303 New files.
12304
12305 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12306
12307 * gnus-group.el (gnus-no-groups-message): Update.
12308
12309 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
12310
12311 2003-11-09 Simon Josefsson <jas@extundo.com>
12312
12313 * imap.el: Support for ID IMAP extension (RFC 2971).
12314 (imap-local-variables): Add imap-id.
12315 (imap-id): New variable.
12316 (imap-id): New function.
12317 (imap-parse-response): Parse untagged ID response.
12318 * nnimap.el (nnimap-id): New variable.
12319 (nnimap-open-connection): Use it.
12320
12321 2003-12-28 Simon Josefsson <jas@extundo.com>
12322
12323 * gnus-score.el (gnus-score-edit-all-score): New.
12324 * gnus-group.el (gnus-group-score-map): Bind it to W e.
12325
12326 2004-01-04 Simon Josefsson <jas@extundo.com>
12327
12328 * password.el: Add.
12329
12330 2004-01-04 Mario Lang <lang@zid.tugraz.at>
12331
12332 * dns.el: Add support for AAAA records (see RFC 3596)
12333
12334 * Fix typo PRT -> PTR
12335
12336 * Parse MX, PTR and SOA replies (see RFC 1035)
12337
12338 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12339
12340 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
12341
12342 * Moved to Changelog.2.
12343
12344 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12345
12346 * gnus.el (gnus-version-number): Bump version.
12347
12348 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12349
12350 * gnus.el: No Gnus v0.1 is released.
12351
12352 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12353
12354 * gnus.el: No Gnus v0.0 is released.
12355
12356 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12357
12358 * gnus.el (gnus-version-number): Bump.
12359 (gnus-version): No.
12360
12361 See ChangeLog.2 for earlier changes.
12362
12363 Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
12364
12365 This file is part of GNU Emacs.
12366
12367 GNU Emacs is free software; you can redistribute it and/or modify
12368 it under the terms of the GNU General Public License as published by
12369 the Free Software Foundation; either version 3, or (at your option)
12370 any later version.
12371
12372 GNU Emacs is distributed in the hope that it will be useful,
12373 but WITHOUT ANY WARRANTY; without even the implied warranty of
12374 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12375 GNU General Public License for more details.
12376
12377 You should have received a copy of the GNU General Public License
12378 along with GNU Emacs; see the file COPYING. If not, write to the
12379 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
12380 Boston, MA 02110-1301, USA.
12381
12382 ;; Local Variables:
12383 ;; coding: utf-8
12384 ;; fill-column: 79
12385 ;; add-log-time-zone-rule: t
12386 ;; End:
12387
12388 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4