Merge from emacs--rel--22
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
2
3 * nntp.el: Autoload `auth-source-user-or-password'.
4 (nntp-send-authinfo): Use it.
5
6 * nnimap.el: Autoload `auth-source-user-or-password'.
7 (nnimap-open-connection): Use it.
8
9 * auth-source.el: Added docs on using with url-auth. Import gnus-util
10 for the gnus-message function.
11 (auth-source-user-or-password): Use it.
12
13 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
14
15 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
16 rfc2104-hexstring-to-byte-list. Return a unibyte string.
17 (rfc2104-hash): Use it.
18
19 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
20
21 * gnus-art.el (gnus-article-toggle-truncate-lines):
22 Don't use `iff' in docstring.
23
24 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
25
26 * gnus-registry.el: Adjusted copyright dates and added a keyword.
27
28 * gnus-util.el (gnus-extract-address-component-name)
29 (gnus-extract-address-component-email): Convenience functions around
30 `gnus-extract-address-components'.
31
32 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
33 Use `gnus-extract-address-component-email' to fix bug of comparing full
34 sender name to `user-mail-address'.
35
36 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
37
38 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
39 catch/throw to optimize.
40 (gnus-registry-find-keywords): Just use member to find a keyword.
41
42 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
43
44 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
45 is current before calling gnus-server-prepare.
46 (gnus-server-setup-buffer, gnus-server-update-server)
47 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
48
49 2008-05-04 Juri Linkov <juri@jurta.org>
50
51 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
52 (mailcap-file-default-commands): Use mailcap-replace-in-string
53 instead of replace-regexp-in-string, and mailcap-delete-duplicates
54 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
55
56 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
57
58 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
59
60 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
61
62 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
63 hooks.
64 (gnus-update-read-articles): Speed up non-marks-using users.
65 (gnus-use-marks): Define gnus-use-marks.
66 (gnus-propagate-marks): Rename variable to something more sensible.
67
68 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
69
70 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
71 (gmm-image-load-path-for-library): Fix typos in docstrings.
72 (gmm-message): Reflow docstring.
73
74 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
75
76 * mail-source.el (mail-source-set-1, mail-source-bind):
77 Move auth-source code out of the macro to clean it up and fix bugs.
78
79 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
80
81 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
82 by sender if it's equal to user-mail-address, it's likely to be
83 useless.
84
85 * mail-source.el (mail-source-bind): Don't use user or password if they
86 are not bound. Unintern them if they are nil. Don't use server unless
87 it's bound, and default it to empty string otherwise.
88
89 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
90
91 * mail-source.el: Load auth-source.el.
92 (mail-source-bind): Add comments. Call auth-source-user-or-password to
93 get user name or password, if auth-sources is set up.
94
95 * gnus-registry.el (gnus-registry-split-strategy): New variable for
96 strategy of splitting with parent.
97 (gnus-registry-split-fancy-with-parent)
98 (gnus-registry-post-process-groups): Use it and fix prior
99 bug (returning a list as the split result).
100
101 * auth-source.el (auth-sources): Remove server parameter.
102 (auth-source-pick, auth-source-user-or-password)
103 (auth-source-user-or-password-imap)
104 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
105 (auth-source-user-or-password-sftp)
106 (auth-source-user-or-password-smtp): Remove server parameter.
107
108 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
109
110 * smime.el (smime-sign-region, smime-encrypt-region)
111 (smime-decrypt-region):
112 Remove redundant calls to `generate-new-buffer-name'.
113
114 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
115
116 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
117 Don't use QP for message/rfc822.
118 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
119
120 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
121
122 * sieve-manage.el (sieve-string-bytes): Remove.
123 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
124 correct byte-length only if the process's coding-system is the same as
125 the one used internally by Emacs to represent strings.
126
127 2008-04-22 Juri Linkov <juri@jurta.org>
128
129 * mailcap.el (mailcap-file-default-commands): New function.
130
131 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
132
133 * message.el (message-signature-separator, message-cite-function):
134 Change custom version.
135
136 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
137
138 * mm-decode.el (mm-display-external): Make temp file read-only.
139
140 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
141
142 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
143 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
144 `C-c C-f d'.
145
146 2008-04-12 Adrian Aichner <adrian@xemacs.org>
147
148 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
149
150 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
151
152 * auth-source.el: Added docs.
153 (auth-sources): Modify format to support server.
154 (auth-source-pick, auth-source-user-or-password)
155 (auth-source-user-or-password-imap)
156 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
157 (auth-source-user-or-password-sftp)
158 (auth-source-user-or-password-smtp): Add server parameter.
159
160 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
161
162 * gnus-registry.el: Initialize the registry when gnus-registry-install
163 is t.
164
165 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
166
167 * compface.el (uncompface): Make buffer unibyte.
168
169 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
170
171 * mail-source.el (mail-source-value):
172 Prefer fboundp to functionp so it works with macros as well.
173
174 2008-04-05 Glenn Morris <rgm@gnu.org>
175
176 * gnus-ems.el (mm-disable-multibyte): Autoload it.
177
178 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
179
180 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
181 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
182
183 * nnheader.el (nnheader-init-server-buffer): Change buffer's
184 multibyteness after rather than before erasing it.
185
186 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
187 mm-with-multibyte.
188 (gnus-request-article-this-buffer): Make sure the proper decoding is
189 used if gnus-original-article-buffer happens to be unibyte.
190
191 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
192 default-enable-multibyte-characters.
193
194 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
195 default-enable-multibyte-characters.
196
197 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
198
199 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
200
201 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
202
203 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
204 Fix last change in case the element is not even a symbol.
205
206 2008-04-02 Simon Josefsson <simon@josefsson.org>
207
208 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
209 imap-enable-exchange-bug-workaround.
210 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
211
212 2008-04-01 Simon Josefsson <simon@josefsson.org>
213
214 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
215 a 100 byte status-checks into a 2-3MB transfer for each group.
216 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
217 to enable bug workaround or not.
218 (nnimap-find-minmax-uid): Only enable workaround conditionally.
219
220 2008-03-31 Glenn Morris <rgm@gnu.org>
221
222 * message.el (mml2015-use): Declare for compiler.
223 (message-info): Require mml2015 when appropriate.
224
225 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
226
227 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
228 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
229 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
230 (nntp-service-to-port): New function.
231 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
232 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
233 (nntp-open-netcat-stream): New function.
234 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
235
236 2008-03-29 Sven Joachim <svenjoac@gmx.de>
237
238 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
239
240 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
241
242 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
243
244 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
245
246 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
247
248 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
249
250 * message.el (message-signature-separator): Change default.
251 Improve custom type.
252 (message-cite-function): Change default to
253 message-cite-original-without-signature.
254
255 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
256 toggle.
257
258 * message.el (message-check-news-body-syntax): Fix signature check.
259 (message-setup-1): Mark buffer as unmodified _after_ running
260 message-setup-hook and handling message-alternative-emails.
261 (message-shorten-references): Be more strict when building list of
262 valid references to comply with GNKSA.
263
264 * gnus-group.el (gnus-read-ephemeral-bug-group)
265 (gnus-read-ephemeral-debian-bug-group)
266 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
267
268 * message.el (message-info): Don't use booleanp which isn't supported
269 in Emacs 21 and XEmacs.
270
271 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
272
273 * gnus-group.el (gnus-gmane-group-download-format): Rename from
274 gnus-group-gmane-group-download-format.
275 (gnus-group-read-ephemeral-gmane-group): Rename from
276 gnus-group-read-ephemeral-gmane-group.
277 (gnus-read-ephemeral-gmane-group-url): Rename from
278 gnus-group-read-ephemeral-gmane-group-url.
279 (gnus-bug-group-download-format-alist): New variable.
280 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
281 (gnus-read-ephemeral-emacs-bug-group): New commands.
282
283 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
284
285 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
286 (gnus-visible-headers): Improve custom type.
287
288 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
289
290 * mml.el (mml-menu): Add workarounds for XEmacs.
291
292 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
293 X-Boundary header.
294
295 * message.el (message-simplify-recipients): Fix previous commit.
296
297 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
298
299 * mm-util.el (mm-set-buffer-multibyte): New function.
300 * mm-decode.el (mm-copy-to-buffer): Use it.
301
302 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
303 Prefer fboundp to functionp so it works with macros as well.
304
305 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
306
307 * message.el (message-alter-recipients-discard-bogus-full-name):
308 New function.
309 (message-alter-recipients-function): New variable.
310 (message-get-reply-headers): Use it.
311 (message-replace-header): New helper function.
312 (message-recipients-without-full-name): New variable.
313 (message-simplify-recipients): New command.
314
315 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
316
317 * message.el (message-info): Handle EasyPG manual.
318
319 * mml.el (mml-menu): Add entry for EasyPG.
320
321 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
322
323 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
324 parameter.
325
326 * message.el (message-disassociate-draft): Specify drafts group name
327 fully.
328
329 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
330
331 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
332 unnecessary duplicates from the match list.
333
334 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
335
336 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
337 args of `how-many' of which the XEmacs version doesn't take; declare
338 Info-index-next as function.
339
340 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
341
342 * gnus-score.el (gnus-score-headers): Fix handling of
343 gnus-inhibit-slow-scoring.
344
345 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
346 string.
347 (gnus-button-url-regexp): Improve handling of parenthesis.
348 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
349 (gnus-button-handle-info-keystrokes): Handle index entries.
350
351 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
352
353 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
354 Incoming* files.
355
356 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
357
358 * auth-source.el (auth-sources): Renamed from auth-source-choices.
359 (auth-source-pick): Use it.
360
361 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
362
363 * auth-source.el (auth-source-protocols)
364 (auth-source-protocols-customize, auth-source-choices): Added and
365 modified variable customizations and defaults.
366 (auth-source-pick, auth-source-user-or-password)
367 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
368 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
369 (auth-source-user-or-password-sftp)
370 (auth-source-user-or-password-smtp): Use new variables and provide an
371 interface to netrc.el.
372
373 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
374
375 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
376 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
377 Make sure the nntp port to specify is a string.
378
379 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
380
381 * nntp.el: Use with-current-buffer.
382 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
383 dubious mm-with-unibyte-current-buffer.
384 (nntp-with-open-group-function): New function extracted from
385 nntp-with-open-group macro.
386 (nntp-with-open-group): Use the function, so it's easier to debug.
387 Add indentation and debugging info.
388 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
389 the use of the netcat alternatives.
390
391 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
392 Avoid mm-string-as-multibyte as well.
393
394 * nnweb.el (nnweb-insert-html):
395 Remove use of nnheader-string-as-multibyte.
396
397 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
398 (nnheader-string-as-multibyte): Remove.
399
400 * mm-view.el: Use inhibit-read-only.
401 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
402 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
403 or unibyte-string.
404
405 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
406 (mm-uu-yenc-extract): Use with-current-buffer.
407
408 * gnus-soup.el (gnus-soup-send-packet): Don't use
409 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
410
411 * nnmh.el: Use with-current-buffer.
412 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
413 mm-string-as-multibyte on the output of mm-encode-coding-string.
414
415 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
416 (nnimap-request-move-article): Use with-current-buffer.
417
418 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
419 inserting the handle-buffer's text, so the implicit multibyte->unibyte
420 conversion uses string-make-unibyte rather than string-as-unibyte.
421
422 * gnus-msg.el: Use with-current-buffer.
423
424 * message.el (message-ignored-resent-headers): Add "Delivered-To".
425
426 2008-03-10 Daiki Ueno <ueno@unixuser.org>
427
428 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
429 string for caching if it is 'PIN.
430
431 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
432
433 * mail-source.el (mail-source-delete-old-incoming-confirm):
434 Change default to nil.
435 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
436
437 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
438
439 * gnus-art.el (gnus-narrow-to-page): Position point properly.
440 (gnus-article-goto-prev-page): Work for articles having ^L's.
441
442 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
443
444 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
445
446 2008-03-07 Karl Fogel <kfogel@red-bean.com>
447
448 * gnus-bookmark.el: Adjust for renames in bookmark.el.
449 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
450 (gnus-bookmark-jump): Adjust some variable names.
451
452 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
453
454 * auth-source.el: New package.
455 (auth-source-choices): Add customization entry point variable.
456
457 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
458 bug.
459
460 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
461
462 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
463 (gnus-registry-initialize, gnus-registry-install-p): Use it.
464 (gnus-registry-install-shortcuts): Rename from
465 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
466 the `gnus-registry-mark-map' keymap dynamically from
467 `gnus-registry-marks'. The generated functions update the summary line
468 when a registry mark is added or deleted, and will call
469 `gnus-registry-install-p' (see the comments in the code).
470 (gnus-registry-user-format-function-M): Use concat intelligently.
471
472 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
473 the registry mark functions.
474
475 2008-03-05 Glenn Morris <rgm@gnu.org>
476
477 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
478 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
479 gnus-art.
480 (top-level): No need to load own source when compiling.
481
482 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
483
484 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
485 Suggested by <chris.anderton@zetnet.co.uk>.
486
487 2008-03-04 Glenn Morris <rgm@gnu.org>
488
489 * gnus-sum.el (top-level): No need to require gnus when compiling,
490 since unconditionally required near start of file.
491 (gnus-summary-display-while-building): Move definition before use.
492
493 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
494
495 * gnus-registry.el (gnus-registry-user-format-function-M): Add
496 formatting function.
497
498 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
499
500 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
501 with plists.
502 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
503 Use new format.
504
505 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
506
507 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
508 `where-is-internal' that returns a range of key sequences.
509
510 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
511
512 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
513
514 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
515 (gnus-summary-jump-to-group): Consider windows on other displayed
516 frames as well. Similar changes might be needed elsewhere, but that's
517 the one I've bumped into during my use.
518
519 * nndoc.el (nndoc-oe-dbx-type-p):
520 * gnus-msg.el (gnus-debug):
521 * gnus-group.el (gnus-update-group-mark-positions):
522 Use mm-string-to-multibyte.
523
524 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
525
526 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
527 doesn't handle NotDashEscaped.
528
529 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
530 (mml-dnd-attach-options): Fix typo in custom choice.
531
532 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
533 nndoc-article-type to mbox.
534 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
535
536 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
537 to nil, instead of html2text.
538
539 * imap.el (imap-debug): Add `imap-ping-server'.
540
541 * gnus-bookmark.el: Add FIXMEs.
542
543 * message.el (message-form-letter-separator)
544 (message-send-form-letter-delay): New variables.
545 (message-send-form-letter): Use them. New command to send form
546 letters. Requested by Uwe Siart.
547 (message-send-mail-function): Doc fix. Add "Other" custom option.
548
549 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
550
551 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
552 empty author.
553
554 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
555
556 * gnus-registry.el (gnus-registry-marks): Add variable for
557 customization of marks and their appearance.
558 (gnus-registry-read-mark): Use it.
559 (gnus-registry-do-marks): Add utility function to loop through
560 `gnus-registry-marks'.
561 (gnus-registry-install-shortcuts-and-menus): Add function to install
562 shortcuts and menus.
563 (gnus-registry-initialize): Use it.
564 (gnus-registry-default-mark): Clarify documentation.
565
566 2008-02-29 Glenn Morris <rgm@gnu.org>
567
568 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
569 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
570 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
571 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
572 Change defcustom :version from 23.0 to 23.1.
573
574 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
575
576 * gnus-registry.el (gnus-registry-follow-group-p)
577 (gnus-registry-post-process-groups): Add functions to aid registry
578 splitting and improve logging. Clarify behavior in function
579 documentation.
580 (gnus-registry-split-fancy-with-parent): Use them.
581
582 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
583
584 * gnus-art.el: Use with-current-buffer.
585
586 2008-02-27 David Engster <dengste@eml.cc>
587
588 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
589 Express real group name in the response.
590
591 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
592
593 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
594 (nnmairix-last-server, nnmairix-current-server): Defvar them.
595 (nnmairix-goto-original-article): Defvar gnus-registry-install and
596 autoload gnus-registry-fetch-group when compiling.
597 (nnmairix-request-group-with-article-number-correction): Remove
598 unreferenced argument passed to nnmairix-call-backend.
599
600 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
601
602 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
603 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
604 Wilde.
605
606 2008-02-27 Glenn Morris <rgm@gnu.org>
607
608 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
609 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
610 variables to defconsts. Convert comments to doc-strings.
611 (nnmairix-last-server, nnmairix-current-server): Convert from free
612 variables to defvars. Convert comments to doc-strings.
613 (gnus-registry-fetch-group): Autoload.
614 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
615 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
616 (nnmairix-widget-build-editable-fields): Use car cddr rather than
617 caddr.
618 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
619 nnmairix-request-group-with-article-number-correction call.
620 (nnmairix-fast, nnmairix-group): New, less general names, for free
621 variables passed from nnmairix-request-group to
622 nnmairix-request-group-with-article-number-correction. Declare.
623 (nnmairix-request-group-with-article-number-correction):
624 Use nnmairix-fast, nnmairix-group rather than fast, group.
625
626 2008-02-26 David Engster <dengste@eml.cc>
627
628 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
629 version 0.5.
630
631 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
632
633 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
634 instead of making an extra function call. Don't add the current group
635 to articles only when they have the group. Use
636 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
637 Reported by David <de_bb@arcor.de>.
638
639 2008-02-24 Miles Bader <miles@gnu.org>
640
641 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
642 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
643 (mm-find-mime-charset-region):
644 * mm-bodies.el (mm-encode-body):
645 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
646
647 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
648
649 * mail-source.el (mail-source-delete-incoming): Change default.
650 Supplement doc string.
651
652 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
653
654 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
655
656 * nnmail.el (nnmail-message-id-cache-file): Derive from
657 `gnus-home-directory'.
658
659 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
660
661 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
662 Document negative prefix.
663
664 * gnus-group.el (gnus-group-read-group): Document negative prefix.
665
666 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
667
668 * message.el (message-unsent-separator): Add the Exim bounce
669 separator.
670
671 2008-02-10 Daiki Ueno <ueno@unixuser.org>
672
673 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
674 list.
675 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
676 recipient/signer list.
677
678 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
679
680 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
681 fbound (Emacs 23 unicode), signal an error.
682
683 2008-02-08 Glenn Morris <rgm@gnu.org>
684
685 * gnus-art.el (pgg-display-output-buffer): Declare as function.
686
687 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
688
689 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
690 ports to the calls to `netrc-machine-user-or-password' in addition to
691 "imap" and "imaps".
692
693 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
694
695 * gnus.el (gnus-group-startup-message): Add `find-image' call before
696 image-load-path is let-bound. Reported by Harald Hanche-Olsen
697 <hanche@math.ntnu.no>.
698
699 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
700
701 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
702
703 2008-02-01 Zhang Wei <id.brep@gmail.com>
704
705 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
706
707 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
708
709 2008-02-01 Miles Bader <miles@gnu.org>
710
711 * mml.el (mml-parse-1): Remove apparently vestigial use of
712 `mm-hack-charsets'.
713 * mm-bodies.el (mm-encode-body): Likewise.
714
715 2008-02-01 Kenichi Handa <handa@m17n.org>
716
717 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
718 rfc2104-hexstring-to-bitstring and changed to return a byte list.
719 (rfc2104-hash): Convert the result of concat to unibyte string.
720
721 2008-02-01 Dave Love <fx@gnu.org>
722
723 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
724 coding-system-for-read.
725 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
726
727 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
728 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
729 (mm-find-mime-charset-region): Remove hack-charsets stuff.
730
731 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
732
733 * mail-source.el (mail-sources): Add `group' choice.
734
735 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
736 parameter `in-group' to control into which group the articles go.
737 Add treatment of `group' mail-source.
738
739 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
740
741 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
742 * message.el (message-beginning-of-line): Use featurep instead of bound
743 tests in order to resolve conditionals at compile time.
744
745 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
746
747 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
748
749 * mm-decode.el (mm-dissect-buffer): Decode description.
750
751 * mml.el (mml-to-mime): Encode message header first.
752
753 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
754
755 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
756 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
757
758 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
759
760 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
761
762 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
763
764 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
765 prefix keys.
766 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
767 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
768 gnus-xmas.el.
769
770 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
771
772 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
773 Add new variables for article mark management.
774 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
775 list of extra data entries which, when present, will indicate that the
776 article ID should not be trimmed from the registry.
777 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
778 functions.
779 (gnus-registry-read-mark): New function to read a mark name from the
780 user.
781 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
782 (gnus-registry-set-article-mark-internal): New functions to add and
783 remove marks.
784 (gnus-registry-get-article-marks): New function to show the marks for
785 an article, or retrieve them for further use.
786
787 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
788
789 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
790 keys when no argument is given.
791
792 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
793
794 * gnus-sum.el (gnus-article-sort-by-random)
795 (gnus-thread-sort-by-random): Fix doc strings. Reported by
796 jidanni@jidanni.org.
797
798 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
799
800 * gnus-art.el (gnus-article-describe-bindings): New function.
801 (gnus-article-read-summary-keys): Use it.
802 (gnus-article-mode-map): Bind `C-h b' to it.
803
804 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
805
806 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
807 XEmacs.
808 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
809 against non-character events.
810
811 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
812
813 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
814 command.
815 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
816 instead of END. Change name of the temp file.
817 (gnus-group-gmane-group-download-format): Add doc string. Make it
818 customizable.
819
820 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
821
822 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
823 bind `S W' to gnus-article-wide-reply-with-original; set default
824 binding to gnus-article-read-summary-send-keys.
825 (gnus-article-read-summary-keys): Fix the order of keys; display
826 continuation keys correctly in the echo area; describe bindings
827 correctly when keys end with `C-h'.
828 (gnus-article-read-summary-send-keys): New function.
829 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
830 for gnus-article-read-summary-send-keys; display continuation keys
831 correctly in the echo area.
832 (gnus-article-reply-with-original): Ignore prefix argument.
833 (gnus-article-wide-reply-with-original): New function.
834
835 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
836
837 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
838 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
839
840 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
841
842 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
843 (gnus-group-read-ephemeral-gmane-group): New command.
844
845 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
846
847 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
848
849 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
850
851 * message.el (message-send-mail-function): Increase custom version.
852
853 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
854 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
855
856 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
857
858 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
859 html parts correctly; support forwarded messages.
860 (gnus-article-browse-html-article): Remove work buffers.
861
862 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
863 compiling.
864 (netrc-bound-and-true-p): New macro.
865 (netrc-parse): Use it instead of bound-and-true-p that is not available
866 in XEmacs 21.4.
867
868 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
869
870 * gnus-registry.el (gnus-registry-mark-article)
871 (gnus-registry-article-marks): Add functionality to mark articles
872 through the Gnus registry.
873
874 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
875 (netrc-parse): Use encrypt-file-alist to determine if
876 encrypt-find-model or encrypt-insert-file-contents should be used.
877
878 2007-12-19 Glenn Morris <rgm@gnu.org>
879
880 * mml.el (message-options-set, message-narrow-to-head)
881 (message-in-body-p, message-mail-p, message-encode-message-body):
882 Autoload.
883 (message-remove-header, message-narrow-to-headers-or-head)
884 (message-subscribed-p, message-make-mail-followup-to)
885 (message-position-on-field, message-news-p)
886 (message-options-set-recipient, message-generate-headers)
887 (message-sort-headers): Declare as functions.
888
889 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
890
891 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
892 convention in doc string.
893
894 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
895
896 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
897 title to html parts.
898 (gnus-article-browse-html-article): Pass message header to it.
899
900 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
901
902 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
903
904 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
905 or password compatible with XEmacs.
906
907 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
908
909 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
910 format document.
911 (gnus-mime-delete-part): Don't write description line if empty.
912 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
913
914 2007-12-14 Johan Bockgård <bojohan@gnu.org>
915
916 * gnus-sum.el (gnus-summary-mark-unread-as-read)
917 (gnus-summary-mark-read-and-unread-as-read)
918 (gnus-summary-mark-current-read-and-unread-as-read)
919 (gnus-summary-mark-unread-as-ticked): Doc fix.
920 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
921
922 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
923
924 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
925 Christoph Conrad <christoph.conrad@gmx.de>.
926
927 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
928
929 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
930 yes-or-no-p.
931
932 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
933
934 * mm-decode.el (mm-add-meta-html-tag): New function.
935 (mm-save-part-to-file, mm-pipe-part): Use it.
936
937 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
938 gnus-y-or-n-p instead of y-or-n-p.
939 (gnus-article-browse-html-parts): Work with message/external-body; use
940 mm-add-meta-html-tag.
941
942 2007-12-11 Glenn Morris <rgm@gnu.org>
943
944 * gnus-cache.el: Require gnus-sum not just when compiling.
945
946 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
947
948 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
949 definitions before use.
950
951 * mm-decode.el: Require gnus-util.
952 (mm-remove-part): Only call delete-annotation on XEmacs.
953
954 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
955
956 * nnmail.el: Require gnus-int.
957
958 * spam.el: Move `require's before `eval-when-compile's.
959
960 * gnus-ems.el (gnus-alive-p):
961 * gnus-fun.el (message-goto-eoh):
962 * gnus-util.el (gnus-group-name-decode):
963 * mail-source.el (gnus-compress-sequence):
964 * message.el (Info-goto-node, format-spec):
965 * mm-bodies.el (message-options-get):
966 * mm-decode.el (mm-view-pkcs7):
967 * mm-util.el (gmm-write-region):
968 * mml-smime.el (mml-compute-boundary)
969 (gnus-completing-read-with-default):
970 * mml.el (widget-button-press, gnus-make-hashtable):
971 * mml1991.el (mm-decode-content-transfer-encoding)
972 (mm-encode-content-transfer-encoding)
973 (message-options-get, message-options-set):
974 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
975 * nnfolder.el (gnus-request-group):
976 * nnheader.el (ietf-drums-unfold-fws):
977 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
978 * smime.el (gnus-run-mode-hooks):
979 * spam-stat.el (gnus-message): Autoload.
980
981 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
982 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
983 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
984 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
985 Add declare-function compatibility definition.
986
987 * gnus-cache.el (nnvirtual-find-group-art):
988 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
989 (gnus-add-image, gnus-add-wash-type):
990 * gnus-group.el (nnkiboze-score-file):
991 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
992 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
993 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
994 (message-tokenize-header, gnus-get-buffer-create)
995 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
996 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
997 * gnus.el (gnus-group-decoded-name):
998 * mail-source.el (imap-capability):
999 * mm-bodies.el (message-options-set):
1000 * mm-decode.el (gnus-configure-windows):
1001 * mm-extern.el (message-goto-body):
1002 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1003 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1004 (epg-sub-key-validity, message-options-set):
1005 * mml.el (widget-event-point, gnus-configure-windows):
1006 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1007 * mml2015.el (epg-check-configuration, epg-configuration)
1008 (message-options-set):
1009 * nndb.el (nndb-request-article):
1010 * nnfolder.el (gnus-request-create-group):
1011 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1012 * nnmaildir.el (gnus-group-mark-article-read):
1013 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1014 * rfc1843.el (message-fetch-field):
1015 * spam.el (gnus-extract-address-components):
1016 Declare as functions.
1017
1018 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
1019
1020 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1021
1022 2007-12-09 Glenn Morris <rgm@gnu.org>
1023
1024 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1025
1026 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1027 * message.el, mm-view.el, sieve-manage, smime.el:
1028 Add declare-function compatibility definition.
1029
1030 * gnus-art.el (w3-region, w3m-region, Info-menu):
1031 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1032 * gnus-sum.el (gnus-get-predicate):
1033 * gnus-util.el (mm-append-to-file, w32-focus-frame):
1034 * message.el (mail-abbrev-in-expansion-header-p):
1035 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1036 (w3m-detect-meta-charset, w3m-region):
1037 * sieve-manage.el (password-read, password-cache-add)
1038 (password-cache-remove):
1039 * smime.el (password-read-and-add): Declare as functions.
1040
1041 2007-12-08 David Kastrup <dak@gnu.org>
1042
1043 * gnus-sum.el (gnus-summary-simplify-subject-query):
1044 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1045 `message'.
1046
1047 2007-12-07 Glenn Morris <rgm@gnu.org>
1048
1049 * gnus-art.el (article-make-date-line): Revert previous change.
1050
1051 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
1052
1053 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1054
1055 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
1056
1057 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1058 Call gnus-add-to-range ranges only once with a prepared article-list.
1059
1060 2007-12-06 Paul Jarc <prj@po.cwru.edu>
1061
1062 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1063 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1064 group names with backslashes. Reported by Tassilo Horn
1065 <tassilo@member.fsf.org>.
1066
1067 2007-12-06 D. Goel <deego3@gmail.com>
1068
1069 * gnus-art.el (article-make-date-line):
1070 * gnus-start.el (gnus-load):
1071 * pop3.el (pop3-read-response): Fix buggy call to `error'.
1072
1073 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1074
1075 * gnus-art.el (gnus-use-idna)
1076 * gnus-start.el (gnus-site-init-file)
1077 * message.el (message-use-idna)
1078 * mm-uu.el (mm-uu-hide-markers)
1079 * smiley.el (smiley-style): Revert changes that suppress warnings.
1080
1081 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1082
1083 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1084 specify charset to html source. Reported by Christoph Conrad
1085 <christoph.conrad@gmx.de>.
1086
1087 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1088
1089 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1090 idna-program in order to suppress byte compile warning issued by XEmacs
1091 that came to byte compile the default value section of defcustom forms
1092 recently.
1093
1094 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1095 value of installation-directory.
1096
1097 * message.el (message-use-idna): Don't directly refer to the value of
1098 idna-program.
1099
1100 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1101
1102 * smiley.el (smiley-style): Don't directly call face-attribute.
1103
1104 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
1105
1106 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1107
1108 * gnus-dired.el: Reduce Gnus dependencies.
1109 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1110 require. Use autoloads instead.
1111 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1112 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1113 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1114 (gnus-dired-mode): Adjust doc string.
1115 (gnus-dired-mail-mode): New variable.
1116 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1117 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1118 (gnus-dired-mail-buffers): New function. Return mail or message
1119 composition buffers.
1120 (gnus-dired-attach): Use it.
1121 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1122 NO-DECODE.
1123 (gnus-dired-print): Use `gnus-print-buffer' depending on
1124 `gnus-dired-mail-mode'.
1125
1126 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1127
1128 * rfc2047.el (rfc2047-encoded-word-regexp)
1129 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1130 explaining what regexp patterns are for.
1131
1132 2007-12-04 Glenn Morris <rgm@gnu.org>
1133
1134 * password.el: Move to ../password-cache.el.
1135
1136 * mml1991.el (password-read, password-cache-add, password-cache-remove):
1137 * mml2015.el (password-read, password-cache-add, password-cache-remove):
1138 * mml-smime.el (password-read, password-cache-add)
1139 (password-cache-remove):
1140 No need to autoload, since mml-sec requires password.
1141
1142 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1143 * message.el (gnus-extract-address-components):
1144 * mml-smime.el (gnus-extract-address-components): Define for compiler.
1145
1146 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1147 password.
1148
1149 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
1150
1151 * mailcap.el: Reduce dependencies.
1152 (mail-header-parse-content-type): Autoload.
1153 (mailcap-delete-duplicates): New alias.
1154 (mailcap-mime-info): Add optional argument NO-DECODE.
1155 (mailcap-mime-types): Use mailcap-delete-duplicates.
1156
1157 * message.el (message-ignored-supersedes-headers): Add "X-ID".
1158
1159 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1160
1161 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1162 function.
1163
1164 * gnus-uu.el (gnus-uu-decode-yenc): New command.
1165 (gnus-uu-yenc-article): New function.
1166
1167 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1168
1169 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1170 buffer.
1171
1172 2007-12-02 Glenn Morris <rgm@gnu.org>
1173
1174 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
1175 Move to ../net.
1176
1177 * binhex.el, uudecode.el: Move to ../mail.
1178
1179 * encrypt.el: Remove file.
1180
1181 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
1182
1183 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1184 matches on patches.
1185
1186 * gnus-art.el (gnus-article-browse-html-article): Mention
1187 `mm-text-html-renderer' in the doc string.
1188
1189 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1190 string. Add comments.
1191
1192 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1193 if rhs is ASCII.
1194
1195 2007-12-01 Glenn Morris <rgm@gnu.org>
1196
1197 * dig.el, dns.el: Move to ../net.
1198 * format-spec.el, hex-util.el, sha1.el: Move to ../.
1199
1200 * mail-source.el (top-level): Require format-spec before
1201 eval-when-compile.
1202
1203 2007-11-30 Glenn Morris <rgm@gnu.org>
1204
1205 * encrypt.el: Require password, rather than autoloading password-read.
1206
1207 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
1208
1209 * gnus.el (gnus-method-to-server): Add an optional parameter so the
1210 caller can indicate whether the cache should be disregarded for this
1211 call. This way the result of the call is reproducible at all times and
1212 can be considered a canonical server name for the supplied method.
1213 (gnus-agent-method-p): Canonicalize server names by pushing their
1214 method through `gnus-method-to-server' using the no-cache argument.
1215
1216 * gnus-srvr.el (gnus-server-insert-server-line): Call
1217 `gnus-method-to-server' with `no-cache' argument.
1218
1219 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1220 gnus-agent-possibly-synchronize-flags as this should be called when the
1221 server is actually being opened.
1222 (gnus-agent-possibly-synchronize-flags)
1223 (gnus-agent-possibly-synchronize-flags-server): Move check for the
1224 flags file of an agentized server to the latter function.
1225
1226 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1227 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1228 after a connection has been established successfully.
1229
1230 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
1231
1232 * gnus-art.el (article-display-face): Force to display face if called
1233 interactively; check if gnus-article-x-face-too-ugly matches author.
1234 (article-display-x-face): Display face even if From header is missing
1235 as article-display-face does.
1236
1237 2007-11-28 Richard Stallman <rms@gnu.org>
1238
1239 * md4.el: Move to ../.
1240 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
1241
1242 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
1243
1244 * mail-source.el (mail-sources): Default to fetch from file for
1245 compatibility with default of nnmail-spool-file.
1246
1247 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
1248
1249 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1250 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1251 to look for encoded word that should be encoded again.
1252 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1253 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1254 encoding pattern.
1255 (rfc2047-decode-region): Switch strict regexp and loose one according
1256 to rfc2047-allow-irregular-q-encoded-words.
1257
1258 2007-11-26 Simon Josefsson <simon@josefsson.org>
1259
1260 * imap.el: Move to ../net directory.
1261
1262 2007-11-25 Romain Francoise <romain@orebokech.com>
1263
1264 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1265
1266 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1267
1268 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1269 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1270
1271 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1272 `nnmail-spool-file'.
1273
1274 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1275 `nnmail-spool-file'.
1276
1277 * gnus-move.el (gnus-change-server): Ditto.
1278
1279 * gnus-kill.el (gnus-batch-score): Ditto.
1280
1281 * gnus-cache.el (gnus-jog-cache): Ditto.
1282
1283 * gnus-msg.el (gnus-summary-reply):
1284 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
1285
1286 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1287
1288 * gnus-cache.el (gnus-cache-generate-nov-databases):
1289 Use nnml-generate-nov-databases-directory instead of
1290 nnml-generate-nov-databases-1.
1291
1292 2007-11-24 Glenn Morris <rgm@gnu.org>
1293
1294 * message.el (message-tool-bar-retro): Update for rename
1295 mail_send.xpm->mail-send.xpm.
1296
1297 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1298
1299 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1300 `smime-ldap-search' for Emacs 22 and up.
1301
1302 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1303
1304 * hashcash.el: Move to ../mail directory.
1305
1306 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
1307
1308 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1309 `smime-ldap-search' for Emacs 22 and up.
1310
1311 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1312
1313 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1314
1315 * message.el (message-send-mail-function): Fix error convention.
1316 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
1317 (message-widen-reply, message-send-mail, message-talkative-question)
1318 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
1319 (message-clone-locals, message-send-news): Use with-current-buffer.
1320 (message-insert-or-toggle-importance): Remove unused var `valid'.
1321 (message-make-references): Remove unused var `new-references'.
1322 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
1323
1324 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
1325
1326 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
1327 (spam-split-symbolic-return-positive): Reflow docstring.
1328 (spam-backends, spam-summary-exit-behavior)
1329 (spam-mark-ham-unread-before-move-from-spam-group)
1330 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
1331 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
1332 (spam-clear-cache, spam-backend-check, spam-install-backend)
1333 (spam-install-statistical-backend, spam-list-of-processors)
1334 (spam-group-processor-p, spam-split, spam-bogofilter-score)
1335 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
1336 (spam-check-crm114, spam-initialize, spam-unload-hook):
1337 Fix typos in docstrings.
1338
1339 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1340
1341 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
1342 been checked if they have never been read and those group levels are
1343 higher than the one that a user specified.
1344
1345 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1346
1347 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
1348 foreign groups unless a group level is specified by a user.
1349 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
1350
1351 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
1352
1353 * message.el (message-send-mail-function): Require sendmail.
1354
1355 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
1356
1357 * message.el (message-send-mail-function): Check for smtpmail too.
1358
1359 * utf7.el (utf7-encode, utf7-decode): Use coding system
1360 `utf-7'/`utf-7-imap' from utf-7.el' if available.
1361
1362 * message.el (message-send-mail-function): New function.
1363 (message-send-mail-function): Set default using
1364 message-send-mail-function. Adjust doc string.
1365 (message-send-mail-with-mailclient): New function.
1366
1367 2007-11-17 Richard Stallman <rms@gnu.org>
1368
1369 * assistant.el: Remove file.
1370
1371 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1372
1373 * smime.el (from):
1374 * rfc2047.el (message-posting-charset):
1375 * qp.el (mm-use-ultra-safe-encoding):
1376 * pop3.el (parse-time-months):
1377 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
1378 * nnml.el (files):
1379 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
1380 (jka-compr-compression-info-list, ange-ftp-path-format)
1381 (efs-path-regexp):
1382 * nndiary.el (files):
1383 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
1384 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
1385 (epg-digest-algorithm-alist, inhibit-redisplay)
1386 (password-cache-expiry):
1387 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
1388 (pgg-output-buffer, password-cache-expiry):
1389 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
1390 (efs-path-regexp):
1391 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
1392 (inhibit-redisplay):
1393 * mm-uu.el (file-name, start-point, end-point, entry)
1394 (gnus-newsgroup-name, gnus-newsgroup-charset):
1395 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
1396 (latin-unity-ucs-list):
1397 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
1398 (mm-uu-binhex-decode-function):
1399 * message.el (gnus-message-group-art, gnus-list-identifiers, )
1400 (rmail-enable-mime-composing, gnus-local-organization)
1401 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
1402 (gnus-read-active-file, facemenu-add-face-function)
1403 (facemenu-remove-face-function, gnus-article-decoded-p)
1404 (tool-bar-mode):
1405 * mail-source.el (display-time-mail-function):
1406 * gnus-util.el (nnmail-pathname-coding-system)
1407 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
1408 (gnus-original-article-buffer, gnus-user-agent)
1409 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
1410 (xemacs-codename, sxemacs-codename, emacs-program-version):
1411 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
1412 * gnus-start.el (gnus-agent-covered-methods)
1413 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
1414 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
1415 (gnus-newsgroup-headers, gnus-group-list-mode)
1416 (gnus-group-mark-positions, gnus-newsgroup-data)
1417 (gnus-newsgroup-unreads, nnoo-state-alist)
1418 (gnus-current-select-method, mail-sources)
1419 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
1420 (nnmail-spool-file, gnus-cache-active-hashtb):
1421 * gnus-mh.el (mh-lib-progs):
1422 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
1423 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
1424 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
1425 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
1426 (gnus-group-buffer):
1427 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
1428 (font-lock-set-defaults):
1429 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
1430 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
1431 (gnus-summary-post-menu, total-parts, type, condition, length):
1432 * gnus-agent.el (gnus-agent-read-agentview):
1433 * flow-fill.el (show-trailing-whitespace):
1434 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
1435 eval-and-compile wrappers for byte compiler pacifiers.
1436
1437 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
1438 (mm-display-inline-fontify): Check for featurep 'xemacs not
1439 extent-list.
1440
1441 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
1442 itimer-list.
1443 (mm-create-image-xemacs): Only do something for XEmacs.
1444 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
1445
1446 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
1447
1448 * gnus-registry.el (gnus-adaptive-word-syntax-table):
1449 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
1450
1451 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
1452
1453 * nnimap.el (nnimap-split-download-body):
1454 * gnus-demon.el (gnus-demon):
1455 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
1456
1457 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
1458
1459 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
1460 macros.
1461 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
1462 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
1463 copy data from unibyte buffer to multibyte current buffer.
1464 (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
1465 to copy data from unibyte current buffer to multibyte buffer.
1466 (nntp-make-process-buffer): Make process buffer unibyte.
1467
1468 * pop3.el (pop3-open-server): Fix typo in Lisp code.
1469
1470 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
1471
1472 * pop3.el (pop3-open-server): Accept and process data more robustly at
1473 connexion start to avoid spurious "POP SSL connexion failed" errors.
1474
1475 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
1476
1477 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
1478 read group names.
1479
1480 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
1481
1482 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
1483
1484 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
1485
1486 * nnmail.el (nnmail-parse-active): Make group names unibyte.
1487 (nnmail-save-active): Use a unibyte buffer when saving active file,
1488 which may contain non-ASCII group names.
1489
1490 * nnml.el (nnml-request-group): Decode group names in messages.
1491
1492 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
1493
1494 * message.el (message-citation-line-function)
1495 (message-insert-formatted-citation-line): Fix spelling of
1496 `message-insert-formated-citation-line'.
1497
1498 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
1499
1500 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
1501
1502 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1503
1504 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
1505 nnmail-pathname-coding-system.
1506
1507 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
1508 that a user enters; decode group names in messages.
1509
1510 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
1511
1512 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
1513
1514 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
1515
1516 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
1517
1518 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
1519 risky local variable.
1520
1521 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
1522
1523 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
1524
1525 * encrypt.el: Improve documentation to fix function name typo.
1526 Reported by Daiki Ueno <ueno@unixuser.org>.
1527
1528 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
1529
1530 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
1531 even if the point is not in the last page of an article.
1532 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
1533 back to the previous page.
1534
1535 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
1536
1537 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
1538
1539 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
1540
1541 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
1542
1543 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1544
1545 * message.el (message-check-news-body-syntax): Avoid
1546 mm-string-as-multibyte.
1547 (message-hide-headers): Don't assume (point-min)==1.
1548
1549 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1550
1551 * message.el (message-remove-blank-cited-lines): Fix if remove is
1552 given.
1553 (message-bogus-address-regexp): New variable.
1554 (message-bogus-recipient-p): New function.
1555 (message-check-recipients): New command.
1556 (message-syntax-checks): Add `bogus-recipient'.
1557 (message-fix-before-sending): Add `bogus-recipient'.
1558
1559 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
1560 (gnus-treat-body-boundary): Don't test window-system.
1561
1562 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
1563
1564 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
1565
1566 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1567
1568 * gnus.el: Bump version to Gnus v5.13.
1569
1570 2007-10-28 Miles Bader <miles@gnu.org>
1571
1572 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
1573 at compile-time too.
1574
1575 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
1576
1577 * gnus-msg.el (gnus-message-setup-hook): Add
1578 `message-remove-blank-cited-lines' to options.
1579
1580 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
1581
1582 * message.el (message-remove-blank-cited-lines): New function.
1583 Suggested by Karl Plästerer.
1584
1585 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
1586
1587 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
1588 mapc.
1589
1590 * imap.el (imap-open): Replace mapcar called for effect with mapc.
1591 (top-level): Use mapc to set functions to be traced for debugging.
1592
1593 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
1594 called for effect with while loop.
1595
1596 * message.el (message-talkative-question): Replace mapcar called for
1597 effect with mapc.
1598
1599 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
1600 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
1601 called for effect with dolist.
1602
1603 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
1604
1605 * nndiary.el: Use dolist instead of mapcar to add diary headers to
1606 gnus-extra-headers and nnmail-extra-headers.
1607
1608 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
1609 called for effect with dolist.
1610 (top-level): Use mapc to set functions to be traced for debugging.
1611
1612 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
1613 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
1614 dolist.
1615
1616 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
1617 Replace mapcar called for effect with mapc.
1618 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
1619 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
1620 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
1621 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
1622
1623 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
1624 remove-if that's a cl function.
1625
1626 * webmail.el (webmail-debug): Replace mapcar called for effect with
1627 dolist.
1628
1629 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
1630
1631 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
1632 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
1633 with while loop.
1634
1635 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
1636 functions from article-* functions.
1637 (gnus-multi-decode-header): Replace mapcar called for effect with
1638 dolist.
1639
1640 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1641 (gnus-bookmark-show-details): Replace mapcar called for effect with
1642 while loop.
1643
1644 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
1645 called for effect with while loop.
1646
1647 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
1648 with dolist.
1649
1650 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
1651 mapcar called for effect with dolist.
1652
1653 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
1654
1655 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
1656 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
1657 Replace mapcar called for effect with dolist.
1658 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
1659 mapc.
1660
1661 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
1662 Replace mapcar called for effect with dolist.
1663 (gnus-topic-list): Replace mapcar called for effect with mapc.
1664
1665 * gnus.el: Use mapc instead of mapcar to add autoloads.
1666
1667 2007-10-23 Richard Stallman <rms@gnu.org>
1668
1669 * gnus-group.el (gnus-group-highlight): Mark as risky.
1670
1671 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
1672
1673 * gnus.el (gnus-server-to-method): Return method found first in
1674 gnus-newsrc-alist.
1675
1676 * gnus-art.el (gnus-article-highlight-signature)
1677 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
1678 button overlay without the front stickiness.
1679
1680 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
1681
1682 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
1683 overview buffer needed a catch to receive its throw.
1684 (gnus-agent-flush-cache): Declared as interactive to make this function
1685 easier to use.
1686
1687 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
1688
1689 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
1690 `next-line'.
1691
1692 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
1693
1694 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
1695 exclude address matching message-dont-reply-to-names.
1696
1697 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
1698
1699 * gnus-util.el (gnus-string<): New function.
1700
1701 * gnus-sum.el (gnus-article-sort-by-author)
1702 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
1703
1704 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
1705
1706 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
1707 the frame-focus tag is set in gnus-buffer-configuration.
1708
1709 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
1710
1711 * gnus-art.el (gnus-article-add-button): Make a button overlay without
1712 the front stickiness.
1713
1714 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
1715
1716 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
1717 url pattern; remove duplicate one.
1718 (gnus-article-extend-url-button): New function.
1719 (gnus-article-add-buttons): Use it.
1720 (gnus-button-push): Use concatenated url that it makes.
1721
1722 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
1723
1724 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
1725 (sieve-manage-open): Use `mapc' instead of `mapcar'.
1726
1727 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1728
1729 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
1730 Don't hardcode point-min==1.
1731
1732 2007-09-30 David Kastrup <dak@gnu.org>
1733
1734 * gnus-art.el (gnus-article-reply-with-original)
1735 (gnus-article-followup-with-original): When `transient-mark-mode' is
1736 off, refrain from active-region behavior for followups.
1737
1738 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
1739
1740 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
1741 Fix comment about "iso8859-1".
1742
1743 2007-10-08 Daiki Ueno <ueno@unixuser.org>
1744
1745 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
1746 ones returned from the verify-function.
1747
1748 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
1749 mml2015-extract-cleartext-signature if extraction failed.
1750
1751 2007-10-07 Daiki Ueno <ueno@unixuser.org>
1752
1753 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
1754 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
1755 failed.
1756
1757 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
1758
1759 * Relicense "GPLv2 or later" files to "GPLv3 or later".
1760
1761 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
1762
1763 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
1764 to mark a thread as expirable. Add variable `hide' to handle hiding of
1765 thread for both the null and zero (kill/expire thread) universal prefix
1766 cases.
1767 (gnus-summary-expire-thread): Add new function to expire a thread,
1768 using gnus-summary-kill-thread.
1769 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
1770 shortcuts for gnus-summary-expire-thread.
1771 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
1772 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
1773
1774 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
1775
1776 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
1777 extras value, so an extras entry can be deleted.
1778 (gnus-registry-delete-extra-entry): Use it.
1779 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
1780 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
1781 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
1782 storage through the gnus-registry, and provide an appropriate API for
1783 it.
1784
1785 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
1786
1787 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
1788 Suggested by Leo <sdl.web@gmail.com>.
1789
1790 * gnus.el: Do.
1791
1792 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
1793
1794 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
1795 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
1796
1797 * gnus-agent.el (gnus-agent-fetch-headers): Do.
1798
1799 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
1800 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
1801
1802 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
1803
1804 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
1805 newline.
1806 (nnmbox-request-accept-article): Don't change article in source buffer;
1807 narrow to header to use message-fetch-field rather than
1808 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
1809 (nnmbox-request-replace-article): Quote lines that'll be misidentified
1810 as delimiters; make sure article ends with newline.
1811 (nnmbox-delete-mail): Correct last position of article to be deleted;
1812 ignore X-Gnus-Newsgroup header in article body.
1813 (nnmbox-save-mail): Quote lines looking like delimiters at the right
1814 positions; make sure article ends with newline.
1815
1816 * message.el (message-display-abbrev): Don't infloop when a user
1817 inserts SPC in the beginning of header.
1818
1819 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
1820
1821 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
1822 list of groups not followed by default. Fix type to be regexp.
1823 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
1824
1825 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
1826
1827 * hmac-def.el (define-hmac-function): Switch from old-style to
1828 new-style backquotes.
1829
1830 * md4.el (md4-make-step): Likewise.
1831
1832 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
1833
1834 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
1835 raw-text coding system when saving .newsrc file, which may contain
1836 non-ASCII group names.
1837
1838 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
1839
1840 * gnus-cus.el (gnus-score-extra): New widget.
1841 (gnus-score-extra-convert): New function.
1842 (gnus-score-customize): Use it for Extra.
1843
1844 2007-08-31 Daiki Ueno <ueno@unixuser.org>
1845
1846 * mml2015.el (mml2015-extract-cleartext-signature): New function.
1847 (mml2015-mailcrypt-clear-verify): Use it.
1848 (mml2015-gpg-clear-verify): Use it.
1849 (mml2015-pgg-clear-verify): Use it.
1850 (mml2015-epg-clear-verify): Replace the current part with the output
1851 from GnuPG; don't extract the plaintext by itself.
1852
1853 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
1854 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
1855 mml2015-clear-verify-function; don't touch the armor headers or
1856 dash-escaped text here.
1857
1858 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
1859
1860 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
1861 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
1862 parts, or application/octet-stream as a last resort.
1863 (gnus-mime-view-part-as-type): Don't toggle display.
1864 (gnus-mime-view-part-as-charset): Don't turn off display before
1865 querying charset.
1866
1867 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
1868 stuff to undisplayer function in Emacs.
1869 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
1870
1871 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
1872 text/calendar parts.
1873
1874 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
1875
1876 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
1877 decoding text/calendar parts.
1878
1879 * message.el (message-forward-make-body-mime): Always mark body as
1880 having no illegible text; remove signed-or-encrypted argument.
1881 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
1882
1883 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
1884 (mml-generate-mime-1): Don't encode body if it is specified to be in
1885 raw form; don't make buffer be unibyte when inserting multibyte string.
1886
1887 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1888
1889 * sha1.el: Fix up comment style.
1890 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
1891 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
1892
1893 * hex-util.el: Fix up comment style.
1894 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
1895
1896 * gnus-salt.el: Use with-current-buffer.
1897 (gnus-pick-setup-message): Fix long-standing typo.
1898
1899 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
1900
1901 * imap.el (imap-logout-timeout): New variable.
1902 (imap-logout, imap-logout-wait): New functions.
1903 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
1904
1905 * nnimap.el (nnimap-logout-timeout): New server variable.
1906 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
1907 nnimap-logout-timeout.
1908
1909 * gnus-art.el (gnus-article-summary-command-nosave)
1910 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
1911
1912 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
1913
1914 * gnus.el (gnus-maximum-newsgroup): New variable.
1915
1916 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
1917 according to gnus-maximum-newsgroup.
1918
1919 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
1920 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
1921 Limit the range of articles according to gnus-maximum-newsgroup.
1922
1923 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
1924
1925 * gnus-art.el (gnus-sticky-article): Fixed problems described in
1926 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
1927 Don't perform gnus-configure-windows here; reuse existing sticky
1928 article buffer.
1929
1930 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
1931 it doesn't exist in gnus-article-mode.
1932
1933 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
1934
1935 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
1936 (gnus-agent-decoded-group-name): New function.
1937 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
1938 (gnus-agent-expire-group-1): Use it; decode group name in messages.
1939
1940 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
1941
1942 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
1943 Add binding for gnus-sticky-article.
1944 (gnus-summary-exit): Don't kill sticky article buffers.
1945
1946 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
1947 article buffer.
1948 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
1949 (gnus-kill-sticky-article-buffers): New commands.
1950
1951 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
1952
1953 * nntp.el (nntp-xref-number-is-evil): New server variable.
1954 (nntp-find-group-and-number): If it is non-nil, don't trust article
1955 numbers in the Xref header.
1956
1957 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
1958
1959 * gnus-agent.el (gnus-agent-read-group): New function.
1960 (gnus-agent-flush-group, gnus-agent-expire-group)
1961 (gnus-agent-regenerate-group): Use it.
1962 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
1963 nnmail-pathname-coding-system.
1964
1965 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
1966
1967 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
1968
1969 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
1970 that are unread as unread, and also as selected so that information of
1971 marks having been changed by a user may be updated when exiting group.
1972
1973 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
1974
1975 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
1976
1977 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
1978
1979 * gnus-art.el (gnus-mime-display-single): Pass part number that is
1980 calculated ignoring signature parts to gnus-treat-article.
1981
1982 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
1983
1984 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
1985 a point here in order to keep the window start.
1986 (gnus-insert-mime-security-button): Make a button overlay without the
1987 front stickiness.
1988 (gnus-mime-display-security): Goto the end of a button.
1989
1990 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
1991
1992 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
1993
1994 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
1995 group-name-at-point.
1996 (gnus-group-completing-read): New function that offers decoded
1997 non-ASCII group names for completion.
1998 (gnus-fetch-group, gnus-group-read-ephemeral-group)
1999 (gnus-group-jump-to-group, gnus-group-make-group-simple)
2000 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2001 (gnus-group-fetch-control): Use it.
2002 (gnus-fetch-group): Use group-name-at-point for the initial value
2003 rather than the default value; use gnus-alive-p.
2004
2005 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2006 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2007 (gnus-summary-post-news): Use gnus-group-completing-read.
2008
2009 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2010 (gnus-read-move-group-name): Decode group name for completion.
2011
2012 2007-07-31 Ted Zlatanov <tzz@lifelogs.com>
2013
2014 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2015 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2016 Yamaoka slightly modified the code).
2017
2018 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
2019
2020 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2021 (nnmail-split-incoming): Bind it.
2022
2023 * nnml.el (nnml-group-name-charset): New function.
2024 (nnml-decoded-group-name): Use it; don't decode group name if
2025 nnmail-group-names-not-encoded-p is non-nil.
2026 (nnml-encoded-group-name): New function.
2027 (nnml-group-pathname): Inline nnml-decoded-group-name.
2028 (nnml-request-expire-articles): Decode group name in message.
2029 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2030 nnmail-pathname-coding-system.
2031 (nnml-save-mail, nnml-active-number): Work with decoded group names and
2032 not decoded ones according to nnmail-group-names-not-encoded-p.
2033 (nnml-generate-active-info): Use nnml-encoded-group-name.
2034
2035 2007-08-08 Glenn Morris <rgm@gnu.org>
2036
2037 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2038 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2039 doc-strings and comments.
2040
2041 2007-07-25 Glenn Morris <rgm@gnu.org>
2042
2043 * Relicense all FSF files to GPLv3 or later.
2044
2045 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2046
2047 * gnus-sum.el (gnus-summary-move-article): Make
2048 gnus-summary-respool-article work.
2049
2050 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
2051
2052 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2053 string.
2054
2055 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
2056
2057 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
2058 that should be ignored when comparing distant RSS articles with local
2059 ones.
2060 (nnrss-make-hash-index): New function. Create a hash index according
2061 to the ignored fields.
2062 (nnrss-check-group): Use it.
2063
2064 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
2065
2066 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2067
2068 * gnus-art.el (article-decode-group-name): Decode Xref header too.
2069
2070 * gnus-group.el (gnus-group-make-group): Encode group name here unless
2071 the new optional argument ENCODED is non-nil.
2072 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2073 coding system for encoding group name.
2074 (gnus-group-make-rss-group): Pass un-encoded group name to
2075 gnus-group-make-group.
2076 (gnus-group-set-info): Tell gnus-group-make-group that group name is
2077 encoded.
2078
2079 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2080 Encode group name to which articles are moved or copied.
2081 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2082 coding system for encoding Newsgroup, Followup-To and Xref headers.
2083
2084 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2085 marks; use nnheader-file-coding-system to write a file.
2086 (nnagent-retrieve-headers): Bind file-name-coding-system to
2087 nnmail-pathname-coding-system.
2088
2089 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2090
2091 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2092 (nnml-request-article, nnml-request-create-group)
2093 (nnml-request-rename-group, nnml-find-id)
2094 (nnml-possibly-change-directory, nnml-possibly-create-directory)
2095 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2096 (nnml-save-marks): Use nnml-group-pathname instead of
2097 nnmail-group-pathname.
2098
2099 (nnml-request-create-group, nnml-request-expire-articles)
2100 (nnml-request-move-article, nnml-request-delete-group)
2101 (nnml-deletable-article-p, nnml-possibly-create-directory)
2102 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2103 (nnml-open-marks): Bind file-name-coding-system to
2104 nnmail-pathname-coding-system.
2105
2106 (nnml-request-article): Pass server argument to nnml-find-group-number.
2107 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2108 server argument to nnml-possibly-create-directory.
2109 (nnml-request-accept-article): Pass server argument to
2110 nnml-active-number and nnml-save-mail.
2111 (nnml-find-group-number): Pass server argument to nnml-find-id.
2112 (nnml-request-update-info): Pass server argument to
2113 nnml-marks-changed-p.
2114
2115 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2116 (nnml-save-mail, nnml-active-number): Add server argument.
2117
2118 (nnml-request-delete-group): Warn if group is missing.
2119 (nnml-get-nov-buffer): Decode group name.
2120 (nnml-generate-active-info): Encode group name.
2121 (nnml-open-marks): Decode group name in messages.
2122
2123 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
2124
2125 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2126 if it is not specified.
2127 (gnus-article-pipe-part, gnus-article-save-part)
2128 (gnus-article-interactively-view-part, gnus-article-copy-part)
2129 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2130 (gnus-article-inline-part, gnus-article-save-part-and-strip)
2131 (gnus-article-replace-part, gnus-article-delete-part)
2132 (gnus-article-view-part-as-type): Pass raw prefix argument to
2133 gnus-article-part-wrapper.
2134
2135 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
2136
2137 * gnus-agent.el (gnus-agent-save-active): Bind
2138 nnheader-file-coding-system to gnus-agent-file-coding-system.
2139
2140 * gnus-cache.el (gnus-cache-save-buffers)
2141 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2142 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2143 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2144 (gnus-cache-braid-nov, gnus-cache-braid-heads)
2145 (gnus-cache-generate-active, gnus-cache-rename-group)
2146 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2147 (gnus-cache-update-overview-total-fetched-for): Bind
2148 file-name-coding-system to nnmail-pathname-coding-system.
2149 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2150 variables.
2151 (gnus-cache-decoded-group-name): New function.
2152 (gnus-cache-file-name): Use it.
2153 (gnus-cache-generate-active): Use non-decoded group name for active.
2154
2155 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2156 right place.
2157 (gnus-write-active-file): Don't break non-ASCII group names.
2158
2159 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2160 nnmail-pathname-coding-system.
2161
2162 * gnus-uu.el (gnus-uu-decode-save): Typo.
2163
2164 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
2165
2166 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2167
2168 2007-07-14 David Kastrup <dak@gnu.org>
2169
2170 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
2171 finishing actions if we did not edit the article.
2172
2173 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2174
2175 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2176 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2177 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2178 (gnus-agent-flush-group, gnus-agent-flush-cache)
2179 (gnus-agent-fetch-headers, gnus-agent-load-alist)
2180 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2181 (gnus-agent-retrieve-headers, gnus-agent-request-article)
2182 (gnus-agent-regenerate-group)
2183 (gnus-agent-update-files-total-fetched-for)
2184 (gnus-agent-update-view-total-fetched-for): Bind
2185 file-name-coding-system to nnmail-pathname-coding-system.
2186 (gnus-agent-group-pathname): Don't encode file names by
2187 nnmail-pathname-coding-system.
2188 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2189 coding-system-for-write instead of buffer-file-coding-system to
2190 gnus-agent-file-coding-system.
2191
2192 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2193 Decode group name.
2194
2195 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2196
2197 * gnus-start.el (gnus-update-active-hashtb-from-killed)
2198 (gnus-read-newsrc-el-file): Make group names unibyte.
2199
2200 * nnmail.el (nnmail-group-pathname): Don't encode file names by
2201 nnmail-pathname-coding-system.
2202
2203 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2204 (nnrss-request-delete-group): Bind file-name-coding-system to
2205 nnmail-pathname-coding-system.
2206 (nnrss-read-server-data, nnrss-read-group-data): Bind
2207 file-name-coding-system correctly.
2208 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2209
2210 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2211 (nntp-server-to-method-cache): New variable.
2212 (nntp-group-pathname): New function that decodes non-ASCII group names.
2213 (nntp-possibly-create-directory, nntp-marks-changed-p)
2214 (nntp-save-marks, nntp-open-marks): Use it.
2215 (nntp-possibly-create-directory, nntp-open-marks):
2216 Bind file-name-coding-system to nnmail-pathname-coding-system.
2217 (nntp-open-marks): Decode group names when bootstrapping marks.
2218
2219 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2220 Newsgroups and Folowup-To headers.
2221
2222 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2223
2224 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2225 (gnus-server-closed-face, gnus-server-denied-face)
2226 (gnus-server-offline-face): Remove variable.
2227 (gnus-server-font-lock-keywords): Use faces that are not aliases.
2228
2229 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2230 of modifying message-stack directly for XEmacs.
2231
2232 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2233 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2234 if the coding-system argument is nil for XEmacs.
2235
2236 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2237 mm-charset-override-alist.
2238
2239 * rfc2047.el: Don't require base64; require rfc2045 for the function
2240 rfc2045-encode-string.
2241 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2242 to quote the parameter value.
2243
2244 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
2245
2246 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2247 form in gnus-group-name-charset-method-alist.
2248
2249 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2250 overrides the default layout edit-form.
2251
2252 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2253
2254 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2255
2256 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
2257
2258 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2259 as unfetched articles.
2260
2261 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
2262
2263 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2264
2265 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2266
2267 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2268 original back end that keeps marks in the local system.
2269
2270 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2271
2272 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2273 arg of pop-to-buffer for XEmacs.
2274 (gnus-article-read-summary-keys): Ditto; don't restore window
2275 configuration if summary command ends up with neither article buffer
2276 nor summary buffer; describe bindings if summary keys end with C-h.
2277
2278 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
2279
2280 * message.el (message-fix-before-sending): Skip raw message part to be
2281 forwarded while checking illegible text.
2282 (message-forward-make-body-mime, message-forward-make-body): Mark
2283 signed or encrypted raw message as having no illegible text.
2284
2285 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
2286
2287 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2288 (gnus-message-with-timestamp-1): New macro.
2289 (gnus-message-with-timestamp): New function.
2290 (gnus-message): Use them.
2291
2292 * nnheader.el (nnheader-message): Use them.
2293
2294 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
2295
2296 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2297 .newsrc.eld file.
2298
2299 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
2300
2301 * gnus-agent.el (gnus-agent-fetch-headers)
2302 (gnus-agent-retrieve-headers): Bind
2303 gnus-decode-encoded-address-function to identity.
2304
2305 * nntp.el (nntp-send-xover-command): Recognize an xover command is
2306 available also when the server returns simply a dot.
2307
2308 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2309
2310 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
2311
2312 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2313
2314 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
2315
2316 * gnus-ems.el (gnus-x-splash): Make it work.
2317
2318 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
2319 from being used.
2320
2321 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
2322
2323 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
2324 the front stickiness.
2325 (gnus-article-summary-command-nosave): Correct the order of the
2326 arguments passed to pop-to-buffer.
2327 (gnus-article-read-summary-keys): Ditto; make it work properly when the
2328 summary command ends up with the article buffer.
2329
2330 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
2331 the same faces.
2332
2333 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2334
2335 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
2336
2337 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2338
2339 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
2340 * gnus-sum.el (gnus-summary-highlight):
2341 * mail-source.el (mail-source-delete-old-incoming-confirm):
2342 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
2343
2344 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
2345
2346 * gnus-art.el (gnus-mime-view-part-externally)
2347 (gnus-mime-view-part-internally): Fix predicate function passed to
2348 completing-read.
2349
2350 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
2351
2352 * gnus.el (gnus-update-message-archive-method): Add :version.
2353
2354 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
2355
2356 * gnus.el (gnus-update-message-archive-method): New variable.
2357
2358 * gnus-start.el (gnus-setup-news): Update saved "archive" method
2359 according to gnus-message-archive-method if
2360 gnus-update-message-archive-method is non-nil.
2361
2362 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
2363
2364 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
2365 by Loic Dachary <loic@dachary.org>.
2366 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
2367
2368 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
2369
2370 * message.el (message-pop-to-buffer): Add switch-function argument.
2371 (message-mail): Pass switch-function argument to it.
2372
2373 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
2374
2375 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
2376 Improve doc string.
2377
2378 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
2379
2380 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
2381 (gnus-header-content)
2382 * gnus-cite.el (gnus-cite-10)
2383 * gnus-srvr.el (gnus-server-closed)
2384 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
2385 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
2386 (gnus-group-mail-3-empty, gnus-group-mail-low)
2387 (gnus-group-mail-low-empty, gnus-splash)
2388 * message.el (message-header-to, message-header-cc)
2389 (message-header-subject, message-header-other, message-header-name)
2390 (message-header-xheader, message-separator, message-cited-text)
2391 (message-mml): Lighten colors of faces used for dark background.
2392
2393 2007-05-24 Simon Josefsson <simon@josefsson.org>
2394
2395 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
2396 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
2397
2398 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
2399
2400 * message.el (message-narrow-to-headers-or-head):
2401 Ignore mail-header-separator in the body.
2402
2403 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
2404
2405 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
2406 same as window size.
2407
2408 2007-05-22 Kevin Ryde <user42@zip.com.au>
2409
2410 * message.el (message-font-lock-keywords): Use message-header-xheader
2411 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
2412 ahead of the anything pattern, to get it recognised.
2413
2414 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
2415
2416 * gnus-sum.el (gnus-articles-to-read)
2417 (gnus-summary-insert-old-articles): Don't truncate group name for
2418 `read-string'.
2419
2420 * gnus-util.el (gnus-limit-string): Delete this function.
2421
2422 * gnus-sum.el (gnus-simplify-subject-fully): Use
2423 `truncate-string-to-width' instead.
2424
2425 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
2426
2427 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
2428 if, on summary exit, the next group has to be selected.
2429 (gnus-summary-exit): Use it.
2430
2431 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
2432
2433 * gnus-art.el (gnus-article-mode): Fix comment about displaying
2434 non-break space.
2435
2436 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
2437
2438 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
2439 Check if group is not a directory.
2440 (nnfolder-request-expire-articles): Don't delete articles if the target
2441 group is not available.
2442
2443 * nnml.el (nnml-request-create-group): Properly check if group is not a
2444 file.
2445 (nnml-request-expire-articles): Don't delete articles if the target
2446 group is not available.
2447
2448 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2449 Don't quote characters that are within parentheses.
2450
2451 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
2452
2453 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
2454 (gnus-handle-ephemeral-exit): Select article according to it.
2455
2456 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
2457
2458 * message.el (message-insert-formated-citation-line): Remove newline.
2459 (message-citation-line-format): Add final \n here so that the user can
2460 avoid a blank line.
2461
2462 2007-05-03 Dan Christensen <jdc@uwo.ca>
2463
2464 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2465 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2466 Update lanl/arXiv support.
2467
2468 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2469
2470 * gnus.el: Bump version number.
2471
2472 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2473
2474 * gnus.el (gnus-version-number): Bump version.
2475
2476 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2477
2478 * gnus.el: No Gnus v0.6 is released.
2479
2480 2007-04-27 Didier Verna <didier@xemacs.org>
2481
2482 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
2483 * gmm-utils.el (gmm-regexp-concat): here.
2484 * message.el: Don't require 'gnus-util.
2485 (message-dont-reply-to-names): Handle name change above.
2486 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
2487
2488 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
2489
2490 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
2491 since the initial value varies according to the system.
2492
2493 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
2494
2495 * mm-util.el (mm-charset-synonym-alist): Defcustom.
2496
2497 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
2498
2499 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
2500
2501 2007-04-24 Didier Verna <didier@xemacs.org>
2502
2503 Improve the type of gnus-ignored-from-addresses.
2504 * gnus-util.el (gnus-orify-regexp): New function.
2505 * message.el (gnus-util): Require it.
2506 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
2507 * gnus-sum.el (gnus-ignored-from-addresses): New function.
2508 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
2509
2510 2007-04-24 Didier Verna <didier@xemacs.org>
2511
2512 * gnus-sum.el:
2513 * gnus-utils.el: Fix some trailing whitespaces.
2514
2515 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
2516
2517 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
2518 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
2519 article's Message-ID; refer parent article in summary buffer.
2520
2521 * message.el (message-bounce): Call mime-to-mml.
2522
2523 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
2524
2525 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
2526
2527 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
2528
2529 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
2530 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
2531 displayed of multipart/alternative part if it is invoked from summary
2532 buffer.
2533
2534 * mm-view.el (mm-inline-text-html-render-with-w3m)
2535 (mm-inline-text-html-render-with-w3m-standalone)
2536 (mm-inline-render-with-function): Use mail-parse-charset by default.
2537
2538 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
2539
2540 * parse-time.el (parse-time-string-chars): Check if CHAR
2541 is less than the length of parse-time-syntax.
2542
2543 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
2544
2545 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
2546 from gnus-newsgroup-processable.
2547
2548 2007-04-16 Didier Verna <didier@xemacs.org>
2549
2550 * gnus-msg.el (gnus-configure-posting-styles): Handle
2551 message-signature-directory properly with :file syntax. Reported by
2552 "Leo".
2553
2554 2007-04-11 Didier Verna <didier@xemacs.org>
2555
2556 New user option: message-signature-directory.
2557 * gnus-msg.el (gnus-configure-posting-styles): Support it.
2558 * message.el (message-insert-signature): Ditto.
2559 * message.el (message-signature-file): Doc update.
2560 * message.el (message-signature-directory): New.
2561
2562 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
2563
2564 * gnus-msg.el (gnus-inews-yank-articles): Use
2565 message-exchange-point-and-mark instead of exchange-point-and-mark.
2566
2567 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
2568
2569 * message.el (message-yank-original): Make sure cited text ends with
2570 newline; don't exchange point and mark.
2571
2572 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
2573
2574 * tls.el (open-tls-stream): Properly handle case where there
2575 is no associated buffer.
2576
2577 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
2578
2579 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
2580 message-yank-original, make sure (< mark TEXT point).
2581
2582 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
2583
2584 * message.el (message-fill-column): New variable.
2585 (message-mode): Use it. Add comment on a possible new hook.
2586
2587 * nnmail.el (nnmail-spool-file): Mark as obsolete.
2588 (nnmail-get-new-mail): Reformat.
2589
2590 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
2591
2592 * gmm-utils.el: Fix Commentary.
2593 (gmm-tool-bar-from-list): Fix typo in doc string.
2594
2595 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
2596
2597 * message.el (message-yank-original): Don't switch point and mark
2598 unnecessarily to put point and mark as documented.
2599
2600 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2601
2602 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
2603 from the message heads.
2604
2605 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
2606
2607 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
2608 article buffer does not have a window. This may not be the best
2609 solution but is certainly better than setting the start of the null,
2610 that is the current, window.
2611
2612 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
2613
2614 * gnus-draft.el (gnus-draft-setup-hook): New hook.
2615 (gnus-draft-setup): Run it.
2616
2617 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
2618 gnus-score-fast-scoring. Allow regexp.
2619 (gnus-score-headers): Use it.
2620
2621 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
2622 XEmacs.
2623
2624 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
2625 string.
2626 (gnus-button-alist): Also catch `<f1> k ...'.
2627 (gnus-treat-display-x-face): Fix doc string.
2628
2629 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2630
2631 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
2632 evaluation of gnus-extended-version to ensure correct generation of the
2633 User-Agent header when message-generate-headers-first is used.
2634
2635 2007-03-24 Simon Josefsson <simon@josefsson.org>
2636
2637 * hashcash.el (hashcash-generate-payment-async): Don't crash if
2638 hashcash-path is nil. Don't call callback with incorrect number of
2639 parameters if val is 0.
2640
2641 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2642
2643 * message.el (message-required-news-headers):
2644 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
2645
2646 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
2647
2648 * message.el (message-generate-new-buffers): Change the meaning of the
2649 nil value; add `standard' to the choices; treat t as `unique'; improve
2650 doc string.
2651 (gnus-select-frame-set-input-focus): Autoload.
2652 (message-buffer-name): Search for the existing message buffer if
2653 message-generate-new-buffers is nil or `standard'; treat the value t of
2654 message-generate-new-buffers as `unique'.
2655 (message-pop-to-buffer): Raise the frame already displaying the message
2656 buffer; clear the echo area after querying.
2657 (message-setup): Pass the `continue' argument to compose-mail.
2658 (message-mail): Prefer `switch-function' if it is given; search for the
2659 existing message buffer if the `continue' argument is non-nil; pass
2660 continue and switch-function arguments to compose-mail by way of
2661 message-setup.
2662 (message-mail-other-window): Adjust argument of message-setup.
2663 (message-mail-other-frame): Ditto.
2664
2665 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
2666
2667 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
2668 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
2669 to turn font-lock on when turning gnus-message-citation-mode on.
2670
2671 2007-03-06 Daiki Ueno <ueno@unixuser.org>
2672
2673 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
2674 (mml-smime-function-alist): New variable; add epg as the backend.
2675 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
2676 mml-smime- functions instead.
2677 * mm-view.el: Require smime.
2678
2679 2007-03-05 Didier Verna <didier@xemacs.org>
2680
2681 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
2682 instead of just inheritance for posting styles.
2683 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
2684
2685 2007-02-24 John Paul Wallington <jpw@pobox.com>
2686
2687 * tls.el (tls-certtool-program): Fix custom type.
2688
2689 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2690
2691 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
2692 and point-at-eol instead of line-(beginning|end)-position.
2693
2694 * assistant.el (assistant-parse-buffer): Ditto.
2695
2696 2007-02-28 Daiki Ueno <ueno@unixuser.org>
2697
2698 * mml2015.el (mml2015-epg-find-usable-key): New function.
2699 (mml2015-epg-sign): Use it.
2700 (mml2015-epg-encrypt): Use it.
2701
2702 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2703
2704 * message.el (message-make-in-reply-to): Quote name containing
2705 non-ASCII characters. It will make the RFC2047 encoder cause an error
2706 if there are special characters. Reported by NAKAJI Hiroyuki
2707 <nakaji@jp.freebsd.org>.
2708
2709 2007-02-27 Didier Verna <didier@xemacs.org>
2710
2711 Include the group parameters as well as the topic ones in the
2712 inheritance filter process.
2713 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
2714 argument GROUP-PARAMS-LIST.
2715 * gnus-topic.el (gnus-group-topic-parameters): Use it.
2716
2717 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
2718
2719 * nntp.el (nntp-never-echoes-commands)
2720 (nntp-open-connection-functions-never-echo-commands): New variables.
2721 (nntp-send-command): Use them.
2722
2723 2007-02-20 Daiki Ueno <ueno@unixuser.org>
2724
2725 * mml2015.el (mml2015-epg-verify): Simplified.
2726
2727 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
2728
2729 * mml.el (mml-content-disposition-alist): New user option.
2730 (mml-content-disposition): New function.
2731 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
2732 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
2733
2734 2007-02-19 Daiki Ueno <ueno@unixuser.org>
2735
2736 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
2737 verification.
2738
2739 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2740
2741 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
2742 articles posted in the last 24 hours.
2743
2744 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
2745
2746 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
2747
2748 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
2749
2750 * nntp.el (nntp-send-command): Don't wait for echoes when
2751 nntp-open-ssl-stream is used.
2752
2753 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
2754
2755 * gnus-cite.el (gnus-test-font-lock-add-keywords)
2756 (gnus-message-add-citation-keywords)
2757 (gnus-message-remove-citation-keywords): Remove.
2758 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
2759 directly, make the variables in font-lock-defaults buffer-local, add
2760 gnus-message-citation-keywords to them and then update the value of
2761 font-lock-keywords.
2762
2763 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
2764
2765 * message.el (message-cite-original-1): Don't call
2766 gnus-article-highlight-citation.
2767
2768 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
2769 citations; fix line count.
2770
2771 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
2772
2773 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
2774 (gnus-message-add-citation-keywords)
2775 (gnus-message-remove-citation-keywords): Use it; fix the emulating
2776 versions of font-lock-add-keywords and font-lock-remove-keywords to
2777 work with XEmacs correctly.
2778
2779 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
2780
2781 * gnus-cite.el (gnus-cite-face-list): Set the values of
2782 gnus-message-max-citation-depth and gnus-message-citation-keywords.
2783 (gnus-message-max-citation-depth): Use defvar rather than defconst.
2784 (gnus-message-cite-prefix-regexp): New variable.
2785 (gnus-message-search-citation-line): Use it; protect against long
2786 citation prefix; fill match data with nil rather than 0 for XEmacs; set
2787 the 0th match data for Emacs.
2788 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
2789 (gnus-message-add-citation-keywords): Append keywords rather than
2790 prepending; emulate font-lock-add-keywords if it is not available.
2791 (gnus-message-remove-citation-keywords): Emulate
2792 font-lock-remove-keywords if it is not available.
2793
2794 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
2795
2796 * message.el (message-cite-prefix-regexp): Set the value of
2797 gnus-message-cite-prefix-regexp.
2798
2799 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2800
2801 * nnweb.el (nnweb-google-parse-1): Update parser.
2802
2803 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
2804
2805 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
2806
2807 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2808
2809 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
2810 regexp.
2811
2812 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
2813
2814 * uudecode.el (uudecode-string-to-multibyte): New function emulating
2815 string-to-multibyte.
2816 (uudecode-decode-region-internal): Use it.
2817
2818 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
2819
2820 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
2821 custom choice.
2822
2823 * gnus-art.el (gnus-signature-limit): Fix custom choice.
2824
2825 2007-01-22 Daiki Ueno <ueno@unixuser.org>
2826
2827 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
2828
2829 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
2830 `write-region' to respect `mm-inhibit-file-name-handlers'.
2831
2832 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
2833
2834 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
2835 Use gnus-home-directory instead of "~/" or "$HOME".
2836
2837 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
2838
2839 * encrypt.el (encrypt-insert-file-contents): Add better prompt
2840 to mention filename.
2841 Add comments at beginning regarding usage.
2842 (encrypt-write-file-contents): Change interactive so a string is
2843 acceptable. If the file has no associated model, show an error instead
2844 of a nonsense prompt.
2845
2846 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
2847
2848 * spam.el (spam-bsfilter-ham-switch): Fix typo.
2849 Thanks to Yoshihiko Yamada for kind notification of this typo.
2850
2851 2007-01-12 Kenichi Handa <handa@m17n.org>
2852
2853 * uudecode.el (uudecode-decode-region-internal): Make it work in a
2854 multibyte buffer.
2855
2856 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
2857
2858 * gnus-score.el (gnus-score-fast-scoring): New variable.
2859 (gnus-score-headers): Use it.
2860
2861 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
2862
2863 * message.el (message-cite-original-1): Call
2864 gnus-article-highlight-citation if requested.
2865 (message-make-from): Allow name and address as optional arguments.
2866
2867 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
2868
2869 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
2870 bugs to doc string.
2871 (gnus-button-alist): Add mid\\|message-id.
2872 (gnus-button-fetch-group): Extend for use in
2873 `browse-url-browser-function'.
2874 (gnus-button-url-regexp): Try to catch paired parentheses like in
2875 Wikipedia URLs.
2876
2877 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
2878 Suggested by Simon Krahnke <overlord@gmx.li>.
2879
2880 2007-01-13 Romain Francoise <romain@orebokech.com>
2881
2882 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
2883 Update copyright.
2884
2885 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
2886
2887 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
2888
2889 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
2890
2891 * gnus-registry.el (gnus-registry-unfollowed-groups)
2892 (gnus-registry-split-fancy-with-parent): Fix documentation.
2893
2894 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2895
2896 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
2897 from nnweb groups.
2898
2899 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2900
2901 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
2902 Xref urls. Erase buffer before requesting head.
2903
2904 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
2905
2906 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
2907
2908 * gnus-soup.el (gnus-soup): New custom group. Make user variables
2909 customizable.
2910
2911 2007-01-05 Daiki Ueno <ueno@unixuser.org>
2912
2913 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
2914 no signing key is found.
2915 (mml2015-epg-encrypt): Ask user whether to skip or abort if
2916 no encrypting and/or signing key is found.
2917
2918 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
2919
2920 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
2921
2922 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2923
2924 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
2925 headers read from disk with the ones newly found in the current search.
2926 This should no longer cause problems, because the article numbers in
2927 Gmane's `nov.php' output are ignored since the previous change.
2928
2929 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2930
2931 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
2932
2933 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
2934
2935 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
2936
2937 2007-01-01 Romain Francoise <romain@orebokech.com>
2938
2939 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
2940
2941 2006-12-31 Steve Youngs <steve@sxemacs.org>
2942
2943 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
2944 `define-minor-mode' macro definition expanded properly.
2945 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
2946 exclude it there.
2947
2948 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
2949 of 2006-12-30. The default is nil on (S)XEmacs already because of the
2950 `fboundp' test.
2951 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
2952 This is OK to autoload in (S)XEmacs now.
2953
2954 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2955
2956 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
2957 keystroke.
2958 (gnus-summary-limit-to-singletons): Fix typo.
2959
2960 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
2961 else fails.
2962
2963 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2964
2965 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
2966 docstring.
2967
2968 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
2969 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
2970 (gnus-summary-insert-dormant-articles): Fix typo in message.
2971
2972 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
2973
2974 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
2975 nil for XEmacs.
2976 (gnus-message-citation-mode): Don't autoload in XEmacs.
2977
2978 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
2979
2980 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
2981
2982 * nnimap.el (nnimap-expunge-search-string): Mention
2983 nnimap-search-uids-not-since-is-evil in docstring.
2984
2985 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
2986
2987 * spam.el: Revert to make-obsolete-variable because
2988 define-obsolete-variable-alias is not supported in Emacs 21.
2989
2990 * spam.el (spam-ifile-path, spam-ifile-database-path)
2991 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
2992 make-obsolete-variable.
2993 (spam-bsfilter-path, spam-bsfilter-program)
2994 (spam-spamassassin-path, spam-spamassassin-program)
2995 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
2996 use "path" inappropriately.
2997 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
2998 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
2999 variable names.
3000
3001 2006-12-28 Daiki Ueno <ueno@unixuser.org>
3002
3003 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3004 summary buffer.
3005
3006 * password.el (password-cache-remove): Use clear-string to burn
3007 password, if available.
3008
3009 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3010
3011 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3012
3013 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3014
3015 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3016 (gnus-message-highlight-citation): Move defcustom here from
3017 gnus-cite.el.
3018 (gnus-message-citation-mode): Autoload.
3019
3020 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
3021 checks to make it compile with XEmacs.
3022 (gnus-message-citation-mode): New minor mode.
3023 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3024 (gnus-message-highlight-citation): New variables.
3025 (gnus-message-search-citation-line)
3026 (gnus-message-add-citation-keywords)
3027 (gnus-message-remove-citation-keywords)
3028 (turn-on-gnus-message-citation-mode)
3029 (turn-off-gnus-message-citation-mode): New functions.
3030
3031 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
3032
3033 * gnus-cite.el: Enable highlighting of different citation levels in
3034 message-mode.
3035
3036 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3037
3038 * message.el (message-make-fqdn): Fix comment.
3039 (message-bogus-system-names): Add ".local".
3040
3041 * spam.el (spam-ifile-path, spam-ifile-program)
3042 (spam-ifile-database-path, spam-ifile-database)
3043 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3044 Don't use "path" inappropriately.
3045 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3046 strings.
3047 (spam-check-ifile, spam-ifile-register-with-ifile)
3048 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3049 new variable names.
3050
3051 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3052 (gnus-treat-display-smileys): Simplify using
3053 gnus-image-type-available-p.
3054
3055 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3056 available.
3057
3058 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3059
3060 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3061 one after turning on the buffer's multibyteness instead of decoding
3062 them directly in the unibyte buffer that causes unexpected conversion
3063 in Emacs 23 (unicode).
3064
3065 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3066
3067 * message.el (message-generate-hashcash): Fix custom type.
3068
3069 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3070
3071 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3072
3073 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3074
3075 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3076 disconnect icons. Add help text.
3077
3078 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
3079
3080 * spam.el (spam-extra-header-to-number): CRM114 spam score is
3081 negated to be consistent with the others we handle.
3082
3083 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3084
3085 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3086 version of gnus-summary-buffer to something, so that we can use two
3087 article buffers at the same time.
3088
3089 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
3090
3091 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3092 trigger all the extra headers.
3093 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3094 sorting.
3095
3096 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3097
3098 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3099 solid groups.
3100
3101 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
3102
3103 * legacy-gnus-agent.el: Add Copyright notice.
3104
3105 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
3106
3107 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3108
3109 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3110
3111 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3112
3113 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3114 to make it work reliably in CVS Emacs.
3115 (gnus-summary-limit-strange-charsets-predicate)
3116 (gnus-summary-limit-to-predicate): New functions.
3117
3118 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
3119
3120 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3121 specifying array size.
3122 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3123 array if it is too small.
3124 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3125 (gnus-sort-threads-loop): New function.
3126
3127 2006-12-06 Chris Moore <dooglus@gmail.com>
3128
3129 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3130 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3131
3132 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
3133
3134 * mm-url.el (mm-url-predefined-programs): Call curl with correct
3135 options.
3136
3137 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3138
3139 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3140 DOS-ing the recipient.
3141
3142 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3143 the headers when creating the mapping to avoid mismappings.
3144 (nnweb-gmane-create-mapping): Always nix out old mapping.
3145
3146 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3147
3148 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3149 and mm-verify-option to never.
3150
3151 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3152
3153 * message.el (message-signed-or-encrypted-p): New function.
3154 (message-forward-make-body): Use it.
3155
3156 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3157 Replace encode-coding-string with mm-encode-coding-string.
3158
3159 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
3160
3161 * nneething.el (nneething-decode-file-name): Replace
3162 decode-coding-string with mm-decode-coding-string.
3163
3164 * gnus-int.el (gnus-open-server): Say failed server's name.
3165
3166 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
3167
3168 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3169 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3170
3171 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3172 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3173 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3174 (gnus-group-make-directory-group, gnus-group-transpose-groups):
3175 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3176 (gnus-subscribe-newsgroup, gnus-1):
3177 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3178 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3179 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3180 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3181
3182 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3183
3184 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3185 keystroke.
3186 (gnus-summary-limit-to-bodies): Implement headersp.
3187
3188 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3189
3190 * dns.el (query-dns): Protect against "Process dns deleted" strings.
3191
3192 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
3193
3194 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3195
3196 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3197
3198 * message.el (message-generate-hashcash): Expand range of values to
3199 include `opportunistic'.
3200 (message-send-mail): Use it.
3201
3202 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3203
3204 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3205 and comment it.
3206
3207 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3208
3209 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
3210
3211 * gnus-util.el (gnus-extract-address-components): Improve comment.
3212
3213 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3214
3215 * gnus-util.el (gnus-extract-address-components): Work with address in
3216 which the name portion contains @.
3217
3218 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3219
3220 * gnus.el (gnus-start): Move custom group up.
3221 (gnus-select-method): Don't autoload, but make it available for
3222 `customize-variable'.
3223 (gnus-getenv-nntpserver): Don't autoload.
3224
3225 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
3226
3227 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3228
3229 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3230
3231 * message.el (message-sendmail-extra-arguments): New variable.
3232 (message-send-mail-with-sendmail): Use it.
3233
3234 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3235
3236 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3237 mm-with-unibyte-current-buffer to make string unibyte.
3238
3239 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3240 mm-string-as-multibyte.
3241
3242 2006-11-14 Daiki Ueno <ueno@unixuser.org>
3243
3244 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3245 Reported by Werner Koch <wk@gnupg.org>.
3246
3247 2006-11-14 Daiki Ueno <ueno@p360>
3248
3249 * mml2015.el: Autoload epa-select-keys when compiling.
3250
3251 2006-11-13 Daiki Ueno <ueno@unixuser.org>
3252
3253 * mml2015.el (mml2015-epg-sign): Save the signing keys in
3254 message-options.
3255 (mml2015-epg-encrypt): Save the recipient keys in message-options.
3256
3257 2006-11-13 Daiki Ueno <ueno@unixuser.org>
3258
3259 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3260 EasyPG (< 0.0.6).
3261 (mml2015-always-trust): New user option.
3262 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3263 prompt.
3264
3265 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3266
3267 * nntp.el (nntp-authinfo-force): New variable.
3268 (nntp-send-authinfo): Use it.
3269
3270 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
3271
3272 * message.el (message-strip-subject-encoded-words): Allow _not_ to
3273 decode encoded words. Improve prompt. Add comment about forwarding.
3274 (message-replacement-char): Move up.
3275
3276 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3277
3278 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3279 instead of gnus-intersection because arguments of gnus-sorted-nunion
3280 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
3281
3282 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
3283
3284 * message.el (message-strip-subject-encoded-words): Reformat prompt.
3285 (message-simplify-subject-functions): Enable
3286 message-strip-subject-encoded-words by default.
3287
3288 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
3289
3290 * message.el (message-strip-subject-encoded-words): New function
3291 (message-simplify-subject-functions): New variable.
3292 (message-simplify-subject): Use it. Fix typo in doc string.
3293 Support message-strip-subject-encoded-words.
3294
3295 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
3296
3297 * gnus-diary.el (gnus-diary-delay-format-function):
3298 * nndiary.el (nndiary-reminders):
3299 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3300
3301 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
3302
3303 * gnus-art.el (article-hide-boring-headers): Fetch date from
3304 gnus-original-article-buffer to avoid problems with localized date
3305 strings.
3306
3307 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
3308
3309 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3310
3311 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
3312
3313 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3314 New variables.
3315 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3316 (mm-charset-synonym-alist): Move some entries to
3317 mm-codepage-iso-8859-list.
3318 (mm-charset-synonym-alist, mm-charset-override-alist): Add
3319 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3320
3321 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
3322
3323 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
3324
3325 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
3326
3327 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
3328 with Emacs 21 and XEmacs.
3329
3330 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
3331
3332 * spam.el (spam-parse-address): New function for better parsing,
3333 catching errors, etc.
3334 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
3335
3336 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
3337
3338 * mm-view.el: Add interactive arg to html2text autoload.
3339
3340 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
3341
3342 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
3343
3344 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
3345
3346 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
3347 variables.
3348 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3349 (mm-charset-synonym-alist): Move some entries to
3350 mm-codepage-iso-8859-list.
3351
3352 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
3353
3354 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
3355
3356 * message.el (message-citation-line-format)
3357 (message-insert-formated-citation-line): Fix implementation of %E, %N
3358 and %n according to the doc string.
3359
3360 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
3361
3362 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3363 car-safe to avoid bad parses.
3364
3365 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3366
3367 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
3368 names.
3369
3370 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
3371
3372 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3373
3374 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
3375 header.
3376
3377 * message.el (message-draft-headers): Add Date.
3378 (message-headers-to-generate): Fix typo in docstring.
3379
3380 * nndraft.el (nndraft-required-headers): New variable.
3381 (nndraft-generate-headers): Use it.
3382
3383 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
3384
3385 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3386
3387 * gnus-registry.el (gnus-registry-wash-for-keywords)
3388 (gnus-registry-find-keywords): New functions to allow easy searching of
3389 articles that are in the registry.
3390
3391 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3392
3393 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3394 ietf-drums-parse-address instead of gnus-extract-address-components.
3395 Reported by Damien Elmes <damien@repose.cx>.
3396
3397 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
3398
3399 * gnus.el (gnus-mime): Remove unused custom group.
3400
3401 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3402
3403 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
3404 "blank line" when searching for end of armor headers.
3405
3406 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3407
3408 * gmm-utils.el (gmm-write-region): Fix variable name.
3409
3410 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
3411
3412 * gmm-utils.el (gmm-write-region): New function based on compatibility
3413 code from `mm-make-temp-file'.
3414
3415 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
3416
3417 * nnmaildir.el (nnmaildir--update-nov)
3418 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
3419 Use `gmm-write-region'.
3420
3421 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
3422
3423 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
3424 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3425
3426 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
3427
3428 * message.el (message-replacement-char): New variable.
3429 (message-fix-before-sending): Use it.
3430 (message-simplify-subject): New function to remove duplicate code.
3431 (message-reply, message-followup): Use it.
3432
3433 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
3434 gnus-summary-limit-to-articles.
3435
3436 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
3437
3438 * gnus-util.el (gnus-with-local-quit): New macro.
3439
3440 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
3441
3442 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
3443
3444 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
3445 ignore non-string data.
3446
3447 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
3448
3449 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
3450 non-string data (needs to be done in the registry too).
3451
3452 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
3453
3454 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
3455 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
3456 (gnus-registry-split-fancy-with-parent)
3457 (gnus-registry-fetch-simplified-message-subject-fast)
3458 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
3459 Remove text properties on ingress into the registry and when it's saved.
3460 (gnus-registry-clean-empty-function): Fix bug with cleaning the
3461 registry from entries with no groups.
3462
3463 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
3464
3465 * gnus-util.el (gnus-string-remove-all-properties): Add utility
3466 function to remove string properties.
3467
3468 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
3469
3470 * gmm-utils.el (gmm): Adjust custom version.
3471
3472 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
3473 custom version.
3474
3475 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
3476
3477 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
3478
3479 * gnus-art.el (gnus-insert-prev-page-button)
3480 (gnus-insert-next-page-button): Simplify. Reformat.
3481
3482 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
3483
3484 * gnus-art.el (gnus-insert-prev-page-button)
3485 (gnus-insert-next-page-button): Apply gnus-article-button-face.
3486
3487 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
3488
3489 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
3490
3491 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
3492
3493 (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
3494 gnus-article-button-face to MIME and security buttons.
3495
3496 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
3497
3498 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
3499 readable.
3500
3501 2006-09-20 Steve Youngs <steve@sxemacs.org>
3502
3503 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
3504 `browse-url-of-file' instead of `browse-url'.
3505
3506 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3507
3508 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3509 regexp. Articles containing quotation were cut prematurely.
3510
3511 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
3512
3513 * message.el (message-cite-original-1): Use nobody by default for the
3514 value of From header.
3515 (message-reply): Ditto.
3516
3517 2006-09-11 Daiki Ueno <ueno@unixuser.org>
3518
3519 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
3520 to the gnus-info. This fixes a bug of inline-PGP message verification.
3521 Reported by Michael Piotrowski <mxp@dynalabs.de>.
3522
3523 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
3524
3525 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
3526 mails in the doc string. Add some URLs in comment.
3527 (pop3-movemail): Warn about pop3-leave-mail-on-server.
3528
3529 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
3530
3531 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
3532 backslashes handling and the way to find boundaries of quoted strings.
3533
3534 2006-09-07 Daiki Ueno <ueno@unixuser.org>
3535
3536 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
3537 mml1991-encrypt-to-self is set and mml1991-signers is not set.
3538 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
3539 mml2015-encrypt-to-self is set and mml2015-signers is not set.
3540
3541 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
3542
3543 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
3544 doc string.
3545 (gnus-button-regexp, gnus-button-last): Remove unused variables.
3546
3547 2006-09-06 Simon Josefsson <jas@extundo.com>
3548
3549 * mml2015.el (mml2015-use): Doc fix, mention epg.
3550
3551 2006-09-06 Daiki Ueno <ueno@unixuser.org>
3552
3553 * mml2015.el (mml2015-use): Default to epg, if available.
3554
3555 2006-09-06 Daiki Ueno <ueno@unixuser.org>
3556
3557 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
3558 message-sender.
3559 (mml1991-epg-encrypt): Ditto.
3560 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
3561 message-sender.
3562 (mml2015-epg-encrypt): Ditto.
3563
3564 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
3565
3566 * message.el (message-send-mail-with-sendmail): Look for sendmail in
3567 several common directories.
3568
3569 2006-09-05 Daiki Ueno <ueno@unixuser.org>
3570
3571 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
3572 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
3573
3574 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
3575
3576 * gnus-art.el (article-decode-encoded-words): Make it fast.
3577
3578 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
3579
3580 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
3581
3582 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
3583 in quoted string into `\'.
3584
3585 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
3586
3587 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3588 Use standard-syntax-table.
3589
3590 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
3591
3592 * gnus-art.el (gnus-decode-address-function): New variable.
3593 (article-decode-encoded-words): Use it to decode headers which are
3594 assumed to contain addresses.
3595 (gnus-mime-delete-part): Remove useless `or'.
3596
3597 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
3598 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
3599 (gnus-nov-parse-line): Use it to decode From header.
3600 (gnus-get-newsgroup-headers): Ditto.
3601 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
3602
3603 * mail-parse.el (mail-decode-encoded-address-region): New alias.
3604 (mail-decode-encoded-address-string): New alias.
3605
3606 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3607 New function.
3608 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
3609 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
3610 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
3611 (rfc2047-decode-string): Ditto.
3612 (rfc2047-decode-address-region): New function.
3613 (rfc2047-decode-address-string): New function.
3614
3615 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
3616
3617 * message.el (message-caesar-buffer-body): Allow rotating headers.
3618
3619 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
3620
3621 * message.el (message-insert-formated-citation-line): Fix %f.
3622 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
3623
3624 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
3625
3626 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
3627 (gnus-bookmark-mouse-available-p): New macro.
3628 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
3629 (gnus-bookmark-bmenu-show-infos): Use it.
3630 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
3631 (gnus-bookmark-bmenu-hide-infos): Ditto.
3632 (gnus-bookmark-remove-properties): New function.
3633 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
3634 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
3635 (gnus-bookmark-write-file): Bind coding-system-for-write.
3636 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
3637 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
3638 group before selecting it.
3639 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
3640 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
3641 quit-window if it is not available; use gnus-mouse-2 and bind it to
3642 gnus-bookmark-bmenu-select-by-mouse.
3643 (gnus-bookmark-show-details): Remove unused variable `details-list'.
3644 (gnus-bookmark-bmenu-select-by-mouse): New function.
3645
3646 2006-08-13 Romain Francoise <romain@orebokech.com>
3647
3648 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
3649 space.
3650
3651 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
3652
3653 * compface.el (uncompface): Use binary rather than raw-text-unix.
3654
3655 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
3656
3657 * compface.el (uncompface): Make sure the eol conversion doesn't take
3658 place when communicating with the external programs. Reported by
3659 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3660
3661 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
3662
3663 * nnheader.el (nnheader-insert-head): Fix typo in comment.
3664
3665 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3666
3667 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
3668 Make it more robust by parsing author and date independently.
3669
3670 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
3671
3672 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
3673
3674 2006-07-28 Daiki Ueno <ueno@unixuser.org>
3675
3676 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
3677 first matching secret key.
3678 (mml2015-epg-encrypt): Ditto.
3679
3680 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
3681 first matching secret key.
3682 (mml1991-epg-encrypt): Ditto.
3683
3684 * mml2015.el (mml2015-encrypt-to-self): New user option.
3685 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
3686 mml2015-epg-encrypt-to-self is set.
3687
3688 * mml1991.el (mml1991-encrypt-to-self): New variable.
3689 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
3690 mml1991-epg-encrypt-to-self is set.
3691
3692 * mml2015.el (mml2015-signers): New user option.
3693 (mml2015-epg-sign): Reflect the value of mml2015-signers.
3694 (mml2015-epg-encrypt): Allow to select signing keys.
3695
3696 * mml1991.el (mml1991-signers): New variable.
3697 (mml1991-epg-sign): Reflect the value of mml1991-signers.
3698 (mml1991-epg-encrypt): Allow to select signing keys.
3699
3700 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
3701
3702 * nnheader.el (nnheader-insert-head): Make it work even if the file
3703 uses CRLF for the line-break code.
3704
3705 2006-07-25 Daiki Ueno <ueno@unixuser.org>
3706
3707 * mml2015.el: Require mml-sec instead of password.
3708 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
3709 (mml2015-cache-passphrase): Inherit the default value from
3710 mml-secure-cache-passphrase.
3711 (mml2015-passphrase-cache-expiry): Inherit the default value from
3712 mml-secure-passphrase-cache-expiry.
3713
3714 * mml1991.el: Require mml-sec instead of password.
3715 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
3716 (mml1991-cache-passphrase): Inherit the default value from
3717 mml-secure-cache-passphrase.
3718 (mml1991-passphrase-cache-expiry): Inherit the default value from
3719 mml-secure-passphrase-cache-expiry.
3720
3721 * mml-sec.el: Require password.
3722 (mml-secure-verbose): New user option.
3723 (mml-secure-cache-passphrase): New user option.
3724 (mml-secure-passphrase-cache-expiry): New user option.
3725
3726 2006-07-24 Daiki Ueno <ueno@unixuser.org>
3727
3728 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
3729 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
3730 andreas@altroot.de (Andreas Vögele).
3731
3732 FIXME: Use `tiny change'?
3733
3734 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3735
3736 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
3737 workaround for the url package included with Emacs.
3738
3739 * nnweb.el (nnweb-google-create-mapping): Update regexp.
3740
3741 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
3742
3743 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
3744 correctly. This fixes a bug caused by the 2006-05-12 change.
3745
3746 2006-07-18 Karl Fogel <kfogel@red-bean.com>
3747
3748 * nnmail.el (nnmail-article-group): If splitting raises an error, give
3749 some information about the error when saying that the `bogus' mail
3750 group will be used.
3751
3752 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
3753
3754 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
3755 string.
3756
3757 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
3758
3759 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
3760
3761 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3762
3763 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
3764
3765 2006-07-10 Daiki Ueno <ueno@unixuser.org>
3766
3767 * mml1991.el (mml1991-function-alist): Add epg.
3768 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
3769 (mml1991-epg-encrypt): New functions.
3770
3771 2006-07-10 Daiki Ueno <ueno@unixuser.org>
3772
3773 * mml2015.el (mml2015-verbose): New variable.
3774 (mml2015-cache-passphrase): Ditto.
3775 (mml2015-passphrase-cache-expiry): Ditto.
3776 (mml2015-function-alist): Add epg.
3777 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
3778 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
3779 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
3780 functions.
3781
3782 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3783
3784 * message.el (message-cite-original-1): Preserve region when removing
3785 quoted text due to X-No-Archive in order to avoid bogus attribution
3786 when citing multiple messages.
3787
3788 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3789
3790 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
3791 Kenneth Jacker <khj@be.cs.appstate.edu>.
3792
3793 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
3794
3795 * gnus-diary.el (gnus-user-format-function-d)
3796 (gnus-user-format-function-D): Autoload.
3797
3798 * imap.el (Commentary): Fix typo.
3799
3800 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
3801 2006-04-22 contribution.
3802
3803 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3804
3805 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
3806 It didn't really fix the bogosity I'm seeing with solid web groups.
3807
3808 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3809
3810 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
3811 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
3812 created using server names. If we use the feature without declaring
3813 it, Gnus does not properly manage server and group state.
3814
3815 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
3816 bound.
3817
3818 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3819
3820 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
3821 looking up the method using GROUP's prefix before inventing a new one.
3822 It is used on killed/unknown groups in various places where returning
3823 an all-new method isn't expected by the caller.
3824
3825 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
3826 and match semantics of gnus-group-real-prefix.
3827
3828 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
3829
3830 * nnmail.el (nnmail-broken-references-mailers): New variable.
3831 (nnmail-ignore-broken-references): New function generalizing
3832 nnmail-fix-eudora-headers.
3833 (nnmail-fix-eudora-headers): Now obsolete.
3834
3835 * gnus-art.el (gnus-button-handle-custom): Support
3836 `customize-apropos*'.
3837
3838 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3839
3840 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
3841
3842 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
3843 articles.
3844
3845 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
3846
3847 * message.el (message-cite-reply-above): New variable.
3848 (message-yank-original): Use it.
3849
3850 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
3851
3852 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
3853
3854 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
3855
3856 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
3857 as read.
3858
3859 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
3860
3861 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
3862
3863 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
3864 (gnus-bookmark-default-file): Use gnus-directory.
3865 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
3866 Remove "*" in doc string.
3867 (gnus-bookmark-write-file): Simplify.
3868 (gnus-bookmark-maybe-sort-alist): Use `when'.
3869 (gnus-bookmark-get-bookmark): Fix typo in doc string.
3870 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
3871 FIXME about Emacs 21 and XEmacs compatibility.
3872 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
3873 compatibility.
3874 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
3875 compatibility.
3876 (gnus-bookmark-menu-heading): Fix version.
3877
3878 2006-06-19 Bastien Guerry <bzg@altern.org>
3879
3880 * gnus-bookmark.el: New file.
3881
3882 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
3883
3884 * message.el (message-syntax-checks): Doc fix.
3885
3886 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3887
3888 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
3889 unsubscribed groups as if they were killed ones. It causes duplicate
3890 entries in gnus-newsrc-alist.
3891
3892 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
3893
3894 * message.el (message-syntax-checks): Doc fix.
3895 (message-send-mail): Add check for continuation headers.
3896 (message-check-news-header-syntax): Fix regexp used to check for
3897 continuation headers.
3898
3899 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
3900
3901 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
3902
3903 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
3904
3905 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
3906
3907 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
3908
3909 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
3910 default-truncate-lines.
3911
3912 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
3913
3914 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
3915 to fill the utf-8 entry.
3916
3917 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3918
3919 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
3920
3921 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
3922
3923 * gnus-agent.el (directory-files-and-attributes): Move all the way
3924 forward (the third and final move).
3925 (gnus-agent-read-agentview): Trap reconstruction errors due to
3926 nonexistant directory. Handle by returning nil.
3927
3928 2006-05-30 Didier Verna <didier@xemacs.org>
3929
3930 * message.el (message-dont-reply-to-names): Update the custom type.
3931 * message.el (message-dont-reply-to-names): New defsubst: potentially
3932 convert a list of regexps into a single one.
3933 * message.el (message-get-reply-headers): Use it.
3934 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
3935
3936 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
3937
3938 * gnus-agent.el (directory-files-and-attributes): Move forward.
3939
3940 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
3941
3942 * gnus-ml.el (gnus-mailing-list-subscribe)
3943 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
3944 (gnus-mailing-list-message): Fix doc strings.
3945
3946 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3947
3948 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
3949 of doing it manually.
3950
3951 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
3952
3953 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
3954 comment.
3955
3956 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
3957
3958 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
3959 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
3960 (gnus-agent-read-local): All symbols allocated in my-obarray
3961 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
3962 (gnus-agent-regenerate-group): Check numeric names to see if they are
3963 messages or groups.
3964 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
3965 better way of do this...)
3966
3967 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
3968 'dummy.group' (there should be a better way of do this...)
3969
3970 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
3971
3972 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
3973 (gnus-saved-headers): Ditto.
3974 (gnus-default-article-saver): Mention functions may have properties.
3975 (gnus-article-save): Override gnus-save-all-headers and
3976 gnus-saved-headers by :headers property which saver function may have.
3977 (gnus-summary-save-in-file): Add :headers property.
3978 (gnus-summary-write-to-file): Ditto.
3979
3980 * gnus-sum.el (gnus-summary-save-article): Bind
3981 gnus-prompt-before-saving to t when saving many articles in a file;
3982 always show all headers.
3983
3984 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
3985
3986 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
3987 marks.
3988
3989 * message.el (message-indent-citation): Add optional arguments to allow
3990 using it outside of message buffers.
3991
3992 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
3993 (gnus-article-treat-unfold-headers): Use it.
3994 (gnus-article-truncate-lines): New variable.
3995 (gnus-article-mode): Use it.
3996 (gnus-article-toggle-truncate-lines): New function.
3997
3998 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
3999 gnus-article-toggle-truncate-lines.
4000
4001 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4002 coding system in XEmacs, use binary.
4003
4004 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
4005
4006 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4007 after-load-alist.
4008
4009 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4010 this function should save decoded articles.
4011 (gnus-summary-write-to-file): Use property to specify this function
4012 should save decoded articles and specify gnus-summary-save-in-file
4013 should be used to save articles other than the first one when saving
4014 many articles.
4015 (gnus-summary-save-body-in-file): Use property to specify this
4016 function should save decoded articles.
4017 (gnus-summary-write-body-to-file): Use property to specify this
4018 function should save decoded articles and specify
4019 gnus-summary-save-body-in-file should be used to save articles other
4020 than the first one when saving many articles.
4021
4022 * gnus-sum.el (gnus-summary-save-article): Simplify.
4023
4024 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
4025
4026 * gnus-art.el (gnus-default-article-saver): Add
4027 gnus-summary-write-body-to-file.
4028 (gnus-article-save-coding-system): Don't use coding system object
4029 in XEmacs.
4030 (gnus-read-save-file-name): Add optional `dir-var' argument which
4031 specifies directory in which files are saved; work even if optional
4032 `variable' argument is not specified.
4033 (gnus-summary-write-to-file): Read file name.
4034 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4035 (gnus-summary-write-body-to-file): New function.
4036
4037 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4038 (gnus-summary-local-variables): Add it.
4039 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4040 (gnus-summary-save-article): Remove optional `decode' argument;
4041 determine whether to decode articles by the value of
4042 gnus-default-article-saver; when saving many files using
4043 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4044 it first and use gnus-summary-save-in-file or
4045 gnus-summary-save-body-in-file thereafter unless
4046 gnus-prompt-before-saving is always; move point to article which
4047 will be saved.
4048 (gnus-summary-save-article-file): Revert.
4049 (gnus-summary-write-article-file): Revert.
4050 (gnus-summary-save-article-body-file): Revert.
4051 (gnus-summary-write-article-body-file): New function.
4052
4053 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4054
4055 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4056
4057 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
4058
4059 * gnus-art.el (gnus-default-article-saver): Doc fix.
4060 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4061 from gnus-summary-save-article-coding-system, and default to a
4062 certain coding system.
4063 (gnus-output-to-file): Add coding cookie and encode text according
4064 to gnus-article-save-coding-system; don't use mm-append-to-file.
4065
4066 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4067 gnus-art.el and rename to gnus-article-save-coding-system.
4068 (gnus-summary-save-article): Require gnus-art; don't show all
4069 headers if it decodes articles; don't add coding cookie here;
4070 don't bind mm-text-coding-system-for-write.
4071 (gnus-summary-save-article-file): Save decoded articles.
4072 (gnus-summary-write-article-file): When saving many files, use
4073 gnus-summary-write-to-file first and gnus-summary-save-in-file
4074 thereafter unless gnus-prompt-before-saving is always.
4075 (gnus-summary-save-article-body-file): Save decoded articles.
4076
4077 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4078
4079 * nnrss.el (nnrss-check-group): Bind hash-index.
4080
4081 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
4082
4083 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4084 its hash index. Store this hash in `nnrss-group-data'.
4085 (nnrss-read-group-data): Update accordingly.
4086
4087 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4088
4089 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4090 entry.
4091
4092 * gnus-sum.el (gnus-summary-make-menu-bar): Add
4093 gnus-article-browse-html-article.
4094
4095 2006-05-23 Hynek Schlawack <hynek@ularx.de>
4096
4097 * gnus-sum.el (gnus-summary-mime-map): Add
4098 gnus-article-browse-html-article.
4099 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4100
4101 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4102 suitable coding systems in customize.
4103
4104 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
4105
4106 * mail-source.el (mail-sources): Fix custom type.
4107
4108 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
4109
4110 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4111 (gnus-summary-expire-articles-now): Shorten prompt.
4112
4113 * gmm-utils.el (wid-edit): Require.
4114 (defun-gmm): Renamed from `gmm-defun-compat'.
4115 (gmm-image-search-load-path): Use it.
4116 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
4117
4118 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
4119
4120 * gnus-sum.el (gnus-summary-save-article-coding-system): New
4121 variable.
4122 (gnus-summary-save-article): Add optional `decode' argument. If
4123 it is set and gnus-summary-save-article-coding-system is non-nil,
4124 save decoded article.
4125 (gnus-summary-write-article-file): Save decoded article if
4126 gnus-summary-save-article-coding-system is non-nil.
4127
4128 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4129 type.
4130
4131 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
4132
4133 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4134
4135 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4136
4137 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4138 first to test gnus-single-article-buffer which may be buffer-local.
4139
4140 * gnus-sum.el (gnus-summary-setup-buffer): Make
4141 gnus-single-article-buffer buffer-local and nil in ephemeral
4142 group; make gnus-article-buffer, gnus-article-current, and
4143 gnus-original-article-buffer always buffer-local.
4144 (gnus-summary-exit): Kill article buffer belonging to ephemeral
4145 group.
4146 (gnus-handle-ephemeral-exit): Don't move to next summary line.
4147
4148 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
4149
4150 * nnml.el (nnml-request-compact-group): Compressed files might not
4151 have .gz extension.
4152
4153 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4154
4155 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4156 (mm-copy-to-buffer): Use with-current-buffer.
4157 (mm-display-part): Simplify.
4158 (mm-inlinable-p): Add optional arg `type'.
4159
4160 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4161
4162 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4163 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4164 Try harder to show the attachment internally or externally using
4165 gnus-mime-view-part-as-type.
4166
4167 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
4168
4169 * message.el (message-from-style, message-signature-separator)
4170 (message-user-organization-file, message-send-mail-function)
4171 (message-citation-line-function, message-yank-prefix)
4172 (message-indent-citation-function, message-signature)
4173 (message-signature-file, message-signature-insert-empty-line):
4174 Remove autoloads.
4175
4176 * gnus-art.el (gnus-buttonized-mime-types): Remove
4177 "multipart/signed". Revert 2006-04-26 change.
4178
4179 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4180
4181 * gnus.el (gnus-version-number): Bump version.
4182
4183 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4184
4185 * gnus.el: No Gnus v0.5 is released.
4186
4187 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4188
4189 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4190 fetching articles by message-id.
4191
4192 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4193
4194 * message.el (hashcash): Require hashcash as normal.
4195
4196 * ecomplete.el (ecomplete-highlight-match-line): Use
4197 point-at-eol.
4198 (ecomplete-highlight-match-line): Use `highlight', because that
4199 face exists in both Emacs and XEmacs.
4200
4201 * message.el (message-display-abbrev): Use point-at-bol.
4202
4203 * mail-source.el: Don't require timer/timer-funcs.
4204
4205 * gnus-async.el: Ditto.
4206
4207 * password.el: Ditto.
4208
4209 * mm-url.el: Ditto.
4210
4211 * mm-util.el: Require timer/timer-funcs.
4212
4213 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4214
4215 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4216 Close.
4217
4218 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
4219
4220 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4221 unibyte after clear-decrypt function runs.
4222
4223 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4224 returns as a unibyte string.
4225
4226 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
4227
4228 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4229 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4230 (mml1991-pgg-encrypt): Ditto.
4231
4232 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
4233
4234 * message.el (message-user-organization-file): Check several
4235 locations of the organization file.
4236
4237 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4238 Add gnus-article-view-part-as-type.
4239
4240 * gnus-art.el (gnus-article-view-part-as-type): New function.
4241
4242 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4243 .mobi and .travel. Remove .nato, .bitnet and .uucp.
4244
4245 * mml.el: Simplify autoload.
4246 (mml-mode): defvar dnd-protocol-alist instead of using
4247 symbol-value.
4248 (mml-default-directory): New variable.
4249 (mml-minibuffer-read-file): Use it.
4250 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4251
4252 * message.el (message-citation-line-format): New variable.
4253 (message-insert-formated-citation-line): New function.
4254 (message-citation-line-function): Add
4255 `message-insert-formated-citation-line' to custom type.
4256
4257 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4258 to doc string.
4259
4260 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4261 depending on mm-verify-option.
4262
4263 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
4264
4265 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4266 binding pgg-* variables; reimplement the section which prevents
4267 MIME header from being signed.
4268 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4269 pgg-text-mode; remove a blank line at the top of body.
4270
4271 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4272 lines at the top of body; use gnus-newsgroup-charset if there's no
4273 Charset header.
4274
4275 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
4276
4277 * message.el (message-self-insert-commands): Doc fix.
4278
4279 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
4280 (mm-uu-pgp-encrypted-test): Ditto.
4281 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
4282 between header and body; return application/pgp-encrypted handle
4283 if decryption failed; decode decrypted body by charset.
4284
4285 * mm-decode.el (mm-automatic-display): Don't make application/pgp
4286 element match to application/pgp-*.
4287
4288 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4289
4290 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
4291 HTML.
4292
4293 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4294
4295 * mail-source.el (mail-source-call-script): Message the error
4296 string.
4297
4298 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4299
4300 * gnus-util.el (gnus-byte-compile): Use it.
4301
4302 2006-04-22 xyblor <fake@invalid.email> (tiny change)
4303
4304 * gnus-util.el (kill-empty-logs): New function.
4305
4306 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4307
4308 * message.el (message-mail-alias-type): Doc fix.
4309 (message-mail-alias-type-p): New function.
4310 (message-send): Use it.
4311 (message-mode): Ditto.
4312 (message-strip-forbidden-properties): Ditto.
4313
4314 * ecomplete.el (ecomplete-database-file-coding-system): New
4315 variable.
4316 (ecomplete-save): Use it.
4317 (ecomplete-setup): Use it.
4318
4319 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
4320
4321 * message.el (message-self-insert-commands): New variable.
4322 (message-strip-forbidden-properties): Use it.
4323
4324 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4325
4326 * message.el (message-put-addresses-in-ecomplete): Use a regexp
4327 that doesn't make XEmacs choke.
4328
4329 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
4330
4331 * gnus-util.el (gnus-replace-in-string):
4332 Prefer replace-regexp-in-string over of replace-in-string.
4333
4334 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
4335
4336 * gnus-util.el (gnus-select-frame-set-input-focus):
4337 Use select-frame-set-input-focus if it is available in XEmacs; use
4338 definition defined in Emacs 22 for old Emacsen.
4339
4340 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
4341
4342 * mm-view.el (mm-inline-text): Use equal instead of equalp.
4343
4344 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
4345
4346 * gnus-registry.el (gnus-registry-cache-save): Remove text
4347 properties when saving via the temp buffer.
4348
4349 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
4350
4351 * message.el (message-generate-hashcash): Honor custom type.
4352
4353 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4354
4355 * message.el (message-generate-hashcash): Default to non-nil when
4356 hashcash is found.
4357
4358 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
4359 (gnus-refer-thread-limit): Increase default to 500.
4360
4361 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
4362
4363 * flow-fill.el (fill-flowed): Allow delete-space.
4364
4365 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
4366
4367 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4368 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
4369 Remove autoloads.
4370
4371 2006-04-18 Simon Josefsson <jas@extundo.com>
4372
4373 * message.el (message-generate-hashcash): Default to.
4374
4375 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
4376
4377 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4378 concatenating segments rather than before concatenating them.
4379
4380 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
4381
4382 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
4383
4384 * imap.el (imap-quote-specials): New function.
4385 (imap-login-auth): Quote specials.
4386
4387 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4388
4389 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
4390
4391 * message.el (message-forward-make-body-plain): Allow
4392 message-forward-ignored-headers to be a list.
4393 (message-remove-ignored-headers): Factor out into function.
4394 (message-forward-make-body-mml): Use it.
4395 * rfc2231.el (rfc2231-parse-string): Remove dead code.
4396 (rfc2231-parse-string): Allow concatanation of parameters that
4397 aren't contiguous. The test case is
4398 (mail-header-parse-content-type "message/external-body;
4399 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
4400 access-type=LOCAL-FILE;
4401 name*1*=plugh%2fhello-sailor%2fbing.pdf")
4402
4403 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
4404
4405 * nntp.el (nntp-accept-process-output): Return the value of
4406 `nnheader-accept-process-output'.
4407
4408 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4409
4410 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
4411 (gnus-button-alist): Recognize more diff formats.
4412 (gnus-button-patch): Strip directory.
4413
4414 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
4415
4416 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
4417 Emacs 22 when setting focus.
4418
4419 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4420
4421 * gnus-art.el (gnus-article-treat-types): Do treatment of
4422 text/x-verbatim parts.
4423 (gnus-button-patch): New command.
4424
4425 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
4426 addresses that contain invalid characters.
4427
4428 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4429
4430 * message.el (message-put-addresses-in-ecomplete): Use
4431 gnus-replace-in-string.
4432 (message-is-yours-p): Use the more correct
4433 mail-header-parse-address instead of
4434 mail-extract-address-components.
4435 (message-put-addresses-in-ecomplete): Fix typo.
4436
4437 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
4438 keystroke.
4439
4440 * gnus-art.el (gnus-treatment-function-alist): Change order of
4441 newsgroups/generic header folding to avoid double-folding.
4442
4443 * message.el (message-hidden-headers): Add X-Draft-From.
4444
4445 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
4446 command.
4447 (gnus-summary-repeat-search-article-backward): New command.
4448
4449 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
4450 groups in the parent topic.
4451
4452 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
4453
4454 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
4455 (spam-extra-header-to-number): Return the CRM114 number as a
4456 number instead of a string.
4457
4458 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4459
4460 * gnus-art.el (gnus-face-properties-alist): Moved here from
4461 gnus-fun.
4462
4463 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
4464
4465 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4466
4467 * message.el (message-strip-forbidden-properties): Only display on
4468 self-insert-command.
4469
4470 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
4471 reindent.
4472 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
4473
4474 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
4475
4476 * smiley.el (smiley-style): Fix typo.
4477
4478 2006-03-23 Kenichi Handa <handa@m17n.org>
4479
4480 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
4481 instead of set-buffer-multibyte.
4482
4483 2006-03-23 Kenichi Handa <handa@m17n.org>
4484
4485 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4486 buffer and then decode the buffer text if necessary.
4487 (rfc2231-encode-string): Be sure to work on multibyte buffer at
4488 first, and after mm-encode-body, change the buffer to unibyte.
4489
4490 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4491
4492 * hashcash.el (hashcash-insert-payment-async-2): Use
4493 message-goto-eoh instead of doing it manually.
4494 (mail-add-payment): Use message-narrow-to-header instead of trying
4495 to do the same itself.
4496
4497 * message.el (message-hidden-headers): Add Face.
4498
4499 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
4500 reparenting code.
4501 (gnus-summary-reparent-children): Refactored out code.
4502 (gnus-summary-thread-map): New keystroke.
4503 (gnus-summary-reparent-children): Make into command.
4504
4505 * smiley.el (smiley-style): Default to `medium' if using a large
4506 font.
4507
4508 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
4509 does it itself.
4510
4511 * message.el (message-point-in-header-p): Simplify definition.
4512
4513 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4514
4515 * nnagent.el (nnagent-request-set-mark): Silence log file
4516 writing.
4517 (nnagent-request-set-mark): Use write-region instead of
4518 append-to-file.
4519
4520 * gnus-sum.el (gnus-read-header): Fudge article number if using a
4521 strange select method.
4522
4523 * ecomplete.el (ecomplete-display-matches): Get highlightling
4524 right.
4525 (ecomplete-display-matches): Use literals.
4526 (ecomplete-display-matches): Disable message logging.
4527
4528 * message.el (message-display-abbrev): Small optimization.
4529
4530 * ecomplete.el (ecomplete-display-matches): Allow automatic
4531 display.
4532
4533 * message.el (message-strip-forbidden-properties): Display
4534 abbrevs.
4535 (message-display-abbrev): Get automatic display right.
4536
4537 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
4538 keystrokes.
4539
4540 2006-04-13 Romain Francoise <romain@orebokech.com>
4541
4542 TODO: Backport to v5-10!
4543
4544 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
4545 Moved here (and renamed) from gnus-registry.el.
4546
4547 * gnus-registry.el: Require gnus-util.
4548 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
4549
4550 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4551
4552 * gnus-group.el (gnus-group-catchup-current): Change
4553 if-then-else-if-then-else into cond.
4554 (gnus-group-catchup): Indent.
4555 (group-name-at-point): New function.
4556 (gnus-fetch-group): Provide default from thing at point.
4557
4558 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4559
4560 * message.el (message-display-abbrev): Fix regexp.
4561
4562 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
4563 choosing.
4564 (ecomplete-highlight-match-line): Fix up code rewrite, remove
4565 dead variables.
4566
4567 * message.el (message-newline-and-indent): Remove debugging.
4568 (message-display-abbrev): Use new implementation.
4569
4570 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4571
4572 * gnus-art.el (gnus-article-mode): Set
4573 cursor-in-non-selected-windows to nil.
4574
4575 * smiley.el: Revert previous change.
4576 (smiley-data-directory): defvar it before using it in the
4577 defcustom of `smiley-style'.
4578
4579 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4580
4581 * message.el (message-newline-and-indent): New function.
4582
4583 * ecomplete.el: Implement more bits.
4584
4585 * message.el (message-put-addresses-in-ecomplete): Clean up the
4586 string.
4587
4588 * ecomplete.el (ecomplete-add-item): Chop off decimals.
4589
4590 * gnus-sum.el (gnus-summary-save-parts): Bind
4591 gnus-summary-save-parts-counter and use it to make unique file
4592 names.
4593
4594 * gnus-art.el (gnus-ignored-headers): Add some more headers.
4595
4596 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
4597 parameter to say whether to actually parse the individual
4598 addresses.
4599
4600 * message.el (message-put-addresses-in-ecomplete): New function.
4601 (ecomplete): Require.
4602 (message-mail-alias-type): Add ecomplete as an option.
4603
4604 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
4605
4606 * flow-fill.el (fill-flowed): Remove trailing space from blank
4607 quoted lines.
4608
4609 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4610
4611 * smiley.el (smiley-style): Move definition later to avoid a
4612 compilation warning.
4613
4614 2006-04-12 Kenichi Handa <handa@m17n.org>
4615
4616 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4617 buffer and then decode the buffer text if necessary.
4618 (rfc2231-encode-string): Be sure to work on multibyte buffer at
4619 first, and after mm-encode-body, change the buffer to unibyte.
4620 Use mm-disable-multibyte instead of set-buffer-multibyte.
4621
4622 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
4623
4624 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
4625 Content-Type header instead of Content-Disposition header.
4626 (gnus-mime-inline-part): Ditto.
4627 (gnus-mime-view-part-as-charset): Ignore charset that the part
4628 specifies.
4629
4630 * mm-decode.el (mm-display-part): Work with external parts and
4631 usual parts similarly.
4632
4633 * mm-extern.el (mm-inline-external-body): Use mm-display-part
4634 instead of gnus-display-mime.
4635
4636 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
4637 instead of with-temp-buffer.
4638
4639 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
4640 tag to summarized topics part in order to encode non-ASCII text.
4641
4642 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
4643
4644 * smiley.el (smiley-style): New variable.
4645 (smiley-directory): New function.
4646 (smiley-data-directory): Derive from `smiley-style' using
4647 `smiley-directory'.
4648 (smiley-regexp-alist): Add new entries.
4649
4650 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
4651 (gnus-article-browse-delete-temp): Add :version.
4652
4653 2006-04-11 Arne Jørgensen <arne@arnested.dk>
4654
4655 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
4656 the sieve region.
4657
4658 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4659
4660 * gnus.el (gnus-version-number): Bump version.
4661
4662 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
4663
4664 * gnus.el: No Gnus v0.4 is released.
4665
4666 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4667
4668 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
4669 layout.
4670
4671 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
4672 unknown charset.
4673
4674 * message.el (message-header-synonyms): Add Original-To to the
4675 default.
4676
4677 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
4678 optional parameter.
4679
4680 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
4681
4682 * gnus-fun.el (gnus): Require it for gnus-directory.
4683
4684 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
4685
4686 * gnus-fun.el (gnus-face-properties-alist): Add :version.
4687
4688 2006-04-05 Daiki Ueno <ueno@unixuser.org>
4689
4690 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
4691
4692 2006-04-05 Simon Josefsson <jas@extundo.com>
4693
4694 * password.el (password-reset): New function.
4695
4696 2006-04-05 Daiki Ueno <ueno@unixuser.org>
4697
4698 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
4699 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
4700
4701 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4702
4703 * nnweb.el (nnweb-google-create-mapping): Update regexp.
4704 Some whitespace was matched into the url, which broke browsing hits
4705 > 100 when mm-url-use-external was nil.
4706
4707 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
4708
4709 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
4710 gnus-extra-headers for 'Newsgroups.
4711
4712 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
4713 bound.
4714
4715 2006-04-04 Daiki Ueno <ueno@unixuser.org>
4716
4717 * pgg-gpg.el: Clean up process buffers every time gpg processes
4718 complete.
4719
4720 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
4721
4722 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
4723 doc string.
4724
4725 2006-04-03 Daiki Ueno <ueno@unixuser.org>
4726
4727 * pgg-gpg.el (pgg-gpg-process-filter)
4728 (pgg-gpg-wait-for-completion): Check if buffer is alive.
4729
4730 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
4731 lines, temporary fix.
4732
4733 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
4734
4735 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
4736
4737 2006-03-29 Daiki Ueno <ueno@unixuser.org>
4738
4739 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
4740 default-enable-multibyte-characters. This reverts the change from
4741 revision 6.17 which is no longer necessary because the passphrase
4742 is sent separately now. GnuPG messages are unreadable under
4743 multibyte locales with default-enable-multibyte-characters set to
4744 nil.
4745
4746 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
4747
4748 * message.el (message-tool-bar-gnome): Move "spell".
4749
4750 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
4751
4752 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
4753 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
4754 instead.
4755
4756 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
4757
4758 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
4759 newsgroups handling for NNTP overviews which don't include
4760 Newsgroups.
4761
4762 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4763
4764 * message.el (message-resend): Bind message-generate-hashcash to nil.
4765
4766 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4767
4768 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
4769 when searching for already-paid recipients.
4770
4771 2006-03-27 Daiki Ueno <ueno@unixuser.org>
4772
4773 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
4774 passphrases when it is not needed.
4775 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
4776 passphrase stuff from gpg, should only be necessary when you use
4777 gpg with a smartcard.
4778
4779 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
4780
4781 * mml.el (mml-insert-mime): Ignore cached contents of
4782 message/external-body part.
4783
4784 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
4785 (mm-insert-part): Ditto.
4786
4787 2006-03-23 Simon Josefsson <jas@extundo.com>
4788
4789 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
4790 Reiner.
4791 (pgg-gpg-use-agent-p): Use it again.
4792
4793 2006-03-23 Simon Josefsson <jas@extundo.com>
4794
4795 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
4796 older emacsen.
4797 (pgg-gpg-use-agent-p): Don't use it.
4798
4799 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
4800
4801 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
4802 if we can.
4803
4804 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
4805
4806 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
4807 (pgg-gpg-update-agent): New function.
4808 (pgg-gpg-use-agent-p): New function.
4809 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
4810 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4811 (pgg-gpg-sign-region): Use it.
4812
4813 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
4814
4815 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
4816 Reported by Ralf Wachinger <rwachinger@gmx.de>.
4817
4818 2006-03-21 Simon Josefsson <jas@extundo.com>
4819
4820 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
4821 <wilde@sha-bang.de>.
4822 (pgg-gpg-use-agent): New variable.
4823 (pgg-gpg-process-region): Use it.
4824 (pgg-gpg-encrypt-region): Likewise.
4825 (pgg-gpg-encrypt-symmetric-region): Likewise.
4826 (pgg-gpg-decrypt-region): Likewise.
4827 (pgg-gpg-sign-region): Likewise.
4828 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
4829
4830 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4831
4832 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
4833
4834 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
4835 Add comment on version.
4836
4837 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4838
4839 * smiley.el: Add missing test smiley.
4840
4841 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
4842
4843 * mm-decode.el (mm-with-part): New macro.
4844 (mm-get-part): Use it; work with message/external-body as well.
4845 (mm-save-part): Treat name and filename equally.
4846
4847 * mm-extern.el (mm-extern-cache-contents): New function.
4848 (mm-inline-external-body): Use it; force the part to be displayed;
4849 move undisplayer added to the cached handle to the parent.
4850
4851 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
4852 (gnus-mime-view-part-as-type): Work with message/external-body.
4853
4854 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
4855
4856 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4857
4858 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
4859 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
4860 Emacs.]
4861
4862 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
4863
4864 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
4865 path rather than symbol. Always return list of directories.
4866 Guarantee that image directory comes first. [Sync with image.el,
4867 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
4868
4869 * message.el (message-make-tool-bar): Adjust to new API of
4870 `gmm-image-load-path-for-library'.
4871
4872 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4873
4874 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
4875
4876 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4877
4878 * gnus-art.el (gnus-article-only-boring-p):
4879 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
4880 intangible text.
4881 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
4882
4883 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
4884
4885 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
4886 `defun' instead of `gmm-defun-compat'.
4887
4888 2006-03-14 Simon Josefsson <jas@extundo.com>
4889
4890 * message.el (message-unique-id): Don't use message-number-base36
4891 if (user-uid) is a float.
4892 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
4893
4894 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
4895
4896 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
4897
4898 * gnus-art.el (gnus-mime-display-single): Make sure there is an
4899 empty line between a part and a message part.
4900
4901 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4902
4903 * smiley.el: Add more test smileys.
4904 (smiley-data-directory, smiley-regexp-alist)
4905 (gnus-smiley-file-types): Fix doc strings.
4906 (smiley-update-cache): Clear smiley-cached-regexp-alist before
4907 adding new elements.
4908 (smiley-mouse-map): Unused code. Make it a comment.
4909
4910 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
4911
4912 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
4913 scan latest NoCeM messages instead of old ones.
4914 (gnus-nocem-check-article): Fix regexps so as to match to PGP
4915 delimiters that are recently used.
4916 (gnus-nocem-load-cache): Add autoload cookie.
4917
4918 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
4919
4920 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
4921 level which is larger than gnus-use-nocem is specified.
4922
4923 * gnus-group.el (gnus-group-get-new-news): Ditto.
4924
4925 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
4926
4927 * gnus-util.el (gnus-tool-bar-update): New function.
4928
4929 * gnus-group.el (gnus-group-update-tool-bar): New variable.
4930 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
4931
4932 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
4933
4934 * gnus-group.el (gnus-group-redraw-when-idle)
4935 (gnus-group-redraw-check): Remove.
4936 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
4937
4938 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
4939
4940 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
4941 if optional last element is specified in splits (FIELD VALUE...).
4942
4943 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
4944
4945 * message.el (message-make-tool-bar): Rename gmm-image-load-path
4946 to gmm-image-load-path-for-library. Call with no-error argument.
4947 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
4948
4949 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4950
4951 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
4952
4953 * gmm-utils.el (gmm-image-load-path): Remove alias.
4954
4955 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
4956
4957 * gmm-utils.el (gmm-image-load-path): Add alias.
4958
4959 * nnml.el (nnml-generate-nov-databases-directory): Rename from
4960 nnml-generate-nov-databases-1.
4961 (nnml-generate-nov-databases): Use it.
4962 (nnml-generate-nov-databases-directory): Document no-active
4963 argument.
4964
4965 * gmm-utils.el (gmm-image-load-path-for-library): Return single
4966 directory if path is t. Add no-error.
4967
4968 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
4969 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4970
4971 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
4972 resetting gnus-article-browse-html-temp-list.
4973
4974 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
4975 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
4976 Add example to docstring. Rename local variables. Move error
4977 checks to default case in cond and simplify.
4978
4979 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
4980
4981 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
4982 handle is multipart when calling it recursively.
4983 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
4984
4985 2006-03-03 Daniel Pittman <daniel@rimspace.net>
4986
4987 * nnimap.el (nnimap-request-update-info-internal): Optimize.
4988 Don't `gnus-uncompress-range' to avoid excessive memory usage.
4989
4990 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
4991
4992 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
4993 is loaded.
4994
4995 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
4996 loaded.
4997
4998 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
4999
5000 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5001 to "Emacs 23 (unicode)" in doc string.
5002
5003 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5004 "Emacs 23 (unicode)" in comment.
5005
5006 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5007
5008 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5009
5010 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5011 characters 160 through 255 in Emacs 23.
5012
5013 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5014
5015 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5016 gnus-article-browse-html-temp.
5017 (gnus-article-browse-delete-temp): Make it customizable. Add
5018 `file'. Adjust doc string.
5019 (gnus-article-browse-delete-temp-files): Add argument. Allow
5020 query for each file. Adjust doc string.
5021 (gnus-article-browse-html-parts): Add
5022 `gnus-article-browse-delete-temp-files' to
5023 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5024
5025 2006-03-02 Hynek Schlawack <hynek@ularx.de>
5026
5027 * gnus-art.el (gnus-article-browse-html-temp)
5028 (gnus-article-browse-delete-temp): New variables.
5029 (gnus-article-browse-delete-temp-files): New function.
5030 (gnus-article-browse-html-parts): Use it.
5031
5032 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5033
5034 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5035
5036 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5037 string.
5038
5039 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5040 gnus-summary-insert-new-articles when unplugged. Remove
5041 gnus-summary-search-article-forward.
5042
5043 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5044 display-visual-class instead of display-color-cells.
5045
5046 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
5047
5048 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5049 message/* containing non-ASCII text properly.
5050
5051 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
5052
5053 * message.el: Require gmm-utils, remove autoloads.
5054 (message-tool-bar): Set default based on
5055 gmm-tool-bar-style.
5056 (message-tool-bar-gnome): Add gmm-customize-mode.
5057
5058 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5059 gmm-tool-bar-style.
5060 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5061
5062 * gnus-group.el (gnus-group-tool-bar): Set default based on
5063 gmm-tool-bar-style.
5064 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5065
5066 * gmm-utils.el (gmm-image-directory): Rename variable from
5067 gmm-image-load-path.
5068 (gmm-image-load-path): Use gmm-image-directory.
5069 (gmm-customize-mode): New function.
5070 (gmm-tool-bar-style): New variable.
5071
5072 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5073 gnus-group-redraw-line-number.
5074 (gnus-group-redraw-check): Simplify.
5075 (gnus-group-tool-bar-update): Remove redraw check.
5076 (gnus-group-make-tool-bar): Add redraw check.
5077
5078 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
5079
5080 * gnus-art.el (gnus-button): Add missing parentheses.
5081
5082 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
5083
5084 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5085
5086 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
5087
5088 * gnus-art.el (gnus-button): New face.
5089 (gnus-article-button-face): Use it.
5090
5091 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5092 gnus-summary-next-page. Re-order.
5093
5094 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5095 next-node are now included.
5096 (gnus-group-redraw-line-number): New internal variable.
5097 (gnus-group-redraw-check): Helper function for updating the tool
5098 bar.
5099 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5100
5101 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5102
5103 * spam.el (spam-spamassassin-score-regexp): New internal variable.
5104 (spam-extra-header-to-number, spam-check-spamassassin-headers):
5105 Use it to match format of Spamassassin 3.0 and later. Reported by
5106 IRIE Tetsuya <irie@t.email.ne.jp>.
5107 (spam-check-bogofilter)
5108 (spam-bogofilter-register-with-bogofilter): Fix args of
5109 `gnus-error' calls.
5110
5111 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
5112
5113 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5114 unnecessary interaction when sending queued mails. Reported by
5115 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5116
5117 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
5118
5119 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5120 first or last are nil.
5121
5122 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5123
5124 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5125
5126 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5127
5128 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5129
5130 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5131
5132 * dns.el (query-dns): Protect more against buggy tcp output.
5133
5134 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
5135
5136 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5137 nov.php.
5138
5139 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5140
5141 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5142 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5143 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
5144 output on the server side.
5145 (nnweb-google-create-mapping): Update regexps and add some
5146 progress indication.
5147
5148 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
5149
5150 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5151 gnus-agent-toggle-plugged. Re-order icons.
5152 (gnus-group-tool-bar-gnome): Add
5153 gnus-group-{prev,next}-unread-group.
5154 (gnus-group-tool-bar-gnome): Re-order icons.
5155
5156 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5157 gnus-summary-insert-new-articles.
5158
5159 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5160 comments.
5161
5162 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
5163 also available in Emacs 21.3.
5164
5165 * message.el (message-fix-before-sending): Change "Emacs 22" to
5166 "Emacs 23 (unicode)" in comment.
5167
5168 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5169 "Emacs 23 (unicode)" in comment.
5170
5171 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5172 comment.
5173 (mm-coding-system-p): Add comment about no-MULE XEmacs.
5174
5175 * mm-view.el (mm-fill-flowed): Add :version.
5176
5177 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5178
5179 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5180 and load-path.
5181
5182 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
5183
5184 * message.el: Autoload gmm-image-load-path.
5185 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5186 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
5187 consitency.
5188
5189 * gmm-utils.el (gmm-image-load-path): Also search in
5190 "../etc/images". Don't set gmm-image-load-path if we don't find
5191 the image.
5192
5193 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
5194
5195 * gmm-utils.el (gmm-image-load-path): Don't make
5196 `gmm-image-load-path' include subdirectories which the second arg
5197 `image' might specify.
5198
5199 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5200 subdirectory to icon file names.
5201
5202 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
5203
5204 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
5205
5206 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5207 gmm-image-load-path calls.
5208
5209 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5210
5211 * message.el (message-make-tool-bar): Ditto.
5212
5213 * mml.el (mml-preview): Added comment concerning tool bar icons.
5214
5215 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5216 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
5217
5218 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5219 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
5220
5221 * message.el (message-tool-bar-gnome): Use new icon names.
5222 (message-make-tool-bar): Use `gmm-image-load-path'.
5223
5224 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5225 functions from MH-E.
5226 (gmm-image-load-path): New variable from MH-E.
5227 (gmm-image-load-path): New function from MH-E. Added arguments
5228 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
5229 *-image-load-path-called-flag.
5230
5231 2006-02-21 Milan Zamazal <pdm@brailcom.org>
5232
5233 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
5234
5235 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
5236
5237 * nnimap.el (nnimap-request-move-article): Change folder back to
5238 source group before deleting.
5239
5240 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
5241
5242 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5243
5244 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5245 mm-url.
5246
5247 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
5248
5249 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
5250
5251 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5252 coding system which mm-charset-to-coding-system returns for a
5253 given charset is valid.
5254
5255 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
5256
5257 * html2text.el (html2text-remove-tag-list):
5258 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
5259
5260 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5261
5262 * gnus-cus.el: Revert 2005-10-17 change.
5263
5264 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
5265
5266 * gnus-art.el (article-strip-banner): Call
5267 article-really-strip-banner only when the regexp match is made.
5268
5269 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
5270
5271 * gnus-art.el (article-strip-banner): Use
5272 gnus-extract-address-components instead of
5273 mail-header-parse-addresses to make it work with non-ASCII text;
5274 remove mail-encode-encoded-word-string.
5275
5276 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5277 values which are surrounded with \"...\"; make it never cause a
5278 Lisp error; give up parsing of parameters if it failed in
5279 extracting type.
5280
5281 2006-02-14 Arne Jørgensen <arne@arnested.dk>
5282
5283 * smime.el (smime-cert-by-ldap-1): Fix bug where
5284 `smime-ldap-search' returns results without userCertificates.
5285
5286 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
5287
5288 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
5289
5290 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
5291
5292 * spam.el (spam-check-spamassassin-headers): Adapt format for
5293 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
5294 <ari@mbf.ocn.ne.jp>.
5295 (spam-list-of-processors): Add spam-use-gmane.
5296
5297 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5298
5299 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
5300 make-temp-file; make it work with XEmacs as well.
5301
5302 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
5303 mm-make-temp-file.
5304
5305 * mm-decode.el (mm-display-external): Use the 3rd arg of
5306 mm-make-temp-file.
5307 (mm-create-image-xemacs): Ditto.
5308
5309 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5310
5311 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
5312 with message-narrow-to-headers.
5313 (gnus-draft-setup): Narrow to header to run message-fetch-field.
5314 (gnus-draft-check-draft-articles): New function.
5315 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
5316
5317 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
5318
5319 * gnus-art.el (gnus-article-browse-html-parts):
5320 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
5321 Don't use suffix argument for mm-make-temp-file for Emacs 21
5322 compatibility. Remove useless `format'.
5323
5324 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5325
5326 * nnweb.el (nnweb-google-wash-article): Update regexps.
5327 (nnweb-group-alist): Use defvoo instead of defvar.
5328
5329 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
5330
5331 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
5332 re-loading nn* modules.
5333
5334 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
5335
5336 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
5337 for `tool-bar-mode' and don't check it's default-value.
5338
5339 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5340
5341 * message.el (message-make-tool-bar): Ditto.
5342
5343 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
5344 `substring'. Shorten tmp-file name.
5345
5346 * gnus.el: Remove bogus comment.
5347
5348 2006-02-10 Hynek Schlawack <hynek@ularx.de>
5349
5350 * gnus-art.el (gnus-article-browse-html-parts): New function.
5351 (gnus-article-browse-html-article): New function for viewing html
5352 articles with a browser.
5353
5354 2006-02-09 Daiki Ueno <ueno@unixuser.org>
5355
5356 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
5357 (mml2015-pgg-encrypt): Ditto.
5358
5359 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
5360 (mml1991-pgg-encrypt): Ditto.
5361
5362 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
5363
5364 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
5365 message-make-date instead of current-time-string.
5366
5367 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
5368 to gnus-decoded which mm-uu might set.
5369
5370 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
5371
5372 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
5373 don't decode quoted parameters; remove misimported Emacs code.
5374 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5375 (rfc2231-decode-encoded-string): Don't use split-string which
5376 behaves differently according to Emacs version; use
5377 mm-decode-coding-region to convert charset to coding-system.
5378 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5379 (rfc2231-encode-string): Remove misimported Emacs code.
5380
5381 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
5382
5383 * gnus-art.el (article-decode-charset): Don't use ignore-errors
5384 when calling mail-header-parse-content-type.
5385 (article-de-quoted-unreadable): Ditto.
5386 (article-de-base64-unreadable): Ditto.
5387 (article-wash-html): Ditto.
5388
5389 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
5390 calling mail-header-parse-content-type and
5391 mail-header-parse-content-disposition.
5392 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
5393 mail-header-parse-content-type.
5394
5395 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
5396 insert charset and format parameters; encode description after
5397 inserting it to buffer.
5398 (mml-insert-parameter): Fold lines properly even if a parameter is
5399 segmented into two or more lines; change the max column to 76.
5400
5401 * rfc1843.el (rfc1843-decode-article-body): Don't use
5402 ignore-errors when calling mail-header-parse-content-type.
5403
5404 * rfc2231.el (rfc2231-parse-string): Return at least type if
5405 possible; don't cause an error even if it fails in parsing of
5406 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5407 (rfc2231-encode-string): Don't break lines at the beginning, leave
5408 it to mml-insert-parameter.
5409
5410 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
5411 calling mail-header-parse-content-type.
5412
5413 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
5414
5415 * spam-report.el (spam-report-gmane-use-article-number):
5416 Improve doc string.
5417 (spam-report-gmane-internal): Check if a suitable header was found
5418 in the article.
5419
5420 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
5421
5422 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
5423 (rfc2231-encode-string): Make param*=value always begin with LWSP.
5424
5425 2006-02-05 Romain Francoise <romain@orebokech.com>
5426
5427 Update copyright notices of all files in the gnus directory.
5428
5429 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5430
5431 * nnweb.el (nnweb-request-group): Avoid growing overview files.
5432
5433 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
5434
5435 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
5436 segmented lines of parameter value to cope with Thunderbird 1.5
5437 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
5438 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5439 (rfc2231-encode-string): Don't make lines exceeding 76 column.
5440
5441 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
5442
5443 * mml.el (mml-generate-mime-1): Correct the order of inline signed
5444 parts.
5445
5446 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5447
5448 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
5449 there's only one active file for all servers.
5450 (nnweb-request-scan): Make sure nnweb-articles is initialized on
5451 solid groups. Gnus might have used a FAST request to select the group.
5452 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
5453 and nnweb-search redundantly in the active file.
5454 (nnweb-request-list): Don't list bogus groups. There can only be one.
5455 (nnweb-request-create-group): Don't use ARGS.
5456 (nnweb-possibly-change-server, nnweb-request-group): Remove some
5457 initialisations. Let nnoo do the work.
5458
5459 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
5460
5461 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
5462 Say the part has been decoded.
5463
5464 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
5465
5466 2006-01-31 Kevin Ryde <user42@zip.com.au>
5467
5468 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
5469 mailcap-viewer-test-cache when there's no 'test clause, since that
5470 will invert the meaning of a "nil" test previously determined by
5471 mailcap-mailcap-entry-passes-test.
5472
5473 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
5474
5475 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
5476 compiling.
5477
5478 * gnus-sum.el: Ditto.
5479
5480 * message.el: Don't bind tool-bar-map when compiling.
5481
5482 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
5483
5484 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
5485
5486 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5487
5488 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
5489 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
5490 current Google Groups.
5491
5492 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
5493
5494 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
5495 and tool-bar-mode.
5496
5497 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
5498 and tool-bar-mode.
5499
5500 * message.el (message-tool-bar-update): Simplify.
5501 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
5502
5503 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
5504 gnus-summary-buffer.
5505 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
5506 gnus-summary-reply.
5507
5508 * gmm-utils.el (gmm): Add :version.
5509
5510 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
5511
5512 * Makefile.in (clean): New rule.
5513 (distclean): Use it.
5514
5515 2006-01-26 Steve Youngs <steve@sxemacs.org>
5516
5517 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
5518 autoload.
5519
5520 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
5521
5522 * gmm-utils.el (gmm-verbose): Add :group.
5523
5524 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
5525
5526 * message.el: Change some comments WRT tool-bars.
5527
5528 * gnus-sum.el (gnus-summary-tool-bar)
5529 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
5530 (gnus-summary-tool-bar-zap-list): New variables.
5531 (gnus-summary-make-tool-bar): Complete rewrite using
5532 `gmm-tool-bar-from-list'.
5533
5534 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
5535 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
5536 variables.
5537 (gnus-group-make-tool-bar): Complete rewrite using
5538 `gmm-tool-bar-from-list'.
5539 (gnus-group-tool-bar-update): New function.
5540
5541 * message.el (message-mode-field-menu): Add "Show hidden Headers".
5542
5543 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
5544
5545 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
5546 is dissected into a single part of which the type is the same as
5547 the given one; decode charset.
5548
5549 2006-01-21 Kevin Ryde <user42@zip.com.au>
5550
5551 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
5552 into alists as symbol not string, since that's what
5553 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
5554 look for.
5555
5556 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
5557
5558 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
5559 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
5560
5561 * message.el (message-tool-bar-gnome): Use gmm-ignore.
5562
5563 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
5564
5565 * gnus-art.el (gnus-mime-security-button-commands): New variable.
5566 (gnus-mime-security-button-menu): New definition.
5567 (gnus-mime-security-button-map): Use them.
5568 (gnus-mime-security-button-menu): New function.
5569 (gnus-insert-mime-security-button): Addition to help echo.
5570 (gnus-mime-security-run-function, gnus-mime-security-save-part)
5571 (gnus-mime-security-pipe-part): New functions.
5572
5573 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
5574 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
5575
5576 * mm-decode.el (mm-handle-set-disposition): Remove.
5577 (mm-handle-set-description): Remove.
5578
5579 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
5580
5581 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
5582 (mm-w3m-standalone-supports-m17n-p): New function.
5583 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
5584 w3m usage.
5585
5586 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
5587 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
5588
5589 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
5590
5591 * message.el (message-tool-bar-zap-list): Use
5592 gmm-tool-bar-zap-list as custom type.
5593 (message-tool-bar-update): New function.
5594 (message-tool-bar, message-tool-bar-gnome)
5595 (message-tool-bar-retro): Add message-tool-bar-update.
5596 (message-tool-bar-gnome): Add flyspell-buffer.
5597
5598 * gnus-util.el (gnus-error): Describe `args'.
5599
5600 * gmm-utils.el (gmm-error): Describe `args'.
5601 (gmm-tool-bar-zap-list): New widget.
5602 (gmm-tool-bar-from-list): Improve description of `zap-list'.
5603
5604 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
5605
5606 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
5607 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
5608 the number of recursive calls.
5609
5610 * mm-decode.el (mm-handle-set-disposition): New macro.
5611 (mm-handle-set-description): New macro.
5612
5613 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
5614
5615 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
5616 encoding.
5617
5618 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
5619
5620 * message.el (message-tool-bar-zap-list, message-tool-bar)
5621 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
5622 (message-tool-bar-local-item-from-menu): Remove.
5623 (message-tool-bar-map): Replace by `message-make-tool-bar'.
5624 (message-make-tool-bar): New function.
5625 (message-mode): Use `message-make-tool-bar'.
5626
5627 * gmm-utils.el: New file.
5628 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
5629 (gmm-lazy): New widget copied from `nnmail.el'.
5630 (gmm-tool-bar-from-list): New function for creating customizable
5631 tool bars.
5632 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
5633 output.
5634 (gmm): Add :prefix to defgroup.
5635
5636 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
5637
5638 * gmm-utils.el (gmm-widget-p): New function.
5639
5640 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
5641
5642 * mml.el (mml-attach-file): Describe `description' in doc string.
5643 (mml-menu): Add Emacs MIME manual and PGG manual.
5644
5645 2006-01-20 Richard M. Stallman <rms@gnu.org>
5646
5647 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
5648
5649 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
5650
5651 * nntp.el (nntp-end-of-line): Doc fix.
5652
5653 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
5654
5655 * imap.el (imap-open): Handle case where buffer is a buffer
5656 object.
5657
5658 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
5659
5660 * gnus-delay.el (gnus-delay): Don't autoload.
5661 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
5662 to be re-loaded when customizing the `gnus-delay' group.
5663
5664 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
5665
5666 * message.el (message-insert-citation-line): Use newlines.
5667
5668 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
5669
5670 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
5671
5672 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
5673
5674 2006-01-19 Mark D. Baushke <mdb@gnu.org>
5675
5676 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
5677
5678 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
5679
5680 * mm-decode.el (mm-inlined-types): Add application/pgp.
5681 (mm-automatic-display): Ditto.
5682
5683 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
5684 part as text.
5685
5686 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
5687
5688 * nnrss.el: Update copyright.
5689 (nnrss-opml-import): Query whether to subscribe to each entry.
5690
5691 * gnus-art.el:
5692 * gnus-sum.el:
5693 * mm-uu.el:
5694 * mm-view.el: Update copyright.
5695
5696 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
5697
5698 * message.el (message-info): New function.
5699 (message-mode-menu): Add it.
5700 Update copyright.
5701
5702 * ChangeLog: Fix and update copyright.
5703
5704 2006-01-13 Romain Francoise <romain@orebokech.com>
5705
5706 * message.el (message-forward-subject-name-subject): Prefer the
5707 address to 'nowhere' if the sender has no name.
5708 Fix typo. Update copyright year.
5709
5710 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
5711
5712 * gnus-art.el (article-wash-html): Use
5713 gnus-summary-show-article-charset-alist if a numeric arg is given.
5714 (gnus-article-wash-html-with-w3m-standalone): New function.
5715
5716 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
5717 mm-inline-text-html-render-with-w3m-standalone.
5718 (mm-text-html-washer-alist): Map w3m-standalone to
5719 gnus-article-wash-html-with-w3m-standalone.
5720 (mm-inline-text-html-render-with-w3m-standalone): New function.
5721
5722 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
5723
5724 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
5725 Improve LaTeX.
5726
5727 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
5728
5729 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
5730 (nnrss-request-article): Render text/plain parts as HTML.
5731
5732 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
5733 the buffer.
5734
5735 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
5736
5737 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
5738 custom definition of `gnus-posting-styles'.
5739
5740 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
5741 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
5742
5743 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
5744
5745 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
5746 Use nntp for bug archive.
5747
5748 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
5749
5750 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
5751 parts.
5752 (nnrss-normalize-date): New function converts ISO 8601 date into
5753 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
5754 (nnrss-check-group): Use it.
5755
5756 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
5757
5758 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
5759
5760 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
5761 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
5762 (nnrss-insert-w3): Ditto.
5763
5764 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
5765
5766 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
5767 the articles to be forwarded including the case where neither a
5768 number of articles nor a region is specified.
5769
5770 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
5771
5772 * nnrss.el (nnrss-request-article): Fix last change; fill
5773 text/plain parts.
5774
5775 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
5776
5777 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
5778 in text/plain part.
5779 (nnrss-check-group): Don't add excessive newline to dc:subject.
5780
5781 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
5782
5783 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
5784 article.
5785
5786 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
5787
5788 * nnml.el: Don't require gnus-bcklg. Autoload it.
5789 (nnml-use-compressed-files, nnml-save-mail): Support other
5790 comression programs such as bzip2.
5791
5792 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5793
5794 * dns.el (query-dns): Make sure we check the buffer size before
5795 removing tcp headers.
5796
5797 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
5798
5799 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
5800 remove MIME buttons associated with multipart/alternative parts.
5801 (gnus-mime-display-alternative): Tag buttons using `article-type'
5802 text property.
5803
5804 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
5805 associated with multipart/alternative parts.
5806
5807 * gnus-art.el (gnus-signature-separator): Fix custom type.
5808
5809 * mm-decode.el (mm-inlined-types): Fix custom type.
5810 (mm-keep-viewer-alive-types): Ditto.
5811 (mm-automatic-display): Ditto.
5812 (mm-attachment-override-types): Ditto.
5813 (mm-inline-override-types): Ditto.
5814 (mm-automatic-external-display): Ditto.
5815
5816 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
5817
5818 * spam-report.el (spam-report-user-mail-address)
5819 (spam-report-user-agent): New variables.
5820 (spam-report-url-ping-plain): Use spam-report-user-agent.
5821
5822 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
5823
5824 * gnus-art.el (gnus-button-handle-custom): Do not just use
5825 `customize-apropos' for any "M-x customize-*" button but the
5826 function called for. Accept both the function name and its
5827 argument in order to achieve this.
5828 (gnus-button-alist): Remove support for "custom:" URL's. Pass
5829 function name to `gnus-button-handle-custom' in case of "M-x
5830 customize-*" buttons.
5831
5832 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
5833
5834 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
5835 multipart/alternative and add xref to mm-discouraged-alternatives
5836 in doc string.
5837
5838 * mm-decode.el (mm-discouraged-alternatives): Add xref to
5839 gnus-buttonized-mime-types in doc string.
5840
5841 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
5842
5843 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
5844 Suggest image/.* in the doc string.
5845
5846 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
5847
5848 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
5849 message-marks (Debian bug #342521).
5850
5851 2005-12-12 Simon Josefsson <jas@extundo.com>
5852
5853 * password.el (password-read-from-cache): Add.
5854 (password-read): Use it.
5855
5856 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
5857
5858 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
5859 us-ascii as a MIME charset.
5860
5861 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
5862 against the case where the 2nd arg TYPE is nil.
5863
5864 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
5865
5866 * pop3.el (pop3-stream-type): Fix custom version.
5867
5868 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
5869
5870 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
5871
5872 * mm-decode.el (mm-display-external): Add missing cdr.
5873
5874 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
5875
5876 * mm-decode.el (mm-display-external): Use nametemplate (defined in
5877 RFC1524) if it is in mailcap or add a suffix according to
5878 mailcap-mime-extensions when generating a temp filename; postpone
5879 deleting a temp file for 2 seconds for some wrappers, shell
5880 scripts, and so on, which might exit right after having started a
5881 viewer command as a background job.
5882
5883 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
5884
5885 * nntp.el (nntp-marks-directory): Fix custom group.
5886
5887 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
5888 steps when < 10.
5889
5890 * gnus-start.el (gnus-no-server-1): Mention
5891 `gnus-level-default-subscribed' in doc string.
5892
5893 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
5894
5895 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
5896 parens.
5897
5898 2005-11-26 Dave Love <fx@gnu.org>
5899
5900 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
5901 (tls-program, tls-success): Provide openssl alternative.
5902
5903 * starttls.el: Doc fixes.
5904 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
5905 SERVICE to PORT.
5906
5907 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
5908 port null or service name.
5909 (starttls-negotiate): Autoload.
5910
5911 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
5912
5913 * message.el (message-kill-to-signature): Fix interactive spec.
5914
5915 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
5916
5917 * pop3.el (pop3-open-server): Recognize a string as a service name.
5918
5919 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
5920
5921 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
5922
5923 2005-11-23 Dave Love <fx@gnu.org>
5924
5925 Add pop3s, pop3/starttls.
5926
5927 * pop3.el (pop3-authentication-scheme): Clarify doc.
5928 (open-tls-stream, starttls-open-stream): Autoload.
5929 (pop3-stream-type): New.
5930 (pop3-open-server): Use it.
5931
5932 * mail-source.el (mail-sources): Fix some :types. Add stream type
5933 for POP.
5934 (mail-source-keyword-map): Add :stream for POP.
5935 (mail-source-fetch-pop): Use pop3-stream-type.
5936
5937 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
5938
5939 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
5940 of current-time-string.
5941
5942 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
5943
5944 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
5945 date header.
5946
5947 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
5948
5949 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
5950 it can seriously impact performance as it bypasses the agent's
5951 local caches.
5952
5953 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
5954
5955 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
5956 must be explicitly online rather than "not explicitly offline" for
5957 its flags to be synchronized.
5958
5959 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
5960 that gnus-uu-unmark-thread will function correctly.
5961
5962 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
5963 1024K is instead displayed as 1M.
5964
5965 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5966
5967 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
5968
5969 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
5970
5971 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
5972
5973 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
5974
5975 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
5976 error message to display actual error condition.
5977 (gnus-agent-save-local): Avoid saving symbols that are bound to
5978 nil as they simply result in a warning message in
5979 gnus-agent-read-local.
5980
5981 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
5982
5983 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
5984 rather than make-variable-buffer-local for file-precious-flag.
5985
5986 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
5987
5988 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
5989 for duplicates which are removed. The invalid sort check then
5990 triggers a rescan after the sort as sorting may have moved
5991 duplicate entries such that they can be cheaply detected.
5992
5993 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
5994
5995 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
5996
5997 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
5998
5999 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6000 internal variable to a custom variable. Changed default value
6001 from compressed(2) to uncompressed(1).
6002 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6003 support for uncompressed agentview files. Taken together, reading
6004 the agentview file should now be 6-7 times faster.
6005
6006 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
6007
6008 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6009 as a buffer-local variable. This avoids creating truncated
6010 dribble files as a result of a hang up, eg.
6011
6012 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6013
6014 * gnus-start.el (gnus-start-draft-setup): Enforce
6015 `gnus-draft-mode' for nndraft:drafts at startup.
6016
6017 * gnus.el (gnus-splash): Change custom group.
6018 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6019 allow-list argument.
6020
6021 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6022 string.
6023
6024 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6025
6026 * gnus-art.el (gnus-default-article-saver): Add user-defined
6027 `function' to custom type.
6028
6029 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6030
6031 * imap.el (imap-open): Handle case where buffer is a buffer
6032 object.
6033
6034 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6035
6036 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6037 long lines.
6038 (gnus-cache-delete-group): Wrap doc strings.
6039
6040 * gnus-agent.el (gnus-agent-rename-group)
6041 (gnus-agent-delete-group): Wrap doc strings.
6042
6043 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6044
6045 * gnus-start.el (gnus-1): Add "native" to
6046 gnus-predefined-server-alist.
6047
6048 * gnus.el (gnus-method-to-server): Don't add "native" to the
6049 lists here, because that leads to problems when
6050 gnus-select-method is bound.
6051
6052 2005-11-09 Simon Josefsson <jas@extundo.com>
6053
6054 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6055 use (not sort-by-date) instead.
6056
6057 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6058
6059 * gnus-delay.el (gnus-delay-group): Don't autoload.
6060 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6061 to be re-loaded when customizing the `gnus-delay' group.
6062
6063 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
6064
6065 * message.el: Revert last changes.
6066 (message-insert-citation-line): Use newlines.
6067
6068 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
6069
6070 * message.el (message-courtesy-message)
6071 (message-mark-insert-begin, message-mark-insert-end)
6072 (message-elide-ellipsis, message-cancel-message)
6073 (message-add-header, message-change-subject)
6074 (message-cross-post-followup-to-header)
6075 (message-cross-post-insert-note, message-reduce-to-to-cc)
6076 (message-widen-reply, message-delete-not-region)
6077 (message-kill-to-signature, message-insert-signature)
6078 (message-insert-importance-high, message-insert-importance-low)
6079 (message-insert-or-toggle-importance)
6080 (message-insert-disposition-notification-to)
6081 (message-indent-citation, message-yank-original)
6082 (message-cite-original-without-signature, message-cite-original)
6083 (message-insert-citation-line, message-position-on-field)
6084 (message-fix-before-sending, message-send-mail-partially)
6085 (message-send-mail, message-send-mail-with-sendmail)
6086 (message-send-mail-with-qmail, message-send-news)
6087 (message-check-news-header-syntax, message-generate-headers)
6088 (message-insert-courtesy-copy, message-fill-address)
6089 (message-fill-header, message-shorten-references)
6090 (message-setup-1, message-cancel-news)
6091 (message-forward-make-body-plain, message-forward-make-body-mime)
6092 (message-forward-make-body-mml, message-encode-message-body)
6093 (message-forward-make-body-digest-plain)
6094 (message-forward-make-body-digest-mime)
6095 (message-use-alternative-email-as-from): Insert `hard-newline'
6096 instead of ordinary newlines.
6097
6098 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
6099
6100 * message.el (message-generate-headers): Downcase the argument
6101 given to message-check-element.
6102
6103 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
6104
6105 * nntp.el (nntp-authinfo-rejected): New error condition.
6106 (nntp-wait-for): Use new error condition to signal authentication
6107 error.
6108 (nntp-retrieve-data): Rethrow new error condition to break out of
6109 recursive call to nntp-send-authinfo.
6110
6111 2005-11-08 Romain Francoise <romain@orebokech.com>
6112
6113 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6114 (gnus-summary-exit-map): Bind to `Z p'.
6115 (gnus-summary-make-menu-bar): Add menu item.
6116
6117 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
6118
6119 * gnus-art.el (gnus-article-treat-custom): Add `first'.
6120 (gnus-treat-*): Add `first' in all doc strings.
6121
6122 * gnus-group.el (gnus-group-compact-group): Fix typo.
6123
6124 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6125
6126 * gnus.el (gnus-parameters-case-fold-search): New variable.
6127 (gnus-parameters-get-parameter): Use it.
6128
6129 * gnus-score.el (gnus-home-score-file): Doc fix.
6130
6131 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
6132
6133 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6134
6135 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
6136
6137 * mm-util.el (mm-special-display-p): New function.
6138
6139 * mml.el (mml-preview): Use it; doc fix.
6140
6141 2005-10-29 Romain Francoise <romain@orebokech.com>
6142
6143 * message.el (message-fix-before-sending): Fix comment.
6144
6145 2005-10-29 Jari Aalto <jari.aalto@cante.net>
6146
6147 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6148
6149 2005-10-29 Jari Aalto <jari.aalto@cante.net>
6150
6151 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6152 Used in gnus-score.el.
6153
6154 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6155
6156 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6157
6158 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
6159
6160 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6161 whitespace removed in revision 7.8. Use concatenated string to
6162 protect trailing whitespace.
6163
6164 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
6165
6166 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6167 (nnimap-request-expire-articles): Use it to avoid sending 'UID
6168 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6169 Courier IMAP ("some version from 2004"). Mostly based on similar
6170 code in the same function.
6171
6172 2005-10-26 Didier Verna <didier@xemacs.org>
6173
6174 * gnus-group.el (gnus-group-compact-group): Invalidate original
6175 article buffer.
6176 * gnus-srvr.el (gnus-server-compact-server): Ditto.
6177 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
6178 NOV database and in article itself.
6179 Invalidate article backlog.
6180
6181 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
6182
6183 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6184
6185 2005-10-26 Simon Josefsson <jas@extundo.com>
6186
6187 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6188 part of 2004-07-25 change.
6189
6190 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
6191
6192 * message.el (message-display-completion-list): New function.
6193 (message-expand-group): Use it; make sure the Completions buffer
6194 is modifiable.
6195
6196 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6197
6198 * imap.el (imap-open): Handle case where buffer is a buffer object.
6199
6200 2005-10-24 Eli Zaretskii <eliz@gnu.org>
6201
6202 * pgg-def.el:
6203 * pgg-gpg.el:
6204 * pgg-parse.el:
6205 * pgg-pgp.el:
6206 * pgg-pgp5.el:
6207 * pgg.el: Move to the parent lisp directory.
6208
6209 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
6210
6211 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6212 user-mail-name is an empty string.
6213
6214 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
6215
6216 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6217 depending on gnus-score-decay-constant.
6218
6219 * encrypt.el (encrypt-insert-file-contents)
6220 (encrypt-write-file-contents): Don't use `gnus-message'.
6221
6222 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6223 arguments.
6224 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
6225 arguments to mm-uu-verbatim-marks-extract.
6226 (mm-uu-hide-markers): New variable.
6227 (mm-uu-extract): Use face similar to `gnus-cite-3'.
6228
6229 * gnus-fun.el (gnus-convert-image-to-x-face-command)
6230 (gnus-convert-image-to-face-command): Use "convert" by default to
6231 allow other input image formats.
6232 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
6233 accordingly.
6234
6235 2005-10-23 Simon Josefsson <jas@extundo.com>
6236
6237 * imap.el (imap-gssapi-program): Align command line parameters
6238 with latest GNU SASL.
6239 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
6240
6241 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6242
6243 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
6244 HTML.
6245 (nnslashdot-request-article): Ditto.
6246
6247 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
6248
6249 * mail-source.el (mail-source-fetch-pop): Require pop3.
6250 (mail-source-check-pop): Ditto.
6251
6252 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6253
6254 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
6255 errors.
6256
6257 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
6258
6259 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
6260 (gnus-treat-strip-leading-blank-lines): Improve doc string.
6261
6262 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
6263
6264 * mm-bodies.el (mm-decode-string): Call
6265 `mm-charset-to-coding-system' with allow-override argument.
6266
6267 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6268
6269 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
6270 (rfc2047-charset-to-coding-system): New function.
6271 (rfc2047-decode-encoded-words): New function.
6272 (rfc2047-decode-region): Use them.
6273 (rfc2047-decode-cte): Remove.
6274 (rfc2047-parse-and-decode): Remove.
6275 (rfc2047-decode): Remove.
6276
6277 2005-10-15 Kenichi Handa <handa@m17n.org>
6278
6279 * rfc2047.el (rfc2047-decode-cte): New function.
6280 (rfc2047-decode-region): Change the way to decode successive
6281 encoded-words: decode B- or Q-encoding in each encoded-word,
6282 concatenate them, and decode it as charset.
6283
6284 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
6285
6286 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
6287 widget-move-and-invoke.
6288 (gnus-custom-mode): Use gnus-custom-map.
6289
6290 2005-10-15 Bill Wohler <wohler@newt.com>
6291
6292 * message.el (message-tool-bar-map): Renamed image file from
6293 mail_send to mail/send.
6294
6295 2005-10-16 Masatake YAMATO <jet@gyve.org>
6296
6297 * message.el (message-expand-group): Pass the common
6298 prefix substring of completion to `display-completion-list'.
6299
6300 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
6301
6302 * mml-sec.el (mml-secure-method): New internal variable.
6303 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
6304 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
6305 functions using mml-secure-method.
6306
6307 * mml.el (mml-mode-map): Add key bindings for those functions.
6308 (mml-menu): Simplify security menu entries. Suggested by Jesper
6309 Harder <harder@myrealbox.com>.
6310 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
6311 end of message if point is the headers of the message.
6312
6313 * message.el (message-in-body-p): New function.
6314
6315 * assistant.el: Autoload gnus-util and netrc.
6316
6317 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
6318 Use `mm-charset-override-alist' only when decoding.
6319
6320 * mm-bodies.el (mm-decode-body): Call
6321 `mm-charset-to-coding-system' with allow-override argument.
6322
6323 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
6324 `filename' from Content-Disposition if Content-Type doesn't
6325 provide `name'.
6326 (gnus-mime-view-part-as-type): Set default instead of
6327 initial-input.
6328
6329 2005-10-09 Daniel Brockman <daniel@brockman.se>
6330
6331 * format-spec.el (format-spec): Propagate text properties of % spec.
6332
6333 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
6334
6335 * gnus-art.el (gnus-treat-predicate): Add `first'.
6336
6337 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
6338
6339 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
6340 (mm-charset-override-alist): New variable.
6341 (mm-charset-to-coding-system): Use it.
6342 (mm-codepage-setup): New helper function.
6343 (mm-charset-eval-alist): New variable.
6344 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
6345 about unknown charsets.
6346
6347 2005-10-04 David Hansen <david.hansen@gmx.net>
6348
6349 * nnrss.el (nnrss-request-article): Add support for the comments tag.
6350 (nnrss-check-group): Ditto.
6351
6352 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
6353
6354 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
6355 Rename x-gnus-verbatim to x-verbatim.
6356 (mm-uu-type-alist): Fix regexp for verbatim-marks.
6357
6358 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
6359 x-verbatim.
6360
6361 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
6362
6363 * gnus-util.el (gnus-remove-duplicates): Remove.
6364
6365 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
6366 instead of gnus-remove-duplicates.
6367
6368 * message.el (message-remove-duplicates): Remove.
6369 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
6370 message-remove-duplicates.
6371
6372 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
6373 available, else use implementation from `delete-dups'.
6374
6375 * message.el (message-insert-expires): New function.
6376 (message-mode-map): Add key binding.
6377 (message-mode-field-menu): Add menu entry.
6378 (message-mode): Document it.
6379 (message-make-expires-date): Use `message-make-date'.
6380
6381 2005-10-04 Josh Huber <huber@alum.wpi.edu>
6382
6383 * message.el (message-make-expires-date): New function.
6384
6385 2005-10-04 Katsumi Yamaoka <yamaoka@jpl.org>
6386
6387 * Makefile.in (list-installed-shadows): New entry.
6388 (install): Use it.
6389 (remove-installed-shadows): New entry.
6390
6391 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
6392
6393 * time-date.el: Autoload parse-time-string, XEmacs needs it.
6394
6395 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6396
6397 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
6398 function rather than the diff-mode.el package.
6399 (mm-display-external): Use with-current-buffer.
6400 (mm-viewer-completion-map, mm-viewer-completion-map):
6401 Move initialization inside declaration.
6402
6403 2005-09-29 Simon Josefsson <jas@extundo.com>
6404
6405 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
6406 autoload mail-check-payment.
6407 (spam-check-hashcash): Define unconditionally, since hashcash.el
6408 is part of Gnus now. Ignore errors from payment checking.
6409
6410 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
6411
6412 * message.el (message-bold-region, message-unbold-region): Rename
6413 from `bold-region' and `unbold-region'.
6414
6415 * message.el: Remove useless autoloads.
6416
6417 2005-09-28 Simon Josefsson <jas@extundo.com>
6418
6419 * message.el (message-use-idna): Default to t.
6420 (message-use-idna): Test whether encoding works too. Doc fix.
6421
6422 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6423
6424 * nntp.el (nntp-warn-about-losing-connection): Remove.
6425
6426 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
6427
6428 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
6429 customizable. Change default value.
6430 (mm-uu-diff-groups-regexp): Change default value.
6431 (mm-uu-type-alist): Add doc string.
6432 (mm-uu-configure): Add doc string. Make it interactive.
6433 (mm-uu-tex-groups-regexp): New variable.
6434 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
6435 (mm-uu-type-alist): Add LaTeX documents.
6436 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
6437 of "text/verbatim".
6438 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
6439
6440 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
6441 instead of "text/verbatim".
6442
6443 * message.el (message-mark-inserted-region)
6444 (message-mark-insert-file): Use slrn style marks when called with
6445 prefix argument.
6446
6447 2005-09-27 Simon Josefsson <jas@extundo.com>
6448
6449 * message.el (message-idna-to-ascii-rhs-1): Reformat.
6450
6451 2005-09-27 Arne Jørgensen <arne@arnested.dk>
6452
6453 * message.el (message-remove-duplicates): New function.
6454 Implementation borrowed from `gnus-remove-duplicates'.
6455 (message-idna-to-ascii-rhs): Also encode idna addresses in
6456 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6457 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
6458 only ask about the same idna domain once per header and also tell
6459 in what header to replace the idna domain.
6460
6461 * gnus-art.el (article-decode-idna-rhs): Also decode idna
6462 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6463 (article-decode-idna-rhs): Fix regexp so that all idna-address in
6464 a header is decoded and not just the last one.
6465
6466 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
6467
6468 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
6469 has been decoded.
6470
6471 * mm-decode.el (mm-automatic-display): Add text/verbatim.
6472 (mm-insert-part): Don't modify text if it has been decoded.
6473
6474 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
6475 decoded.
6476
6477 * mm-view.el (mm-inline-text): Don't strip text props unless
6478 decoding enriched or richtext parts.
6479
6480 2005-09-25 Romain Francoise <romain@orebokech.com>
6481
6482 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
6483 * gnus-start.el (gnus-subscribe-interactively):
6484 * gnus-uu.el (gnus-uu-grab-articles):
6485 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
6486 space.
6487
6488 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
6489
6490 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6491 * mm-view.el (mm-view-pkcs7-decrypt):
6492 * gnus-sum.el (gnus-summary-limit-to-extra)
6493 (gnus-summary-respool-article, gnus-read-move-group-name):
6494 * gnus-score.el (gnus-summary-increase-score):
6495 * gnus-util.el (gnus-completing-read-with-default):
6496 * gnus-art.el (gnus-read-save-file-name)
6497 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
6498 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
6499 * message.el (message-check-news-header-syntax):
6500 Follow convention for reading with the minibuffer.
6501
6502 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
6503
6504 * spam-report.el (spam-report-url-ping-plain):
6505 Use gnus-extended-version as User-Agent.
6506
6507 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
6508 default value is nil.
6509
6510 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
6511 (mm-uu-verbatim-marks-extract): New function.
6512 (mm-uu-extract): New face.
6513 (mm-uu-copy-to-buffer): Use it.
6514
6515 * spam-report.el (spam-report-gmane-ham): Renamed from
6516 `spam-report-gmane-unspam'.
6517 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
6518 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
6519
6520 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
6521 Autoload.
6522 (spam-report-gmane-unregister-routine): Renamed
6523 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
6524
6525 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
6526
6527 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
6528 (spam-report-gmane-unregister-routine): Add support for gmane
6529 unregistration.
6530
6531 * spam-report.el (spam-report-gmane-unspam)
6532 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
6533 (spam-report-gmane): Change to take a single article and do unspam
6534 registration.
6535
6536 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
6537
6538 * mm-url.el (mm-url-decode-entities): Fix regexp.
6539
6540 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6541
6542 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
6543 default to nil, to be able to use Gnus at all. If the default
6544 switches to something else, then the function should be fixed not
6545 be exceedingly slow.
6546
6547 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
6548
6549 * gnus-start.el (gnus-activate-group): If the server is nil, don't
6550 fail hard.
6551
6552 * spam-report.el: Add better Keywords line.
6553
6554 * spam.el: Add Maintainer and better Keywords line.
6555
6556 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
6557
6558 * gnus-art.el (gnus-article-replace-part)
6559 (gnus-mime-replace-part): New functions.
6560 (gnus-mime-action-alist, gnus-mime-button-commands)
6561 (gnus-mime-save-part-and-strip): Added file argument.
6562 (gnus-article-part-wrapper): Added interactive argument.
6563
6564 * gnus-sum.el (gnus-summary-mime-map): Add
6565 `gnus-article-replace-part'.
6566
6567 2005-09-19 Didier Verna <didier@xemacs.org>
6568
6569 The nnml compaction feature:
6570 * nnml.el (nnml-request-compact-group): New function.
6571 * nnml.el (nnml-request-compact): New function.
6572 * gnus-int.el (gnus-request-compact-group): New function.
6573 * gnus-int.el (gnus-request-compact): New function.
6574 * gnus-group.el (gnus-group-compact-group): New function.
6575 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
6576 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
6577 * gnus-srvr.el (gnus-server-compact-server): New function.
6578 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
6579 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
6580
6581 2005-09-18 Deepak Goel <deego@gnufans.org>
6582
6583 * sieve.el (sieve-help): Fix `message' call: first arg should be a
6584 format spec.
6585
6586 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
6587
6588 * gnus.el (gnus-group-startup-message): Bind image-load-path.
6589
6590 2005-09-15 Romain Francoise <romain@orebokech.com>
6591
6592 * message.el (message-fill-paragraph): Clarify docstring.
6593
6594 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
6595
6596 * gnus-art.el (gnus-mime-display-part): Protect against broken
6597 MIME messages.
6598
6599 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
6600
6601 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
6602 before parsing header.
6603
6604 2005-09-11 Jari Aalto <jari.aalto@cante.net>
6605
6606 * html2text.el (html2text-replace-list): Add new entities.
6607
6608 2005-09-11 Romain Francoise <romain@orebokech.com>
6609
6610 * message.el (message-alternative-emails): Improve docstring.
6611 (message-setup-1): Call `message-use-alternative-email-as-from'
6612 after `message-setup-hook' to give it precedence over posting
6613 styles, etc.
6614 (message-use-alternative-email-as-from): Add docstring. Remove
6615 the original From header if present.
6616
6617 * nnml.el (nnml-compressed-files-size-threshold): New variable.
6618 (nnml-save-mail): Use it.
6619
6620 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
6621 articles. Add new argument `silent'.
6622 (gnus-uu-mark-all): Report the total number of marked articles.
6623
6624 2005-09-10 Romain Francoise <romain@orebokech.com>
6625
6626 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
6627 (gnus-uu-mark-series): Likewise.
6628
6629 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
6630
6631 * spam-report.el (spam-report-gmane): Fix generation of spam
6632 report URL.
6633
6634 2005-09-10 Simon Josefsson <jas@extundo.com>
6635
6636 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
6637 t, based on discussion on the ding list with Robert Epprecht
6638 <epprecht@solnet.ch>.
6639
6640 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
6641
6642 * spam-report.el (spam-report-gmane): Make it work without
6643 X-Report-Spam header. Gmane now only provides Archived-At.
6644 This is only used if `spam-report-gmane-use-article-number' is nil.
6645 (spam-report-gmane-spam-header): Remove. Not used anymore.
6646
6647 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
6648 make `gnus-summary-sort-by-recipient' work with threading.
6649
6650 * nnweb.el (nnweb-google-wash-article): Print a message if article
6651 is not available.
6652
6653 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6654
6655 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
6656 change. Decode text/* parts content before displaying.
6657
6658 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
6659
6660 * mml-smime.el: Remove defvar of gnus-extract-address-components.
6661
6662 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
6663
6664 * mm-view.el (mm-display-inline-fontify): Disable support modes.
6665
6666 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
6667
6668 * message.el (message-tab-body-function): Fix mismatched custom type.
6669
6670 * gnus.el (gnus-group-change-level-function): Ditto.
6671
6672 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
6673
6674 * gnus-art.el (gnus-signature-limit)
6675 (gnus-article-mime-part-function): Ditto.
6676
6677 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
6678
6679 * mml.el (mml-mode): Silence the byte compiler.
6680
6681 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
6682 using `(sit-for 0)' before moving the point to the specified part;
6683 skip unbuttonized parts.
6684 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
6685 return to the summary window if gnus-auto-select-part is non-nil.
6686
6687 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
6688
6689 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
6690 variables.
6691 (mml-dnd-attach-file, mml-mode): Use them.
6692
6693 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
6694 Make fetching article by MID work again for Google Groups. Added
6695 FIXME concerning gnus-group-make-web-group.
6696
6697 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
6698 Don't depend on Gnus by using mail-extract-address-components if
6699 gnus-extract-address-components is not bound.
6700
6701 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6702
6703 * gnus-art.el (gnus-mime-display-security): Don't display the
6704 signature, but only the signed part.
6705
6706 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
6707
6708 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
6709
6710 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
6711 list, not listp.
6712
6713 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
6714
6715 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
6716 when encoding.
6717
6718 * mm-bodies.el (mm-decode-content-transfer-encoding):
6719 De-canonicalize CRLF for all text content types, not just
6720 text/plain.
6721
6722 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6723
6724 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
6725 valid article; point arrow and cursor at the MIME button.
6726
6727 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
6728
6729 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
6730 Suggested by Dan Christensen <jdc@uwo.ca>.
6731
6732 * mm-decode.el (mm-save-part): Enable change of prompt.
6733
6734 2005-08-29 Jari Aalto <jari.aalto@cante.net>
6735
6736 * gnus-msg.el (gnus-inews-add-send-actions): Made
6737 `message-post-method' lambda parameter ARG `&optional'.
6738
6739 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
6740
6741 * gnus-sum.el (gnus-summary-mime-map): Added
6742 gnus-article-save-part-and-strip, gnus-article-delete-part and
6743 gnus-article-jump-to-part.
6744
6745 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
6746 (gnus-article-edit-part): Use it.
6747 (gnus-article-part-wrapper): Added no-handle argument.
6748 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
6749 functions.
6750
6751 2005-08-29 Romain Francoise <romain@orebokech.com>
6752
6753 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
6754 docstring.
6755 (gnus-face-from-file): Likewise.
6756
6757 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
6758
6759 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
6760 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
6761 non-nil.
6762 (gnus-auto-select-part): New variable.
6763 (gnus-article-jump-to-part): New function.
6764 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
6765 (gnus-mime-delete-part): Allow selecting specified part after
6766 deleting or stripping parts.
6767 (gnus-article-jump-to-part): Don't use `read-number'. Use last
6768 part if argument is bogus.
6769
6770 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
6771
6772 * gnus-art.el (w3m-minor-mode-map):
6773 * gnus-spec.el (gnus-newsrc-file-version):
6774 * gnus-util.el (nnmail-active-file-coding-system)
6775 (gnus-original-article-buffer, gnus-user-agent):
6776 * gnus.el (gnus-ham-process-destinations)
6777 (gnus-parameter-ham-marks-alist)
6778 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
6779 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
6780 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
6781 * mm-decode.el (gnus-current-window-configuration):
6782 * mm-extern.el (gnus-article-mime-handles):
6783 * mm-url.el (url-current-object, url-package-name)
6784 (url-package-version):
6785 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
6786 (smime-keys, w3m-cid-retrieve-function-alist)
6787 (w3m-current-buffer, w3m-display-inline-images)
6788 (w3m-minor-mode-map):
6789 * mml-smime.el (gnus-extract-address-components):
6790 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
6791 (gnus-newsrc-hashtb, message-default-charset)
6792 (message-deletable-headers, message-options)
6793 (message-posting-charset, message-required-mail-headers)
6794 (message-required-news-headers):
6795 * mml1991.el (mc-pgp-always-sign):
6796 * mml2015.el (mc-pgp-always-sign):
6797 * nnheader.el (nnmail-extra-headers):
6798 * rfc1843.el (gnus-decode-encoded-word-function)
6799 (gnus-decode-header-function, gnus-newsgroup-name):
6800 * spam-stat.el (gnus-original-article-buffer): Add defvars.
6801
6802 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
6803
6804 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
6805 the end of the date treatments.
6806
6807 2005-08-15 Simon Josefsson <jas@extundo.com>
6808
6809 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
6810 it in url-handlers.el and XEmacs in url.el. Reported by Luca
6811 Capello and Romain Francoise.
6812 (pgg-fetch-key-function): Removed, not used?
6813 (pgg-insert-url-with-w3): Require url, to get
6814 url-insert-file-contents regardless of where it is defined.
6815
6816 2005-08-13 Romain Francoise <romain@orebokech.com>
6817
6818 * message.el (message-cite-original-1): New function.
6819 (message-cite-original): Use it.
6820 (message-cite-original-without-signature): Ditto.
6821
6822 2005-08-08 Romain Francoise <romain@orebokech.com>
6823
6824 * message.el (message-yank-empty-prefix): New variable.
6825 (message-indent-citation): Use it.
6826 (message-cite-original-without-signature): Respect X-No-Archive.
6827
6828 2005-08-08 Simon Josefsson <jas@extundo.com>
6829
6830 * pgg.el: Autoload url-insert-file-contents instead of loading
6831 w3/url.
6832 (pgg-insert-url-with-w3): Don't load url here.
6833
6834 2005-08-07 Jesper Harder <harder@phys.au.dk>
6835
6836 * message.el (message-kill-to-signature): Don't insert newline at
6837 bol.
6838 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
6839
6840 2005-08-06 Romain Francoise <romain@orebokech.com>
6841
6842 * message.el (message-user-fqdn): Fix typo in docstring.
6843
6844 2005-08-05 Daiki Ueno <ueno@unixuser.org>
6845
6846 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
6847
6848 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
6849
6850 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
6851
6852 * mm-bodies.el (mm-encode-body): Use coding system rather than
6853 charset to encode text.
6854
6855 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
6856 number of charsets if utf-8 is available (XEmacs).
6857
6858 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
6859
6860 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
6861 taken from `gnus-button-mid-or-mail-regexp'.
6862 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
6863 (gnus-button-alist): Improve regexp for domain part of the MIDs
6864 for news:localpart@domain buttons.
6865 (gnus-button-ctan-directory-regexp): Update.
6866
6867 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
6868
6869 * sieve-manage.el (sieve-manage-interactive-login): Use
6870 make-local-variable rather than make-variable-buffer-local.
6871 (sieve-manage-open): Ditto.
6872 (sieve-manage-authenticate): Ditto.
6873
6874 * mml.el (mml-generate-mime-1): Make the content type default to
6875 text/plain if the filename is not specified.
6876
6877 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
6878
6879 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
6880 instead of insert-buffer.
6881
6882 * message.el (message-yank-original): Ditto; set the mark at the
6883 end of the yanked message.
6884
6885 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
6886
6887 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
6888 lines to scroll rather than to stop it.
6889
6890 * mml.el (mml-generate-default-type): Add doc string.
6891 (mml-generate-mime-1): Use mm-default-file-encoding or make it
6892 default to application/octet-stream when determining the content
6893 type if it is not specified for the part or the mml contents; add
6894 a comment about mml-generate-default-type.
6895
6896 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
6897
6898 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
6899 make it default to application/octet-stream when determining the
6900 content type if it is not specified for the external contents.
6901
6902 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6903
6904 * rfc2231.el (rfc2231-parse-string): Take care that not only a
6905 segmented parameter but also other parameters might be there.
6906
6907 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
6908
6909 * mm-decode.el (mm-display-external): Delete temp file, directory
6910 and buffer immediately if the external process is exited.
6911
6912 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
6913
6914 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
6915 fewer lines than that of scroll-margin.
6916 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
6917
6918 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
6919
6920 * gnus-art.el (gnus-article-next-page): Revert.
6921 (gnus-article-beginning-of-window): New macro.
6922 (gnus-article-next-page-1): Use it.
6923 (gnus-article-prev-page): Ditto.
6924 (gnus-article-edit-part): Use insert-buffer-substring instead of
6925 insert-buffer.
6926 (gnus-article-edit-exit): Ditto.
6927
6928 * gnus-util.el (gnus-beginning-of-window): Remove.
6929 (gnus-end-of-window): Remove.
6930
6931 2005-07-25 Simon Josefsson <jas@extundo.com>
6932
6933 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
6934 to have the url package without w3. Reported by Daiki Ueno
6935 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
6936
6937 2005-07-20 Didier Verna <didier@xemacs.org>
6938
6939 * gnus-diary.el: Remove the description comment (nndiary is now
6940 properly documented in the Gnus manual).
6941 Fix the spelling of "Back End".
6942 * nndiary.el: Ditto.
6943 Fix the copyright notice.
6944
6945 2005-07-18 Romain Francoise <romain@orebokech.com>
6946
6947 * gnus-sum.el (gnus-summary-to-prefix)
6948 (gnus-summary-newsgroup-prefix): New variables.
6949 (gnus-summary-from-or-to-or-newsgroups): Use them.
6950
6951 2005-07-17 Romain Francoise <romain@orebokech.com>
6952
6953 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
6954 space as it's generally not especially interesting to the user.
6955
6956 2005-07-16 Romain Francoise <romain@orebokech.com>
6957
6958 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
6959 nil to avoid prompting and file modification if one of the
6960 messages at the top of the nnfolder file contains a copyright
6961 notice.
6962 Update copyright notice.
6963
6964 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
6965 instead of `current-time-string' as the latter creates a time
6966 string that is not RFC 2822 compliant (it lacks the zone).
6967 Update copyright notice.
6968
6969 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
6970
6971 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
6972 for text/rtf. Display default in prompt. Pass default for M-n.
6973
6974 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
6975
6976 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6977
6978 * gnus-msg.el (gnus-button-mailto): Remove
6979 save-selected-window-window hackery because it relies on
6980 save-selected-window internals.
6981
6982 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
6983
6984 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
6985 (gnus-article-next-page-1): Use gnus-beginning-of-window.
6986 (gnus-article-prev-page): Ditto.
6987
6988 * gnus-util.el (gnus-beginning-of-window): New function.
6989 (gnus-end-of-window): New function.
6990
6991 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
6992
6993 * gnus-score.el (gnus-score-edit-all-score): Set
6994 gnus-score-edit-exit-function to gnus-score-edit-done and call
6995 gnus-message.
6996
6997 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6998
6999 * gnus-msg.el (gnus-button-mailto): Remove
7000 save-selected-window-window hackery because it relies on
7001 save-selected-window internals.
7002
7003 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
7004
7005 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7006 add-minor-mode.
7007 (gnus-binary-mode): Ditto.
7008
7009 * gnus-topic.el (gnus-topic-mode): Ditto.
7010
7011 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
7012
7013 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7014 (gnus-article-prev-page): Take scroll-margin into consideration.
7015
7016 2005-07-04 Lute Kamstra <lute@gnu.org>
7017
7018 Update FSF's address in GPL notices.
7019
7020 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
7021
7022 * gnus.el (gnus-exit):
7023 * gnus-group.el (gnus-group-icons):
7024 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7025
7026 * gnus-nocem.el (gnus-nocem):
7027 * message.el (message-various, message-buffers, message-sending)
7028 (message-interface, message-forwarding, message-insertion)
7029 (message-headers, message-news, message-mail):
7030 * pgg-gpg.el (pgg-gpg):
7031 * pgg-parse.el (pgg-parse):
7032 * pgg-pgp.el (pgg-pgp):
7033 * pgg-pgp5.el (pgg-pgp5):
7034 * pop3.el (pop3): Finish `defgroup' description with period.
7035
7036 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
7037
7038 * gnus-art.el (article-display-face): Improve the efficiency.
7039 (article-display-x-face): Ditto; remove grey x-face stuff.
7040
7041 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
7042
7043 * gnus-art.el (article-display-face): Correct the position in
7044 which Faces are inserted.
7045
7046 2005-06-29 Didier Verna <didier@xemacs.org>
7047
7048 * gnus-art.el (article-display-face): Display faces in correct
7049 order.
7050
7051 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7052
7053 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7054 (gnus-fill-real-hashtb): Use hash table instead of obarray.
7055 (gnus-nocem-check-article): Fetch the Type header.
7056 (gnus-nocem-message-wanted-p): Fix the way to examine types.
7057 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7058 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7059 make sure gnus-nocem-hashtb is initialized.
7060 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7061 (gnus-nocem-unwanted-article-p): Ditto.
7062
7063 * pgg.el (pgg-verify): Return the verification result.
7064
7065 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7066
7067 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7068 is ascii.
7069
7070 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
7071
7072 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7073 `show-nonbreak-escape'.
7074
7075 2005-06-23 Lute Kamstra <lute@gnu.org>
7076
7077 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7078
7079 * dig.el (dig-mode):
7080 * smime.el (smime-mode): Use gnus-run-mode-hooks.
7081
7082 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
7083
7084 * nnimap.el (nnimap-split-download-body): Fix spellings.
7085
7086 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
7087
7088 * gnus-art.el (gnus-article-encrypt-body):
7089 * gnus-cus.el (gnus-score-customize):
7090 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7091 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7092
7093 2005-06-16 Arne Jørgensen <arne@arnested.dk>
7094
7095 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7096 header by looking for magic "MII" at the beginnig.
7097
7098 2005-06-16 Miles Bader <miles@gnu.org>
7099
7100 * assistant.el (assistant-field): Remove "-face" suffix from face name.
7101 (assistant-field-face): New backward-compatibility alias for renamed
7102 face.
7103 (assistant-render-text): Use renamed assistant-field face.
7104
7105 * spam.el (spam): Remove "-face" suffix from face name.
7106 (spam-face): New backward-compatibility alias for renamed face.
7107 (spam-face, spam-initialize): Use renamed spam face.
7108
7109 * message.el (message-header-to, message-header-cc)
7110 (message-header-subject, message-header-newsgroups)
7111 (message-header-other, message-header-name)
7112 (message-header-xheader, message-separator, message-cited-text)
7113 (message-mml): Remove "-face" suffix from face names.
7114 (message-header-to-face, message-header-cc-face)
7115 (message-header-subject-face, message-header-newsgroups-face)
7116 (message-header-other-face, message-header-name-face)
7117 (message-header-xheader-face, message-separator-face)
7118 (message-cited-text-face, message-mml-face):
7119 New backward-compatibility aliases for renamed faces.
7120 (message-font-lock-keywords): Use renamed message faces.
7121
7122 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7123 (sieve-test-commands, sieve-tagged-arguments):
7124 Remove "-face" suffix from face names.
7125 (sieve-control-commands-face, sieve-action-commands-face)
7126 (sieve-test-commands-face, sieve-tagged-arguments-face):
7127 New backward-compatibility aliases for renamed faces.
7128 (sieve-control-commands-face, sieve-action-commands-face)
7129 (sieve-test-commands-face, sieve-tagged-arguments-face):
7130 Use renamed sieve faces.
7131
7132 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7133 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7134 (gnus-group-news-3-empty, gnus-group-news-4)
7135 (gnus-group-news-4-empty, gnus-group-news-5)
7136 (gnus-group-news-5-empty, gnus-group-news-6)
7137 (gnus-group-news-6-empty, gnus-group-news-low)
7138 (gnus-group-news-low-empty, gnus-group-mail-1)
7139 (gnus-group-mail-1-empty, gnus-group-mail-2)
7140 (gnus-group-mail-2-empty, gnus-group-mail-3)
7141 (gnus-group-mail-3-empty, gnus-group-mail-low)
7142 (gnus-group-mail-low-empty, gnus-summary-selected)
7143 (gnus-summary-cancelled, gnus-summary-high-ticked)
7144 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7145 (gnus-summary-high-ancient, gnus-summary-low-ancient)
7146 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7147 (gnus-summary-low-undownloaded)
7148 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7149 (gnus-summary-low-unread, gnus-summary-normal-unread)
7150 (gnus-summary-high-read, gnus-summary-low-read)
7151 (gnus-summary-normal-read, gnus-splash):
7152 Remove "-face" suffix from face names.
7153 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7154 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7155 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7156 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7157 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7158 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7159 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7160 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7161 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7162 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7163 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7164 (gnus-summary-selected-face, gnus-summary-cancelled-face)
7165 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7166 (gnus-summary-normal-ticked-face)
7167 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7168 (gnus-summary-normal-ancient-face)
7169 (gnus-summary-high-undownloaded-face)
7170 (gnus-summary-low-undownloaded-face)
7171 (gnus-summary-normal-undownloaded-face)
7172 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7173 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7174 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7175 (gnus-splash-face):
7176 New backward-compatibility aliases for renamed faces.
7177 (gnus-group-startup-message): Use renamed gnus faces.
7178
7179 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7180 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7181 (gnus-server-agent): Remove "-face" suffix from face names.
7182 (gnus-server-agent-face, gnus-server-opened-face)
7183 (gnus-server-closed-face, gnus-server-denied-face)
7184 (gnus-server-offline-face):
7185 New backward-compatibility aliases for renamed faces.
7186 (gnus-server-agent-face, gnus-server-opened-face)
7187 (gnus-server-closed-face, gnus-server-denied-face)
7188 (gnus-server-offline-face): Use renamed gnus faces.
7189
7190 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7191 Remove "-face" suffix from face names.
7192 (gnus-picon-xbm-face, gnus-picon-face):
7193 New backward-compatibility aliases for renamed faces.
7194
7195 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7196 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7197 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7198 (gnus-cite-11): Remove "-face" suffix from face names.
7199 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7200 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7201 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7202 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7203 New backward-compatibility aliases for renamed faces.
7204 (gnus-cite-attribution-face, gnus-cite-face-list)
7205 (gnus-article-boring-faces): Use renamed gnus faces.
7206
7207 * gnus-art.el (gnus-signature, gnus-header-from)
7208 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
7209 (gnus-header-content): Remove "-face" suffix from face names.
7210 (gnus-signature-face, gnus-header-from-face)
7211 (gnus-header-subject-face, gnus-header-newsgroups-face)
7212 (gnus-header-name-face, gnus-header-content-face):
7213 New backward-compatibility aliases for renamed faces.
7214 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
7215
7216 * gnus-sum.el (gnus-summary-selected-face)
7217 (gnus-summary-highlight): Use renamed gnus faces.
7218 * gnus-group.el (gnus-group-highlight): Likewise.
7219
7220 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
7221
7222 * gnus-sieve.el (gnus-sieve-article-add-rule):
7223 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
7224 * spam-stat.el (spam-stat-buffer-change-to-spam)
7225 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
7226
7227 * message.el (message-is-yours-p):
7228 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
7229
7230 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
7231
7232 * mm-view.el (mm-inline-text): Withdraw the last change.
7233
7234 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
7235
7236 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
7237 executing enriched-decode.
7238
7239 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
7240
7241 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
7242 charset of tar files.
7243
7244 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
7245
7246 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
7247
7248 2005-06-04 Lute Kamstra <lute@gnu.org>
7249
7250 * nnfolder.el (nnfolder-read-folder): Make sure that undo
7251 information is never recorded.
7252
7253 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7254
7255 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
7256
7257 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
7258
7259 * pop3.el (pop3-apop): Run md5 in the binary mode.
7260
7261 * starttls.el (starttls-set-process-query-on-exit-flag):
7262 Use eval-and-compile.
7263
7264 2005-05-31 Simon Josefsson <jas@extundo.com>
7265
7266 * smime.el (smime-replace-in-string): Define.
7267 (smime-cert-by-ldap-1): Use it.
7268
7269 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
7270
7271 * gnus-art.el (article-display-x-face): Replace
7272 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7273
7274 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
7275 set-process-query-on-exit-flag or process-kill-without-query.
7276
7277 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
7278 loop instead of replace-regexp.
7279
7280 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
7281 instead of process-kill-without-query if it is available.
7282
7283 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
7284 instead of find-file-hooks if it is available.
7285
7286 * mml1991.el: Bind pgg-default-user-id when compiling.
7287
7288 * mml2015.el: Bind pgg-default-user-id when compiling.
7289
7290 * nndraft.el (nndraft-request-associate-buffer):
7291 Use write-contents-functions instead of write-contents-hooks if it is
7292 available.
7293
7294 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
7295 instead of find-file-hooks if it is available.
7296
7297 * nntp.el (nntp-open-connection): Replace
7298 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7299 (nntp-open-ssl-stream): Ditto.
7300 (nntp-open-tls-stream): Ditto.
7301
7302 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
7303 set-process-query-on-exit-flag or process-kill-without-query.
7304 (starttls-open-stream-gnutls): Use it instead of
7305 process-kill-without-query.
7306 (starttls-open-stream): Ditto.
7307
7308 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
7309
7310 * smime.el (smime-cert-by-ldap-1): Don't use
7311 replace-regexp-in-string.
7312
7313 2005-05-31 Arne Jørgensen <arne@arnested.dk>
7314
7315 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
7316
7317 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
7318 in PEM format. Adjust to the XEmacs compability.
7319
7320 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
7321
7322 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
7323 by `string-to-number'.
7324 * gnus-agent.el (gnus-agent-regenerate-group)
7325 (gnus-agent-fetch-articles): Ditto.
7326 * gnus-art.el (gnus-button-fetch-group): Ditto.
7327 * gnus-cache.el (gnus-cache-generate-active)
7328 (gnus-cache-articles-in-group): Ditto.
7329 * gnus-group.el (gnus-group-set-current-level)
7330 (gnus-group-insert-group-line): Ditto.
7331 * gnus-score.el (gnus-score-set-expunge-below)
7332 (gnus-score-set-mark-below, gnus-summary-score-effect)
7333 (gnus-summary-score-entry): Ditto.
7334 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
7335 (gnus-soup-pack): Ditto.
7336 * gnus-spec.el (gnus-xmas-format): Ditto.
7337 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
7338 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
7339 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
7340 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
7341 * nndb.el (nndb-get-remote-expire-response): Ditto.
7342 * nndiary.el (nndiary-parse-schedule-value)
7343 (nndiary-string-to-number, nndiary-request-replace-article)
7344 (nndiary-request-article): Ditto.
7345 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
7346 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
7347 * nneething.el (nneething-make-head): Ditto.
7348 * nnfolder.el (nnfolder-request-article)
7349 (nnfolder-retrieve-headers): Ditto.
7350 * nnheader.el (nnheader-file-to-number): Ditto.
7351 * nnkiboze.el (nnkiboze-request-article): Ditto.
7352 * nnmail.el (nnmail-process-unix-mail-format)
7353 (nnmail-process-babyl-mail-format): Ditto.
7354 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
7355 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
7356 (nnmh-request-create-group, nnmh-request-list-1)
7357 (nnmh-request-group, nnmh-request-article): Ditto.
7358 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
7359 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
7360 * nnsoup.el (nnsoup-make-active): Ditto.
7361 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
7362 * nntp.el (nntp-find-group-and-number)
7363 (nntp-retrieve-headers-with-xover): Ditto.
7364 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
7365 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
7366 (pgg-format-key-identifier): Ditto.
7367 * pop3.el (pop3-last, pop3-stat): Ditto.
7368 * qp.el (quoted-printable-decode-region): Ditto.
7369
7370 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
7371 of concat.
7372
7373 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
7374
7375 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
7376
7377 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
7378
7379 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
7380
7381 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
7382
7383 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
7384
7385 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
7386
7387 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
7388 (gnus-carpal-mode): Ditto.
7389
7390 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
7391 (gnus-browse-mode): Ditto.
7392
7393 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
7394
7395 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
7396
7397 2005-05-29 Richard M. Stallman <rms@gnu.org>
7398
7399 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
7400
7401 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
7402
7403 * gnus-util.el (gnus-run-mode-hooks): New function.
7404
7405 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
7406
7407 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7408
7409 * gnus-agent.el (gnus-agent-make-mode-line-string):
7410 Use mode-line-highlight as mouse-face.
7411
7412 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
7413
7414 * canlock.el (canlock): Change the parent group to news.
7415
7416 * deuglify.el (gnus-outlook-deuglify): Add :group.
7417
7418 * dig.el (dig): Add :group.
7419
7420 * dns-mode.el (dns-mode): Add :group.
7421
7422 * encrypt.el (encrypt): Add :group.
7423
7424 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
7425 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
7426 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
7427 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
7428 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
7429
7430 * gnus-diary.el (gnus-diary): Add :group.
7431
7432 * gnus.el (gnus-group-news-1-face): Add :group.
7433 (gnus-group-news-1-empty-face): Ditto.
7434 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
7435 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
7436 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
7437 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
7438 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
7439 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
7440 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
7441 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
7442 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
7443 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
7444 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
7445 (gnus-summary-high-ticked-face): Ditto.
7446 (gnus-summary-low-ticked-face): Ditto.
7447 (gnus-summary-normal-ticked-face): Ditto.
7448 (gnus-summary-high-ancient-face): Ditto.
7449 (gnus-summary-low-ancient-face): Ditto.
7450 (gnus-summary-normal-ancient-face): Ditto.
7451 (gnus-summary-high-undownloaded-face): Ditto.
7452 (gnus-summary-low-undownloaded-face): Ditto.
7453 (gnus-summary-normal-undownloaded-face): Ditto.
7454 (gnus-summary-high-unread-face): Ditto.
7455 (gnus-summary-low-unread-face): Ditto.
7456 (gnus-summary-normal-unread-face): Ditto.
7457 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
7458 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
7459
7460 * hashcash.el (hashcash): New custom group.
7461 (hashcash-default-payment): Add :group.
7462 (hashcash-payment-alist): Ditto.
7463 (hashcash-default-accept-payment): Ditto.
7464 (hashcash-accept-resources): Ditto.
7465 (hashcash-path): Ditto.
7466 (hashcash-extra-generate-parameters): Ditto.
7467 (hashcash-double-spend-database): Ditto.
7468 (hashcash-in-news): Ditto.
7469
7470 * message.el (message-minibuffer-local-map): Add :group.
7471
7472 * netrc.el (netrc): Add :group.
7473
7474 * sieve-manage.el (sieve-manage-log): Add :group.
7475 (sieve-manage-default-user): Diito.
7476 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
7477 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
7478 (sieve-manage-authenticators): Ditto.
7479 (sieve-manage-authenticator-alist): Ditto.
7480 (sieve-manage-default-port): Ditto.
7481
7482 * sieve-mode.el (sieve-control-commands-face): Add :group.
7483 (sieve-action-commands-face): Ditto.
7484 (sieve-test-commands-face): Ditto.
7485 (sieve-tagged-arguments-face): Ditto.
7486
7487 * smime.el (smime): Add :group.
7488
7489 * spam-report.el (spam-report): Add :group.
7490
7491 * spam.el (spam, spam-face): Add :group.
7492
7493 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7494
7495 * nntp.el (nntp-next-result-arrived-p): Some news servers may
7496 return \n.\n.\n at the end of articles. Protect against that.
7497 (nntp-with-open-group): Allow debugging.
7498
7499 * nnheader.el (mail-header-set-extra): Make into a function
7500 because I just could't understand how to quote the list properly.
7501
7502 * dns.el (query-dns-cached): New function.
7503
7504 2005-05-26 Lute Kamstra <lute@gnu.org>
7505
7506 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
7507
7508 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
7509
7510 * gnus-art.el: Don't autoload mail-extract-address-components.
7511
7512 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
7513 eval-and-compile to evaluate it.
7514
7515 * hashcash.el: Don't autoload executable-find.
7516
7517 * nndb.el: Don't declare the nndb back end two or more times; don't
7518 autoload news-reply-mode, news-setup, cancel-timer and telnet.
7519
7520 * nntp.el: Autoload format-spec instead of format; use
7521 eval-and-compile to evaluate autoload forms.
7522
7523 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
7524
7525 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
7526
7527 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7528
7529 * gnus.el (gnus-version-number): Bump version.
7530
7531 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
7532
7533 * gnus.el: No Gnus v0.3 is released.
7534
7535 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
7536
7537 * gnus-art.el (gnus-article-edit-part): Disable undo.
7538
7539 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
7540
7541 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
7542 gnus-article-date-lapsed-new-header is t if date timer is active;
7543 skip headers in which the original date value is empty.
7544 (gnus-article-save-original-date): Redefine it as a macro.
7545 (gnus-display-mime): Use it.
7546
7547 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
7548
7549 * gnus-art.el (article-date-ut): Support converting date in
7550 forwarded parts as well.
7551 (gnus-article-save-original-date): New function.
7552 (gnus-display-mime): Use it.
7553
7554 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
7555
7556 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
7557 enclosure element of <item>.
7558
7559 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
7560
7561 * message.el (message-kill-buffer-query): Renamed from
7562 `message-kill-buffer-query-if-modified'. Added :version.
7563
7564 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
7565
7566 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
7567 window layout.
7568
7569 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
7570
7571 * mml.el: Autoload dnd when compiling.
7572
7573 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
7574
7575 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
7576 x-dnd-*.
7577
7578 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
7579
7580 * qp.el (quoted-printable-encode-region): Save excursion.
7581
7582 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
7583
7584 * message.el (message-kill-buffer-query-if-modified): Add new variable
7585 so the user can kill a modified message buffer quickly.
7586 (message-kill-buffer): Use it.
7587
7588 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
7589
7590 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
7591 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
7592
7593 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
7594
7595 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
7596 contained in text because xml.el decodes entities) with LFs.
7597
7598 2005-04-11 Lute Kamstra <lute@gnu.org>
7599
7600 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
7601 differently.
7602
7603 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7604
7605 * mm-util.el (mm-detect-coding-region): Typo.
7606
7607 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
7608
7609 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
7610
7611 2005-04-06 D Goel <deego@gnufans.org>
7612
7613 * spam-stat.el (spam-stat-score-buffer): Add a call to a
7614 user-function allow user modifications of the scores.
7615 (spam-stat-score-buffer-user): New function, to allow
7616 user-computed modifications to the score.
7617 (spam-stat-score-buffer-user-functions): List of additional
7618 scoring functions.
7619 (spam-stat-error-holder): Global temporary error holder.
7620 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
7621 variable.
7622
7623 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
7624
7625 * gnus-registry.el (gnus-registry-clean-empty-function)
7626 (gnus-registry-trim, gnus-registry-fetch-groups)
7627 (gnus-registry-delete-group): Groups that match
7628 `gnus-registry-ignored-groups' are removed from the registry
7629 entries, not just ignored for splitting. This helps clean up the
7630 registry. Also, `gnus-registry-fetch-groups' is a convenient way
7631 to get all the groups a message ID is in.
7632
7633 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
7634 (spam-stat-split-fancy): Change "threshhold" to "threshold"
7635 (spam-stat-score-buffer-user-functions): Add :number custom type.
7636
7637 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7638
7639 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
7640 argument in XEmacs.
7641
7642 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
7643 (nnrss-request-group): Decode group name first.
7644 (nnrss-request-article): Make a text/plain article if mml-to-mime
7645 failed.
7646 (nnrss-get-encoding): Return a compatible encoding according to
7647 nnrss-compatible-encoding-alist.
7648 (nnrss-find-el): Use consp instead of listp.
7649 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
7650
7651 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7652
7653 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
7654 which Emacs 20 doesn't support.
7655 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
7656
7657 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
7658
7659 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
7660 silence the byte compiler inside the defun.
7661
7662 * gnus-demon.el (parse-time-string): Add autoload.
7663
7664 * gnus-delay.el (parse-time-string): Add autoload.
7665
7666 * gnus-art.el (parse-time-string): Add autoload.
7667
7668 * nnultimate.el (parse-time): Require for `parse-time-string'.
7669
7670 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7671
7672 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
7673
7674 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
7675
7676 * smime.el (smime-ldap-host-list): Add :version.
7677
7678 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
7679
7680 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
7681 pass it to `gnus-browse-read-group'.
7682 (gnus-browse-read-group): Add NUMBER argument and pass it to
7683 `gnus-group-read-ephemeral-group'.
7684
7685 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
7686 argument and pass it to `gnus-group-read-group'.
7687
7688 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
7689
7690 * mm-util.el (mm-xemacs-find-mime-charset): Only call
7691 mm-xemacs-find-mime-charset-1 if we have the mule feature
7692 available at runtime.
7693
7694 2005-03-25 Werner Lemberg <wl@gnu.org>
7695
7696 * nnmaildir.el: Replace `illegal' with `invalid'.
7697
7698 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7699
7700 * gnus-start.el (gnus-display-time-event-handler):
7701 Check display-time-timer at runtime rather than only at load time
7702 in case display-time-mode is turned off in the mean time.
7703
7704 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
7705
7706 * nnimap.el (nnimap-open-connection): Print which authinfo file is
7707 used.
7708
7709 * nneething.el (nneething-map-file-directory): Derive from
7710 `gnus-directory'.
7711
7712 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
7713 the To/Cc button.
7714
7715 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
7716
7717 * nnmaildir.el (nnmaildir-request-accept-article):
7718 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
7719
7720 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
7721
7722 * gnus-async.el: Require timer-funcs at compile time when in
7723 XEmacs for `run-with-idle-timer'.
7724
7725 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
7726
7727 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
7728 autoloaded function.
7729
7730 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7731
7732 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
7733
7734 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
7735
7736 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
7737
7738 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7739
7740 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
7741 gnus-expert-user to default.
7742
7743 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
7744
7745 * nnimap.el (nnimap-open-server): Ditto.
7746
7747 * imap.el (imap-authenticate): Fix typo.
7748
7749 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
7750
7751 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
7752 buffer (since IMAP server might return FETCH response out of
7753 order, and the nntp buffer must be sorted).
7754
7755 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
7756
7757 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
7758 comparison on string.
7759
7760 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
7761 (gnus-agent-score): Renamed category keywords to match gnus-cus.
7762 (gnus-agent-summary-fetch-series): Modified to protect against
7763 gnus-agent-summary-fetch-group clearing processable flags.
7764 (gnus-agent-synchronize-group-flags): Update live group buffer as
7765 synchronization may occur due to the user toggle the plugged
7766 status.
7767 (gnus-agent-fetch-group-1): Clear downloadable flag when article
7768 successfully downloaded.
7769 (gnus-agent-expire-group-1): Avoid using markers when the overview
7770 is in ascending order; greatly improves performance.
7771 (gnus-agent-regenerate-group): Use
7772 gnus-agent-synchronize-group-flags to reset read status in both
7773 gnus and server.
7774 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
7775
7776 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
7777
7778 * message.el: Don't autoload former message-utils variables.
7779 (message-strip-subject-trailing-was): Change doc string.
7780
7781 * nnweb.el: Fixes for `gnus-group-make-web-group'.
7782 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
7783 (nnweb-google-search): Add "hl=en" here.
7784 (nnweb-google-parse-1, nnweb-google-create-mapping):
7785 Don't hardcode URL.
7786
7787 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7788
7789 * message.el (message-get-reply-headers, message-followup):
7790 Mention related variables `message-use-followup-to' and
7791 `message-use-mail-followup-to', in the information buffer.
7792
7793 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
7794 of broken groups(-beta).google.com.
7795
7796 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
7797
7798 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
7799 parameter to invoked gnus-request-move-article; remove the
7800 redundant gnus-sum-hint-move-is-internal variable; apply the marks
7801 all at once instead of once per article.
7802 (gnus-summary-remove-process-mark): Accept a list of articles as
7803 well as a single article for processing.
7804
7805 * gnus-int.el (gnus-request-move-article): Add move-is-internal
7806 parameter.
7807
7808 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
7809
7810 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
7811
7812 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
7813 parameter.
7814
7815 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
7816 parameter.
7817
7818 * nnimap.el (nnimap-request-move-article): Add move-is-internal
7819 parameter and remove the gnus-sum-hint-move-is-internal variable.
7820
7821 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
7822 parameter.
7823
7824 * nndraft.el (nndraft-request-move-article): Add move-is-internal
7825 parameter.
7826
7827 * nndiary.el (nndiary-request-move-article): Add move-is-internal
7828 parameter.
7829
7830 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
7831
7832 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
7833 parameter.
7834
7835 * nnagent.el (nnagent-request-move-article): Add move-is-internal
7836 parameter.
7837
7838 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
7839
7840 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
7841 a more conservative way.
7842
7843 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
7844
7845 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
7846 buffer, so it moves the window's cursor.
7847
7848 2005-02-26 Arne Jørgensen <arne@arnested.dk>
7849
7850 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
7851 `mm-dissect-multipart' and receive the from field as an (optional)
7852 argument from `mm-dissect-multipart'.
7853 (mm-dissect-multipart): Receive the from field as an argument and
7854 pass it on when we call `mm-dissect-buffer' on MIME parts.
7855 Fixes verification/decryption of signed/encrypted MIME parts.
7856
7857 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
7858
7859 * gnus-sum.el (gnus-summary-move-article): Set
7860 gnus-sum-hint-move-is-internal for gnus-request-move-article and
7861 whatever it calls (right now, only nnimap-request-move article
7862 respects it).
7863
7864 * nnimap.el (nnimap-request-move-article): When
7865 gnus-sum-hint-move-is-internal is set, don't do the extra
7866 nnimap-request-article.
7867
7868 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
7869
7870 * nnheader.el (nnheader-find-file-noselect): Add doc string.
7871
7872 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
7873 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
7874
7875 * gnus-sum.el (gnus-summary-caesar-message):
7876 Apply `gnus-treat-article' after rotation.
7877
7878 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
7879 doc string.
7880
7881 2005-02-22 Simon Josefsson <jas@extundo.com>
7882
7883 * encrypt.el (encrypt-password-cache-expiry): Remove (use
7884 `password-cache-expiry' instead). Reported by Arne Jørgensen
7885 <arne@arnested.dk>.
7886 (encrypt): Add password-cache and password-cache-expiry as group
7887 members.
7888
7889 2005-02-22 Arne Jørgensen <arne@arnested.dk>
7890
7891 * smime.el (smime-ldap-host-list): Doc fix.
7892 (smime-ask-passphrase): Use `password-read-and-add' to read (and
7893 cache) password.
7894 (smime-sign-region): Use it.
7895 (smime-decrypt-region): Use it.
7896 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
7897 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
7898 fails.
7899 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
7900 certificate from DER to PEM format rather than calling openssl.
7901
7902 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
7903
7904 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
7905 for signing/encryption.
7906
7907 * mml.el (mml-parse-1): Use them.
7908
7909 2005-02-21 Arne Jørgensen <arne@arnested.dk>
7910
7911 * nnrss.el (nnrss-verbose): Removed.
7912 (nnrss-request-group): Use `nnheader-message' instead.
7913
7914 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
7915
7916 * nnrss.el (nnrss-verbose): New variable.
7917 (nnrss-request-group): Make it say nnrss is requesting a group.
7918
7919 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
7920
7921 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
7922 Handle news URL with given port correctly.
7923
7924 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
7925
7926 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
7927 containing special characters.
7928
7929 * gnus-sum.el (gnus-summary-edit-article): Ditto.
7930
7931 * mml.el (mime-to-mml): Ditto.
7932
7933 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
7934 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
7935 (rfc2047-decode-region): Quote decoded words containing special
7936 characters when rfc2047-quote-decoded-words-containing-tspecials
7937 is non-nil.
7938
7939 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
7940
7941 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
7942
7943 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
7944
7945 2005-02-15 Simon Josefsson <jas@extundo.com>
7946
7947 * nnimap.el (nnimap-debug): Doc fix.
7948
7949 * imap.el (imap-debug): Doc fix.
7950
7951 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
7952
7953 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
7954
7955 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
7956
7957 * gnus.el (spam-contents): Improve docs for spam-contents
7958 parameter in its variable incarnation.
7959
7960 2005-02-14 Simon Josefsson <jas@extundo.com>
7961
7962 * smime-ldap.el: Use require instead of load-library for ldap.
7963 (smime-ldap-search): Indent.
7964 (smime-ldap-search-internal): Shorten line.
7965
7966 * smime.el (smime-cert-by-dns): Add doc-string.
7967 (smime-cert-by-ldap-1): Indent.
7968
7969 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
7970 mml-smime-get-dns-ldap.
7971 (mml-smime-encrypt-query): Use new function. Default to ldap.
7972
7973 2005-02-14 Arne Jørgensen <arne@arnested.dk>
7974
7975 * smime.el: Require smime-ldap.
7976 (smime-ldap-host-list): New variable.
7977 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
7978
7979 * mml-smime.el (mml-smime-encrypt-query): New function.
7980 (mml-smime-encrypt-query): Use it.
7981
7982 * smime-ldap.el: New file.
7983
7984 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
7985
7986 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
7987
7988 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
7989
7990 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
7991 argument in doc string. Make query for type more clear.
7992
7993 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
7994
7995 * gnus.el (gnus-group-startup-message): Search for gnus images in
7996 etc/images/gnus.
7997 * mm-util.el (mm-image-load-path): Likewise.
7998 * smiley.el (smiley-data-directory): Search for smilies in
7999 etc/images/smilies.
8000
8001 2005-02-09 Kim F. Storm <storm@cua.dk>
8002
8003 Change Emacs release version from 21.4 to 22.1 throughout.
8004 Change Emacs development version from 21.3.50 to 22.0.50.
8005
8006 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
8007
8008 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8009
8010 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8011 non-Mule XEmacs as well.
8012 (mm-decompress-buffer): Signal an error intentionally if it does
8013 not decompress compressed data because auto-compression-mode is
8014 disabled.
8015
8016 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
8017
8018 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8019 an ID in the registry even if it has no groups.
8020
8021 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
8022
8023 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8024 merge it into mm-decompress-buffer.
8025 (gnus-mime-copy-part): Use the MIME part charset, the value which
8026 a user specified or gnus-newsgroup-charset for decoding, like
8027 gnus-mime-inline-part does; set buffer-file-coding-system to tell
8028 save-buffer what was used. Suggested by Kevin Ryde
8029 <user42@zip.com.au>.
8030 (gnus-mime-inline-part): Allow the name parameter as well as the
8031 filename parameter; force decompressing of compressed data; always
8032 display contents being not decoded as unibyte.
8033
8034 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8035 as well as the filename parameter.
8036
8037 * mm-util.el (mm-decompress-buffer): Merge
8038 gnus-mime-jka-compr-maybe-uncompress.
8039 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8040 of compressed data.
8041
8042 2005-02-08 Simon Josefsson <jas@extundo.com>
8043
8044 * imap.el (imap-log): Doc fix.
8045
8046 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
8047
8048 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8049 the coding cookies; decompress compressed parts.
8050
8051 * mml.el (mml-generate-mime-1): Add the charaset parameter according
8052 to the value which a user specified manually or the coding cookie.
8053
8054 * mm-util.el (mm-string-to-multibyte): New function.
8055 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8056 (mm-coding-system-to-mime-charset): New function.
8057 (mm-decompress-buffer): New function.
8058 (mm-find-buffer-file-coding-system): New function.
8059
8060 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8061 (mm-display-inline-fontify): Rewrite for decoding and decompressing
8062 parts.
8063
8064 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8065
8066 * mm-view.el (mm-display-inline-fontify): Decode a part according
8067 to the charset parameter.
8068
8069 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
8070
8071 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8072 prefix arg is neither nil nor a number, as info specifies.
8073
8074 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
8075
8076 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8077 timestamps.
8078
8079 2005-02-02 Jari Aalto <jari.aalto@cante.net>
8080
8081 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8082 groups error checking and notify user.
8083
8084 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
8085
8086 * message.el (message-send-mail-function): Check existence of
8087 sendmail-program first before using default value
8088 `message-send-mail-with-sendmail'. Otherwise use more generic
8089 `smtpmail-send-it'.
8090
8091 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
8092
8093 * nntp.el (nntp-request-update-info): Always return nil.
8094
8095 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
8096
8097 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8098
8099 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8100
8101 * message.el (message-beginning-of-line): Change the behavior when
8102 invoked between BOL and : so that it first moves backward.
8103
8104 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8105
8106 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8107 article buffer when editing of the article is discarded.
8108 (gnus-article-prepare): Revert.
8109
8110 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8111
8112 * gnus-art.el (gnus-article-prepare):
8113 Remove message-strip-forbidden-properties from the local hook.
8114
8115 2005-01-27 Simon Josefsson <jas@extundo.com>
8116
8117 * password.el (password-cache-add): Only start one timer per key.
8118 Reported by Derek Atkins <warlord@MIT.EDU>.
8119
8120 2005-01-26 Steve Youngs <steve@sxemacs.org>
8121
8122 * run-at-time.el: Removed. It is no longer needed as
8123 timer-funcs.el in the xemacs-base package has a working version of
8124 `run-at-time'.
8125
8126 * password.el: Require timer-funcs instead of run-at-time in
8127 XEmacs.
8128 Remove `password-run-at-time' macro.
8129 (password-cache-add): Use `run-at-time' instead of
8130 `password-run-at-time'.
8131
8132 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8133 for `run-with-idle-timer'.
8134
8135 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8136 for `run-at-time'.
8137
8138 * mm-url.el: Require timer-funcs at compile time when in XEmacs
8139 for `with-timeout'.
8140
8141 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8142
8143 * mml.el (mml-generate-mime-1): Convert string into unibyte when
8144 inserting " *mml*" buffer's contents into a unibyte temp buffer.
8145
8146 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
8147
8148 * mail-source.el (mail-source-fetch-imap): Search for ^From case
8149 sensitively.
8150
8151 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
8152
8153 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8154
8155 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
8156
8157 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8158 which will be inserted according to the multibyteness of a buffer
8159 rather than the type of contents. Suggested by ARISAWA Akihiro
8160 <ari@mbf.ocn.ne.jp>.
8161
8162 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8163 of string which old xml.el may return rather than a string.
8164
8165 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
8166
8167 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8168
8169 2005-01-16 Simon Josefsson <jas@extundo.com>
8170
8171 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
8172 idn/idna.el isn't available.
8173 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
8174 <michael@waxrat.com>.
8175
8176 * hashcash.el: Remove non-FSF copyright header.
8177
8178 * hashcash.el (hashcash-extra-generate-parameters): New variable.
8179 (hashcash-generate-payment): Use it.
8180 (hashcash-generate-payment-async): Use it.
8181
8182 2005-01-15 Simon Josefsson <jas@extundo.com>
8183
8184 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
8185 Suggested by Raymond Scholz <ray-2005@zonix.de>.
8186
8187 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
8188 gnus-summary-idna-message.
8189 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
8190 (gnus-summary-idna-message): New function.
8191
8192 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
8193
8194 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
8195 gnus-novice-user.
8196
8197 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
8198
8199 * nnrss.el (nnrss-request-delete-group): Delete entries in
8200 nnrss-group-alist as well.
8201 (nnrss-save-server-data): Insert newline.
8202
8203 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
8204
8205 * gnus.el (gnus-user-agent): Use list of symbols instead of
8206 symbols. Display full version number for (S)XEmacs. Optionally
8207 display (S)XEmacs codename.
8208
8209 * gnus-util.el (gnus-emacs-version): Update for new
8210 `gnus-user-agent'.
8211
8212 * gnus-msg.el (gnus-extended-version): Make it possible to omit
8213 Gnus version.
8214
8215 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
8216
8217 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
8218 which is unreadable in some setups.
8219
8220 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8221
8222 * gnus-spec.el (gnus-update-format-specifications): Flush the
8223 group format spec cache if it doesn't support decoded group names.
8224
8225 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8226
8227 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
8228 Allow to apply decay on score files matching a regexp.
8229
8230 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
8231
8232 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
8233 compatibility in %g and %c.
8234
8235 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
8236
8237 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
8238 name for only %g and %c.
8239 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
8240 of gnus-tmp-group to decoded group name.
8241 (gnus-group-make-rss-group): Exclude `/'s from group names.
8242
8243 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
8244
8245 * nnrss.el (nnrss-get-encoding): Fix regexp.
8246
8247 2004-12-27 Simon Josefsson <jas@extundo.com>
8248
8249 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
8250 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
8251 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
8252
8253 2004-12-17 Kim F. Storm <storm@cua.dk>
8254
8255 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
8256
8257 * gnus-sum.el (gnus-summary-mode-map): Likewise.
8258
8259 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8260
8261 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
8262
8263 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
8264
8265 * nnrss.el: Require rfc2047 and mml.
8266 (nnrss-file-coding-system): New variable.
8267 (nnrss-format-string): Redefine it as an inline function.
8268 (nnrss-decode-group-name): New function.
8269 (nnrss-string-as-multibyte): Remove.
8270 (nnrss-retrieve-headers): Decode group name; don't use
8271 nnrss-format-string.
8272 (nnrss-request-group): Decode group name.
8273 (nnrss-request-article): Decode group name; allow a Message-ID as
8274 well as an article number; don't use nnrss-format-string; encode a
8275 Message-ID string which may contain non-ASCII characters; use
8276 mml-to-mime to compose a MIME article.
8277 (nnrss-request-expire-articles): Decode group name.
8278 (nnrss-request-delete-group): Decode group name.
8279 (nnrss-fetch): Clarify error message.
8280 (nnrss-read-server-data): Use insert-file-contents instead of load;
8281 bind file-name-coding-system; use multibyte buffer.
8282 (nnrss-save-server-data): Bind coding-system-for-write to the
8283 value of nnrss-file-coding-system; bind file-name-coding-system;
8284 add coding cookie.
8285 (nnrss-read-group-data): Use insert-file-contents instead of load;
8286 bind file-name-coding-system; use multibyte buffer.
8287 (nnrss-save-group-data): Bind coding-system-for-write to the
8288 value of nnrss-file-coding-system; bind file-name-coding-system.
8289 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
8290 make it work with non-ASCII text.
8291 (nnrss-find-el): Make it work with old xml.el as well.
8292
8293 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8294
8295 * nnrss.el (nnrss-get-encoding): New function.
8296 (nnrss-fetch): Use unibyte buffer initially; bind
8297 coding-system-for-read while performing mm-url-insert; remove ^Ms;
8298 decode contents according to the encoding attribute.
8299 (nnrss-save-group-data): Add coding cookie.
8300 (nnrss-mime-encode-string): New function.
8301 (nnrss-check-group): Use it to encode subject and author.
8302
8303 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
8304
8305 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
8306 imaginary variable.
8307
8308 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8309
8310 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
8311 correctly even if there are wide characters.
8312
8313 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
8314
8315 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
8316 downcased symbol names; make a new cache instead of reusing
8317 bbdb-hashtable.
8318
8319 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
8320
8321 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8322 concatenating segments rather than before concatenating them.
8323 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8324
8325 * message.el (message-get-reply-headers): Bind `extra'.
8326
8327 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8328
8329 * message.el (message-extra-wide-headers): New variable.
8330 (message-get-reply-headers): Use it.
8331
8332 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
8333
8334 * gnus-agent.el (gnus-agent-group-path): Decode group name.
8335 (gnus-agent-group-pathname): Ditto.
8336
8337 * gnus-cache.el (gnus-cache-file-name): Decode group name.
8338
8339 * gnus-group.el (gnus-group-make-group): Decode group name.
8340 (gnus-group-make-rss-group): Register the group data after opening
8341 the nnrss group.
8342
8343 2004-12-17 Paul Jarc <prj@po.cwru.edu>
8344
8345 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
8346 by expiry now get marked as read.
8347
8348 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8349
8350 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
8351
8352 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
8353
8354 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
8355 unify Latin characters in XEmacs.
8356 (mm-find-mime-charset-region): Use it.
8357
8358 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8359
8360 * gnus-util.el (gnus-delete-directory): New function.
8361
8362 * gnus-agent.el (gnus-agent-delete-group): Use it.
8363
8364 * gnus-cache.el (gnus-cache-delete-group): Use it.
8365
8366 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
8367
8368 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
8369 names.
8370
8371 2004-12-16 Simon Josefsson <jas@extundo.com>
8372
8373 * hashcash.el (hashcash-payment-alist): Fix custom :type.
8374
8375 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
8376
8377 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
8378
8379 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
8380 (gnus-group-set-current-level): Decode group name.
8381
8382 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
8383
8384 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
8385 failed.
8386
8387 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
8388
8389 * gnus-group.el (gnus-group-delete-group): Decode group name.
8390 (gnus-group-make-rss-group): Encode group name.
8391 (gnus-group-catchup-current): Decode group name.
8392 (gnus-group-kill-group): Decode group name.
8393
8394 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
8395
8396 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
8397
8398 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
8399
8400 * gnus-group.el (gnus-group-make-rss-group):
8401 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
8402
8403 * gnus-start.el (gnus-setup-news): Honor user's setting to
8404 gnus-message-archive-method. Suggested by Lute Kamstra
8405 <lute@gnu.org>.
8406
8407 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
8408
8409 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
8410 global counterparts of the buffer-local variables.
8411
8412 2004-11-16 Romain Francoise <romain@orebokech.com>
8413
8414 * gnus-sum.el (gnus-summary-exit): Don't clear the global
8415 counterparts of the buffer-local variables.
8416
8417 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8418
8419 * message.el (message-forbidden-properties): Fixed typo in doc
8420 string.
8421
8422 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8423
8424 * gnus-util.el (gnus-replace-in-string): Added doc string.
8425
8426 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
8427 to avoid problems when splitting mails with many recipients.
8428
8429 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8430
8431 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
8432 pop-to-buffer, covered by the subsequent gnus-configure-windows.
8433
8434 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
8435
8436 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
8437 if there is no hashtable in memory or file modification time is
8438 newer than cached timestamp.
8439
8440 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
8441
8442 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
8443 not-matching option.
8444
8445 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
8446
8447 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
8448 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
8449 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8450 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
8451 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
8452 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
8453
8454 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
8455
8456 * message.el (message-forward-make-body-mml): Remove headers
8457 according to message-forward-ignored-headers if a message is decoded.
8458
8459 2004-12-02 Romain Francoise <romain@orebokech.com>
8460
8461 * message.el (message-forward-make-body-plain): Always remove
8462 headers according to message-forward-ignored-headers.
8463
8464 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
8465
8466 * spam.el (spam-summary-prepare-exit): Remove the
8467 gnus-summary-limit pop for now, it has problems with ham marks for
8468 me.
8469
8470 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
8471
8472 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
8473 correctly.
8474
8475 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
8476
8477 * format-spec.el (format-spec): Message the char.
8478
8479 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8480
8481 * gnus-art.el (gnus-split-methods): Reformat comments.
8482
8483 * spam.el (spam-summary-prepare-exit): Remove article limits
8484 before exiting the summary buffer.
8485
8486 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
8487
8488 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
8489 order to silence the byte compiler.
8490
8491 * spam.el: Fix the way to silence the byte compiler, which
8492 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
8493 bbdb-search-simple, spam-BBDB-register-routine,
8494 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
8495 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
8496 spam-stat-buffer-is-spam, spam-stat-load,
8497 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
8498 spam-stat-save and spam-stat-split-fancy.
8499
8500 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
8501
8502 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
8503 which may confuse users.
8504 (canlock-password-for-verify): Ditto.
8505
8506 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
8507
8508 * gnus-art.el (gnus-emphasis-alist): Ditto.
8509
8510 * gnus-registry.el (gnus-registry-max-entries): Ditto.
8511
8512 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
8513
8514 * gnus-start.el (gnus-save-killed-list): Ditto.
8515
8516 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
8517 (gnus-sum-thread-tree-root): Ditto.
8518 (gnus-sum-thread-tree-false-root): Ditto.
8519 (gnus-sum-thread-tree-single-indent): Ditto.
8520
8521 * message.el (message-courtesy-message): Ditto.
8522 (message-archive-note): Ditto.
8523 (message-subscribed-address-file): Ditto.
8524 (message-user-fqdn): Ditto.
8525
8526 * spam-report.el (spam-report-gmane-regex): Ditto.
8527
8528 * spam.el (spam-blackhole-good-server-regex): Ditto.
8529
8530 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8531
8532 * mml.el (mml-preview): Widen the message buffer before copying
8533 the contents to the preview buffer; sort headers before previewing.
8534
8535 * message.el (message-hidden-headers): Fix the way to avoid a bug
8536 in the `repeat' widget in Emacs 21.3 or earlier.
8537
8538 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8539
8540 * message.el (message-hidden-headers): Default to "^References:".
8541 Improve customization type. Suggested by Reiner Steib
8542 <Reiner.Steib@gmx.de>.
8543
8544 2004-11-25 Romain Francoise <romain@orebokech.com>
8545
8546 * message.el (message-strip-forbidden-properties): Remove check for
8547 obsolete `message-hidden' text property, hidden headers are not
8548 accessible in the buffer anymore.
8549
8550 2004-11-22 Romain Francoise <romain@orebokech.com>
8551
8552 * message.el (message-header-format-alist): Add `From' in list
8553 so that it can be sorted.
8554 (message-fix-before-sending): Widen and sort headers before
8555 sending.
8556 (message-hide-headers): Use narrowing to hide headers by moving
8557 them to the top of the buffer and narrowing to the region
8558 underneath.
8559
8560 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8561
8562 * message.el (message-strip-forbidden-properties): Bind
8563 buffer-read-only (etc) to nil.
8564
8565 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
8566
8567 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
8568 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8569
8570 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
8571
8572 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
8573
8574 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8575
8576 * dns.el (query-dns): Use sit-for to time instead of
8577 accept-process-output, since that doesn't seem to work on udp
8578 sockets.
8579
8580 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
8581
8582 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
8583
8584 2004-11-15 Jesper Harder <harder@ifa.au.dk>
8585
8586 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
8587 doc string. Improve doc string.
8588
8589 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
8590
8591 * nntp.el (nntp-request-update-info): Return nil if
8592 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
8593 may not call gnus-activate-group which uselessly issues the GROUP
8594 commands for all nntp groups and wastes time. Reported by Romain
8595 Francoise <romain@orebokech.com>.
8596
8597 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
8598
8599 2004-11-15 Simon Josefsson <jas@extundo.com>
8600
8601 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
8602 headers separately.
8603 (gnus-button-openpgp): New function, inspired by Jochen Küpper
8604 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
8605
8606 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
8607
8608 * gnus-start.el (gnus-convert-old-newsrc):
8609 Assign legacy-gnus-agent to 5.10.7.
8610
8611 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8612
8613 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
8614 start of the lines.
8615
8616 2004-11-14 Magnus Henoch <mange@freemail.hu>
8617
8618 * hashcash.el (hashcash-default-payment): Change default to 20
8619 (hashcash-default-accept-payment): Change default to 20
8620 (hashcash-process-alist): New variable
8621 (hashcash-generate-payment-async): Add
8622 (hashcash-already-paid-p): Add
8623 (hashcash-insert-payment): Don't generate payments twice
8624 (hashcash-insert-payment-async): Add
8625 (hashcash-insert-payment-async-2): Add
8626 (hashcash-cancel-async): Add
8627 (hashcash-wait-async): Add
8628 (hashcash-processes-running-p): Add
8629 (hashcash-wait-or-cancel): Add
8630 (mail-add-payment): New optional argument. Conditionally start
8631 asynchronous calculation.
8632 (mail-add-payment-async): Add
8633
8634 * message.el (message-send-mail): Wait for asynchronous hashcash
8635 results. Don't clobber existing X-Hashcash headers.
8636 (message-setup-1): Call mail-add-payment-async when
8637 message-generate-hashcash is non-nil.
8638
8639 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8640
8641 * message.el (message-use-alternative-email-as-from): Examine the
8642 From header as well; use message-make-from in order to include a
8643 user's full name.
8644
8645 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8646
8647 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
8648 default; improve customization type.
8649 (gnus-emphasis-custom-with-format): New macro.
8650 (gnus-emphasis-custom-value-to-external): New function.
8651 (gnus-emphasis-custom-value-to-internal): New function.
8652
8653 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8654
8655 * dns.el (query-dns): Resolve reverse addresses.
8656
8657 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8658
8659 * gnus-group.el (gnus-group-get-new-news): Use it.
8660
8661 * gnus-start.el (gnus-check-reasonable-setup): New function.
8662
8663 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
8664
8665 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
8666 "Args out of range" error. Reported by Arnaud Giersch
8667 <arnaud.giersch@free.fr>.
8668
8669 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
8670
8671 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
8672
8673 2004-11-04 Richard M. Stallman <rms@gnu.org>
8674
8675 * spam.el (spam group): Add :version.
8676
8677 * pgg-def.el (pgg group): Add :version.
8678
8679 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
8680
8681 * gnus-art.el (gnus-article-edit-article): Don't associate the
8682 article buffer with a draft file. This is a temporary measure
8683 against the 2004-08-22 change to gnus-article-edit-mode.
8684
8685 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8686
8687 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
8688 (html2text-format-tags): Remove unused variable `attr'.
8689
8690 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
8691
8692 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
8693
8694 * spam-stat.el (spam-stat): Add :version.
8695
8696 * sieve.el (sieve): Add :version.
8697
8698 * sha1.el (sha1): Add :version.
8699 (sha1-use-external): Remove redundant version.
8700
8701 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
8702 (nnmail-cache-ignore-groups, nnmail-spool-hook)
8703 (nnmail-split-fancy-match-partial-words)
8704 (nnmail-split-lowercase-expanded): Add :version.
8705
8706 * nndiary.el (nndiary): Add :version.
8707
8708 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
8709
8710 * mml-sec.el (mml-default-sign-method)
8711 (mml-default-encrypt-method, mml-signencrypt-style-alist):
8712 Add :version.
8713
8714 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
8715
8716 * mm-url.el (mm-url-use-external, mm-url-program)
8717 (mm-url-arguments): Add :version.
8718
8719 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
8720 (mm-attachment-file-modes, mm-decrypt-option)
8721 (mm-w3m-safe-url-regexp): Add :version.
8722
8723 * message.el (message-cite-prefix-regexp)
8724 (message-sendmail-envelope-from, message-minibuffer-local-map)
8725 (message-user-fqdn, message-completion-alist): Add :version.
8726
8727 * gnus-win.el (gnus-configure-windows-hook)
8728 (gnus-use-frames-on-any-display): Add :version.
8729
8730 * gnus-art.el (gnus-article-address-banner-alist)
8731 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
8732 (gnus-treat-from-picon, gnus-treat-mail-picon)
8733 (gnus-treat-x-pgp-sig): Add :version.
8734
8735 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
8736 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
8737 (gnus-summary-article-delete-hook)
8738 (gnus-summary-display-while-building): Add :version.
8739
8740 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
8741 (gnus-get-top-new-news-hook):Add :version.
8742
8743 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8744 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
8745
8746 * gnus-registry.el (gnus-registry): Add :version.
8747
8748 * gnus-spec.el (gnus-use-correct-string-widths)
8749 (gnus-make-format-preserve-properties): Add :version.
8750
8751 * gnus.el (gnus-group-charter-alist)
8752 (gnus-group-fetch-control-use-browse-url)
8753 (gnus-install-group-spam-parameters): Add :version.
8754
8755 * gnus-diary.el (gnus-diary): Add :version.
8756
8757 * gnus-delay.el (gnus-delay): Add :version.
8758
8759 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
8760 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
8761 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
8762 Add :version.
8763
8764 * gnus-agent.el (gnus-agent-max-fetch-size)
8765 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
8766 (gnus-agent-prompt-send-queue): Add :version.
8767
8768 * deuglify.el (gnus-outlook-deuglify): Add :version.
8769
8770 * html2text.el: Beautify code. Improve doc strings. Some
8771 checkdoc cleanup.
8772 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
8773
8774 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
8775
8776 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
8777
8778 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
8779
8780 * gnus-registry.el (gnus-registry-hashtb): Create the registry
8781 when package is loaded.
8782
8783 * spam.el (spam-summary-score-preferred-header): Add global preference
8784 for people who want to override the default SpamAssassin over
8785 Bogofilter preference (when both are set).
8786 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
8787 (spam-user-format-function-S): Check
8788 spam-summary-score-preferred-header.
8789 (spam-extra-header-to-number): Add X-Bogosity header parsing.
8790 (spam-user-format-function-S): Format the score correctly.
8791
8792 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
8793
8794 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
8795 signature file. Suggested by Manoj Srivastava
8796 <srivasta@golden-gryphon.com>.
8797
8798 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
8799 iso-2022-jp even in the Japanese language environment.
8800 Suggested by Jason Rumney <jasonr@gnu.org>.
8801
8802 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
8803
8804 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
8805 use the same characters as the dummy marks; make it free from
8806 getting affected by the language environment.
8807 (gnus-summary-read-group-1): Update mark positions only when the
8808 format spec is updated.
8809
8810 * gnus-spec.el (gnus-update-format-specifications): Return a list
8811 of updated types.
8812
8813 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
8814
8815 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
8816 of boundp to check if display-warning is available.
8817
8818 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
8819
8820 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
8821
8822 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
8823
8824 * nnspool.el (nnspool-spool-directory): Use news-path if the
8825 news-directory variable is not bound.
8826
8827 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
8828 function instead of display-warning if it is not available.
8829
8830 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
8831
8832 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
8833 v5-10: Use `point-at-bol'.
8834
8835 2004-10-26 Simon Josefsson <jas@extundo.com>
8836
8837 * hashcash.el: Fix URL in comment, reported by Cheng Gao
8838 <chenggao@gmail.com>.
8839
8840 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
8841
8842 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
8843 instead.
8844
8845 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
8846
8847 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
8848 to remove a server from the nnimap-server-buffer-alist.
8849 (nnimap-open-connection, nnimap-close-server): Use it.
8850
8851 * gnus-encrypt.el: Remove file in favor of encrypt.el.
8852
8853 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
8854
8855 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
8856 running the major-mode function.
8857
8858 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
8859
8860 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
8861 dummy marks in the right way.
8862
8863 2004-10-18 David Edmondson <dme@dme.org>
8864
8865 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
8866 excessively.
8867
8868 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
8869
8870 * gnus-util.el (gnus-split-references): Accept a nil references
8871 string and go on blissfully.
8872
8873 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
8874 cases where the references string is non-nil but has no references.
8875
8876 * encrypt.el: Add autoload tags.
8877
8878 * spam.el (spam-resolve-registrations-routine): Remove article
8879 from unregistration list too. Reported by David Hanak
8880 <dhanak@isis.vanderbilt.edu>
8881
8882 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
8883
8884 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
8885 nil. Changed custom type.
8886
8887 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
8888
8889 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
8890
8891 * gnus-sum.el (gnus-summary-move-article): Use it.
8892
8893 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
8894
8895 * encrypt.el: Add autoload cookies.
8896
8897 * spam.el (spam-backend-article-list-property)
8898 (spam-backend-get-article-todo-list)
8899 (spam-backend-put-article-todo-list, )
8900 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
8901 Resolve registrations separately.
8902 (spam-register-routine): Format comments.
8903 (spam-unregister-routine, spam-register-routine): Always call with
8904 specific-articles, no default list.
8905 (spam-summary-prepare-exit): Use the spam-classifications function.
8906
8907 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
8908 gnus-encrypt.el.
8909
8910 * encrypt.el: Copied from gnus-encrypt.el.
8911
8912 * gnus-encrypt.el: Commented that it's obsolete.
8913
8914 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
8915
8916 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
8917 (gnus-score-save): Use it.
8918
8919 * message.el (message-bury): Use `window-dedicated-p'.
8920
8921 2004-10-15 Simon Josefsson <jas@extundo.com>
8922
8923 * pop3.el (top-level): Don't require nnheader.
8924 (pop3-read-timeout): Add.
8925 (pop3-accept-process-output): Add.
8926 (pop3-read-response, pop3-retr): Use it.
8927
8928 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
8929
8930 * spam.el (spam-register-routine): Move comment.
8931 (spam-verify-bogofilter): Use 'unknown for the initial
8932 spam-bogofilter-valid state, not 'never.
8933
8934 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
8935 for netrc-machine.
8936
8937 * nnimap.el (nnimap-open-connection): Use
8938 netrc-machine-user-or-password.
8939
8940 2004-10-17 Richard M. Stallman <rms@gnu.org>
8941
8942 * gnus-registry.el (gnus-registry-unload-hook):
8943 Set as a variable with add-hook.
8944
8945 * nnspool.el (nnspool-spool-directory): Use news-directory instead
8946 of news-path.
8947
8948 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
8949
8950 * spam.el: Delete duplicate `provide'.
8951 (spam-unload-hook): Set as a variable with add-hook.
8952
8953 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
8954
8955 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
8956 in the doc string.
8957
8958 * message.el (message-ignored-news-headers)
8959 (message-ignored-supersedes-headers)
8960 (message-ignored-resent-headers)
8961 (message-forward-ignored-headers): Improve custom type.
8962
8963 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
8964
8965 * message.el (message-tokenize-header): Fix 2004-09-06 change
8966 which used point-min in the wrong place.
8967
8968 2004-10-12 Simon Josefsson <jas@extundo.com>
8969
8970 * tls.el (tls-certtool-program): New variable.
8971 (tls-certificate-information): New function, based on
8972 ssl-certificate-information.
8973
8974 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
8975
8976 * compface.el: Move the version of ELisp-based uncompface program
8977 to the contrib directory because of the copyright problem.
8978
8979 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8980
8981 * message.el (message-kill-buffer): Raise the current frame.
8982
8983 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
8984
8985 * gnus-sum.el: Mention that multibyte characters don't work as marks.
8986
8987 * gnus.el (message-y-or-n-p): Autoload.
8988
8989 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
8990 (pop3-password-required, pop3-authentication-scheme)
8991 (pop3-leave-mail-on-server): Made customizable.
8992 (pop3): New custom group.
8993 (pop3-retr): Remove `sleep-for' statements.
8994 Suggested by Dave Love <fx@gnu.org>.
8995
8996 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
8997 Windows/DOS.
8998
8999 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9000 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
9001 Dave Love <fx@gnu.org>.
9002
9003 * mml.el (mml-minibuffer-read-disposition): Require match.
9004 Suggested by Dave Love <fx@gnu.org>.
9005
9006 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
9007
9008 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
9009 doc string.
9010
9011 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
9012
9013 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9014
9015 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9016
9017 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9018 instead of calling `mm-insert-inline', to decode text/* parts
9019 before displaying them.
9020
9021 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9022
9023 * mm-uu.el (mm-uu-text-plain-type): New variable.
9024 (mm-uu-pgp-signed-extract-1): Use it.
9025 (mm-uu-pgp-encrypted-extract-1): Use it.
9026 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9027 bind mm-uu-text-plain-type with that value.
9028 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9029 mm-uu-dissect.
9030
9031 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9032
9033 * gnus-group.el (gnus-update-group-mark-positions):
9034 * gnus-sum.el (gnus-update-summary-mark-positions):
9035 * message.el (message-check-news-body-syntax):
9036 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9037 of string-as-multibyte.
9038
9039 2004-10-05 Juri Linkov <juri@jurta.org>
9040
9041 * gnus-group.el (gnus-update-group-mark-positions):
9042 * gnus-sum.el (gnus-update-summary-mark-positions):
9043 * message.el (message-check-news-body-syntax):
9044 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9045 8-bit unibyte values to a multibyte string for search functions.
9046
9047 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9048
9049 * mm-uu.el (mm-uu-dissect): Allow optional arg.
9050 (mm-uu-dissect-text-parts): New function.
9051
9052 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9053 dissect text parts.
9054
9055 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9056 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9057
9058 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9059
9060 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9061 gnus-current-topics instead of gnus-current-topic.
9062
9063 2004-10-06 Jesper Harder <harder@ifa.au.dk>
9064
9065 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9066
9067 2004-10-05 Jesper Harder <harder@ifa.au.dk>
9068
9069 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9070 where approriate.
9071
9072 * nnml.el (nnml-generate-active-info): do.
9073
9074 * nndiary.el (nndiary-generate-active-info): do.
9075
9076 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9077 (gnus-topic-move): do.
9078
9079 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9080 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9081
9082 * gnus-srvr.el (gnus-server-prepare)
9083 (gnus-server-open-all-servers): do.
9084
9085 * gnus-msg.el (gnus-summary-cancel-article)
9086 (gnus-summary-resend-message)
9087 (gnus-summary-mail-crosspost-complaint): do.
9088
9089 * gnus-move.el (gnus-change-server): do.
9090
9091 * gnus-group.el (gnus-group-unmark-all-groups)
9092 (gnus-group-set-current-level): do.
9093
9094 2004-10-04 Simon Josefsson <jas@extundo.com>
9095
9096 * message.el (message-generate-hashcash): Doc fix.
9097
9098 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
9099
9100 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9101 avoid infinite recursion via gnus-get-function.
9102
9103 2004-10-02 Jesper Harder <harder@ifa.au.dk>
9104
9105 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9106
9107 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9108
9109 * nnmail.el (nnmail-split-history): do.
9110
9111 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9112 (nnml-request-delete-group): do.
9113
9114 * nnslashdot.el (nnslashdot-read-groups): do.
9115
9116 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9117 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9118
9119 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9120 (nnspool-sift-nov-with-sed): Use last
9121 (nnspool-retrieve-headers-with-nov): Use mapc.
9122 (nnspool-request-newgroups): Use dolist.
9123 (nnspool-request-group): Use last.
9124
9125 * nntp.el (nntp-read-server-type): Use dolist.
9126
9127 * nnvirtual.el (nnvirtual-create-mapping)
9128 (nnvirtual-update-read-and-marked): Use dolist.
9129 (nnvirtual-convert-headers): Simplify.
9130
9131 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9132
9133 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9134 support for sync'ing tick marks.
9135
9136 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
9137
9138 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9139 there's no visible header.
9140
9141 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9142
9143 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9144 necessary, pass full group name to gnus-request-set-marks.
9145
9146 2004-10-01 Simon Josefsson <jas@extundo.com>
9147
9148 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
9149 acroread.
9150
9151 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9152
9153 * spam-report.el (spam-report-gmane): Fix interactive.
9154
9155 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9156
9157 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9158 when writing file.
9159 (gnus-agent-synchronize-flags): Don't default to being
9160 interactive.
9161
9162 2004-09-30 Simon Josefsson <jas@extundo.com>
9163
9164 * message.el (message-generate-hashcash): Add.
9165 (message-send-mail): Use it, call mail-add-payment.
9166
9167 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
9168
9169 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
9170
9171 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
9172
9173 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
9174 gnus-requst-update-info with explicit code to sync the in-memory
9175 info read flags with the marks being sync'd to the backend.
9176
9177 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
9178
9179 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9180
9181 * spam.el (spam-verify-bogofilter): Add new function.
9182 (spam-check-bogofilter)
9183 (spam-bogofilter-register-with-bogofilter): Use it.
9184 (spam-verify-bogofilter): Add small fixes.
9185
9186 2004-09-28 Simon Josefsson <jas@extundo.com>
9187
9188 * hashcash.el (hashcash-generate-payment): Revert.
9189
9190 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9191
9192 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
9193 gnus-extract-references instead of gnus-split-references.
9194
9195 * gnus-util.el (gnus-extract-references): Add new function, analogous
9196 to gnus-split-references but extracts only the message-ID without
9197 anything extra.
9198
9199 * hashcash.el (hashcash-generate-payment)
9200 (hashcash-check-payment): Do the right thing if hashcash-path is
9201 nil (because the hashcash program could not be found).
9202
9203 * spam.el (spam-use-hashcash): Remove comment.
9204
9205 2004-09-27 Jesper Harder <harder@ifa.au.dk>
9206
9207 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
9208 (gnus-cache-enter-article, gnus-cache-remove-article)
9209 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
9210
9211 * gnus-async.el (gnus-async-prefetch-remove-group): do.
9212
9213 * gnus-art.el (article-hide-boring-headers)
9214 (article-translate-strings, article-display-face)
9215 (gnus-article-mime-match-handle-first)
9216 (gnus-article-highlight-headers)
9217 (gnus-article-add-buttons-to-head): do.
9218
9219 2004-09-27 Simon Josefsson <jas@extundo.com>
9220
9221 * hashcash.el: New version, from
9222 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
9223 ../contrib/.
9224
9225 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
9226
9227 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
9228
9229 2004-09-26 Jesper Harder <harder@ifa.au.dk>
9230
9231 * gnus-dup.el (gnus-dup-open): Use mapc.
9232 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
9233
9234 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
9235 Reported by Stefan Wiens <s.wi@gmx.net>.
9236
9237 * gnus.el (gnus-shutdown): Use dolist.
9238
9239 * gnus-undo.el (gnus-undo): Use mapc.
9240
9241 * nnrss.el (nnrss-generate-active): do.
9242
9243 * message.el (message-cite-original-without-signature)
9244 (message-cite-original): Use mapc.
9245 (message-do-actions, message-make-forward-subject): Use dolist.
9246
9247 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9248
9249 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
9250 deletion to remove entire duplicate line. Fixes merged article
9251 number bug.
9252
9253 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9254
9255 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
9256 servers that are offline. Avoids having gnus-agent-toggle-plugged
9257 first ask if you want to open a server and then, even when you
9258 responded with no, asking if you want to synchronize the server's
9259 flags.
9260 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
9261 multi-line expressions.
9262 (gnus-agent-synchronize-group-flags): New internal function.
9263 Updates marks in memory (in the info structure) AND in the
9264 backend.
9265
9266 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
9267
9268 * nnagent.el (nnagent-request-set-mark): Use
9269 gnus-agent-synchronize-group-flags, not backend's request-set-mark
9270 method, to ensure that synchronization updates marks in the
9271 backend and in the info (in memory) structure.
9272
9273 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9274
9275 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
9276 convention fully; don't miss the root article of a thread; make
9277 the X-Draft-From header with correct article numbers.
9278
9279 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
9280
9281 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
9282 unless plugged. Disable the agent so that an open failure causes
9283 an error.
9284
9285 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
9286 Reverted 2004-09-21 change. The backend must be opened while
9287 synchronizing flags even when the backend stores the flags
9288 locally.
9289
9290 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
9291
9292 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
9293 in `header' match. Reported by Svend Tollak Munkejord.
9294
9295 * message.el (message-cite-original): Fix use of
9296 `message-cite-articles-with-x-no-archive'.
9297
9298 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9299
9300 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
9301 (gnus-window-to-buffer): Ditto.
9302
9303 * mml.el (mml-preview-buffer): New variable.
9304 (mml-preview): Manage window layout with gnus-buffer-configuration.
9305
9306 * gnus-msg.el (gnus-setup-message): Put article numbers into the
9307 X-Draft-From header even if those articles aren't quoted.
9308
9309 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
9310
9311 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
9312 (gnus-request-set-mark, gnus-request-update-mark): Use new
9313 g-s-t-u-l-m to decide to use backend even when unplugged.
9314
9315 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
9316
9317 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
9318 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
9319
9320 2004-09-20 Simon Josefsson <jas@extundo.com>
9321
9322 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
9323 "utf-16-le".
9324
9325 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9326
9327 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
9328
9329 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
9330
9331 * uudecode.el (uudecode-use-external): Add :version.
9332
9333 * smime.el (smime-CA-file, smime-encrypt-cipher)
9334 (smime-dns-server): Add :version.
9335
9336 * smiley.el (gnus-smiley-file-types): Add :version.
9337
9338 * sha1.el (sha1-use-external): Add :version.
9339
9340 * pgg-def.el (pgg-query-keyserver): Add :version.
9341
9342 * nnmail.el (nnmail-fancy-expiry-targets)
9343 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
9344 Add :version.
9345
9346 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
9347 (nnimap-retrieve-groups-asynchronous): Add :version.
9348 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
9349
9350 * mml.el (mml-content-disposition-parameters)
9351 (mml-insert-mime-headers-always): Add :version.
9352
9353 * mm-util.el (mm-coding-system-priorities): Add :version.
9354
9355 * mm-decode.el (mm-inline-text-html-with-images)
9356 (mm-keep-viewer-alive-types, mm-external-terminal-program)
9357 (mm-verify-option): Add :version.
9358 (mm-text-html-renderer): Change :version.
9359
9360 * message.el (message-fcc-externalize-attachments)
9361 (message-required-headers, message-draft-headers)
9362 (message-subject-trailing-was-query)
9363 (message-subject-trailing-was-ask-regexp)
9364 (message-subject-trailing-was-regexp, message-mark-insert-begin)
9365 (message-mark-insert-end, message-archive-header)
9366 (message-archive-note, message-cross-post-default)
9367 (message-cross-post-note, message-followup-to-note)
9368 (message-cross-post-note-function, message-use-mail-followup-to)
9369 (message-subscribed-address-functions)
9370 (message-subscribed-address-file, message-subscribed-addresses)
9371 (message-subscribed-regexps, message-allow-no-recipients)
9372 (message-yank-cited-prefix, message-signature-insert-empty-line)
9373 (message-hidden-headers, message-hierarchical-addresses)
9374 (message-mail-user-agent, message-use-idna)
9375 (message-valid-fqdn-regexp)
9376 (message-strip-special-text-properties, message-header-synonyms)
9377 (message-beginning-of-line, message-tab-body-function): Add :version.
9378 (message-insert-canlock, message-wide-reply-confirm-recipients):
9379 Change :version.
9380
9381 * mail-source.el (mail-source-ignore-errors): Add :group, :type
9382 and :version.
9383 (mail-source-delete-old-incoming-confirm)
9384 (mail-source-movemail-program): Add :version.
9385
9386 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
9387 (gnus-agent-cache, gnus-agent): Change :version.
9388
9389 * gnus-util.el (gnus-use-byte-compile): Change :version.
9390
9391 * gnus-sum.el (gnus-summary-make-false-root-always)
9392 (gnus-summary-default-high-score)
9393 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
9394 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
9395 (gnus-read-all-available-headers, gnus-article-emulate-mime)
9396 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
9397 (gnus-sum-thread-tree-single-indent)
9398 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9399 (gnus-sum-thread-tree-leaf-with-other)
9400 (gnus-sum-thread-tree-single-leaf): Add :version.
9401 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
9402 (gnus-article-loose-mime): Change :version.
9403
9404 * gnus-start.el (gnus-backup-startup-file)
9405 (gnus-save-startup-file-via-temp-buffer): Add :version.
9406
9407 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
9408 (gnus-server-offline-face): Add :version.
9409
9410 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
9411
9412 * gnus-msg.el (gnus-gcc-externalize-attachments)
9413 (gnus-debug-files, gnus-debug-exclude-variables)
9414 (gnus-discouraged-post-methods): Change :version.
9415 (gnus-confirm-mail-reply-to-news)
9416 (gnus-confirm-treat-mail-like-news): Add :version.
9417
9418 * gnus-int.el (gnus-server-unopen-status): Add :version.
9419
9420 * gnus-group.el (gnus-group-jump-to-group-prompt)
9421 (gnus-large-ephemeral-newsgroup)
9422 (gnus-fetch-old-ephemeral-headers): Add :version.
9423
9424 * gnus-fun.el (gnus-x-face-directory)
9425 (gnus-convert-pbm-to-x-face-command)
9426 (gnus-convert-image-to-x-face-command)
9427 (gnus-convert-image-to-face-command): Add :version.
9428
9429 * gnus-delay.el (gnus-delay-default-hour): Add :version.
9430
9431 * gnus-cite.el (gnus-cite-blank-line-after-header)
9432 (gnus-article-boring-faces): Add :version.
9433
9434 * gnus-art.el (gnus-buttonized-mime-types)
9435 (gnus-inhibit-mime-unbuttonizing)
9436 (gnus-treat-display-face)
9437 (gnus-treat-body-boundary): Change :version.
9438 (gnus-body-boundary-delimiter, gnus-picon-databases)
9439 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
9440 (gnus-treat-date-english, gnus-treat-fold-headers)
9441 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
9442 (gnus-treat-mail-picon, gnus-treat-wash-html)
9443 (gnus-article-encrypt-protocol)
9444 (gnus-use-idna, gnus-article-over-scroll)
9445 (gnus-mime-display-multipart-alternative-as-mixed)
9446 (gnus-mime-display-multipart-related-as-mixed)
9447 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
9448 (gnus-ctan-url, gnus-button-ctan-handler)
9449 (gnus-button-handle-ctan-bogus-regexp)
9450 (gnus-button-ctan-directory-regexp)
9451 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
9452 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
9453 (gnus-button-man-level, gnus-button-emacs-level)
9454 (gnus-button-message-level, gnus-button-browse-level): Add :version.
9455
9456 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
9457 (gnus-agent-go-online): Change :version.
9458 (gnus-agent-expire-unagentized-dirs)
9459 (gnus-agent-auto-agentize-methods): Add :version.
9460
9461 * flow-fill.el (fill-flowed-display-column)
9462 (fill-flowed-encode-column): Add :version.
9463
9464 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9465 (gnus-outlook-deuglify-unwrap-max)
9466 (gnus-outlook-deuglify-cite-marks)
9467 (gnus-outlook-deuglify-unwrap-stop-chars)
9468 (gnus-outlook-deuglify-no-wrap-chars)
9469 (gnus-outlook-deuglify-attrib-cut-regexp)
9470 (gnus-outlook-deuglify-attrib-verb-regexp)
9471 (gnus-outlook-deuglify-attrib-end-regexp)
9472 (gnus-outlook-display-hook): Add :version.
9473
9474 * binhex.el (binhex-use-external): Add :version.
9475
9476 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
9477
9478 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
9479 and `invisible'.
9480
9481 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9482
9483 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
9484 in gnus-registry-trim.
9485
9486 2004-09-13 Simon Josefsson <jas@extundo.com>
9487
9488 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
9489
9490 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
9491
9492 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
9493 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9494 <yamaoka@jpl.org>.
9495 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
9496 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9497 <yamaoka@jpl.org>.
9498
9499 * sieve.el (sieve-manage-mode): Ditto.
9500
9501 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
9502
9503 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
9504
9505 2004-09-11 Simon Josefsson <jas@extundo.com>
9506
9507 * dns-mode.el: Add.
9508
9509 * mm-view.el (mm-display-dns-inline): Add.
9510
9511 * mm-decode.el (mm-inline-media-tests): Add text/dns.
9512 (mm-automatic-display): Ditto.
9513
9514 * mailcap.el (mailcap-mime-data): Add text/dns.
9515 (mailcap-mime-extensions): Map .soa to text/dns.
9516
9517 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
9518
9519 * gnus-art.el (article-decode-mime-words, article-babel)
9520 (gnus-article-highlight-signature, gnus-article-add-buttons)
9521 (gnus-signature-toggle): Remove unnecessary bindings of
9522 `inhibit-read-only' inherited from v5.10 merge.
9523
9524 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
9525
9526 * nntp.el (nntp): New customization group.
9527 (nntp-authinfo-file): Add customization group.
9528
9529 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
9530
9531 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
9532
9533 * gnus.el (to-address, to-list, subscribed)
9534 (large-newsgroup-initial): Ditto.
9535
9536 * flow-fill.el (fill-flowed-display-column)
9537 (fill-flowed-encode-column): Ditto.
9538
9539 2004-09-06 Stefan <monnier@iro.umontreal.ca>
9540
9541 * message.el (message-tokenize-header, message-send-mail-with-qmail):
9542 Use point-min rather than 1.
9543 (message-send-mail): Use buffer-size rather than point-max.
9544
9545 * gnus-sum.el (gnus-summary-search-article-forward):
9546 Signal a specific `search-failed' rather than a generic `error'.
9547
9548 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
9549 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
9550 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
9551
9552 2004-09-10 Simon Josefsson <jas@extundo.com>
9553
9554 * nndb.el (require): Remove tcp and duplicate cl.
9555
9556 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
9557
9558 * gnus-agent.el (directory-files-and-attributes): Move forward.
9559
9560 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
9561
9562 * gnus-agent.el (directory-files-and-attributes): Optionally
9563 defined to support XEmacs.
9564
9565 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
9566
9567 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
9568 to avoid run-time CL dependencies.
9569 (gnus-agent-unfetch-articles): New function.
9570 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
9571 article numbers even when local .overview file is missing.
9572 (gnus-agent-read-article-number): New function. Only accepts
9573 27-bit article numbers.
9574 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
9575 gnus-agent-read-article-number.
9576 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
9577 from backend while recognizing that article numbers in .overview
9578 must be valid.
9579 (gnus-agent-update-files-total-fetched-for): Use
9580 directory-files-and-attributes to improve performance.
9581 * gnus-int.el (gnus-request-move-article): Use
9582 gnus-agent-unfetch-articles in place of gnus-agent-expire to
9583 improve performance.
9584
9585 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
9586 some users confused by references to .newsrc when they only have a
9587 .newsrc.eld file.
9588 (gnus-convert-mark-converter-prompt)
9589 (gnus-convert-converter-needs-prompt): Fixed use of property list.
9590 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
9591 New function. Used internally to only display 'gnus converting
9592 files' message when actually necessary.
9593
9594 * gnus-sum.el (): Removed (require 'gnus-agent) as required
9595 methods now autoloaded.
9596
9597 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
9598
9599 * gnus-sum.el (gnus-summary-insert-subject): Remove list
9600 identifiers.
9601
9602 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
9603
9604 * gnus-picon.el: Fix indentation and closing parenthesis.
9605
9606 2004-09-01 Simon Josefsson <jas@extundo.com>
9607
9608 * message.el (message-canlock-generate): Require sha1, not
9609 sha1-el. (Can we get rid of this require alltogheter? It is ugly
9610 to require within a function. Sadly, if sha1.el isn't loaded, the
9611 let binding in m-c-g will hide the defcustom definition, which is
9612 bad.)
9613
9614 * canlock.el: Require sha1, not sha1-el.
9615
9616 * message.el: Don't autoload sha1 (there is a autoload cookie in
9617 sha1.el).
9618
9619 * sha1-el.el: Renamed to sha1.el.
9620
9621 2004-08-30 Juanma Barranquero <lektu@terra.es>
9622
9623 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
9624
9625 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9626
9627 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
9628
9629 2004-08-30 Kim F. Storm <storm@cua.dk>
9630
9631 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
9632
9633 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
9634 Add :group 'nnimap.
9635
9636 2004-08-30 Andreas Schwab <schwab@suse.de>
9637
9638 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
9639 ?* and ?\;.
9640
9641 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
9642 and ?\' to symbol instead of whitespace.
9643
9644 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
9645
9646 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
9647
9648 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
9649 instead of re-search-forward.
9650
9651 * gnus-uu.el (gnus-uu-save-article): Ditto.
9652 (gnus-uu-post-encode-uuencode): Ditto.
9653
9654 * html2text.el (html2text-clean-list-items): Ditto.
9655 (html2text-clean-dtdd): Ditto.
9656 (html2text-format-tags): Ditto.
9657
9658 * message.el (message-send-mail-with-sendmail): Fix regexp.
9659 (message-fill-field-general): Use search-forward instead of
9660 re-search-forward.
9661 (unbold-region): Ditto.
9662
9663 * nnrss.el (nnrss-request-article): Ditto.
9664
9665 * nnslashdot.el (nnslashdot-request-article): Ditto.
9666
9667 * nnweb.el (nnweb-gmane-wash-article): Ditto.
9668
9669 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
9670 "Unrecognized menu descriptor" error in XEmacs.
9671
9672 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
9673
9674 * gnus-sum.el (gnus-read-header): Don't remove a header for the
9675 parent article of a sparse article in the thread hashtb.
9676
9677 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
9678
9679 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
9680 (nnmail-expand-newtext): Lowercase expanded entries if
9681 nnmail-split-lowercase-expanded is non-nil.
9682
9683 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
9684
9685 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
9686
9687 * gnus-group.el (gnus-group-line-format-alist): Convert the value
9688 of gnus-tmp-news-method into string under XEmacs. It will be
9689 passed to gnus-correct-length which takes only a string argument.
9690
9691 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
9692
9693 * gnus-util.el (gnus-bind-print-variables): New macro.
9694 (gnus-prin1): Use it.
9695 (gnus-prin1-to-string): Use it.
9696 (gnus-pp): New function.
9697 (gnus-pp-to-string): New function.
9698
9699 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
9700 Replace pp-to-string with gnus-pp-to-string.
9701 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
9702 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
9703 * gnus-msg.el (gnus-debug): Ditto.
9704 * gnus-score.el (gnus-score-save): Ditto.
9705 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
9706 gnus-pp-to-string.
9707 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
9708 with gnus-pp.
9709 * score-mode.el (gnus-score-pretty-print): Ditto.
9710 * webmail.el (webmail-debug): Ditto.
9711
9712 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
9713
9714 * gnus-art.el (article-display-face, article-display-x-face):
9715 Use buffer-read-only.
9716
9717 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
9718
9719 * gnus-art.el (article-hide-list-identifiers):
9720 Bind inhibit-read-only as t.
9721
9722 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
9723
9724 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
9725
9726 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9727
9728 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
9729 (gnus-narrow-to-page): Don't assume point-min == 1.
9730 (gnus-article-edit-mode): Derive from message-mode.
9731
9732 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
9733 point-min == 1.
9734
9735 * imap.el (imap-parse-address-list, imap-parse-body-ext):
9736 Disable incorrect use of `assert'.
9737
9738 * message.el (message-mode): Set comment-start-skip.
9739
9740
9741 2004-08-22 Sam Steingold <sds@gnu.org>
9742
9743 * pop3.el (pop3-leave-mail-on-server): New user variable.
9744 (pop3-movemail): Delete mail only when it is nil.
9745
9746 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
9747
9748 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
9749
9750 * mml.el (mml-preview): Use `pop-to-buffer'.
9751
9752 * message.el (message-goto-mail-followup-to): Insert after "To".
9753 (message-carefully-insert-headers): Add comment.
9754
9755 * gnus.el: Remove unused variable `gnus-article-check-size'.
9756
9757 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
9758
9759 * gnus-art.el (gnus-button-alist): Improve
9760 `gnus-button-handle-library' entry.
9761
9762 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
9763
9764 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
9765 downcase, since XEmacs capitalizes error messages differently.
9766
9767 2004-08-18 Jesper Harder <harder@ifa.au.dk>
9768
9769 * nntp.el: Add (require 'gnus) due to reference to
9770 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
9771
9772 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
9773
9774 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
9775 `mm-fill-flowed'.
9776
9777 * mm-decode.el (mm-dissect-singlepart): Check it.
9778
9779 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
9780
9781 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
9782 'imap' for netrc parsing.
9783
9784 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
9785
9786 * mailcap.el (mailcap-mime-data): Mark as risky.
9787
9788 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
9789
9790 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
9791 may be included in the encoded word.
9792 (rfc2047-encode): Don't append a space if the encoded word
9793 includes close parenthesis.
9794
9795 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
9796
9797 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
9798 of text within parentheses.
9799
9800 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
9801
9802 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
9803 (gnus-encrypt-write-file-contents): Make the password key the file
9804 name PLUS the cipher, not just the cipher. Also remove failed
9805 passwords from the cache.
9806
9807 2004-08-06 Simon Josefsson <jas@extundo.com>
9808
9809 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
9810 fix.
9811
9812 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
9813
9814 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
9815 LWSP.
9816
9817 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
9818
9819 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
9820 to append in-reply-to: data to the references: header.
9821
9822 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
9823 (netrc-parse): Use gnus-encrypt.el functions.
9824
9825 * gnus-encrypt.el: Add new file for encryption support; currently
9826 does only a few GPG ciphers and an internal XOR cipher.
9827
9828 * password.el: Add comments on using password-read-and-add.
9829 (password-read-and-add): Add function to read and add the
9830 password to the cache at once.
9831
9832 2004-07-28 Simon Josefsson <jas@extundo.com>
9833
9834 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
9835 parameter (but don't use it, for now).
9836
9837 * imap.el (imap-ssl-open): Use imap-process-connection-type,
9838 instead of hard coding to nil.
9839
9840 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
9841
9842 * mm-view.el (mm-inline-image-emacs): Open lines under an image
9843 as mm-inline-image-xemacs does.
9844
9845 2004-07-26 Simon Josefsson <jas@extundo.com>
9846
9847 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
9848 Revert part of 2004-07-17 change below.
9849
9850 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
9851
9852 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
9853 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9854
9855 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9856
9857 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
9858 quotes that actually start with ">" at the beginning of the
9859 lines.
9860
9861 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
9862
9863 * rfc2047.el (rfc2047-encode-region): Fix last change.
9864 (rfc2047-encode-parameter): Remove useless concat.
9865
9866 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
9867
9868 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
9869 encode special characters; fix some kind of misconfigured headers;
9870 signal a real error if debug-on-quit or debug-on-error is non-nil.
9871 (rfc2047-encode-max-chars): New variable.
9872 (rfc2047-encode-1): Use it.
9873 (rfc2047-encode-parameter): New function.
9874
9875 * mml.el (mml-insert-parameter): Remove an excessive space.
9876
9877 2004-07-17 Simon Josefsson <jas@extundo.com>
9878
9879 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
9880 Kai Grossjohann <kai@emptydomain.de>.
9881 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
9882 (gnus-group-make-menu-bar): Ditto.
9883
9884 * gnus-util.el (gnus-group-server): Add.
9885
9886 2004-07-16 Jesper Harder <harder@ifa.au.dk>
9887
9888 * message.el (message-clone-locals): Clone sendmail and smtp
9889 variables.
9890
9891 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
9892
9893 * rfc2047.el (rfc2047-encode-region): Fix last change.
9894
9895 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
9896
9897 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
9898 characters as non-special.
9899
9900 2004-07-09 Simon Josefsson <jas@extundo.com>
9901
9902 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
9903 Users will lose all flag changes made while unplugged with
9904 e.g. nntp unless flag synchronization happens, thus `nil' is not a
9905 good default. See numerous reports on ding mailing list.
9906
9907 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
9908
9909 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
9910 add generate-head-function and generate-article-function to the
9911 rfc822-forward entry.
9912 (nndoc-rfc822-forward-generate-article): New function.
9913 (nndoc-rfc822-forward-generate-head): New function.
9914
9915 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
9916
9917 2004-07-06 Dan Christensen <jdc@uwo.ca>
9918
9919 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
9920 respect display group parameter and gnus-summary-expunge-below.
9921 (gnus-articles-to-read): Remove unused reference to display group
9922 parameter.
9923
9924 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9925
9926 * nnheader.el (nnheader-uniquify-message-id): New experimental
9927 variable.
9928 (nnheader-nov-read-message-id): Use it.
9929
9930 * spam-report.el (spam-report-gmane): Add interactive.
9931
9932 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
9933
9934 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
9935 qp-or-base64 for the application/* types.
9936
9937 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
9938
9939 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
9940
9941 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
9942
9943 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
9944 trim value.
9945
9946 2004-01-25 Paul Jarc <prj@po.cwru.edu>
9947
9948 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
9949 New macro and function.
9950 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
9951
9952 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
9953
9954 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
9955 after-load-alist.
9956
9957 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9958
9959 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
9960 update info that isn't there.
9961
9962 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
9963
9964 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
9965 entry.
9966
9967 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
9968
9969 * mm-view.el (mm-inline-render-with-function): Use multibyte
9970 buffer; decode html source by charset.
9971
9972 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
9973
9974 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
9975 Mule-UCS is loaded under XEmacs.
9976 (mm-mime-mule-charset-alist): Avoid duplicated entries.
9977
9978 2004-06-28 Jesper Harder <harder@ifa.au.dk>
9979
9980 * nnheader.el (nnheader-max-head-length): Increase to 8192.
9981
9982 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
9983
9984 * mm-util.el (mm-coding-system-p): Return a coding-system.
9985 (mm-mime-mule-charset-alist): Use shift_jis instead of
9986 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
9987 entries for the mime charsets iso-2022-jp-3 and shift_jis.
9988 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
9989 instead of japanese-shift-jis and iso-latin-1 respectively in
9990 order to share the default value with both Emacs and XEmacs-mule.
9991 (mm-mule-charset-to-mime-charset): Make
9992 mm-coding-system-priorities effective.
9993 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
9994 while predicating of candidates upon the priorities.
9995
9996 2004-06-27 Jesper Harder <harder@ifa.au.dk>
9997
9998 * gnus-sum.el (gnus-summary-make-menu-bar): Add
9999 gnus-uu-invert-processable.
10000
10001 * gnus.el: Autoload gnus-uu-invert-processable.
10002
10003 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
10004
10005 * mm-util.el (mm-with-multibyte-buffer): New macro.
10006
10007 * rfc2047.el (rfc2047-encode-string): Use it.
10008 (rfc2047-encode-region): Move point to the end of the region after
10009 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10010
10011 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10012
10013 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10014 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10015
10016 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10017
10018 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10019 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
10020 Karl Chen <quarl@nospam.quarl.org>.
10021
10022 2004-06-23 Jesper Harder <harder@ifa.au.dk>
10023
10024 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10025 invalid addresses.
10026
10027 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
10028
10029 * spam.el: Change section markers, revise TODO list.
10030 (spam-backends): Make new master list of all installed backends.
10031 (spam-summary-exit-behavior): Add new variable to determine how
10032 messages moves are done at summary exit.
10033 (spam-move-spam-nonspam-groups-only)
10034 (spam-process-ham-in-nonham-groups)
10035 (spam-process-ham-in-spam-groups): Remove variables, the
10036 spam-summary-exit-behavior variable should be used to manage this
10037 behavior.
10038 (spam-old-ham-articles, spam-old-spam-articles): Remove.
10039 (spam-old-articles): Add variable, replacing spam-old-ham-articles
10040 and spam-old-spam-articles.
10041 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10042 Add empty variables, placeholders for the backends they represent.
10043 (spam-set-difference): Move, unchanged.
10044 (spam-list-of-processors): Declare OBSOLETE, not used anymore
10045 unless the user has a processor variable.
10046 (spam-classifications, spam-classification-valid-p)
10047 (spam-backend-properties, spam-backend-property-valid-p)
10048 (spam-backend-function-type-valid-p)
10049 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10050 (spam-report-articles-gmane, spam-report-articles-resend):
10051 Remove functions, they are not needed.
10052 (spam-install-backend-super, spam-backend-list)
10053 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10054 (spam-backend-function, spam-backend-ham-registration-function)
10055 (spam-backend-spam-registration-function)
10056 (spam-backend-ham-unregistration-function)
10057 (spam-backend-spam-unregistration-function)
10058 (spam-backend-statistical-p, spam-backend-mover-p)
10059 (spam-install-backend-alias, spam-install-checkonly-backend)
10060 (spam-install-mover-backend, spam-install-nocheck-backend)
10061 (spam-install-backend, spam-install-statistical-backend)
10062 (spam-install-statistical-checkonly-backend): Add backend installation
10063 support.
10064 (spam-summary-prepare-exit): Rewrite to use the new backend code.
10065 (spam-group-processor-p): Use the new backend code and respect the
10066 summary exit behavior.
10067 (spam-mark-spam-as-expired-and-move-routine): Remove.
10068 (spam-summary-prepare): Change to use the new spam-old-articles
10069 variable.
10070 (spam-copy-or-move-routine, spam-copy-spam-routine)
10071 (spam-move-spam-routine, spam-copy-ham-routine)
10072 (spam-move-ham-routine): Add code to copy/move ham or spam.
10073 (spam-fetch-field-fast): Improve doc and code, plus allow the
10074 'number request.
10075 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10076 variables.
10077 (spam-split, spam-find-spam): Use the new backend code.
10078 (spam-registration-functions): Remove variable.
10079 (spam-unregister-routine): Add convenience wrapper.
10080 (spam-log-undo-registration, spam-register-routine)
10081 (spam-log-processing-to-registry)
10082 (spam-log-unregistration-needed-p): Rename "check" to "backend"
10083 where possible.
10084 (spam-check-gmane-xref, spam-check-regex-headers)
10085 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10086 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10087 (spam-check-bogofilter-headers, spam-check-spamoracle)
10088 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10089 (spam-check-crm114-headers): Use the spam-split-group that
10090 spam-split prepares, no need to determine it every time.
10091
10092 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10093 to the nnheader-parse-naked-head call.
10094
10095 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10096
10097 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10098 the nnheader-nov-read-message-id call.
10099
10100 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
10101
10102 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10103 gnus-activate-group twice. Suggested by Markus Peter
10104 <warp@spin.de>.
10105
10106 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
10107
10108 * gnus-art.el (gnus-article-time-format): Exchange the order of
10109 day and month in the default value; fix customization type.
10110 (article-date-ut): Use add-text-properties.
10111 (article-make-date-line): Use message-make-date instead of
10112 current-time-string.
10113
10114 * message.el (message-fetch-field): Don't use set-text-properties.
10115 (message-make-date): Simplify.
10116
10117 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
10118
10119 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10120 (rfc2047-encode-region): Treat text within parentheses as special;
10121 show the original text when error has occurred.
10122
10123 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10124 already-computed method to gnus-activate-group.
10125
10126 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10127 same select-methods identical Lisp objects.
10128
10129 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10130 object when modifying the info.
10131
10132 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
10133
10134 * gnus-srvr.el (gnus-server-set-info): Remove the server from
10135 gnus-opened-servers since it has never been opened with the new
10136 configuration yet.
10137
10138 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
10139
10140 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10141 arg to nnheader-generate-fake-message-id.
10142
10143 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
10144
10145 * nnheader.el (nnheader-generate-fake-message-id): Accept a
10146 number and build a fake message ID localized to a group and
10147 article number (so it's repeatable from that point on).
10148 (nnheader-fake-message-id-p): Change regex to accomodate new fake
10149 ID format.
10150
10151 * gnus-sum.el (gnus-get-newsgroup-headers): Call
10152 nnheader-generate-fake-message-id with the article number.
10153
10154 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
10155
10156 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
10157 end-of-buffer.
10158
10159 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10160
10161 * message.el (message-ignored-supersedes-headers): Add Approved.
10162
10163 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
10164
10165 * rfc2047.el (rfc2047-encode-message-header): Remove useless
10166 goto-char.
10167 (rfc2047-encode): Fold the line before encoding.
10168
10169 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10170
10171 * rfc2047.el (rfc2047-encode-message-header): Disabled header
10172 folding -- not all headers can be folded, and this should be done
10173 by the message composition mode. Probably. I think.
10174
10175 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
10176
10177 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
10178 fast.
10179
10180 * gnus-ems.el (gnus-remove-image): Don't use
10181 message-text-with-property; remove only the image found first.
10182
10183 2004-06-09 Jesper Harder <harder@ifa.au.dk>
10184
10185 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
10186
10187 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
10188
10189 * message.el (message-text-with-property): Make it fast and accept
10190 optional arguments.
10191 (message-strip-forbidden-properties): Use it.
10192 (message-fix-before-sending): Follow the m-t-w-p change.
10193
10194 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
10195
10196 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
10197
10198 * gnus-art.el (article-hide-headers): Don't change the buffer
10199 mistakenly when performing mml-preview even if
10200 gnus-single-article-buffer is nil.
10201
10202 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
10203
10204 * message.el (message-expand-name-databases): New user option.
10205 (message-expand-name): Use it.
10206
10207 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
10208
10209 * spam.el (spam-report-articles-resend)
10210 (spam-report-resend-register-routine): Allow ham reporting.
10211 (spam-report-resend-register-ham-routine): Add wrapper.
10212 (spam-registration-functions): Add ham resending functions.
10213 (spam-list-of-processors): Add ham resend processor.
10214
10215 * gnus.el (ham-resend-to): Add new group parameter.
10216 (spam-process): Add ham resend option.
10217
10218 * spam-report.el (spam-report-resend): Allow reporting ham.
10219 (spam-report-resend-ham): Add wrapper.
10220
10221 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10222
10223 * message.el (message-cite-articles-with-x-no-archive): New
10224 variable.
10225 (message-cite-original): Use it.
10226
10227 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10228
10229 * message.el (message-cite-original): Respect X-No-Archive.
10230
10231 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
10232
10233 * gnus-art.el (article-hide-headers): Refer to the values for
10234 gnus-ignored-headers and gnus-visible-headers in the summary
10235 buffer since a user may have set them as group parameters.
10236
10237 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
10238
10239 * assistant.el (assistant-node-name): Add convenience function.
10240 (assistant-render-text, assistant-render-node): Add error handling,
10241 plus handle multiple next nodes.
10242 (assistant-find-next-node): Comment out for now.
10243 (assistant-find-next-nodes): Add function, returns list of next
10244 nodes.
10245
10246 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
10247
10248 * mail-source.el (mail-source-directory): Fix doc-string.
10249
10250 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
10251
10252 * assistant.el (assistant-render-text, assistant-eval): Add :set
10253 widget type, which is different because it takes and returns a
10254 list. Much hilarity ensues.
10255
10256 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
10257
10258 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
10259
10260 * gnus-group.el (gnus-group-get-new-news-this-group): Added
10261 doc-string.
10262
10263 * gnus-start.el (gnus-activate-group): Added doc-string.
10264
10265 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
10266
10267 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
10268
10269 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
10270
10271 * assistant.el (assistant-render-text): Try to add a :set
10272 widget, more to come.
10273
10274 * spam.el (spam-group-spam-contents-p): Handle empty groupname
10275 strings.
10276 (spam-report-articles-resend)
10277 (spam-register-routine): Do registration iff any articles warrant
10278 it.
10279 (spam-summary-prepare-exit): Change log message for nil group
10280 destinations.
10281
10282 2004-05-27 Daniel Pittman <daniel@rimspace.net>
10283
10284 * spam.el (spam-report-resend-register-routine): Allow
10285 spam-report-resend-to to be a group parameter or a global value.
10286
10287 2004-05-26 Simon Josefsson <jas@extundo.com>
10288
10289 * starttls.el: Merge with my GNUTLS based starttls.el.
10290 (starttls-gnutls-program, starttls-use-gnutls)
10291 (starttls-extra-arguments, starttls-process-connection-type)
10292 (starttls-connect, starttls-failure, starttls-success): New
10293 variables.
10294 (starttls-program, starttls-extra-args): Doc fix.
10295 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
10296 functions.
10297 (starttls-negotiate, starttls-open-stream): Check
10298 `starttls-use-gnutls' and pass on to corresponding *-gnutls
10299 function if it is set.
10300
10301 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
10302
10303 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
10304 structured fields.
10305
10306 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10307
10308 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
10309
10310 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
10311
10312 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
10313 variable.
10314 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
10315 assigning the spam-mark to new messages.
10316
10317 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
10318
10319 (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
10320
10321 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10322
10323 * rfc2047.el (rfc2047-encodable-p): Don't move point.
10324 (rfc2047-decode): Treat the ascii coding-system as raw-text by
10325 default.
10326
10327 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
10328
10329 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
10330 correct data.
10331
10332 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
10333
10334 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
10335 (spam-group-processor-p): Fix function.
10336 (spam-group-processor-multiple-p)
10337 (spam-group-spam-processor-report-gmane-p)
10338 (spam-group-spam-processor-report-resend-p)
10339 (spam-group-spam-processor-bogofilter-p)
10340 (spam-group-spam-processor-blacklist-p)
10341 (spam-group-spam-processor-ifile-p)
10342 (spam-group-ham-processor-ifile-p)
10343 (spam-group-spam-processor-spamoracle-p)
10344 (spam-group-spam-processor-crm114-p)
10345 (spam-group-ham-processor-bogofilter-p)
10346 (spam-group-spam-processor-stat-p)
10347 (spam-group-ham-processor-stat-p)
10348 (spam-group-ham-processor-whitelist-p)
10349 (spam-group-ham-processor-BBDB-p)
10350 (spam-group-ham-processor-spamoracle-p)
10351 (spam-group-ham-processor-copy-p): Remove functions with some
10352 prejudice against unneeded code.
10353 (spam-report-articles-resend)
10354 (spam-report-resend-register-routine): Allow the group/topic
10355 spam-resend-to value to override spam-report-resend-to.
10356 (spam-summary-prepare-exit): Invoke spam-group-processor-p
10357 properly now.
10358
10359 * gnus.el (spam-resend-to): Add group/topic parameter.
10360 (spam-process): Move the OBSOLETE processors to the end of the
10361 choices.
10362
10363 2004-05-24 Daniel Pittman <daniel@rimspace.net>
10364
10365 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
10366 with resend-to set to nil, and then ask the user if necessary.
10367 (spam-report-resend): spam-report-resend takes a list of articles, not
10368 separate article numbers.
10369
10370 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
10371
10372 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
10373 addition to emacs-w3m.
10374
10375 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10376
10377 * assistant.el (assistant-authinfo-data): New function.
10378 (assistant-eval): Eval for entire assistant.
10379
10380 * netrc.el (netrc-services-file): New variable.
10381 (netrc-parse-services): New function.
10382 (netrc-find-service-name): New function.
10383 (netrc-find-service-number): New function.
10384 (netrc-port-equal): New function.
10385 (netrc-machine): Use it.
10386
10387 * nnimap.el (nnimap-open-connection): Use netrc.
10388
10389 * gnus-util.el (gnus-netrc-get): Remove aliases.
10390
10391 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
10392
10393 * assistant.el (wid-edit): Fix compilation.
10394
10395 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
10396
10397 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
10398
10399 * gnus-util.el (gnus-set-file-modes): New function. (small
10400 patch).
10401
10402 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10403
10404 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
10405
10406 * assistant.el (assistant-render-node): Fix up rendering and
10407 read-only text.
10408 (assistant-render-node): Reset.
10409 (assistant-make-read-only): Not sticky.
10410
10411 2004-05-20 Danny Siu <dsiu@adobe.com>
10412
10413 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
10414 centered even when gnus-auto-center-summary is t
10415
10416 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10417
10418 * dns.el (dns-get-txt-answer): New function.
10419 (dns-read-txt): Ditto.
10420 (query-dns): Use it.
10421
10422 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
10423
10424 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
10425 active for foreign groups even if the group level is higher than
10426 the specified value.
10427
10428 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10429
10430 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
10431 non-active groups.
10432
10433 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
10434
10435 2004-05-20 Magnus Henoch <mange@freemail.hu>
10436
10437 * dns.el (dns-read-type): Add support for SVR. (small patch)
10438
10439 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
10440
10441 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
10442 (spam-crm114-header, spam-crm114-spam-switch)
10443 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
10444 (spam-crm114-positive-spam-header)
10445 (spam-crm114-database-directory, spam-list-of-processors)
10446 (spam-group-spam-processor-crm114-p)
10447 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
10448 (spam-generic-score, spam-list-of-checks)
10449 (spam-list-of-statistical-checks, spam-registration-functions)
10450 (spam-check-crm114-headers, spam-crm114-score)
10451 (spam-check-crm114, spam-crm114-register-with-crm114)
10452 (spam-crm114-register-spam-routine)
10453 (spam-crm114-unregister-spam-routine)
10454 (spam-crm114-register-ham-routine)
10455 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
10456 asjo@koldfront.dk (Adam Sjøgren).
10457
10458 * gnus.el: Add spam-use-crm114.
10459
10460 * spam.el (spam-list-of-processors, spam-registration-functions):
10461 Add spam-use-resend.
10462 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
10463 (spam-report-articles-gmane): Add doc fix.
10464 (spam-report-articles-resend, spam-report-resend-register-routine):
10465 Add wrappers around spam-report-resend-to.
10466
10467 * spam-report.el (spam-report-resend-to, spam-report-resend):
10468 Add support for resending spam.
10469 (spam-report-gmane): Fix line length >80.
10470
10471 * gnus.el (spam-process): Add spam-use-resend.
10472
10473 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10474
10475 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
10476 number of processed spam messages.
10477 (spam-ham-copy-or-move-routine): Return the number of processed
10478 ham messages.
10479 (spam-summary-prepare-exit): Use the above values to decide
10480 whether status messages shouled be displayed.
10481
10482 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
10483
10484 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
10485 `rfc2047-encoding-function-alist' in order to avoid conflicting
10486 with the old version.
10487 (rfc2047-encode-region): Concatenate words containing non-ASCII
10488 characters in structured fields; don't encode space-delimited
10489 ASCII words even in unstructured fields; don't break words at
10490 char-category boundaries.
10491 (rfc2047-encode-1): New function.
10492 (rfc2047-encode): Use it; encode text so that it occupies the
10493 maximum width within 76-column; work correctly on Q encoding for
10494 iso-2022-* charsets.
10495 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
10496 sure not to break a line just after the header name.
10497 (rfc2047-b-encode-region): Removed.
10498 (rfc2047-b-encode-string): New function.
10499 (rfc2047-q-encode-region): Removed.
10500 (rfc2047-q-encode-string): New function.
10501
10502 * mm-util.el (mm-replace-in-string): New function.
10503
10504 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10505
10506 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
10507 get it right.
10508 (gnus-inews-make-draft): Really.
10509
10510 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
10511
10512 * nnmh.el (nnmh-request-list-1): Don't check the link count
10513 before descending. (small patch)
10514
10515 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10516
10517 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
10518 stuff.
10519
10520 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
10521 on real group name.
10522
10523 * gnus-art.el (gnus-signature-limit): Doc fix.
10524
10525 * gnus-msg.el (gnus-inews-make-draft): Quote list.
10526
10527 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10528
10529 * gnus-draft.el (gnus-draft-send): Bind
10530 rfc2047-encode-encoded-words.
10531
10532 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
10533 (rfc2047-encodable-p): Say that =? needs encoding.
10534 (rfc2047-encode-encoded-words): New variable.
10535
10536 * gnus-group.el (gnus-group-select-group): Doc fix.
10537
10538 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
10539
10540 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
10541 to nil.
10542
10543 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
10544
10545 * nnheader.el (nnheader-get-lines-and-char): New function.
10546
10547 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
10548
10549 * gnus-msg.el (gnus-summary-followup-with-original): Document
10550 yanking of region when active.
10551
10552 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
10553
10554 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
10555 groups if the group level is higher than the specified value.
10556
10557 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10558
10559 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
10560 (gnus-group-jump-to-group): Added prefix argument using
10561 `gnus-group-jump-to-group-prompt'. Query before jumping to
10562 non-active group.
10563
10564 * compface.el (uncompface): Be verbose when changing
10565 `uncompface-use-external'.
10566
10567 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
10568 handle manual section.
10569
10570 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10571
10572 * gnus-art.el (gnus-button-alist): Revert previous change.
10573
10574 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10575
10576 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
10577
10578 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10579
10580 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
10581 whether backend can accept message.
10582
10583 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
10584
10585 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
10586
10587 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
10588 Avoid creating directory when nntp-marks-is-evil is true.
10589 Reported by Reiner Steib.
10590
10591 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10592
10593 * gnus-picon.el (gnus-picon-style): New variable.
10594 (gnus-picon-insert-glyph): Added optional `nostring' argument.
10595 (gnus-picon-transform-address): Support `gnus-picon-style'. From
10596 Jesper Harder <harder@ifa.au.dk>.
10597
10598 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10599
10600 * message.el (message-fill-field): Return point.
10601 (message-generate-headers): Go to end of field.
10602
10603 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
10604 stuff for non-living groups.
10605
10606 2004-05-18 Jesper Harder <harder@ifa.au.dk>
10607
10608 * gnus-art.el (gnus-article-followup-with-original)
10609 (gnus-article-reply-with-original): gnus-mark-active-p ->
10610 gnus-region-active-p.
10611
10612 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
10613
10614 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
10615 only when there is spam or ham to be processed.
10616
10617 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10618
10619 * mail-source.el (mail-source-delete-crash-box): Refactor.
10620 (mail-source-fetch): Use it.
10621 (mail-source-fetch-file): Ditto.
10622 (mail-source-fetch-directory): Run postscript in loop.
10623 (mail-source-fetch-pop): Delete.
10624 (mail-source-fetch-maildir): Ditto.
10625 (mail-source-fetch-imap): Ditto.
10626
10627 * imap.el (imap-authenticators): Comment out sasl.
10628
10629 * message.el (message-skip-to-next-address): New function.
10630 (message-fill-header-address): Refactor.
10631 (message-fill-address): Use it.
10632 (message-delete-address): Use it.
10633 (message-fill-header-general): Refactor.
10634 (message-fill-field-address): Rename.
10635 (message-narrow-to-field): Find the start of the header.
10636 (message-header-format-alist): Don't pre-fill.
10637 (message-fill-header): Removed.
10638 (message-insert-header): New function.
10639 (message-shorten-references): Use it.
10640
10641 * rfc2047.el (rfc2047-field-value): Strip props.
10642
10643 * mail-parse.el (mail-header-make-address): New alias.
10644
10645 * ietf-drums.el (ietf-drums-make-address): New function.
10646
10647 * imap.el: Add compiler directives.
10648
10649 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
10650
10651 * gnus-art.el (article-decode-idna-rhs): Don't use
10652 message-idna-inside-rhs-p.
10653
10654 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10655
10656 * message.el (message-idna-inside-rhs-p): Removed.
10657 (message-idna-to-ascii-rhs-1): Use proper address parsing.
10658
10659 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
10660 false positives.
10661
10662 2004-05-16 Kim Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
10663
10664 * imap.el (imap-sasl-make-mechanisms): Use sasl.
10665
10666 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10667
10668 * nneething.el (nneething-file-name): Don't create spurions
10669 files.
10670
10671 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
10672 (gnus-inews-do-gcc): Remove sleep.
10673
10674 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
10675 part under point.
10676
10677 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
10678 (gnus-agent-regenerate-group): Using nil messages aren't valid.
10679
10680 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
10681
10682 * spam.el (spam-summary-prepare-exit): Fixed (length).
10683
10684 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
10685
10686 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
10687 as expired without moving it" message when there are spam
10688 messages left.
10689
10690 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
10691
10692 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
10693 header is not nil.
10694
10695 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
10696
10697 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
10698 nntp-possibly-create-directory, not nntp-possibly-change-group.
10699 (nntp-marks-changed-p): New arg SERVER.
10700 (nntp-request-update-info): Adjust caller.
10701
10702 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
10703
10704 * nntp.el (nntp-save-marks): Pass missing arg.
10705
10706 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
10707
10708 * nntp.el: Support marks.
10709 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
10710 (nntp-marks-modtime, nntp-marks-directory): New variables.
10711 (nntp-request-set-mark, nntp-request-update-info)
10712 (nntp-possibly-create-directory, nntp-marks-changed-p)
10713 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
10714 functions.
10715
10716 2004-05-12 Jesper Harder <harder@ifa.au.dk>
10717
10718 * gnus-score.el (gnus-score-insert-help): Use
10719 gnus-select-lowest-window.
10720
10721 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
10722 appt-select-lowest-window and rename to gnus-select-lowest-window.
10723
10724 * gnus.el: do.
10725
10726 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10727
10728 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
10729 encodings of MIME-encoded words, in order to improve
10730 interoperability with several broken MUAs.
10731
10732 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10733
10734 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
10735 tags, only when charsets are not specified in headers.
10736 (mm-inline-text-html-render-with-w3m): Ditto.
10737
10738 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10739
10740 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
10741 instead of MIME-decoded from fields when checking
10742 `gnus-article-address-banner-alist'.
10743
10744 2004-05-03 Jesper Harder <harder@ifa.au.dk>
10745
10746 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
10747 description rather than subject.
10748
10749 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10750
10751 * gnus.el (gnus-version-number): Bump.
10752
10753 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
10754
10755 * gnus.el: No Gnus v0.2 is released.
10756
10757 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10758
10759 * gnus-agent.el (gnus-agent-read-agentview): Inline
10760 gnus-uncompress-range.
10761
10762 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10763
10764 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
10765 `exec-installed-p'.
10766
10767 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10768
10769 * gnus.el (spam-process, spam-autodetect-methods): Add
10770 bsfilter and bsfilter-headers.
10771
10772 * spam.el (spam-bsfilter): New customize group.
10773 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
10774 (spam-bsfilter-header, spam-bsfilter-probability-header)
10775 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
10776 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
10777 (spam-bsfilter-database-directory): New options.
10778 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
10779 (spam-list-of-statistical-checks, spam-registration-functions):
10780 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
10781 (spam-bsfilter-score): New command.
10782 (spam-check-bsfilter-headers, spam-check-bsfilter)
10783 (spam-bsfilter-register-with-bsfilter)
10784 (spam-bsfilter-register-spam-routine)
10785 (spam-bsfilter-unregister-spam-routine)
10786 (spam-bsfilter-register-ham-routine)
10787 (spam-bsfilter-unregister-ham-routine): New functions.
10788 (spam-generic-score): Support bsfilter; Accept an optional argument
10789 to recalcurate spam score even if scoring header has already been
10790 added.
10791 (spam-bogofilter-score, spam-spamassassin-score): Accept an
10792 optional argument to recalcurate spam score even if scoring header
10793 has already been added.
10794
10795 2004-04-29 Jesper Harder <harder@ifa.au.dk>
10796
10797 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
10798 strings! Reported by David D. Smith <davidsmith@acm.org>.
10799 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
10800 link is missing.
10801
10802 2004-04-28 Jesper Harder <harder@ifa.au.dk>
10803
10804 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
10805 (html2text-get-attr): Rewrite.
10806
10807 * message.el (message-setup-1): Remove redundant put-text-property
10808 on mail-header-separator.
10809
10810 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
10811
10812 * gnus-registry.el (gnus-registry-cache-whitespace)
10813 (gnus-registry-action, gnus-registry-spool-action)
10814 (gnus-registry-split-fancy-with-parent): Change message levels
10815 from 5 to 3 or 7, as needed.
10816
10817 * spam.el (spam-summary-prepare-exit)
10818 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
10819 (spam-split, spam-find-spam, spam-log-undo-registration)
10820 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
10821 level from 5 to 6.
10822
10823 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
10824
10825 * gnus-ems.el: Autoload appt-select-lowest-window (revert
10826 2004-03-04 change).
10827
10828 2004-04-25 Jesper Harder <harder@ifa.au.dk>
10829
10830 * sieve-manage.el (sieve-manage-open):
10831 * nnweb.el (nnweb-insert-html):
10832 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
10833 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
10834 * nnspool.el (nnspool-request-group):
10835 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
10836 * nnml.el (nnml-request-update-info):
10837 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
10838 (nnmh-request-create-group, nnmh-update-gnus-unreads):
10839 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
10840 (nnimap-request-set-mark):
10841 * nnfolder.el (nnfolder-request-update-info):
10842 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
10843 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
10844 * gnus-uu.el (gnus-uu-find-articles-matching):
10845 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
10846 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
10847 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
10848 * gnus-nocem.el (gnus-nocem-scan-groups):
10849 * gnus-int.el (gnus-start-news-server):
10850 * gnus-group.el (gnus-group-make-kiboze-group)
10851 (gnus-group-browse-foreign-server):
10852 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
10853 Use mapc when appropriate.
10854
10855 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
10856
10857 FIXME: Make separate entries for each person.
10858
10859 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
10860 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
10861 <shields@msrl.com>:
10862
10863 * spam.el (spam-necessary-extra-headers): Get the extra headers we
10864 may need for spam sorting and scoring.
10865 (spam-user-format-function-S): Add user format function suitable for
10866 general use.
10867 (spam-article-sort-by-spam-status): Add sorting function for summary
10868 sorting.
10869 (spam-extra-header-to-number): Add function to get a score from a
10870 header.
10871 (spam-summary-score): Add function to get a numeric score from the
10872 headers.
10873 (spam-generic-score): Fix function doc, was in wrong place.
10874 (spam-initialize): Take symbols when it's run, and install the
10875 extra headers that spam-necessary-extra-headers thinks we need.
10876
10877 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
10878
10879 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
10880 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
10881
10882 2004-04-17 Jesper Harder <harder@ifa.au.dk>
10883
10884 * gnus-sum.el (gnus-set-global-variables)
10885 (gnus-build-all-threads, gnus-get-newsgroup-headers)
10886 (gnus-article-get-xrefs, gnus-summary-best-group)
10887 (gnus-summary-next-article, gnus-summary-enter-digest-group)
10888 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
10889 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
10890 Use with-current-buffer.
10891
10892 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
10893
10894 * spam.el (spam-summary-prepare-exit): Simplify logic.
10895 (spam-fetch-article-header): Read the article header if it's not
10896 available.
10897 (spam-list-articles): Simplify logic.
10898 (spam-filelist-register-routine): Fix bug with unregister-list.
10899
10900 * gnus-registry.el: Fix comments at beginning.
10901
10902 2004-04-16 Jesper Harder <harder@ifa.au.dk>
10903
10904 * message.el (message-cater-to-broken-inn): Remove.
10905 (message-shorten-references): Make sure the total folded length of
10906 References is shorter than 998 characters to cater to a bug in INN
10907 2.3. Also, don't pretend that references aren't folded -- this
10908 hasn't worked for a while.
10909
10910 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
10911
10912 * gnus-agent.el (gnus-agentize):
10913 gnus-agent-send-mail-real-function no longer set to current value
10914 of message-send-mail-function but rather a lambda that calls
10915 message-send-mail-function. The change makes the agent real-time
10916 responsive to user changes to message-send-mail-function.
10917
10918 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
10919
10920 * legacy-gnus-agent.el
10921 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
10922 help from Florian Weimer <fw@deneb.enyo.de>
10923
10924 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
10925
10926 * nnmail.el (nnmail-cache-insert): Revert last change.
10927
10928 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
10929
10930 * nnmail.el (nnmail-cache-insert): Always check whether
10931 nnmail-cache-ignore-groups matches a group name.
10932
10933 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
10934
10935 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
10936 (spam-find-spam, spam-log-processing-to-registry)
10937 (spam-log-registered-p, spam-log-unregistration-needed-p)
10938 (spam-log-undo-registration): Use gnus-message instead of
10939 gnus-error, none of these errors are fatal.
10940
10941 * gnus-registry.el (gnus-registry-clean-empty-function)
10942 (gnus-registry-clean-empty): Remove only empty entries without
10943 extra data.
10944
10945 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
10946
10947 * spam-stat.el (spam-stat-buffer-change-to-spam)
10948 (spam-stat-buffer-change-to-non-spam): Change (error) to
10949 (gnus-message 8) invocation.
10950
10951 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
10952
10953 * nntp.el (nntp-via-netcat-command): New variable.
10954 (nntp-via-netcat-switches): New variable.
10955 (nntp-open-via-rlogin-and-netcat): New function.
10956 (nntp-open-connection-function): Doc fix.
10957 (nntp-telnet-command): Doc fix.
10958 (nntp-end-of-line): Doc fix.
10959 (nntp-via-rlogin-command): Doc fix.
10960 (nntp-via-user-name): Doc fix.
10961 (nntp-via-address): Doc fix.
10962
10963 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
10964
10965 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
10966 error in Emacs 21.1.
10967
10968 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
10969
10970 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
10971
10972 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
10973 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
10974 (gnus-agent-with-refreshed-group): New macro.
10975 (gnus-agent-rename-group): New function.
10976 (gnus-agent-delete-group): New function.
10977 (gnus-agent-save-group-info): Use gnus-command-method when
10978 `method' parameter is nil. Don't write nil entries into the
10979 active file.
10980 (gnus-agent-get-group-info): New function.
10981 (gnus-agent-fetch-articles): Use
10982 gnus-agent-update-files-total-fetched-for to increment disk space
10983 used.
10984 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
10985 gnus-agent-update-view-total-fetched-for to increment disk space
10986 used.
10987 (gnus-agent-get-local): Added optional parameters to avoid calling
10988 gnus-group-real-name and gnus-find-method-for-group.
10989 (gnus-agent-set-local): Delete stored entry if either min, or max,
10990 are nil.
10991 (gnus-agent-fetch-session): Reworded error/quit messages. On
10992 quit, use gnus-agent-regenerate-group to record existance of any
10993 articles fetched to disk before the quit occurred.
10994 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
10995 gnus-agent-update-view-total-fetched-for, and
10996 gnus-agent-update-files-total-fetched-for to decrement disk space
10997 used.
10998 (gnus-agent-retrieve-headers): Use
10999 gnus-agent-update-view-total-fetched-for to increment disk space
11000 used.
11001 (gnus-agent-regenerate-group): Replace gnus-group-update-group
11002 with gnus-agent-update-files-total-fetched-for to decrement disk
11003 space and fresh group buffer.
11004 (gnus-agent-inhibit-update-total-fetched-for): New variable.
11005 (gnus-agent-need-update-total-fetched-for): New variable.
11006 (gnus-agent-update-files-total-fetched-for): New function.
11007 (gnus-agent-update-view-total-fetched-for): New function.
11008 (gnus-agent-total-fetched-for): New function.
11009
11010 * gnus-cache.el (gnus-cache-save-buffers): Use
11011 gnus-cache-update-overview-total-fetched-for to change disk space
11012 used by this group.
11013 (gnus-cache-possibly-enter-article): Use
11014 gnus-cache-update-file-total-fetched-for to increment disk space
11015 used by this group.
11016 (gnus-cache-possibly-remove-article): Use
11017 gnus-cache-update-file-total-fetched-for to decrement disk space
11018 used by this group.
11019 (gnus-cache-generate-nov-databases): Purge total fetched cache.
11020 (gnus-cache-rename-group): New function.
11021 (gnus-cache-delete-group): New function.
11022 (gnus-cache-inhibit-update-total-fetched-for): New variable.
11023 (gnus-cache-need-update-total-fetched-for): New variable.
11024 (gnus-cache-with-refreshed-group): New macro.
11025 (gnus-cache-update-file-total-fetched-for): New function.
11026 (gnus-cache-update-overview-total-fetched-for): New function.
11027 (gnus-cache-rename-group-total-fetched-for): New function.
11028 (gnus-cache-delete-group-total-fetched-for): New function.
11029 (gnus-cache-total-fetched-for): New function.
11030
11031 * gnus-group.el: Require gnus-sum and autoload functions to
11032 resolve warnings when gnus-group.el compiled alone.
11033 (gnus-group-line-format): Documented new %F
11034 (size of Fetched data) group line format; identifies disk space
11035 used by agent and cache.
11036 (gnus-group-line-format-alist): Defined new F format.
11037 (gnus-total-fetched-for): New function.
11038 (gnus-group-delete-group): No longer update
11039 gnus-cache-active-altered as gnus-request-delete-group now keeps
11040 the cache in sync.
11041 (gnus-group-list-active): Let the agent store a server's active
11042 list if currently plugged.
11043
11044 * gnus-int.el (gnus-request-delete-group):
11045 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
11046 local disk in sync with the server.
11047 (gnus-request-rename-group):
11048 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
11049 local disk in sync with the server.
11050
11051 * gnus-start.el (gnus-get-unread-articles):
11052 Cosmetic simplification to logic.
11053
11054 * gnus-util.el (gnus-rename-file): New function.
11055
11056 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
11057
11058 * mm-util.el (mm-image-load-path): Handle nil in load-path.
11059
11060 2004-04-07 Jesper Harder <harder@ifa.au.dk>
11061
11062 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11063 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
11064
11065 2004-04-06 Jesper Harder <harder@ifa.au.dk>
11066
11067 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11068 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
11069
11070 2004-04-03 Jesper Harder <harder@ifa.au.dk>
11071
11072 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
11073
11074 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
11075
11076 * spam.el (spam-set-difference): Add function to replace
11077 gnus-set-difference in spam.el.
11078 (spam-summary-prepare-exit): Use spam-set-difference.
11079
11080 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
11081
11082 * gnus-registry.el (gnus-registry-cache-file): Update to use
11083 gnus-dribble-directory OR gnus-home-directory OR ~.
11084 (gnus-registry-split-fancy-with-parent): Fix doc.
11085
11086 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
11087
11088 * message.el (message-exchange-point-and-mark): Use
11089 message-mark-active-p. Suggested by Jesper Harder
11090 <harder@ifa.au.dk>.
11091
11092 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
11093
11094 * message.el (message-exchange-point-and-mark): Don't activate
11095 region if it was inactive. Suggested by Hiroshi Fujishima
11096 <pooh@nature.tsukuba.ac.jp>.
11097
11098 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
11099
11100 * gnus-art.el (article-display-face): Display Faces in the same
11101 order as X-Faces.
11102
11103 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
11104
11105 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
11106
11107 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11108
11109 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11110 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11111 (gnus-article-mime-hierarchy): Remove.
11112 (gnus-article-mime-hierarchy-next): Remove.
11113 (gnus-article-mode): Revert 2004-03-19 change.
11114 (gnus-article-setup-buffer): Revert 2004-03-19 change.
11115 (gnus-insert-mime-button): Revert 2004-03-19 change.
11116 (gnus-mime-accumulate-hierarchy): Remove.
11117 (gnus-mime-enter-multipart): Remove.
11118 (gnus-mime-leave-multipart): Remove.
11119 (gnus-mime-display-part): Revert 2004-03-19 change.
11120 (gnus-mime-display-alternative): Revert 2004-03-19 change.
11121
11122 * mml.el (mml-preview): Revert 2004-03-19 change.
11123
11124 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
11125
11126 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
11127
11128 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
11129
11130 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11131 t while entering a file name using the mm-with-multibyte macro.
11132 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11133
11134 * mm-util.el (mm-with-multibyte): New macro.
11135
11136 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
11137
11138 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11139 user option.
11140 (gnus-mime-multipart-functions): Doc and customization fix.
11141 (gnus-article-mime-hierarchy): New variable.
11142 (gnus-article-mime-hierarchy-next): New variable.
11143 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11144 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11145 gnus-article-mime-hierarchy-next to nil.
11146 (gnus-insert-mime-button): Show hierarchy numbers.
11147 (gnus-mime-accumulate-hierarchy): New function.
11148 (gnus-mime-enter-multipart): New function.
11149 (gnus-mime-leave-multipart): New function.
11150 (gnus-mime-display-part): Recompute hierarchical MIME structure.
11151 (gnus-mime-display-alternative): Show hierarchy numbers.
11152
11153 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
11154 gnus-article-mime-hierarchy-next to nil.
11155
11156 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
11157
11158 * dns.el: Don't require gnus-xmas.
11159
11160 2004-03-17 Jesper Harder <harder@ifa.au.dk>
11161
11162 * mml.el (mml-generate-mime-1): Don't use format=flowed with
11163 inline PGP.
11164 (mml-menu): Disable mml-quote-region if mark is inactive.
11165
11166 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
11167
11168 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
11169 when the group's active is not available.
11170
11171 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
11172
11173 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
11174 error.
11175
11176 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
11177
11178 * imap.el (imap-store-password): New variable.
11179 (imap-interactive-login): Use it.
11180 Suggested by Mark Plaksin <happy@mcplaksin.org>.
11181
11182 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
11183
11184 * gnus-art.el (gnus-article-read-summary-keys): Restore new
11185 window-start and hscroll to summary window.
11186
11187 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
11188
11189 * gnus-start.el (gnus-convert-old-newsrc): Only write the
11190 conversion message to newsrc-dribble when an actual conversion is
11191 performed.
11192
11193 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
11194
11195 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
11196
11197 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
11198
11199 * mm-decode.el (mm-complicated-handles): New function reviving
11200 former definition of mm-multiple-handles.
11201
11202 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11203 (gnus-mime-delete-part): Use it.
11204
11205 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
11206
11207 * gnus-agent.el (gnus-agent-read-local): Bind
11208 nnheader-file-coding-system to gnus-agent-file-coding-system to
11209 avoid the implicit assumption that they will always be equal.
11210 (gnus-agent-save-local): Bind buffer-file-coding-system, not
11211 coding-system-for-write, as the with-temp-file macro first prints
11212 to a buffer then saves the buffer.
11213
11214 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
11215
11216 * gnus-art.el (gnus-article-edit-part): New function.
11217 (gnus-mime-save-part-and-strip): Use it; do query instead of
11218 signaling an error; don't use mm-multiple-handles.
11219 (gnus-mime-delete-part): Ditto.
11220
11221 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
11222
11223 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
11224 old file versions.
11225 (gnus-group-prepare-hook): Removed function that converted list
11226 form of gnus-agent-expire-days to group properties.
11227
11228 * gnus-int.el: Autoload gnus-agent-regenerate-group.
11229 (gnus-request-accept-article): Re-indented.
11230
11231 * gnus-start.el (gnus-convert-old-newsrc): Registered new
11232 converters to handle old agent file formats. Added logic for a
11233 "backup before upgrading warning".
11234 (gnus-convert-mark-converter-prompt): Developers can mark
11235 functions as needing (default), or not needing,
11236 gnus-convert-old-newsrc's "backup before upgrading warning".
11237 (gnus-convert-converter-needs-prompt): Tests whether the user
11238 should be protected from potentially irreversable changes by the
11239 function.
11240
11241 * legacy-gnus-agent.el: New. Provides converters that are only
11242 loaded when gnus-convert-old-newsrc needs to call them.
11243
11244 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
11245
11246 * mail-source.el (mail-source-touch-pop): Doc fix.
11247
11248 * message.el (message-smtpmail-send-it): Doc fix.
11249
11250 2004-03-05 Jesper Harder <harder@ifa.au.dk>
11251
11252 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
11253
11254 * nnmail.el (nnmail-split-fancy): do.
11255
11256 * gnus-kill.el (gnus-kill, gnus-execute): do.
11257
11258 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
11259
11260 * gnus-sum.el (gnus-widget-reversible-match)
11261 (gnus-widget-reversible-to-internal)
11262 (gnus-widget-reversible-to-external): New functions.
11263 (gnus-widget-reversible): New widget.
11264 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
11265
11266 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
11267
11268 * gnus-sum.el (gnus-thread-sort-functions)
11269 (gnus-article-sort-functions): Document `(not F)' items.
11270
11271 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
11272
11273 * spam.el (spam-use-gmane-xref): Add new backend.
11274 (spam-gmane-xref-spam-group): Add variable to control the name of the
11275 Gmane spam group.
11276 (spam-blackhole-servers, spam-blackhole-good-server-regex)
11277 (spam-regex-headers-spam, spam-regex-headers-ham)
11278 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
11279 (spam-list-of-checks): Add spam-use-gmane-xref to list of
11280 backends and checks.
11281 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
11282
11283 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
11284 an autodetect method.
11285
11286 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
11287
11288 * gnus-int.el (gnus-request-accept-article): Inform the agent that
11289 articles are being added to a group.
11290 (gnus-request-replace-article): Inform the agent that articles
11291 need to be uncached as the cached contents are no longer valid.
11292
11293 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
11294
11295 * binhex.el: Don't autoload executable-find.
11296
11297 * canlock.el: Don't autoload mail-fetch-field.
11298
11299 * gnus-ems.el: Don't autoload appt-select-lowest-window.
11300
11301 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
11302 rmail-dont-reply-to and rmail-output.
11303
11304 * gnus-score.el: Don't autoload ffap-string-at-point.
11305
11306 * gnus-setup.el: Don't autoload sc-cite-original.
11307
11308 * imap.el: Don't autoload base64-decode-string,
11309 base64-encode-string and md5.
11310
11311 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
11312 and rmail-msg-restore-non-pruned-header.
11313
11314 * mm-decode.el: Don't autoload executable-find.
11315
11316 * mm-url.el: Don't autoload executable-find.
11317
11318 * mm-view.el: Don't autoload diff-mode.
11319
11320 * nndb.el: Don't autoload news-reply-mode, news-setup,
11321 cancel-timer and telnet.
11322
11323 * password.el: Don't autoload run-at-time for Emacs.
11324
11325 * sha1-el.el: Don't autoload executable-find.
11326
11327 * sieve-mode.el: Don't autoload c-mode.
11328
11329 * uudecode.el: Don't autoload executable-find.
11330
11331 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
11332
11333 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
11334 (gnus-agent-possibly-alter-active): Avoid null in numeric
11335 comparison.
11336 (gnus-agent-set-local): Refuse to save null in local object table.
11337 (gnus-agent-regenerate-group): The REREAD parameter can now be a
11338 list of articles that will be marked as unread.
11339
11340 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
11341
11342 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
11343
11344 2004-03-04 Jesper Harder <harder@ifa.au.dk>
11345
11346 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
11347 language tags.
11348
11349 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
11350
11351 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
11352 Don't bind "obarray".
11353
11354 * gnus-sum.el (gnus-thread-sort-functions): Added
11355 `gnus-thread-sort-by-most-recent-number' and
11356 `gnus-thread-sort-by-most-recent-date'.
11357 Reported by Kai Grossjohann <kai@emptydomain.de>.
11358
11359 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11360
11361 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
11362
11363 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
11364
11365 * gnus-cus.el (gnus-agent-customize-category): Removed
11366 ignore-errors macro reference that required cl to be loaded at
11367 run-time.
11368
11369 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
11370 single-interval range of the form (min . max). Previously the
11371 range had to look like ((min . max)). Likewise, return
11372 (min . max) rather than ((min . max)).
11373 (gnus-range-map): Use gnus-range-normalize to accept
11374 single-interval range.
11375
11376 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
11377 the cache, but not the agent, now appear with their usual face.
11378
11379 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
11380
11381 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
11382 w3m-safe-url-regexp variable buffer-local.
11383
11384 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11385
11386 2004-02-27 Simon Josefsson <jas@extundo.com>
11387
11388 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
11389 gnus-group-real-prefix.
11390 (gnus-summary-move-article): Use it, instead of
11391 gnus-group-real-prefix.
11392
11393 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
11394
11395 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
11396 w3m-safe-url-regexp variable buffer-local and set it as the value
11397 of mm-w3m-safe-url-regexp.
11398
11399 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11400
11401 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
11402 parsing gnus-posting-styles when the message is not for replying.
11403
11404 * nnrss.el (nnrss-opml-export): Use
11405 mm-set-buffer-file-coding-system instead of
11406 set-buffer-file-coding-system.
11407
11408 2004-02-27 Jesper Harder <harder@ifa.au.dk>
11409
11410 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
11411 of checkdoc.el).
11412 * nnrss.el: do.
11413 * gnus-mlspl.el: do.
11414 * gnus-ml.el: do.
11415 * gnus-srvr.el: do.
11416
11417 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
11418
11419 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
11420
11421 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
11422 Corrections to custom-manual links.
11423
11424 * gnus-art.el (gnus-article): Ditto.
11425
11426 * mm-decode.el (mime-display, mime-security): Ditto.
11427
11428 2004-02-26 Jesper Harder <harder@ifa.au.dk>
11429
11430 * flow-fill.el: Typo.
11431
11432 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
11433
11434 * spam-wash.el: New file.
11435
11436 2004-02-26 Mark A. Hershberger <mah@everybody.org>
11437
11438 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
11439
11440 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
11441
11442 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
11443 to be run with new-articles as LIST1, not LIST2.
11444 (spam-registration-functions): Add spam-use-ham-copy as a nil
11445 registration backend.
11446
11447 2004-02-26 Jesper Harder <harder@ifa.au.dk>
11448
11449 * spam-stat.el (spam-stat-washing-hook): New option.
11450 (spam-stat-buffer-words): Use it.
11451 (spam-stat-process-directory, spam-stat-test-directory): Use
11452 insert-file-contents-literally.
11453 (spam-stat-coding-system): New variable.
11454 (spam-stat-load, spam-stat-save): Use it.
11455
11456 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
11457
11458 * spam-report.el (spam-report-plug-agent): Quote
11459 spam-report-url-to-file and spam-report-url-ping-plain.
11460
11461 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
11462
11463 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
11464 / in mailto URLs.
11465
11466 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
11467
11468 * spam-report.el (spam-report-process-queue): Fix interactive use.
11469 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
11470 (spam-report-unplug-agent): Doc fixes.
11471 (spam-report-url-ping-mm-url, spam-report-url-to-file)
11472 (spam-report-agentize, spam-report-deagentize): Autoload
11473
11474 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
11475
11476 * message.el (message-setup-fill-variables): Add mml tags to
11477 paragraph-start and paragraph-separate. Suggested by Andrew Korty
11478 <ajk@iu.edu>.
11479 (message-mode): Don't modify paragraph-separate there.
11480
11481 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
11482
11483 * compface.el (uncompface-use-external): Default to undecided.
11484 (uncompface-use-external-threshold): New variable.
11485 (uncompface-float-time): New macro.
11486 (uncompface): Determine whether to use the external decoder if
11487 uncompface-use-external is undecided.
11488
11489 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11490
11491 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
11492 after images.
11493
11494 * gnus-art.el (gnus-mime-display-single): Remove dead code.
11495
11496 2004-02-14 Jesper Harder <harder@ifa.au.dk>
11497
11498 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
11499
11500 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
11501
11502 * gnus-sum.el (gnus-summary-limit-to-age)
11503 (gnus-summary-limit-children): do.
11504
11505 * gnus-int.el (gnus-request-scan): do.
11506
11507 * gnus-group.el (gnus-group-suspend): do.
11508
11509 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
11510
11511 * gnus-cite.el (gnus-cite-parse-attributions): do.
11512
11513 * gnus-agent.el (gnus-summary-set-agent-mark)
11514 (gnus-agent-regenerate-group): do.
11515
11516 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
11517
11518 * binhex.el (binhex-decode-region-internal): do.
11519
11520 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
11521
11522 * gnus-fun.el (gnus-face-properties-alist): New user option.
11523 (gnus-display-x-face-in-from): Use it.
11524
11525 * gnus-art.el (article-display-face): Ditto.
11526
11527 * compface.el (uncompface-use-external): Default to nil.
11528
11529 2004-02-12 Jesper Harder <harder@ifa.au.dk>
11530
11531 * nntp.el (nntp-erase-buffer): New function.
11532 (nntp-retrieve-data, nntp-send-command)
11533 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
11534 (nntp-possibly-change-group): Use it.
11535
11536 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
11537 with-current-buffer.
11538
11539 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
11540
11541 * compface.el: Merge the ELisp-based uncompface program.
11542 (compface): New customization group.
11543 (uncompface-use-external): New user option.
11544 (uncompface): Call uncompface-internal if uncompface-use-external
11545 is nil.
11546 (uncompface-internal): New function. Note that there are also
11547 some other functions and variables added for this function.
11548
11549 2004-02-10 Jesper Harder <harder@ifa.au.dk>
11550
11551 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
11552 if necessary.
11553
11554 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
11555
11556 * spam-report.el (spam-report-unplug-agent)
11557 (spam-report-plug-agent, spam-report-deagentize)
11558 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
11559 Add support for the Agent in spam-report: when unplugged, report to a
11560 file; when plugged, submit all the requests.
11561
11562 * spam.el (spam-register-routine): Fix message about
11563 registration.
11564
11565 2004-02-09 Jesper Harder <harder@ifa.au.dk>
11566
11567 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
11568 dependencies.
11569 (rfc2047-encode): Use it.
11570
11571 * gnus-art.el (gnus-button-marker-list): Move before first
11572 reference.
11573
11574 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11575 (imap-parse-body): Fix format string mismatch.
11576
11577 * gnus-score.el (gnus-summary-increase-score): do.
11578
11579 * nnrss.el (nnrss-close): New function.
11580
11581 2004-02-08 Jesper Harder <harder@ifa.au.dk>
11582
11583 * nnrss.el (nnrss-make-filename): New function.
11584 (nnrss-request-delete-group, nnrss-read-server-data)
11585 (nnrss-save-server-data, nnrss-read-group-data)
11586 (nnrss-save-group-data): Use it.
11587 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
11588 (nnrss-read-server-data, nnrss-read-group-data): Use load.
11589 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
11590
11591 2004-02-07 Jesper Harder <harder@ifa.au.dk>
11592
11593 * mml.el (mml-compute-boundary-1): Don't uncompress files.
11594
11595 2004-02-06 Jesper Harder <harder@ifa.au.dk>
11596
11597 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
11598 files.
11599
11600 * message.el (message-generate-headers-first): Don't quote nil
11601 and t in docstrings.
11602
11603 * imap.el (imap-id): do.
11604
11605 * gnus-agent.el (gnus-agent-consider-all-articles)
11606 (gnus-agent-queue-mail): do.
11607
11608 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
11609
11610 * spam-report.el (spam-report-process-queue): New function.
11611 Process requests from `spam-report-requests-file'.
11612 (spam-report-process-queue): Doc fix.
11613
11614 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
11615
11616 * spam.el (spam-register-routine)
11617 (spam-log-processing-to-registry, spam-log-registered-p)
11618 (spam-log-unregistration-needed-p, spam-log-undo-registration):
11619 Change "check" to "spam-check" for semi-clarity.
11620
11621 2004-02-05 Jesper Harder <harder@ifa.au.dk>
11622
11623 * pop3.el: Require nnheader.
11624
11625 * mml-smime.el: Require cl. Autoload message-fetch-field.
11626
11627 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
11628
11629 * gnus-picon.el: Require cl.
11630
11631 * gnus-fun.el: Require gnus-ems and gnus-util.
11632
11633 * gnus.el (gnus-method-to-server): Move defsubst before first use.
11634
11635 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
11636
11637 * gnus-art.el (gnus-article-edit-mode): Define before first
11638 reference.
11639
11640 2004-02-04 Jesper Harder <harder@ifa.au.dk>
11641
11642 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
11643 (gnus-uu-post-encoded): Use point-at-bol.
11644
11645 * gnus-topic.el (gnus-group-active-topic-p): do.
11646
11647 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
11648
11649 * gnus-group.el (gnus-group-kill-region): do.
11650
11651 * gnus-art.el (article-date-ut): do.
11652
11653 * message.el (message-fetch-field): Remove redundant
11654 case-fold-search binding.
11655 (message-narrow-to-field): Simplify.
11656
11657 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
11658
11659 * spam.el (spam-directory): Derive from `gnus-directory'.
11660
11661 * spam-report.el (spam-report-url-to-file)
11662 (spam-report-requests-file): New function and variable for offline
11663 reporting.
11664 (spam-report-url-ping-function): Add `spam-report-url-to-file'
11665 and user defined function.
11666 (spam-report-url-ping-mm-url): Remove doubled slash.
11667
11668 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
11669
11670 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
11671
11672 2004-02-03 Jesper Harder <harder@ifa.au.dk>
11673
11674 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
11675 format string mismatch.
11676
11677 * sieve.el (sieve-deactivate-all): do.
11678
11679 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
11680
11681 * nnlistserv.el (nnlistserv-kk-wash-article): do.
11682
11683 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
11684
11685 * mm-bodies.el (mm-7bit-chars): Don't include \r.
11686
11687 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
11688
11689 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
11690 the list of checks.
11691
11692 2004-01-31 Jesper Harder <harder@ifa.au.dk>
11693
11694 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
11695 padding.
11696
11697 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
11698
11699 * mm-view.el (mm-fill-flowed): New variable.
11700 (mm-inline-text): Use it.
11701
11702 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
11703
11704 * spam.el (spam-spamassassin-register-ham-routine)
11705 (spam-spamassassin-register-spam-routine): Fix function names.
11706
11707 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
11708
11709 * gnus.el (gnus-tmp-grouplens): Remove.
11710 (gnus-summary-line-format): Remove grouplens.
11711
11712 * gnus-group.el (gnus-group-line-format): Ditto.
11713
11714 * gnus-spec.el (gnus-format-specs): Ditto.
11715 (gnus-update-format-specifications): Flush the group format spec
11716 cache if there's the grouplens stuff.
11717 (gnus-parse-simple-format): Replace %l with the empty string.
11718
11719 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
11720
11721 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
11722 omission.
11723
11724 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
11725
11726 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
11727 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11728
11729 2004-01-25 Paul Jarc <prj@po.cwru.edu>
11730
11731 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
11732 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
11733 New macros and functions.
11734 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
11735 Handle > NLINK_MAX messages.
11736 * nnmaildir.el (nnmaildir-request-set-mark): Use
11737 nnmaildir--emlink-p and nnmaildir--eexist-p.
11738
11739 2004-01-25 Alex Schroeder <alex@gnu.org>
11740
11741 * spam-stat.el (spam-stat-process-directory-age): New option.
11742 (spam-stat-process-directory): Use it.
11743
11744 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
11745
11746 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
11747 (spam-stat-save): Accept prefix argument.
11748
11749 2004-01-23 Paul Jarc <prj@po.cwru.edu>
11750
11751 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
11752 links" error.
11753
11754 2004-01-23 Jesper Harder <harder@ifa.au.dk>
11755
11756 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
11757 compatibility with old .newsrc.eld files.
11758
11759 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
11760
11761 * gnus-start.el (gnus-1): do.
11762
11763 * gnus-group.el (gnus-group-line-format-alist): do.
11764
11765 * gnus.el (gnus-use-grouplens, gnus-visual): do.
11766
11767 * gnus-gl.el: Remove.
11768
11769 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
11770
11771 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
11772 marks consisting of a single range {for example, (3 . 5)} rather
11773 than a list of a single range { ((3 . 5)) }.
11774
11775 2004-01-23 Jesper Harder <harder@ifa.au.dk>
11776
11777 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
11778 with-current-buffer.
11779 (spam-stat-store-current-buffer): Use insert-buffer-substring to
11780 avoid consing a string.
11781
11782 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
11783 Remove obsolete entries for big5 and gb2312.
11784
11785 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
11786
11787 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
11788 uncompressed list.
11789
11790 2004-01-22 Jesper Harder <harder@ifa.au.dk>
11791
11792 * spam-stat.el (spam-stat-strip-xref): New function.
11793 (spam-stat-process-directory): Use it.
11794
11795 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
11796 here -- it's done in message-fetch-field.
11797
11798 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
11799
11800 * gnus-agent.el (gnus-agent-queue-mail)
11801 (gnus-agent-prompt-send-queue): New variables.
11802 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
11803 * gnus-draft.el (gnus-group-send-queue): Pass the group name
11804 "nndraft:queue" along to gnus-draft-send. Use
11805 gnus-agent-prompt-send-queue.
11806 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
11807 is "nndraft:queue". Suggested by Gaute Strokkenes
11808 <gs234@srcf.ucam.org>
11809
11810 * gnus-agent.el (agent-disable-undownloaded-faces): Removed
11811 (agent-enable-undownloaded-faces): Added
11812 (gnus-agent-cat-groups): Use eval-and-compile, not
11813 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
11814 method of gnus-agent-cat-groups even when the buffer has been
11815 evaled.
11816 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
11817 delete gnus-agent-save-active-1.
11818 (gnus-agent-save-groups): Deleted. Identical to
11819 gnus-agent-save-active.
11820 (gnus-agent-write-active): No longer adjust agent's copy of active
11821 file as agent's adjustments are now stored in their own
11822 file. Removed optional parameter.
11823 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
11824 servers. Add use of min/max range limits from server's local
11825 file.
11826 (gnus-agent-save-alist): Removed unused optional argument.
11827 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
11828 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
11829 (gnus-agent-set-local): A per-server file that keeps min/max range
11830 limits for articles known to the agent. Provides a fast mechanism
11831 for altering many active ranges.
11832 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
11833 active file (local makes it unnecessary).
11834 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
11835
11836 * gnus-cus.el (agent-disable-undownloaded-faces): Removed
11837 (agent-enable-undownloaded-faces): Added
11838
11839 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
11840 disable it when sending to "nndraft:queue".
11841 (gnus-group-send-queue): Add safety check to avoid sending queue
11842 when unplugged.
11843
11844 * gnus-group.el (gnus-group-catchup): Use new
11845 gnus-sequence-of-unread-articles, not
11846 gnus-list-of-unread-articles, to avoid exhausting memory with huge
11847 numbers of articles. Use gnus-range-map to avoid having to
11848 uncompress the unread list.
11849 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
11850 Fixed invalid ange-ftp reference.
11851
11852 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
11853 (gnus-sorted-range-intersection): Intersection of two ranges
11854 without requiring that they first be uncompressed.
11855
11856 * gnus-start.el (gnus-activate-group): Unless blocked by the
11857 caller, possibly expand the active range to include both cached
11858 and agentized articles.
11859 (gnus-convert-old-newsrc): Rewrote in anticipation of having
11860 multiple version-dependent converters.
11861 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
11862 gnus-agent-save-active.
11863 (gnus-save-newsrc-file): Save dirty agent range limits.
11864
11865 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
11866 gnus-agent-possibly-alter-active.
11867 (gnus-adjust-marked-articles): Faster handling of simple lists
11868
11869 2004-01-21 Jesper Harder <harder@ifa.au.dk>
11870
11871 * spam-stat.el (spam-stat-test-directory): New optional argument
11872 displays a list of files detected. Suggested by Andrew Cohen
11873 <cohen@andy.bu.edu>.
11874 (spam-stat-buffer-words-with-scores): Don't narrow and change
11875 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
11876
11877 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
11878
11879 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
11880 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
11881 (spam-spamassassin-arguments)
11882 (spam-spamassassin-spam-flag-header)
11883 (spam-spamassassin-positive-spam-flag-header)
11884 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
11885 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
11886 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
11887 (spam-list-of-processors, spam-list-of-checks)
11888 (spam-list-of-statistical-checks, spam-registration-functions)
11889 (spam-check-spamassassin-headers, spam-check-spamassassin)
11890 (spam-spamassassin-score)
11891 (spam-spamassassin-register-with-sa-learn)
11892 (spam-spamassassin-register-spam-routine)
11893 (spam-spamassassin-register-ham-routine)
11894 (spam-assassin-register-spam-routine)
11895 (spam-assassin-register-ham-routine): Add SpamAssassin support.
11896 (spam-bogofilter-score): Fix to show article before scoring.
11897
11898 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
11899
11900 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
11901 default scoring function.
11902 (spam-generic-score): Call spam-spamassassin-score if
11903 spam-use-spamassassin or spam-use-spamassassin-headers is on;
11904 spam-bogofilter-score otherwise.
11905
11906 * gnus.el (spam-process, spam-autodetect-methods): Add
11907 spamassassin and spamassassin-headers.
11908
11909 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
11910
11911 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11912 Suppress unnecessary messages.
11913
11914 2004-01-20 Jesper Harder <harder@ifa.au.dk>
11915
11916 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
11917 make-hash-table.
11918
11919 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
11920
11921 * canlock.el (base64-encode-string): Don't autoload it.
11922
11923 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11924
11925 * run-at-time.el: Remove useless (require 'itimer),
11926 eval-and-compile and (featurep 'xemacs).
11927
11928 2004-01-16 Jesper Harder <harder@ifa.au.dk>
11929
11930 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
11931 GROUP is a virtual group.
11932
11933 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
11934
11935 * gnus.el: Autoload `message-y-or-n-p'.
11936
11937 2004-01-15 Jesper Harder <harder@ifa.au.dk>
11938
11939 * pgg-parse.el: Remove unnecessary (require 'custom).
11940
11941 * pgg-def.el: do.
11942
11943 * nnmail.el: do.
11944
11945 * gnus-undo.el: do.
11946
11947 * gnus-picon.el: do.
11948
11949 * gnus-util.el: do.
11950
11951 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
11952
11953 * gnus-sum.el (gnus-pick-line-number): Add autoload.
11954
11955 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
11956
11957 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
11958 handle, as well as a list.
11959
11960 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
11961 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
11962 (mm-w3m-cid-retrieve): Simplify.
11963
11964 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
11965
11966 * message.el (message-kill-to-signature): Allow prefix arg to
11967 specify number of lines to keep before signature.
11968
11969 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
11970
11971 (message-kill-to-signature): Change docstring.
11972
11973 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
11974
11975 * canlock.el: Always require sha1-el.
11976 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
11977
11978 * message.el: Autoload sha1 only when compiling.
11979
11980 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
11981
11982 * message.el (message-canlock-generate): Require sha1-el.
11983
11984 2004-01-13 Jesper Harder <harder@ifa.au.dk>
11985
11986 * message.el (message-expand-name): Silence the byte compiler.
11987
11988 2004-01-13 Simon Josefsson <jas@extundo.com>
11989
11990 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
11991 Invoke gnus-score-mode. Reported by
11992 bojohan+news@dd.chalmers.se (Johan Bockgård).
11993
11994 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
11995 Jim Blandy <jimb@redhat.com> (tiny change).
11996
11997 2004-01-12 Jesper Harder <harder@ifa.au.dk>
11998
11999 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12000
12001 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
12002
12003 * spam.el (spam-get-article-as-string): Update to use
12004 gnus-request-article-this-buffer, much simpler.
12005 (spam-get-article-as-buffer): Remove.
12006
12007 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
12008
12009 * message.el (message-expand-name): Use EUDC if the user uses that.
12010
12011 2004-01-12 Jesper Harder <harder@ifa.au.dk>
12012
12013 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12014 character for the encoding to avoid consing a string.
12015
12016 * rfc2047.el (rfc2047-decode-string): Don't cons a string
12017 unnecessarily.
12018
12019 * mm-util.el (mm-replace-chars-in-string): Remove.
12020
12021 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12022 of mm-replace-chars-in-string.
12023
12024 2004-01-11 Jesper Harder <harder@ifa.au.dk>
12025
12026 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
12027
12028 * mm-util.el (mm-subst-char-in-string): Support inplace.
12029
12030 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12031 a new string in every iteration. Use shy groups.
12032
12033 2004-01-10 Jesper Harder <harder@ifa.au.dk>
12034
12035 * gnus-srvr.el (gnus-browse-unsubscribe-group):
12036 * gnus-soup.el (gnus-soup-group-brew):
12037 * gnus-msg.el (gnus-put-message):
12038 * gnus-move.el (gnus-group-move-group-to-server):
12039 * gnus-kill.el (gnus-batch-score):
12040 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12041 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12042 (gnus-group-update-group, gnus-group-read-group)
12043 (gnus-group-make-group, gnus-group-make-help-group)
12044 (gnus-group-make-archive-group, gnus-group-make-directory-group)
12045 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12046 (gnus-group-sort-by-unread, gnus-group-catchup)
12047 (gnus-group-unsubscribe-group, gnus-group-kill-group)
12048 (gnus-group-yank-group, gnus-group-set-info)
12049 (gnus-group-list-groups):
12050 * gnus.el (gnus-generate-new-group-name):
12051 * gnus-delay.el (gnus-delay-send-queue):
12052 * nnvirtual.el (nnvirtual-catchup-group):
12053 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
12054 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
12055 (gnus-group-prepare-topics, gnus-topic-check-topology):
12056 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12057 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12058 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
12059 (gnus-group-make-articles-read):
12060 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12061 (gnus-group-change-level, gnus-kill-newsgroup)
12062 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12063 (gnus-get-unread-articles, gnus-make-articles-unread)
12064 (gnus-make-ascending-articles-unread): Use accessor
12065 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12066 to get group information for improved readability.
12067
12068
12069 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12070
12071 * gnus-art.el (article-decode-mime-words, article-babel)
12072 (gnus-article-highlight-signature, gnus-article-add-buttons)
12073 (gnus-signature-toggle): Use gnus-with-article-buffer.
12074
12075 * gnus-art.el (gnus-article-highlight-headers)
12076 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
12077
12078 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12079 (gnus-article-set-globals, gnus-request-article-this-buffer)
12080 (gnus-button-message-id, gnus-article-maybe-hide-headers)
12081 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12082 (gnus-mime-display-alternative): Use with-current-buffer.
12083
12084 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12085
12086 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12087 also under 80 char limit, and call gnus-error if needed.
12088 (spam-fetch-article-header): Fix - it was a
12089 buffer-local variable (gnus-newsgroup-data).
12090 (spam-find-spam): Use spam-generate-fake-headers, forget about
12091 spam-insert-fake-headers.
12092 (spam-insert-fake-headers): Remove.
12093
12094 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12095
12096 * deuglify.el (gnus-article-outlook-unwrap-lines)
12097 (gnus-outlook-rearrange-article)
12098 (gnus-outlook-repair-attribution-outlook)
12099 (gnus-outlook-repair-attribution-block)
12100 (gnus-outlook-repair-attribution-other): Remove redundant
12101 save-excursion.
12102
12103 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12104
12105 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12106 (spam-fetch-field-subject-fast)
12107 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12108 (spam-fetch-article-header): Add functions to deal with Gnus
12109 internals for fast retrieval of article header data.
12110 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
12111
12112 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12113
12114 * pop3.el (pop3-md5): Remove.
12115 (pop3-apop): Replace pop3-md5 with md5.
12116
12117 * mm-bodies.el: base64 is always built-in.
12118
12119 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12120 with-current-buffer.
12121
12122 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
12123
12124 * canlock.el (canlock-insert-header): Remove excessive grouping in
12125 regexp.
12126
12127 * gnus-sum.el (gnus-summary-read-document): Ditto.
12128
12129 * gnus-uu.el (gnus-uu-part-number): Ditto.
12130
12131 * html2text.el (html2text-remove-tags): Ditto.
12132 (html2text-format-tags): Ditto.
12133 (html2text-format-single-elements): Ditto.
12134
12135 * mml.el (mml-parse-1): Ditto.
12136
12137 2004-01-08 Jesper Harder <harder@ifa.au.dk>
12138
12139 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12140
12141 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
12142
12143 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
12144
12145 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
12146
12147 2003-11-15 Simon Josefsson <jas@extundo.com>
12148
12149 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
12150 (pgg-gpg-lookup-key): Use regexp match instead of
12151 split-string (split-string is different between emacs 21.2 and
12152 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
12153
12154 2004-01-08 Jesper Harder <harder@ifa.au.dk>
12155
12156 * gnus-art.el (gnus-mime-view-all-parts)
12157 (gnus-article-part-wrapper, gnus-article-view-part): Use
12158 with-current-buffer.
12159
12160 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12161
12162 * spam.el (spam-disable-spam-split-during-ham-respool)
12163 (spam-spamoracle-database, spam-cache-lookups)
12164 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
12165 (spam-group-ham-mark-p, spam-group-spam-mark-p)
12166 (spam-group-ham-marks, spam-group-spam-marks)
12167 (spam-group-spam-contents-p, spam-group-ham-contents-p)
12168 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
12169 also add spam-use-blackholes to the statistical checks.
12170 (spam-fetch-field-fast): Add interface to fetching fields, may
12171 become a macro.
12172 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
12173 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
12174 (spam-insert-fake-headers): Fake an article when needed.
12175 (spam-find-spam): Fake article when possible.
12176 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
12177 (spam-check-bogofilter-headers): Use message-fetch-field instead
12178 of nnmail-fetch-field.
12179
12180 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
12181
12182 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
12183
12184 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12185
12186 * spam.el (spam-split): Do not require spam-use-CHECK to be
12187 enabled if that check is passed to spam-split explicitly; also
12188 fix so 'spam doesn't get converted to spam-split-group when
12189 spam-split-symbolic-return is t.
12190 (spam-find-spam): Find registrations of the article and use those
12191 instead of re-running spam-split to find the spam/ham
12192 classification of the article.
12193 (spam-log-processing-to-registry, spam-log-registered-p)
12194 (spam-log-unregistration-needed-p, spam-log-undo-registration):
12195 Use gnus-error instead of gnus-message.
12196 (spam-log-registration-type): Add function to determine the
12197 classification of a message based on registry entries; will
12198 return nil if both 'spam and 'ham are found.
12199 (spam-check-BBDB): Expand all the BBDB macros here so we can have
12200 a reasonably fast local cache without the loading errors.
12201 (spam-cache-lookups): Set to t by default.
12202 (spam-find-spam): Don't try to guess spam-cache-lookups.
12203 (spam-enter-whitelist, spam-enter-blacklist): Clear the
12204 spam-caches entry.
12205 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
12206 caching of whitelist/blacklist entries.
12207 (spam-check-whitelist, spam-check-blacklist): Invoke
12208 spam-from-listed-p with a type, not a cache variable.
12209 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
12210
12211 2004-01-07 Jesper Harder <harder@ifa.au.dk>
12212
12213 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
12214
12215 * nnmail.el (nnmail-split-fancy): do.
12216
12217 * mml.el (mml-parse): do.
12218
12219 * gnus-score.el (gnus-enter-score-words-into-hashtb)
12220 (gnus-score-adaptive): do.
12221
12222 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12223
12224 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
12225 (gnus-mime-button-map): Don't set keymap parent.
12226 (gnus-button-ctan-directory-regexp): Use shy grouping.
12227 (gnus-prev-page-map): Don't set keymap parent.
12228 (gnus-prev-page-map): Remove duplicated one.
12229 (gnus-next-page-map): Don't set keymap parent.
12230 (gnus-mime-security-button-map): Ditto.
12231
12232 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
12233 version number.
12234
12235 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
12236
12237 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12238
12239 * canlock.el (canlock-sha1-function): Remove.
12240 (canlock-sha1-function-for-verify): Remove.
12241 (canlock-openssl-program): Remove.
12242 (canlock-openssl-args): Remove.
12243 (canlock-ignore-errors): Remove.
12244 (canlock-sha1-with-openssl): Remove.
12245 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
12246 (canlock-verify): Don't use canlock-ignore-errors.
12247
12248 * sha1-el.el (sha1-string-external): Make it can return a string
12249 in binary form.
12250 (sha1-region-external): Ditto.
12251 (sha1-string-internal): Ditto.
12252 (sha1-region-internal): Ditto.
12253 (sha1-region): Ditto.
12254 (sha1-string): Ditto.
12255 (sha1): Ditto.
12256
12257 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
12258
12259 * spam.el (spam-report-articles-gmane): New command.
12260
12261 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12262
12263 * gnus.el: Don't make unnecessary *Group* buffer when loading.
12264
12265 * run-at-time.el (run-at-time-saved): Remove.
12266 (run-at-time): Doc fix.
12267
12268 2004-01-07 Jesper Harder <harder@ifa.au.dk>
12269
12270 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
12271 (gnus-summary-limit-map): Add it.
12272 (gnus-summary-make-menu-bar): do.
12273
12274 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
12275
12276 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
12277 Make attempt at some caching support (done for BBDB only now).
12278 (spam-find-spam): Set spam-cache-lookups if there are more than 2
12279 addresses to be checked.
12280 (spam-clear-cache-BBDB): Add function, to be invoked by
12281 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
12282 (spam-check-BBDB): Check and use the caches, if
12283 spam-cache-lookups is on, remove superfluous (provide).
12284
12285 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
12286
12287 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
12288
12289 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
12290
12291 * run-at-time.el (run-at-time-saved): Move to after the definition
12292 of `run-at-time'.
12293
12294 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12295
12296 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
12297 mm-w3m-local-map-property.
12298
12299 * mm-view.el (mm-w3m-mode-map): Remove.
12300 (mm-w3m-local-map-property): Remove.
12301 (mm-inline-text-html-render-with-w3m): Don't use
12302 mm-w3m-local-map-property.
12303
12304 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12305
12306 * run-at-time.el: New file.
12307
12308 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
12309 of gnus-set-text-properties.
12310
12311 * gnus-uu.el (gnus-uu-save-article): Ditto.
12312
12313 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
12314
12315 * gnus-cite.el (gnus-cite-parse): Ditto.
12316
12317 * gnus-art.el (gnus-button-push): Use set-text-properties instead
12318 of gnus-.
12319
12320 * gnus.el: Changed calls to nnheader-run-at-time and
12321 password-run-at-time throughout to use run-at-time directly.
12322
12323 * password.el: Removed definition of run-at-time.
12324
12325 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
12326
12327 * mml.el (mml-minibuffer-read-disposition): Show attachment type
12328 in prompt.
12329
12330 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
12331
12332 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
12333 XEmacs version.
12334
12335 * dns.el (dns-make-network-process): Use `open-network-stream'
12336 instead of `gnus-xmas-open-network-stream'.
12337
12338 * .cvsignore: Add auto-autoloads.el, custom-load.el.
12339
12340 2004-01-06 Jesper Harder <harder@ifa.au.dk>
12341
12342 * gnus-art.el (gnus-mime-display-alternative)
12343 (gnus-insert-mime-button, gnus-insert-mime-security-button)
12344 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
12345 Don't use gnus-local-map-property.
12346
12347 * gnus-util.el (gnus-local-map-property): Remove.
12348
12349 * mm-view.el (mm-view-pkcs7-decrypt): Replace
12350 gnus-completing-read-maybe-default with completing-read.
12351
12352 * gnus-util.el (gnus-completing-read): do.
12353 (gnus-completing-read-maybe-default): Remove.
12354
12355 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
12356
12357 * password.el: Only autoload `run-at-time' if not XEmacs.
12358 Only autoload the itimer functions if XEmacs.
12359
12360 2004-01-06 Jesper Harder <harder@ifa.au.dk>
12361
12362 * gnus-art.el (gnus-read-string): Remove.
12363 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
12364 read-string.
12365
12366 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
12367
12368 * netrc.el: Autoload password-read.
12369 (netrc): Add configuration group.
12370 (netrc-encoding-method, netrc-openssl-path): Add
12371 variables for encoding and decoding of files with symmetric
12372 ciphers.
12373 (netrc-encode): Add assistant function to encode a file with
12374 netrc-encoding-method.
12375 (netrc-parse): Add interactive parameter, added optional
12376 decoding if netrc-encoding-method is non-nil but otherwise
12377 behavior is standard.
12378 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
12379 Do s/encode/encrypt/ everywhere.
12380
12381 * spam.el: Remove executable-find autoload.
12382
12383 2004-01-05 Jesper Harder <harder@ifa.au.dk>
12384
12385 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
12386
12387 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
12388
12389 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
12390
12391 * gnus-art.el (gnus-treat-ansi-sequences,
12392 (article-treat-ansi-sequences): New variable and function.
12393 Suggested by Dan Jacobson <jidanni@jidanni.org>.
12394
12395 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12396 Use it.
12397
12398 2004-01-05 Jesper Harder <harder@ifa.au.dk>
12399
12400 * mm-util.el (mm-quote-arg): Remove.
12401
12402 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
12403 shell-quote-argument.
12404
12405 * gnus-uu.el (gnus-uu-command): do.
12406
12407 * gnus-sum.el (gnus-summary-insert-pseudos): do.
12408
12409 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
12410 with make-char.
12411
12412 * mm-util.el (mm-make-char): Remove.
12413
12414 * mml.el (mml-mode): Replace gnus-add-minor-mode with
12415 add-minor-mode.
12416
12417 * gnus-undo.el (gnus-undo-mode): do.
12418
12419 * gnus-topic.el (gnus-topic-mode): do.
12420
12421 * gnus-sum.el (gnus-dead-summary-mode): do.
12422
12423 * gnus-start.el (gnus-slave-mode): do.
12424
12425 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
12426
12427 * gnus-ml.el (gnus-mailing-list-mode): do.
12428
12429 * gnus-gl.el (gnus-grouplens-mode): do.
12430
12431 * gnus-draft.el (gnus-draft-mode): do.
12432
12433 * gnus-dired.el (gnus-dired-mode): do.
12434
12435 * gnus-ems.el (gnus-add-minor-mode): Remove.
12436
12437 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12438 Replace gnus-char-width with char-width.
12439
12440 * gnus-ems.el (gnus-char-width): Remove.
12441
12442 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12443 Replace gnus-char-width with char-width.
12444
12445 * gnus-ems.el (gnus-char-width): Remove.
12446
12447 * spam-stat.el (with-syntax-table): Remove with-syntax-table
12448 definition.
12449 Remove Emacs 20 hash table compatibility code.
12450
12451 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
12452 20 compatibility code.
12453
12454 * spam.el (spam-point-at-eol): Replace with point-at-eol.
12455
12456 * smime.el (smime-point-at-eol): Replace with point-at-eol.
12457
12458 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
12459 with point-at-{eol,bol}.
12460
12461 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
12462
12463 * imap.el (imap-point-at-eol): Replace with point-at-eol.
12464
12465 * flow-fill.el (fill-flowed-point-at-bol)
12466 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
12467
12468 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
12469 Replace with point-at-{eol,bol} throughout all files.
12470
12471 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
12472
12473 * ntlm.el (ntlm-string-as-unibyte): New macro.
12474 (ntlm-build-auth-response): Use it.
12475
12476 Remove Emacs 20 stuff:
12477 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
12478 of delq and copy-sequence.
12479 * gnus-art.el (popup-menu): Remove the compiler macro.
12480 * nnmail.el (nnmail-split-fancy): Don't support customizing with
12481 Emacs 20.
12482
12483 2004-01-05 Simon Josefsson <jas@extundo.com>
12484
12485 * ntlm.el: Fix namespace. Change smb-passwd-hash into
12486 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
12487 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
12488 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
12489 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
12490 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
12491 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
12492 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
12493 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
12494 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
12495 ntlm-string-permute, string-lshift into ntlm-string-lshift,
12496 string-xor into ntlm-string-xor. Suggested by
12497 Jesper Harder <harder@myrealbox.com>.
12498
12499 * ntlm.el: Don't include poem.
12500
12501 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
12502 Jesper Harder <harder@myrealbox.com>.
12503
12504 * sasl-ntlm.el, ntlm.el, md4.el: New files.
12505
12506 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
12507 probably breaks emacs with DL patch, but do we care? Is anyone
12508 still using the DL stuff?)
12509
12510 * sieve-manage.el: Use the password package.
12511 (sieve-manage-read-passwd): Remove.
12512 (sieve-manage-interactive-login): Use password. Re-add
12513 condition-case around loop.
12514
12515 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
12516 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
12517 the password package.
12518
12519 2003-02-19 Simon Josefsson <jas@extundo.com>
12520
12521 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
12522 token.
12523
12524 2002-08-07 Simon Josefsson <jas@extundo.com>
12525
12526 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
12527 (sieve-manage-authenticators):
12528 (sieve-manage-authenticator-alist): Add some SASL mechs.
12529 (sieve-sasl-auth): New function.
12530 (sieve-manage-cram-md5-auth):
12531 (sieve-manage-plain-auth): Rewrite using SASL library.
12532 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
12533 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
12534 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
12535 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
12536
12537 2004-01-05 Simon Josefsson <jas@extundo.com>
12538
12539 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
12540 New files.
12541
12542 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12543
12544 * gnus-group.el (gnus-no-groups-message): Update.
12545
12546 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
12547
12548 2003-11-09 Simon Josefsson <jas@extundo.com>
12549
12550 * imap.el: Support for ID IMAP extension (RFC 2971).
12551 (imap-local-variables): Add imap-id.
12552 (imap-id): New variable.
12553 (imap-id): New function.
12554 (imap-parse-response): Parse untagged ID response.
12555 * nnimap.el (nnimap-id): New variable.
12556 (nnimap-open-connection): Use it.
12557
12558 2003-12-28 Simon Josefsson <jas@extundo.com>
12559
12560 * gnus-score.el (gnus-score-edit-all-score): New.
12561 * gnus-group.el (gnus-group-score-map): Bind it to W e.
12562
12563 2004-01-04 Simon Josefsson <jas@extundo.com>
12564
12565 * password.el: Add.
12566
12567 2004-01-04 Mario Lang <lang@zid.tugraz.at>
12568
12569 * dns.el: Add support for AAAA records (see RFC 3596)
12570
12571 * Fix typo PRT -> PTR
12572
12573 * Parse MX, PTR and SOA replies (see RFC 1035)
12574
12575 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12576
12577 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
12578
12579 * Moved to Changelog.2.
12580
12581 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12582
12583 * gnus.el (gnus-version-number): Bump version.
12584
12585 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12586
12587 * gnus.el: No Gnus v0.1 is released.
12588
12589 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12590
12591 * gnus.el: No Gnus v0.0 is released.
12592
12593 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12594
12595 * gnus.el (gnus-version-number): Bump.
12596 (gnus-version): No.
12597
12598 See ChangeLog.2 for earlier changes.
12599
12600 Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
12601
12602 This file is part of GNU Emacs.
12603
12604 GNU Emacs is free software: you can redistribute it and/or modify
12605 it under the terms of the GNU General Public License as published by
12606 the Free Software Foundation, either version 3 of the License, or
12607 (at your option) any later version.
12608
12609 GNU Emacs is distributed in the hope that it will be useful,
12610 but WITHOUT ANY WARRANTY; without even the implied warranty of
12611 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12612 GNU General Public License for more details.
12613
12614 You should have received a copy of the GNU General Public License
12615 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
12616
12617 ;; Local Variables:
12618 ;; coding: utf-8
12619 ;; fill-column: 79
12620 ;; add-log-time-zone-rule: t
12621 ;; End:
12622
12623 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4