Merge from emacs--rel--22
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * message.el (message-cite-function): Remove bogus autoload which crept
4 in during merge from v5-10.
5
6 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
7
8 * nnimap.el (nnimap-open-connection): Fix login/password bug.
9
10 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
11
12 * auth-source.el: Preliminary Tramp docs.
13 (auth-sources): Change the default auth-sources to use
14 EPA .gpg files.
15
16 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
17
18 * nntp.el: Autoload `auth-source-user-or-password'.
19 (nntp-send-authinfo): Use it.
20
21 * nnimap.el: Autoload `auth-source-user-or-password'.
22 (nnimap-open-connection): Use it.
23
24 * auth-source.el: Added docs on using with url-auth. Import gnus-util
25 for the gnus-message function.
26 (auth-source-user-or-password): Use it.
27
28 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
29
30 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
31 rfc2104-hexstring-to-byte-list. Return a unibyte string.
32 (rfc2104-hash): Use it.
33
34 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
35
36 * gnus-art.el (gnus-article-toggle-truncate-lines):
37 Don't use `iff' in docstring.
38
39 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
40
41 * gnus-registry.el: Adjusted copyright dates and added a keyword.
42
43 * gnus-util.el (gnus-extract-address-component-name)
44 (gnus-extract-address-component-email): Convenience functions around
45 `gnus-extract-address-components'.
46
47 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
48 Use `gnus-extract-address-component-email' to fix bug of comparing full
49 sender name to `user-mail-address'.
50
51 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
52
53 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
54 catch/throw to optimize.
55 (gnus-registry-find-keywords): Just use member to find a keyword.
56
57 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
58
59 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
60 is current before calling gnus-server-prepare.
61 (gnus-server-setup-buffer, gnus-server-update-server)
62 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
63
64 2008-05-04 Juri Linkov <juri@jurta.org>
65
66 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
67 (mailcap-file-default-commands): Use mailcap-replace-in-string
68 instead of replace-regexp-in-string, and mailcap-delete-duplicates
69 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
70
71 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
72
73 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
74
75 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
76
77 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
78 hooks.
79 (gnus-update-read-articles): Speed up non-marks-using users.
80 (gnus-use-marks): Define gnus-use-marks.
81 (gnus-propagate-marks): Rename variable to something more sensible.
82
83 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
84
85 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
86 (gmm-image-load-path-for-library): Fix typos in docstrings.
87 (gmm-message): Reflow docstring.
88
89 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
90
91 * mail-source.el (mail-source-set-1, mail-source-bind):
92 Move auth-source code out of the macro to clean it up and fix bugs.
93
94 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
95
96 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
97 by sender if it's equal to user-mail-address, it's likely to be
98 useless.
99
100 * mail-source.el (mail-source-bind): Don't use user or password if they
101 are not bound. Unintern them if they are nil. Don't use server unless
102 it's bound, and default it to empty string otherwise.
103
104 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
105
106 * mail-source.el: Load auth-source.el.
107 (mail-source-bind): Add comments. Call auth-source-user-or-password to
108 get user name or password, if auth-sources is set up.
109
110 * gnus-registry.el (gnus-registry-split-strategy): New variable for
111 strategy of splitting with parent.
112 (gnus-registry-split-fancy-with-parent)
113 (gnus-registry-post-process-groups): Use it and fix prior
114 bug (returning a list as the split result).
115
116 * auth-source.el (auth-sources): Remove server parameter.
117 (auth-source-pick, auth-source-user-or-password)
118 (auth-source-user-or-password-imap)
119 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
120 (auth-source-user-or-password-sftp)
121 (auth-source-user-or-password-smtp): Remove server parameter.
122
123 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
124
125 * smime.el (smime-sign-region, smime-encrypt-region)
126 (smime-decrypt-region):
127 Remove redundant calls to `generate-new-buffer-name'.
128
129 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
130
131 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
132 Don't use QP for message/rfc822.
133 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
134
135 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
136
137 * sieve-manage.el (sieve-string-bytes): Remove.
138 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
139 correct byte-length only if the process's coding-system is the same as
140 the one used internally by Emacs to represent strings.
141
142 2008-04-22 Juri Linkov <juri@jurta.org>
143
144 * mailcap.el (mailcap-file-default-commands): New function.
145
146 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
147
148 * message.el (message-signature-separator, message-cite-function):
149 Change custom version.
150
151 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
152
153 * mm-decode.el (mm-display-external): Make temp file read-only.
154
155 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
156
157 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
158 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
159 `C-c C-f d'.
160
161 2008-04-12 Adrian Aichner <adrian@xemacs.org>
162
163 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
164
165 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
166
167 * auth-source.el: Added docs.
168 (auth-sources): Modify format to support server.
169 (auth-source-pick, auth-source-user-or-password)
170 (auth-source-user-or-password-imap)
171 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
172 (auth-source-user-or-password-sftp)
173 (auth-source-user-or-password-smtp): Add server parameter.
174
175 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
176
177 * gnus-registry.el: Initialize the registry when gnus-registry-install
178 is t.
179
180 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
181
182 * compface.el (uncompface): Make buffer unibyte.
183
184 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
185
186 * mail-source.el (mail-source-value):
187 Prefer fboundp to functionp so it works with macros as well.
188
189 2008-04-05 Glenn Morris <rgm@gnu.org>
190
191 * gnus-ems.el (mm-disable-multibyte): Autoload it.
192
193 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
194
195 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
196 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
197
198 * nnheader.el (nnheader-init-server-buffer): Change buffer's
199 multibyteness after rather than before erasing it.
200
201 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
202 mm-with-multibyte.
203 (gnus-request-article-this-buffer): Make sure the proper decoding is
204 used if gnus-original-article-buffer happens to be unibyte.
205
206 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
207 default-enable-multibyte-characters.
208
209 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
210 default-enable-multibyte-characters.
211
212 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
213
214 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
215
216 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
217
218 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
219 Fix last change in case the element is not even a symbol.
220
221 2008-04-02 Simon Josefsson <simon@josefsson.org>
222
223 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
224 imap-enable-exchange-bug-workaround.
225 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
226
227 2008-04-01 Simon Josefsson <simon@josefsson.org>
228
229 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
230 a 100 byte status-checks into a 2-3MB transfer for each group.
231 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
232 to enable bug workaround or not.
233 (nnimap-find-minmax-uid): Only enable workaround conditionally.
234
235 2008-03-31 Glenn Morris <rgm@gnu.org>
236
237 * message.el (mml2015-use): Declare for compiler.
238 (message-info): Require mml2015 when appropriate.
239
240 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
241
242 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
243 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
244 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
245 (nntp-service-to-port): New function.
246 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
247 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
248 (nntp-open-netcat-stream): New function.
249 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
250
251 2008-03-29 Sven Joachim <svenjoac@gmx.de>
252
253 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
254
255 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
256
257 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
258
259 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
260
261 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
262
263 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
264
265 * message.el (message-signature-separator): Change default.
266 Improve custom type.
267 (message-cite-function): Change default to
268 message-cite-original-without-signature.
269
270 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
271 toggle.
272
273 * message.el (message-check-news-body-syntax): Fix signature check.
274 (message-setup-1): Mark buffer as unmodified _after_ running
275 message-setup-hook and handling message-alternative-emails.
276 (message-shorten-references): Be more strict when building list of
277 valid references to comply with GNKSA.
278
279 * gnus-group.el (gnus-read-ephemeral-bug-group)
280 (gnus-read-ephemeral-debian-bug-group)
281 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
282
283 * message.el (message-info): Don't use booleanp which isn't supported
284 in Emacs 21 and XEmacs.
285
286 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
287
288 * gnus-group.el (gnus-gmane-group-download-format): Rename from
289 gnus-group-gmane-group-download-format.
290 (gnus-group-read-ephemeral-gmane-group): Rename from
291 gnus-group-read-ephemeral-gmane-group.
292 (gnus-read-ephemeral-gmane-group-url): Rename from
293 gnus-group-read-ephemeral-gmane-group-url.
294 (gnus-bug-group-download-format-alist): New variable.
295 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
296 (gnus-read-ephemeral-emacs-bug-group): New commands.
297
298 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
299
300 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
301 (gnus-visible-headers): Improve custom type.
302
303 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
304
305 * mml.el (mml-menu): Add workarounds for XEmacs.
306
307 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
308 X-Boundary header.
309
310 * message.el (message-simplify-recipients): Fix previous commit.
311
312 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
313
314 * mm-util.el (mm-set-buffer-multibyte): New function.
315 * mm-decode.el (mm-copy-to-buffer): Use it.
316
317 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
318 Prefer fboundp to functionp so it works with macros as well.
319
320 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
321
322 * message.el (message-alter-recipients-discard-bogus-full-name):
323 New function.
324 (message-alter-recipients-function): New variable.
325 (message-get-reply-headers): Use it.
326 (message-replace-header): New helper function.
327 (message-recipients-without-full-name): New variable.
328 (message-simplify-recipients): New command.
329
330 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
331
332 * message.el (message-info): Handle EasyPG manual.
333
334 * mml.el (mml-menu): Add entry for EasyPG.
335
336 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
337
338 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
339 parameter.
340
341 * message.el (message-disassociate-draft): Specify drafts group name
342 fully.
343
344 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
345
346 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
347 unnecessary duplicates from the match list.
348
349 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
350
351 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
352 args of `how-many' of which the XEmacs version doesn't take; declare
353 Info-index-next as function.
354
355 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
356
357 * gnus-score.el (gnus-score-headers): Fix handling of
358 gnus-inhibit-slow-scoring.
359
360 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
361 string.
362 (gnus-button-url-regexp): Improve handling of parenthesis.
363 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
364 (gnus-button-handle-info-keystrokes): Handle index entries.
365
366 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
367
368 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
369 Incoming* files.
370
371 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
372
373 * auth-source.el (auth-sources): Renamed from auth-source-choices.
374 (auth-source-pick): Use it.
375
376 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
377
378 * auth-source.el (auth-source-protocols)
379 (auth-source-protocols-customize, auth-source-choices): Added and
380 modified variable customizations and defaults.
381 (auth-source-pick, auth-source-user-or-password)
382 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
383 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
384 (auth-source-user-or-password-sftp)
385 (auth-source-user-or-password-smtp): Use new variables and provide an
386 interface to netrc.el.
387
388 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
389
390 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
391 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
392 Make sure the nntp port to specify is a string.
393
394 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
395
396 * nntp.el: Use with-current-buffer.
397 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
398 dubious mm-with-unibyte-current-buffer.
399 (nntp-with-open-group-function): New function extracted from
400 nntp-with-open-group macro.
401 (nntp-with-open-group): Use the function, so it's easier to debug.
402 Add indentation and debugging info.
403 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
404 the use of the netcat alternatives.
405
406 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
407 Avoid mm-string-as-multibyte as well.
408
409 * nnweb.el (nnweb-insert-html):
410 Remove use of nnheader-string-as-multibyte.
411
412 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
413 (nnheader-string-as-multibyte): Remove.
414
415 * mm-view.el: Use inhibit-read-only.
416 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
417 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
418 or unibyte-string.
419
420 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
421 (mm-uu-yenc-extract): Use with-current-buffer.
422
423 * gnus-soup.el (gnus-soup-send-packet): Don't use
424 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
425
426 * nnmh.el: Use with-current-buffer.
427 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
428 mm-string-as-multibyte on the output of mm-encode-coding-string.
429
430 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
431 (nnimap-request-move-article): Use with-current-buffer.
432
433 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
434 inserting the handle-buffer's text, so the implicit multibyte->unibyte
435 conversion uses string-make-unibyte rather than string-as-unibyte.
436
437 * gnus-msg.el: Use with-current-buffer.
438
439 * message.el (message-ignored-resent-headers): Add "Delivered-To".
440
441 2008-03-10 Daiki Ueno <ueno@unixuser.org>
442
443 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
444 string for caching if it is 'PIN.
445
446 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
447
448 * mail-source.el (mail-source-delete-old-incoming-confirm):
449 Change default to nil.
450 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
451
452 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
453
454 * gnus-art.el (gnus-narrow-to-page): Position point properly.
455 (gnus-article-goto-prev-page): Work for articles having ^L's.
456
457 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
458
459 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
460
461 2008-03-07 Karl Fogel <kfogel@red-bean.com>
462
463 * gnus-bookmark.el: Adjust for renames in bookmark.el.
464 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
465 (gnus-bookmark-jump): Adjust some variable names.
466
467 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
468
469 * auth-source.el: New package.
470 (auth-source-choices): Add customization entry point variable.
471
472 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
473 bug.
474
475 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
476
477 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
478 (gnus-registry-initialize, gnus-registry-install-p): Use it.
479 (gnus-registry-install-shortcuts): Rename from
480 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
481 the `gnus-registry-mark-map' keymap dynamically from
482 `gnus-registry-marks'. The generated functions update the summary line
483 when a registry mark is added or deleted, and will call
484 `gnus-registry-install-p' (see the comments in the code).
485 (gnus-registry-user-format-function-M): Use concat intelligently.
486
487 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
488 the registry mark functions.
489
490 2008-03-05 Glenn Morris <rgm@gnu.org>
491
492 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
493 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
494 gnus-art.
495 (top-level): No need to load own source when compiling.
496
497 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
498
499 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
500 Suggested by <chris.anderton@zetnet.co.uk>.
501
502 2008-03-04 Glenn Morris <rgm@gnu.org>
503
504 * gnus-sum.el (top-level): No need to require gnus when compiling,
505 since unconditionally required near start of file.
506 (gnus-summary-display-while-building): Move definition before use.
507
508 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
509
510 * gnus-registry.el (gnus-registry-user-format-function-M): Add
511 formatting function.
512
513 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
514
515 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
516 with plists.
517 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
518 Use new format.
519
520 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
521
522 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
523 `where-is-internal' that returns a range of key sequences.
524
525 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
526
527 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
528
529 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
530 (gnus-summary-jump-to-group): Consider windows on other displayed
531 frames as well. Similar changes might be needed elsewhere, but that's
532 the one I've bumped into during my use.
533
534 * nndoc.el (nndoc-oe-dbx-type-p):
535 * gnus-msg.el (gnus-debug):
536 * gnus-group.el (gnus-update-group-mark-positions):
537 Use mm-string-to-multibyte.
538
539 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
540
541 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
542 doesn't handle NotDashEscaped.
543
544 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
545 (mml-dnd-attach-options): Fix typo in custom choice.
546
547 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
548 nndoc-article-type to mbox.
549 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
550
551 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
552 to nil, instead of html2text.
553
554 * imap.el (imap-debug): Add `imap-ping-server'.
555
556 * gnus-bookmark.el: Add FIXMEs.
557
558 * message.el (message-form-letter-separator)
559 (message-send-form-letter-delay): New variables.
560 (message-send-form-letter): Use them. New command to send form
561 letters. Requested by Uwe Siart.
562 (message-send-mail-function): Doc fix. Add "Other" custom option.
563
564 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
565
566 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
567 empty author.
568
569 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
570
571 * gnus-registry.el (gnus-registry-marks): Add variable for
572 customization of marks and their appearance.
573 (gnus-registry-read-mark): Use it.
574 (gnus-registry-do-marks): Add utility function to loop through
575 `gnus-registry-marks'.
576 (gnus-registry-install-shortcuts-and-menus): Add function to install
577 shortcuts and menus.
578 (gnus-registry-initialize): Use it.
579 (gnus-registry-default-mark): Clarify documentation.
580
581 2008-02-29 Glenn Morris <rgm@gnu.org>
582
583 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
584 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
585 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
586 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
587 Change defcustom :version from 23.0 to 23.1.
588
589 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
590
591 * gnus-registry.el (gnus-registry-follow-group-p)
592 (gnus-registry-post-process-groups): Add functions to aid registry
593 splitting and improve logging. Clarify behavior in function
594 documentation.
595 (gnus-registry-split-fancy-with-parent): Use them.
596
597 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
598
599 * gnus-art.el: Use with-current-buffer.
600
601 2008-02-27 David Engster <dengste@eml.cc>
602
603 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
604 Express real group name in the response.
605
606 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
607
608 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
609 (nnmairix-last-server, nnmairix-current-server): Defvar them.
610 (nnmairix-goto-original-article): Defvar gnus-registry-install and
611 autoload gnus-registry-fetch-group when compiling.
612 (nnmairix-request-group-with-article-number-correction): Remove
613 unreferenced argument passed to nnmairix-call-backend.
614
615 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
616
617 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
618 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
619 Wilde.
620
621 2008-02-27 Glenn Morris <rgm@gnu.org>
622
623 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
624 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
625 variables to defconsts. Convert comments to doc-strings.
626 (nnmairix-last-server, nnmairix-current-server): Convert from free
627 variables to defvars. Convert comments to doc-strings.
628 (gnus-registry-fetch-group): Autoload.
629 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
630 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
631 (nnmairix-widget-build-editable-fields): Use car cddr rather than
632 caddr.
633 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
634 nnmairix-request-group-with-article-number-correction call.
635 (nnmairix-fast, nnmairix-group): New, less general names, for free
636 variables passed from nnmairix-request-group to
637 nnmairix-request-group-with-article-number-correction. Declare.
638 (nnmairix-request-group-with-article-number-correction):
639 Use nnmairix-fast, nnmairix-group rather than fast, group.
640
641 2008-02-26 David Engster <dengste@eml.cc>
642
643 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
644 version 0.5.
645
646 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
647
648 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
649 instead of making an extra function call. Don't add the current group
650 to articles only when they have the group. Use
651 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
652 Reported by David <de_bb@arcor.de>.
653
654 2008-02-24 Miles Bader <miles@gnu.org>
655
656 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
657 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
658 (mm-find-mime-charset-region):
659 * mm-bodies.el (mm-encode-body):
660 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
661
662 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
663
664 * mail-source.el (mail-source-delete-incoming): Change default.
665 Supplement doc string.
666
667 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
668
669 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
670
671 * nnmail.el (nnmail-message-id-cache-file): Derive from
672 `gnus-home-directory'.
673
674 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
675
676 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
677 Document negative prefix.
678
679 * gnus-group.el (gnus-group-read-group): Document negative prefix.
680
681 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
682
683 * message.el (message-unsent-separator): Add the Exim bounce
684 separator.
685
686 2008-02-10 Daiki Ueno <ueno@unixuser.org>
687
688 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
689 list.
690 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
691 recipient/signer list.
692
693 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
694
695 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
696 fbound (Emacs 23 unicode), signal an error.
697
698 2008-02-08 Glenn Morris <rgm@gnu.org>
699
700 * gnus-art.el (pgg-display-output-buffer): Declare as function.
701
702 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
703
704 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
705 ports to the calls to `netrc-machine-user-or-password' in addition to
706 "imap" and "imaps".
707
708 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
709
710 * gnus.el (gnus-group-startup-message): Add `find-image' call before
711 image-load-path is let-bound. Reported by Harald Hanche-Olsen
712 <hanche@math.ntnu.no>.
713
714 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
715
716 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
717
718 2008-02-01 Zhang Wei <id.brep@gmail.com>
719
720 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
721
722 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
723
724 2008-02-01 Miles Bader <miles@gnu.org>
725
726 * mml.el (mml-parse-1): Remove apparently vestigial use of
727 `mm-hack-charsets'.
728 * mm-bodies.el (mm-encode-body): Likewise.
729
730 2008-02-01 Kenichi Handa <handa@m17n.org>
731
732 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
733 rfc2104-hexstring-to-bitstring and changed to return a byte list.
734 (rfc2104-hash): Convert the result of concat to unibyte string.
735
736 2008-02-01 Dave Love <fx@gnu.org>
737
738 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
739 coding-system-for-read.
740 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
741
742 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
743 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
744 (mm-find-mime-charset-region): Remove hack-charsets stuff.
745
746 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
747
748 * mail-source.el (mail-sources): Add `group' choice.
749
750 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
751 parameter `in-group' to control into which group the articles go.
752 Add treatment of `group' mail-source.
753
754 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
755
756 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
757 * message.el (message-beginning-of-line): Use featurep instead of bound
758 tests in order to resolve conditionals at compile time.
759
760 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
761
762 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
763
764 * mm-decode.el (mm-dissect-buffer): Decode description.
765
766 * mml.el (mml-to-mime): Encode message header first.
767
768 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
769
770 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
771 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
772
773 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
774
775 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
776
777 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
778
779 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
780 prefix keys.
781 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
782 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
783 gnus-xmas.el.
784
785 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
786
787 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
788 Add new variables for article mark management.
789 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
790 list of extra data entries which, when present, will indicate that the
791 article ID should not be trimmed from the registry.
792 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
793 functions.
794 (gnus-registry-read-mark): New function to read a mark name from the
795 user.
796 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
797 (gnus-registry-set-article-mark-internal): New functions to add and
798 remove marks.
799 (gnus-registry-get-article-marks): New function to show the marks for
800 an article, or retrieve them for further use.
801
802 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
803
804 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
805 keys when no argument is given.
806
807 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
808
809 * gnus-sum.el (gnus-article-sort-by-random)
810 (gnus-thread-sort-by-random): Fix doc strings. Reported by
811 jidanni@jidanni.org.
812
813 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
814
815 * gnus-art.el (gnus-article-describe-bindings): New function.
816 (gnus-article-read-summary-keys): Use it.
817 (gnus-article-mode-map): Bind `C-h b' to it.
818
819 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
820
821 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
822 XEmacs.
823 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
824 against non-character events.
825
826 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
827
828 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
829 command.
830 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
831 instead of END. Change name of the temp file.
832 (gnus-group-gmane-group-download-format): Add doc string. Make it
833 customizable.
834
835 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
836
837 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
838 bind `S W' to gnus-article-wide-reply-with-original; set default
839 binding to gnus-article-read-summary-send-keys.
840 (gnus-article-read-summary-keys): Fix the order of keys; display
841 continuation keys correctly in the echo area; describe bindings
842 correctly when keys end with `C-h'.
843 (gnus-article-read-summary-send-keys): New function.
844 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
845 for gnus-article-read-summary-send-keys; display continuation keys
846 correctly in the echo area.
847 (gnus-article-reply-with-original): Ignore prefix argument.
848 (gnus-article-wide-reply-with-original): New function.
849
850 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
851
852 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
853 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
854
855 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
856
857 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
858 (gnus-group-read-ephemeral-gmane-group): New command.
859
860 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
861
862 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
863
864 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
865
866 * message.el (message-send-mail-function): Increase custom version.
867
868 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
869 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
870
871 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
872
873 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
874 html parts correctly; support forwarded messages.
875 (gnus-article-browse-html-article): Remove work buffers.
876
877 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
878 compiling.
879 (netrc-bound-and-true-p): New macro.
880 (netrc-parse): Use it instead of bound-and-true-p that is not available
881 in XEmacs 21.4.
882
883 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
884
885 * gnus-registry.el (gnus-registry-mark-article)
886 (gnus-registry-article-marks): Add functionality to mark articles
887 through the Gnus registry.
888
889 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
890 (netrc-parse): Use encrypt-file-alist to determine if
891 encrypt-find-model or encrypt-insert-file-contents should be used.
892
893 2007-12-19 Glenn Morris <rgm@gnu.org>
894
895 * mml.el (message-options-set, message-narrow-to-head)
896 (message-in-body-p, message-mail-p, message-encode-message-body):
897 Autoload.
898 (message-remove-header, message-narrow-to-headers-or-head)
899 (message-subscribed-p, message-make-mail-followup-to)
900 (message-position-on-field, message-news-p)
901 (message-options-set-recipient, message-generate-headers)
902 (message-sort-headers): Declare as functions.
903
904 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
905
906 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
907 convention in doc string.
908
909 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
910
911 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
912 title to html parts.
913 (gnus-article-browse-html-article): Pass message header to it.
914
915 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
916
917 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
918
919 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
920 or password compatible with XEmacs.
921
922 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
923
924 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
925 format document.
926 (gnus-mime-delete-part): Don't write description line if empty.
927 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
928
929 2007-12-14 Johan Bockgård <bojohan@gnu.org>
930
931 * gnus-sum.el (gnus-summary-mark-unread-as-read)
932 (gnus-summary-mark-read-and-unread-as-read)
933 (gnus-summary-mark-current-read-and-unread-as-read)
934 (gnus-summary-mark-unread-as-ticked): Doc fix.
935 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
936
937 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
938
939 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
940 Christoph Conrad <christoph.conrad@gmx.de>.
941
942 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
943
944 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
945 yes-or-no-p.
946
947 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
948
949 * mm-decode.el (mm-add-meta-html-tag): New function.
950 (mm-save-part-to-file, mm-pipe-part): Use it.
951
952 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
953 gnus-y-or-n-p instead of y-or-n-p.
954 (gnus-article-browse-html-parts): Work with message/external-body; use
955 mm-add-meta-html-tag.
956
957 2007-12-11 Glenn Morris <rgm@gnu.org>
958
959 * gnus-cache.el: Require gnus-sum not just when compiling.
960
961 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
962
963 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
964 definitions before use.
965
966 * mm-decode.el: Require gnus-util.
967 (mm-remove-part): Only call delete-annotation on XEmacs.
968
969 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
970
971 * nnmail.el: Require gnus-int.
972
973 * spam.el: Move `require's before `eval-when-compile's.
974
975 * gnus-ems.el (gnus-alive-p):
976 * gnus-fun.el (message-goto-eoh):
977 * gnus-util.el (gnus-group-name-decode):
978 * mail-source.el (gnus-compress-sequence):
979 * message.el (Info-goto-node, format-spec):
980 * mm-bodies.el (message-options-get):
981 * mm-decode.el (mm-view-pkcs7):
982 * mm-util.el (gmm-write-region):
983 * mml-smime.el (mml-compute-boundary)
984 (gnus-completing-read-with-default):
985 * mml.el (widget-button-press, gnus-make-hashtable):
986 * mml1991.el (mm-decode-content-transfer-encoding)
987 (mm-encode-content-transfer-encoding)
988 (message-options-get, message-options-set):
989 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
990 * nnfolder.el (gnus-request-group):
991 * nnheader.el (ietf-drums-unfold-fws):
992 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
993 * smime.el (gnus-run-mode-hooks):
994 * spam-stat.el (gnus-message): Autoload.
995
996 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
997 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
998 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
999 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1000 Add declare-function compatibility definition.
1001
1002 * gnus-cache.el (nnvirtual-find-group-art):
1003 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1004 (gnus-add-image, gnus-add-wash-type):
1005 * gnus-group.el (nnkiboze-score-file):
1006 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1007 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1008 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1009 (message-tokenize-header, gnus-get-buffer-create)
1010 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1011 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1012 * gnus.el (gnus-group-decoded-name):
1013 * mail-source.el (imap-capability):
1014 * mm-bodies.el (message-options-set):
1015 * mm-decode.el (gnus-configure-windows):
1016 * mm-extern.el (message-goto-body):
1017 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1018 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1019 (epg-sub-key-validity, message-options-set):
1020 * mml.el (widget-event-point, gnus-configure-windows):
1021 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1022 * mml2015.el (epg-check-configuration, epg-configuration)
1023 (message-options-set):
1024 * nndb.el (nndb-request-article):
1025 * nnfolder.el (gnus-request-create-group):
1026 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1027 * nnmaildir.el (gnus-group-mark-article-read):
1028 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1029 * rfc1843.el (message-fetch-field):
1030 * spam.el (gnus-extract-address-components):
1031 Declare as functions.
1032
1033 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
1034
1035 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1036
1037 2007-12-09 Glenn Morris <rgm@gnu.org>
1038
1039 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1040
1041 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1042 * message.el, mm-view.el, sieve-manage, smime.el:
1043 Add declare-function compatibility definition.
1044
1045 * gnus-art.el (w3-region, w3m-region, Info-menu):
1046 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1047 * gnus-sum.el (gnus-get-predicate):
1048 * gnus-util.el (mm-append-to-file, w32-focus-frame):
1049 * message.el (mail-abbrev-in-expansion-header-p):
1050 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1051 (w3m-detect-meta-charset, w3m-region):
1052 * sieve-manage.el (password-read, password-cache-add)
1053 (password-cache-remove):
1054 * smime.el (password-read-and-add): Declare as functions.
1055
1056 2007-12-08 David Kastrup <dak@gnu.org>
1057
1058 * gnus-sum.el (gnus-summary-simplify-subject-query):
1059 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1060 `message'.
1061
1062 2007-12-07 Glenn Morris <rgm@gnu.org>
1063
1064 * gnus-art.el (article-make-date-line): Revert previous change.
1065
1066 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
1067
1068 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1069
1070 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
1071
1072 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1073 Call gnus-add-to-range ranges only once with a prepared article-list.
1074
1075 2007-12-06 Paul Jarc <prj@po.cwru.edu>
1076
1077 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1078 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1079 group names with backslashes. Reported by Tassilo Horn
1080 <tassilo@member.fsf.org>.
1081
1082 2007-12-06 D. Goel <deego3@gmail.com>
1083
1084 * gnus-art.el (article-make-date-line):
1085 * gnus-start.el (gnus-load):
1086 * pop3.el (pop3-read-response): Fix buggy call to `error'.
1087
1088 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1089
1090 * gnus-art.el (gnus-use-idna)
1091 * gnus-start.el (gnus-site-init-file)
1092 * message.el (message-use-idna)
1093 * mm-uu.el (mm-uu-hide-markers)
1094 * smiley.el (smiley-style): Revert changes that suppress warnings.
1095
1096 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1097
1098 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1099 specify charset to html source. Reported by Christoph Conrad
1100 <christoph.conrad@gmx.de>.
1101
1102 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1103
1104 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1105 idna-program in order to suppress byte compile warning issued by XEmacs
1106 that came to byte compile the default value section of defcustom forms
1107 recently.
1108
1109 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1110 value of installation-directory.
1111
1112 * message.el (message-use-idna): Don't directly refer to the value of
1113 idna-program.
1114
1115 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1116
1117 * smiley.el (smiley-style): Don't directly call face-attribute.
1118
1119 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
1120
1121 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1122
1123 * gnus-dired.el: Reduce Gnus dependencies.
1124 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1125 require. Use autoloads instead.
1126 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1127 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1128 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1129 (gnus-dired-mode): Adjust doc string.
1130 (gnus-dired-mail-mode): New variable.
1131 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1132 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1133 (gnus-dired-mail-buffers): New function. Return mail or message
1134 composition buffers.
1135 (gnus-dired-attach): Use it.
1136 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1137 NO-DECODE.
1138 (gnus-dired-print): Use `gnus-print-buffer' depending on
1139 `gnus-dired-mail-mode'.
1140
1141 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1142
1143 * rfc2047.el (rfc2047-encoded-word-regexp)
1144 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1145 explaining what regexp patterns are for.
1146
1147 2007-12-04 Glenn Morris <rgm@gnu.org>
1148
1149 * password.el: Move to ../password-cache.el.
1150
1151 * mml1991.el (password-read, password-cache-add, password-cache-remove):
1152 * mml2015.el (password-read, password-cache-add, password-cache-remove):
1153 * mml-smime.el (password-read, password-cache-add)
1154 (password-cache-remove):
1155 No need to autoload, since mml-sec requires password.
1156
1157 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1158 * message.el (gnus-extract-address-components):
1159 * mml-smime.el (gnus-extract-address-components): Define for compiler.
1160
1161 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1162 password.
1163
1164 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
1165
1166 * mailcap.el: Reduce dependencies.
1167 (mail-header-parse-content-type): Autoload.
1168 (mailcap-delete-duplicates): New alias.
1169 (mailcap-mime-info): Add optional argument NO-DECODE.
1170 (mailcap-mime-types): Use mailcap-delete-duplicates.
1171
1172 * message.el (message-ignored-supersedes-headers): Add "X-ID".
1173
1174 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1175
1176 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1177 function.
1178
1179 * gnus-uu.el (gnus-uu-decode-yenc): New command.
1180 (gnus-uu-yenc-article): New function.
1181
1182 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1183
1184 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1185 buffer.
1186
1187 2007-12-02 Glenn Morris <rgm@gnu.org>
1188
1189 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
1190 Move to ../net.
1191
1192 * binhex.el, uudecode.el: Move to ../mail.
1193
1194 * encrypt.el: Remove file.
1195
1196 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
1197
1198 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1199 matches on patches.
1200
1201 * gnus-art.el (gnus-article-browse-html-article): Mention
1202 `mm-text-html-renderer' in the doc string.
1203
1204 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1205 string. Add comments.
1206
1207 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1208 if rhs is ASCII.
1209
1210 2007-12-01 Glenn Morris <rgm@gnu.org>
1211
1212 * dig.el, dns.el: Move to ../net.
1213 * format-spec.el, hex-util.el, sha1.el: Move to ../.
1214
1215 * mail-source.el (top-level): Require format-spec before
1216 eval-when-compile.
1217
1218 2007-11-30 Glenn Morris <rgm@gnu.org>
1219
1220 * encrypt.el: Require password, rather than autoloading password-read.
1221
1222 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
1223
1224 * gnus.el (gnus-method-to-server): Add an optional parameter so the
1225 caller can indicate whether the cache should be disregarded for this
1226 call. This way the result of the call is reproducible at all times and
1227 can be considered a canonical server name for the supplied method.
1228 (gnus-agent-method-p): Canonicalize server names by pushing their
1229 method through `gnus-method-to-server' using the no-cache argument.
1230
1231 * gnus-srvr.el (gnus-server-insert-server-line): Call
1232 `gnus-method-to-server' with `no-cache' argument.
1233
1234 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1235 gnus-agent-possibly-synchronize-flags as this should be called when the
1236 server is actually being opened.
1237 (gnus-agent-possibly-synchronize-flags)
1238 (gnus-agent-possibly-synchronize-flags-server): Move check for the
1239 flags file of an agentized server to the latter function.
1240
1241 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1242 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1243 after a connection has been established successfully.
1244
1245 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
1246
1247 * gnus-art.el (article-display-face): Force to display face if called
1248 interactively; check if gnus-article-x-face-too-ugly matches author.
1249 (article-display-x-face): Display face even if From header is missing
1250 as article-display-face does.
1251
1252 2007-11-28 Richard Stallman <rms@gnu.org>
1253
1254 * md4.el: Move to ../.
1255 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
1256
1257 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
1258
1259 * mail-source.el (mail-sources): Default to fetch from file for
1260 compatibility with default of nnmail-spool-file.
1261
1262 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
1263
1264 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1265 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1266 to look for encoded word that should be encoded again.
1267 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1268 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1269 encoding pattern.
1270 (rfc2047-decode-region): Switch strict regexp and loose one according
1271 to rfc2047-allow-irregular-q-encoded-words.
1272
1273 2007-11-26 Simon Josefsson <simon@josefsson.org>
1274
1275 * imap.el: Move to ../net directory.
1276
1277 2007-11-25 Romain Francoise <romain@orebokech.com>
1278
1279 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1280
1281 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1282
1283 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1284 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1285
1286 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1287 `nnmail-spool-file'.
1288
1289 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1290 `nnmail-spool-file'.
1291
1292 * gnus-move.el (gnus-change-server): Ditto.
1293
1294 * gnus-kill.el (gnus-batch-score): Ditto.
1295
1296 * gnus-cache.el (gnus-jog-cache): Ditto.
1297
1298 * gnus-msg.el (gnus-summary-reply):
1299 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
1300
1301 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1302
1303 * gnus-cache.el (gnus-cache-generate-nov-databases):
1304 Use nnml-generate-nov-databases-directory instead of
1305 nnml-generate-nov-databases-1.
1306
1307 2007-11-24 Glenn Morris <rgm@gnu.org>
1308
1309 * message.el (message-tool-bar-retro): Update for rename
1310 mail_send.xpm->mail-send.xpm.
1311
1312 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1313
1314 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1315 `smime-ldap-search' for Emacs 22 and up.
1316
1317 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1318
1319 * hashcash.el: Move to ../mail directory.
1320
1321 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
1322
1323 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1324 `smime-ldap-search' for Emacs 22 and up.
1325
1326 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1327
1328 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1329
1330 * message.el (message-send-mail-function): Fix error convention.
1331 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
1332 (message-widen-reply, message-send-mail, message-talkative-question)
1333 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
1334 (message-clone-locals, message-send-news): Use with-current-buffer.
1335 (message-insert-or-toggle-importance): Remove unused var `valid'.
1336 (message-make-references): Remove unused var `new-references'.
1337 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
1338
1339 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
1340
1341 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
1342 (spam-split-symbolic-return-positive): Reflow docstring.
1343 (spam-backends, spam-summary-exit-behavior)
1344 (spam-mark-ham-unread-before-move-from-spam-group)
1345 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
1346 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
1347 (spam-clear-cache, spam-backend-check, spam-install-backend)
1348 (spam-install-statistical-backend, spam-list-of-processors)
1349 (spam-group-processor-p, spam-split, spam-bogofilter-score)
1350 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
1351 (spam-check-crm114, spam-initialize, spam-unload-hook):
1352 Fix typos in docstrings.
1353
1354 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1355
1356 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
1357 been checked if they have never been read and those group levels are
1358 higher than the one that a user specified.
1359
1360 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1361
1362 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
1363 foreign groups unless a group level is specified by a user.
1364 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
1365
1366 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
1367
1368 * message.el (message-send-mail-function): Require sendmail.
1369
1370 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
1371
1372 * message.el (message-send-mail-function): Check for smtpmail too.
1373
1374 * utf7.el (utf7-encode, utf7-decode): Use coding system
1375 `utf-7'/`utf-7-imap' from utf-7.el' if available.
1376
1377 * message.el (message-send-mail-function): New function.
1378 (message-send-mail-function): Set default using
1379 message-send-mail-function. Adjust doc string.
1380 (message-send-mail-with-mailclient): New function.
1381
1382 2007-11-17 Richard Stallman <rms@gnu.org>
1383
1384 * assistant.el: Remove file.
1385
1386 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1387
1388 * smime.el (from):
1389 * rfc2047.el (message-posting-charset):
1390 * qp.el (mm-use-ultra-safe-encoding):
1391 * pop3.el (parse-time-months):
1392 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
1393 * nnml.el (files):
1394 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
1395 (jka-compr-compression-info-list, ange-ftp-path-format)
1396 (efs-path-regexp):
1397 * nndiary.el (files):
1398 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
1399 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
1400 (epg-digest-algorithm-alist, inhibit-redisplay)
1401 (password-cache-expiry):
1402 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
1403 (pgg-output-buffer, password-cache-expiry):
1404 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
1405 (efs-path-regexp):
1406 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
1407 (inhibit-redisplay):
1408 * mm-uu.el (file-name, start-point, end-point, entry)
1409 (gnus-newsgroup-name, gnus-newsgroup-charset):
1410 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
1411 (latin-unity-ucs-list):
1412 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
1413 (mm-uu-binhex-decode-function):
1414 * message.el (gnus-message-group-art, gnus-list-identifiers, )
1415 (rmail-enable-mime-composing, gnus-local-organization)
1416 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
1417 (gnus-read-active-file, facemenu-add-face-function)
1418 (facemenu-remove-face-function, gnus-article-decoded-p)
1419 (tool-bar-mode):
1420 * mail-source.el (display-time-mail-function):
1421 * gnus-util.el (nnmail-pathname-coding-system)
1422 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
1423 (gnus-original-article-buffer, gnus-user-agent)
1424 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
1425 (xemacs-codename, sxemacs-codename, emacs-program-version):
1426 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
1427 * gnus-start.el (gnus-agent-covered-methods)
1428 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
1429 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
1430 (gnus-newsgroup-headers, gnus-group-list-mode)
1431 (gnus-group-mark-positions, gnus-newsgroup-data)
1432 (gnus-newsgroup-unreads, nnoo-state-alist)
1433 (gnus-current-select-method, mail-sources)
1434 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
1435 (nnmail-spool-file, gnus-cache-active-hashtb):
1436 * gnus-mh.el (mh-lib-progs):
1437 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
1438 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
1439 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
1440 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
1441 (gnus-group-buffer):
1442 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
1443 (font-lock-set-defaults):
1444 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
1445 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
1446 (gnus-summary-post-menu, total-parts, type, condition, length):
1447 * gnus-agent.el (gnus-agent-read-agentview):
1448 * flow-fill.el (show-trailing-whitespace):
1449 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
1450 eval-and-compile wrappers for byte compiler pacifiers.
1451
1452 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
1453 (mm-display-inline-fontify): Check for featurep 'xemacs not
1454 extent-list.
1455
1456 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
1457 itimer-list.
1458 (mm-create-image-xemacs): Only do something for XEmacs.
1459 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
1460
1461 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
1462
1463 * gnus-registry.el (gnus-adaptive-word-syntax-table):
1464 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
1465
1466 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
1467
1468 * nnimap.el (nnimap-split-download-body):
1469 * gnus-demon.el (gnus-demon):
1470 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
1471
1472 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
1473
1474 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
1475 macros.
1476 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
1477 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
1478 copy data from unibyte buffer to multibyte current buffer.
1479 (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
1480 to copy data from unibyte current buffer to multibyte buffer.
1481 (nntp-make-process-buffer): Make process buffer unibyte.
1482
1483 * pop3.el (pop3-open-server): Fix typo in Lisp code.
1484
1485 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
1486
1487 * pop3.el (pop3-open-server): Accept and process data more robustly at
1488 connexion start to avoid spurious "POP SSL connexion failed" errors.
1489
1490 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
1491
1492 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
1493 read group names.
1494
1495 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
1496
1497 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
1498
1499 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
1500
1501 * nnmail.el (nnmail-parse-active): Make group names unibyte.
1502 (nnmail-save-active): Use a unibyte buffer when saving active file,
1503 which may contain non-ASCII group names.
1504
1505 * nnml.el (nnml-request-group): Decode group names in messages.
1506
1507 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
1508
1509 * message.el (message-citation-line-function)
1510 (message-insert-formatted-citation-line): Fix spelling of
1511 `message-insert-formated-citation-line'.
1512
1513 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
1514
1515 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
1516
1517 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1518
1519 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
1520 nnmail-pathname-coding-system.
1521
1522 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
1523 that a user enters; decode group names in messages.
1524
1525 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
1526
1527 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
1528
1529 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
1530
1531 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
1532
1533 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
1534 risky local variable.
1535
1536 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
1537
1538 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
1539
1540 * encrypt.el: Improve documentation to fix function name typo.
1541 Reported by Daiki Ueno <ueno@unixuser.org>.
1542
1543 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
1544
1545 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
1546 even if the point is not in the last page of an article.
1547 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
1548 back to the previous page.
1549
1550 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
1551
1552 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
1553
1554 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
1555
1556 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
1557
1558 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1559
1560 * message.el (message-check-news-body-syntax): Avoid
1561 mm-string-as-multibyte.
1562 (message-hide-headers): Don't assume (point-min)==1.
1563
1564 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1565
1566 * message.el (message-remove-blank-cited-lines): Fix if remove is
1567 given.
1568 (message-bogus-address-regexp): New variable.
1569 (message-bogus-recipient-p): New function.
1570 (message-check-recipients): New command.
1571 (message-syntax-checks): Add `bogus-recipient'.
1572 (message-fix-before-sending): Add `bogus-recipient'.
1573
1574 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
1575 (gnus-treat-body-boundary): Don't test window-system.
1576
1577 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
1578
1579 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
1580
1581 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1582
1583 * gnus.el: Bump version to Gnus v5.13.
1584
1585 2007-10-28 Miles Bader <miles@gnu.org>
1586
1587 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
1588 at compile-time too.
1589
1590 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
1591
1592 * gnus-msg.el (gnus-message-setup-hook): Add
1593 `message-remove-blank-cited-lines' to options.
1594
1595 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
1596
1597 * message.el (message-remove-blank-cited-lines): New function.
1598 Suggested by Karl Plästerer.
1599
1600 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
1601
1602 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
1603 mapc.
1604
1605 * imap.el (imap-open): Replace mapcar called for effect with mapc.
1606 (top-level): Use mapc to set functions to be traced for debugging.
1607
1608 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
1609 called for effect with while loop.
1610
1611 * message.el (message-talkative-question): Replace mapcar called for
1612 effect with mapc.
1613
1614 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
1615 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
1616 called for effect with dolist.
1617
1618 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
1619
1620 * nndiary.el: Use dolist instead of mapcar to add diary headers to
1621 gnus-extra-headers and nnmail-extra-headers.
1622
1623 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
1624 called for effect with dolist.
1625 (top-level): Use mapc to set functions to be traced for debugging.
1626
1627 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
1628 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
1629 dolist.
1630
1631 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
1632 Replace mapcar called for effect with mapc.
1633 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
1634 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
1635 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
1636 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
1637
1638 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
1639 remove-if that's a cl function.
1640
1641 * webmail.el (webmail-debug): Replace mapcar called for effect with
1642 dolist.
1643
1644 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
1645
1646 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
1647 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
1648 with while loop.
1649
1650 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
1651 functions from article-* functions.
1652 (gnus-multi-decode-header): Replace mapcar called for effect with
1653 dolist.
1654
1655 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1656 (gnus-bookmark-show-details): Replace mapcar called for effect with
1657 while loop.
1658
1659 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
1660 called for effect with while loop.
1661
1662 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
1663 with dolist.
1664
1665 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
1666 mapcar called for effect with dolist.
1667
1668 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
1669
1670 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
1671 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
1672 Replace mapcar called for effect with dolist.
1673 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
1674 mapc.
1675
1676 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
1677 Replace mapcar called for effect with dolist.
1678 (gnus-topic-list): Replace mapcar called for effect with mapc.
1679
1680 * gnus.el: Use mapc instead of mapcar to add autoloads.
1681
1682 2007-10-23 Richard Stallman <rms@gnu.org>
1683
1684 * gnus-group.el (gnus-group-highlight): Mark as risky.
1685
1686 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
1687
1688 * gnus.el (gnus-server-to-method): Return method found first in
1689 gnus-newsrc-alist.
1690
1691 * gnus-art.el (gnus-article-highlight-signature)
1692 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
1693 button overlay without the front stickiness.
1694
1695 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
1696
1697 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
1698 overview buffer needed a catch to receive its throw.
1699 (gnus-agent-flush-cache): Declared as interactive to make this function
1700 easier to use.
1701
1702 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
1703
1704 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
1705 `next-line'.
1706
1707 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
1708
1709 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
1710 exclude address matching message-dont-reply-to-names.
1711
1712 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
1713
1714 * gnus-util.el (gnus-string<): New function.
1715
1716 * gnus-sum.el (gnus-article-sort-by-author)
1717 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
1718
1719 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
1720
1721 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
1722 the frame-focus tag is set in gnus-buffer-configuration.
1723
1724 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
1725
1726 * gnus-art.el (gnus-article-add-button): Make a button overlay without
1727 the front stickiness.
1728
1729 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
1730
1731 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
1732 url pattern; remove duplicate one.
1733 (gnus-article-extend-url-button): New function.
1734 (gnus-article-add-buttons): Use it.
1735 (gnus-button-push): Use concatenated url that it makes.
1736
1737 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
1738
1739 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
1740 (sieve-manage-open): Use `mapc' instead of `mapcar'.
1741
1742 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1743
1744 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
1745 Don't hardcode point-min==1.
1746
1747 2007-09-30 David Kastrup <dak@gnu.org>
1748
1749 * gnus-art.el (gnus-article-reply-with-original)
1750 (gnus-article-followup-with-original): When `transient-mark-mode' is
1751 off, refrain from active-region behavior for followups.
1752
1753 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
1754
1755 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
1756 Fix comment about "iso8859-1".
1757
1758 2007-10-08 Daiki Ueno <ueno@unixuser.org>
1759
1760 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
1761 ones returned from the verify-function.
1762
1763 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
1764 mml2015-extract-cleartext-signature if extraction failed.
1765
1766 2007-10-07 Daiki Ueno <ueno@unixuser.org>
1767
1768 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
1769 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
1770 failed.
1771
1772 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
1773
1774 * Relicense "GPLv2 or later" files to "GPLv3 or later".
1775
1776 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
1777
1778 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
1779 to mark a thread as expirable. Add variable `hide' to handle hiding of
1780 thread for both the null and zero (kill/expire thread) universal prefix
1781 cases.
1782 (gnus-summary-expire-thread): Add new function to expire a thread,
1783 using gnus-summary-kill-thread.
1784 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
1785 shortcuts for gnus-summary-expire-thread.
1786 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
1787 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
1788
1789 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
1790
1791 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
1792 extras value, so an extras entry can be deleted.
1793 (gnus-registry-delete-extra-entry): Use it.
1794 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
1795 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
1796 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
1797 storage through the gnus-registry, and provide an appropriate API for
1798 it.
1799
1800 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
1801
1802 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
1803 Suggested by Leo <sdl.web@gmail.com>.
1804
1805 * gnus.el: Do.
1806
1807 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
1808
1809 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
1810 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
1811
1812 * gnus-agent.el (gnus-agent-fetch-headers): Do.
1813
1814 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
1815 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
1816
1817 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
1818
1819 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
1820 newline.
1821 (nnmbox-request-accept-article): Don't change article in source buffer;
1822 narrow to header to use message-fetch-field rather than
1823 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
1824 (nnmbox-request-replace-article): Quote lines that'll be misidentified
1825 as delimiters; make sure article ends with newline.
1826 (nnmbox-delete-mail): Correct last position of article to be deleted;
1827 ignore X-Gnus-Newsgroup header in article body.
1828 (nnmbox-save-mail): Quote lines looking like delimiters at the right
1829 positions; make sure article ends with newline.
1830
1831 * message.el (message-display-abbrev): Don't infloop when a user
1832 inserts SPC in the beginning of header.
1833
1834 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
1835
1836 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
1837 list of groups not followed by default. Fix type to be regexp.
1838 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
1839
1840 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
1841
1842 * hmac-def.el (define-hmac-function): Switch from old-style to
1843 new-style backquotes.
1844
1845 * md4.el (md4-make-step): Likewise.
1846
1847 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
1848
1849 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
1850 raw-text coding system when saving .newsrc file, which may contain
1851 non-ASCII group names.
1852
1853 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
1854
1855 * gnus-cus.el (gnus-score-extra): New widget.
1856 (gnus-score-extra-convert): New function.
1857 (gnus-score-customize): Use it for Extra.
1858
1859 2007-08-31 Daiki Ueno <ueno@unixuser.org>
1860
1861 * mml2015.el (mml2015-extract-cleartext-signature): New function.
1862 (mml2015-mailcrypt-clear-verify): Use it.
1863 (mml2015-gpg-clear-verify): Use it.
1864 (mml2015-pgg-clear-verify): Use it.
1865 (mml2015-epg-clear-verify): Replace the current part with the output
1866 from GnuPG; don't extract the plaintext by itself.
1867
1868 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
1869 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
1870 mml2015-clear-verify-function; don't touch the armor headers or
1871 dash-escaped text here.
1872
1873 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
1874
1875 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
1876 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
1877 parts, or application/octet-stream as a last resort.
1878 (gnus-mime-view-part-as-type): Don't toggle display.
1879 (gnus-mime-view-part-as-charset): Don't turn off display before
1880 querying charset.
1881
1882 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
1883 stuff to undisplayer function in Emacs.
1884 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
1885
1886 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
1887 text/calendar parts.
1888
1889 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
1890
1891 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
1892 decoding text/calendar parts.
1893
1894 * message.el (message-forward-make-body-mime): Always mark body as
1895 having no illegible text; remove signed-or-encrypted argument.
1896 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
1897
1898 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
1899 (mml-generate-mime-1): Don't encode body if it is specified to be in
1900 raw form; don't make buffer be unibyte when inserting multibyte string.
1901
1902 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1903
1904 * sha1.el: Fix up comment style.
1905 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
1906 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
1907
1908 * hex-util.el: Fix up comment style.
1909 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
1910
1911 * gnus-salt.el: Use with-current-buffer.
1912 (gnus-pick-setup-message): Fix long-standing typo.
1913
1914 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
1915
1916 * imap.el (imap-logout-timeout): New variable.
1917 (imap-logout, imap-logout-wait): New functions.
1918 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
1919
1920 * nnimap.el (nnimap-logout-timeout): New server variable.
1921 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
1922 nnimap-logout-timeout.
1923
1924 * gnus-art.el (gnus-article-summary-command-nosave)
1925 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
1926
1927 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
1928
1929 * gnus.el (gnus-maximum-newsgroup): New variable.
1930
1931 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
1932 according to gnus-maximum-newsgroup.
1933
1934 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
1935 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
1936 Limit the range of articles according to gnus-maximum-newsgroup.
1937
1938 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
1939
1940 * gnus-art.el (gnus-sticky-article): Fixed problems described in
1941 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
1942 Don't perform gnus-configure-windows here; reuse existing sticky
1943 article buffer.
1944
1945 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
1946 it doesn't exist in gnus-article-mode.
1947
1948 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
1949
1950 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
1951 (gnus-agent-decoded-group-name): New function.
1952 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
1953 (gnus-agent-expire-group-1): Use it; decode group name in messages.
1954
1955 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
1956
1957 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
1958 Add binding for gnus-sticky-article.
1959 (gnus-summary-exit): Don't kill sticky article buffers.
1960
1961 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
1962 article buffer.
1963 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
1964 (gnus-kill-sticky-article-buffers): New commands.
1965
1966 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
1967
1968 * nntp.el (nntp-xref-number-is-evil): New server variable.
1969 (nntp-find-group-and-number): If it is non-nil, don't trust article
1970 numbers in the Xref header.
1971
1972 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
1973
1974 * gnus-agent.el (gnus-agent-read-group): New function.
1975 (gnus-agent-flush-group, gnus-agent-expire-group)
1976 (gnus-agent-regenerate-group): Use it.
1977 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
1978 nnmail-pathname-coding-system.
1979
1980 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
1981
1982 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
1983
1984 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
1985 that are unread as unread, and also as selected so that information of
1986 marks having been changed by a user may be updated when exiting group.
1987
1988 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
1989
1990 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
1991
1992 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
1993
1994 * gnus-art.el (gnus-mime-display-single): Pass part number that is
1995 calculated ignoring signature parts to gnus-treat-article.
1996
1997 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
1998
1999 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2000 a point here in order to keep the window start.
2001 (gnus-insert-mime-security-button): Make a button overlay without the
2002 front stickiness.
2003 (gnus-mime-display-security): Goto the end of a button.
2004
2005 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2006
2007 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
2008
2009 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2010 group-name-at-point.
2011 (gnus-group-completing-read): New function that offers decoded
2012 non-ASCII group names for completion.
2013 (gnus-fetch-group, gnus-group-read-ephemeral-group)
2014 (gnus-group-jump-to-group, gnus-group-make-group-simple)
2015 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2016 (gnus-group-fetch-control): Use it.
2017 (gnus-fetch-group): Use group-name-at-point for the initial value
2018 rather than the default value; use gnus-alive-p.
2019
2020 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2021 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2022 (gnus-summary-post-news): Use gnus-group-completing-read.
2023
2024 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2025 (gnus-read-move-group-name): Decode group name for completion.
2026
2027 2007-07-31 Ted Zlatanov <tzz@lifelogs.com>
2028
2029 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2030 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2031 Yamaoka slightly modified the code).
2032
2033 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
2034
2035 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2036 (nnmail-split-incoming): Bind it.
2037
2038 * nnml.el (nnml-group-name-charset): New function.
2039 (nnml-decoded-group-name): Use it; don't decode group name if
2040 nnmail-group-names-not-encoded-p is non-nil.
2041 (nnml-encoded-group-name): New function.
2042 (nnml-group-pathname): Inline nnml-decoded-group-name.
2043 (nnml-request-expire-articles): Decode group name in message.
2044 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2045 nnmail-pathname-coding-system.
2046 (nnml-save-mail, nnml-active-number): Work with decoded group names and
2047 not decoded ones according to nnmail-group-names-not-encoded-p.
2048 (nnml-generate-active-info): Use nnml-encoded-group-name.
2049
2050 2007-08-08 Glenn Morris <rgm@gnu.org>
2051
2052 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2053 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2054 doc-strings and comments.
2055
2056 2007-07-25 Glenn Morris <rgm@gnu.org>
2057
2058 * Relicense all FSF files to GPLv3 or later.
2059
2060 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2061
2062 * gnus-sum.el (gnus-summary-move-article): Make
2063 gnus-summary-respool-article work.
2064
2065 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
2066
2067 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2068 string.
2069
2070 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
2071
2072 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
2073 that should be ignored when comparing distant RSS articles with local
2074 ones.
2075 (nnrss-make-hash-index): New function. Create a hash index according
2076 to the ignored fields.
2077 (nnrss-check-group): Use it.
2078
2079 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
2080
2081 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2082
2083 * gnus-art.el (article-decode-group-name): Decode Xref header too.
2084
2085 * gnus-group.el (gnus-group-make-group): Encode group name here unless
2086 the new optional argument ENCODED is non-nil.
2087 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2088 coding system for encoding group name.
2089 (gnus-group-make-rss-group): Pass un-encoded group name to
2090 gnus-group-make-group.
2091 (gnus-group-set-info): Tell gnus-group-make-group that group name is
2092 encoded.
2093
2094 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2095 Encode group name to which articles are moved or copied.
2096 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2097 coding system for encoding Newsgroup, Followup-To and Xref headers.
2098
2099 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2100 marks; use nnheader-file-coding-system to write a file.
2101 (nnagent-retrieve-headers): Bind file-name-coding-system to
2102 nnmail-pathname-coding-system.
2103
2104 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2105
2106 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2107 (nnml-request-article, nnml-request-create-group)
2108 (nnml-request-rename-group, nnml-find-id)
2109 (nnml-possibly-change-directory, nnml-possibly-create-directory)
2110 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2111 (nnml-save-marks): Use nnml-group-pathname instead of
2112 nnmail-group-pathname.
2113
2114 (nnml-request-create-group, nnml-request-expire-articles)
2115 (nnml-request-move-article, nnml-request-delete-group)
2116 (nnml-deletable-article-p, nnml-possibly-create-directory)
2117 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2118 (nnml-open-marks): Bind file-name-coding-system to
2119 nnmail-pathname-coding-system.
2120
2121 (nnml-request-article): Pass server argument to nnml-find-group-number.
2122 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2123 server argument to nnml-possibly-create-directory.
2124 (nnml-request-accept-article): Pass server argument to
2125 nnml-active-number and nnml-save-mail.
2126 (nnml-find-group-number): Pass server argument to nnml-find-id.
2127 (nnml-request-update-info): Pass server argument to
2128 nnml-marks-changed-p.
2129
2130 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2131 (nnml-save-mail, nnml-active-number): Add server argument.
2132
2133 (nnml-request-delete-group): Warn if group is missing.
2134 (nnml-get-nov-buffer): Decode group name.
2135 (nnml-generate-active-info): Encode group name.
2136 (nnml-open-marks): Decode group name in messages.
2137
2138 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
2139
2140 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2141 if it is not specified.
2142 (gnus-article-pipe-part, gnus-article-save-part)
2143 (gnus-article-interactively-view-part, gnus-article-copy-part)
2144 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2145 (gnus-article-inline-part, gnus-article-save-part-and-strip)
2146 (gnus-article-replace-part, gnus-article-delete-part)
2147 (gnus-article-view-part-as-type): Pass raw prefix argument to
2148 gnus-article-part-wrapper.
2149
2150 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
2151
2152 * gnus-agent.el (gnus-agent-save-active): Bind
2153 nnheader-file-coding-system to gnus-agent-file-coding-system.
2154
2155 * gnus-cache.el (gnus-cache-save-buffers)
2156 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2157 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2158 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2159 (gnus-cache-braid-nov, gnus-cache-braid-heads)
2160 (gnus-cache-generate-active, gnus-cache-rename-group)
2161 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2162 (gnus-cache-update-overview-total-fetched-for): Bind
2163 file-name-coding-system to nnmail-pathname-coding-system.
2164 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2165 variables.
2166 (gnus-cache-decoded-group-name): New function.
2167 (gnus-cache-file-name): Use it.
2168 (gnus-cache-generate-active): Use non-decoded group name for active.
2169
2170 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2171 right place.
2172 (gnus-write-active-file): Don't break non-ASCII group names.
2173
2174 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2175 nnmail-pathname-coding-system.
2176
2177 * gnus-uu.el (gnus-uu-decode-save): Typo.
2178
2179 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
2180
2181 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2182
2183 2007-07-14 David Kastrup <dak@gnu.org>
2184
2185 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
2186 finishing actions if we did not edit the article.
2187
2188 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2189
2190 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2191 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2192 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2193 (gnus-agent-flush-group, gnus-agent-flush-cache)
2194 (gnus-agent-fetch-headers, gnus-agent-load-alist)
2195 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2196 (gnus-agent-retrieve-headers, gnus-agent-request-article)
2197 (gnus-agent-regenerate-group)
2198 (gnus-agent-update-files-total-fetched-for)
2199 (gnus-agent-update-view-total-fetched-for): Bind
2200 file-name-coding-system to nnmail-pathname-coding-system.
2201 (gnus-agent-group-pathname): Don't encode file names by
2202 nnmail-pathname-coding-system.
2203 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2204 coding-system-for-write instead of buffer-file-coding-system to
2205 gnus-agent-file-coding-system.
2206
2207 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2208 Decode group name.
2209
2210 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2211
2212 * gnus-start.el (gnus-update-active-hashtb-from-killed)
2213 (gnus-read-newsrc-el-file): Make group names unibyte.
2214
2215 * nnmail.el (nnmail-group-pathname): Don't encode file names by
2216 nnmail-pathname-coding-system.
2217
2218 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2219 (nnrss-request-delete-group): Bind file-name-coding-system to
2220 nnmail-pathname-coding-system.
2221 (nnrss-read-server-data, nnrss-read-group-data): Bind
2222 file-name-coding-system correctly.
2223 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2224
2225 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2226 (nntp-server-to-method-cache): New variable.
2227 (nntp-group-pathname): New function that decodes non-ASCII group names.
2228 (nntp-possibly-create-directory, nntp-marks-changed-p)
2229 (nntp-save-marks, nntp-open-marks): Use it.
2230 (nntp-possibly-create-directory, nntp-open-marks):
2231 Bind file-name-coding-system to nnmail-pathname-coding-system.
2232 (nntp-open-marks): Decode group names when bootstrapping marks.
2233
2234 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2235 Newsgroups and Folowup-To headers.
2236
2237 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2238
2239 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2240 (gnus-server-closed-face, gnus-server-denied-face)
2241 (gnus-server-offline-face): Remove variable.
2242 (gnus-server-font-lock-keywords): Use faces that are not aliases.
2243
2244 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2245 of modifying message-stack directly for XEmacs.
2246
2247 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2248 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2249 if the coding-system argument is nil for XEmacs.
2250
2251 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2252 mm-charset-override-alist.
2253
2254 * rfc2047.el: Don't require base64; require rfc2045 for the function
2255 rfc2045-encode-string.
2256 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2257 to quote the parameter value.
2258
2259 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
2260
2261 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2262 form in gnus-group-name-charset-method-alist.
2263
2264 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2265 overrides the default layout edit-form.
2266
2267 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2268
2269 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2270
2271 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
2272
2273 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2274 as unfetched articles.
2275
2276 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
2277
2278 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2279
2280 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2281
2282 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2283 original back end that keeps marks in the local system.
2284
2285 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2286
2287 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2288 arg of pop-to-buffer for XEmacs.
2289 (gnus-article-read-summary-keys): Ditto; don't restore window
2290 configuration if summary command ends up with neither article buffer
2291 nor summary buffer; describe bindings if summary keys end with C-h.
2292
2293 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
2294
2295 * message.el (message-fix-before-sending): Skip raw message part to be
2296 forwarded while checking illegible text.
2297 (message-forward-make-body-mime, message-forward-make-body): Mark
2298 signed or encrypted raw message as having no illegible text.
2299
2300 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
2301
2302 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2303 (gnus-message-with-timestamp-1): New macro.
2304 (gnus-message-with-timestamp): New function.
2305 (gnus-message): Use them.
2306
2307 * nnheader.el (nnheader-message): Use them.
2308
2309 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
2310
2311 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2312 .newsrc.eld file.
2313
2314 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
2315
2316 * gnus-agent.el (gnus-agent-fetch-headers)
2317 (gnus-agent-retrieve-headers): Bind
2318 gnus-decode-encoded-address-function to identity.
2319
2320 * nntp.el (nntp-send-xover-command): Recognize an xover command is
2321 available also when the server returns simply a dot.
2322
2323 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2324
2325 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
2326
2327 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2328
2329 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
2330
2331 * gnus-ems.el (gnus-x-splash): Make it work.
2332
2333 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
2334 from being used.
2335
2336 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
2337
2338 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
2339 the front stickiness.
2340 (gnus-article-summary-command-nosave): Correct the order of the
2341 arguments passed to pop-to-buffer.
2342 (gnus-article-read-summary-keys): Ditto; make it work properly when the
2343 summary command ends up with the article buffer.
2344
2345 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
2346 the same faces.
2347
2348 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2349
2350 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
2351
2352 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2353
2354 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
2355 * gnus-sum.el (gnus-summary-highlight):
2356 * mail-source.el (mail-source-delete-old-incoming-confirm):
2357 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
2358
2359 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
2360
2361 * gnus-art.el (gnus-mime-view-part-externally)
2362 (gnus-mime-view-part-internally): Fix predicate function passed to
2363 completing-read.
2364
2365 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
2366
2367 * gnus.el (gnus-update-message-archive-method): Add :version.
2368
2369 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
2370
2371 * gnus.el (gnus-update-message-archive-method): New variable.
2372
2373 * gnus-start.el (gnus-setup-news): Update saved "archive" method
2374 according to gnus-message-archive-method if
2375 gnus-update-message-archive-method is non-nil.
2376
2377 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
2378
2379 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
2380 by Loic Dachary <loic@dachary.org>.
2381 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
2382
2383 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
2384
2385 * message.el (message-pop-to-buffer): Add switch-function argument.
2386 (message-mail): Pass switch-function argument to it.
2387
2388 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
2389
2390 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
2391 Improve doc string.
2392
2393 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
2394
2395 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
2396 (gnus-header-content)
2397 * gnus-cite.el (gnus-cite-10)
2398 * gnus-srvr.el (gnus-server-closed)
2399 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
2400 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
2401 (gnus-group-mail-3-empty, gnus-group-mail-low)
2402 (gnus-group-mail-low-empty, gnus-splash)
2403 * message.el (message-header-to, message-header-cc)
2404 (message-header-subject, message-header-other, message-header-name)
2405 (message-header-xheader, message-separator, message-cited-text)
2406 (message-mml): Lighten colors of faces used for dark background.
2407
2408 2007-05-24 Simon Josefsson <simon@josefsson.org>
2409
2410 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
2411 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
2412
2413 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
2414
2415 * message.el (message-narrow-to-headers-or-head):
2416 Ignore mail-header-separator in the body.
2417
2418 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
2419
2420 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
2421 same as window size.
2422
2423 2007-05-22 Kevin Ryde <user42@zip.com.au>
2424
2425 * message.el (message-font-lock-keywords): Use message-header-xheader
2426 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
2427 ahead of the anything pattern, to get it recognised.
2428
2429 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
2430
2431 * gnus-sum.el (gnus-articles-to-read)
2432 (gnus-summary-insert-old-articles): Don't truncate group name for
2433 `read-string'.
2434
2435 * gnus-util.el (gnus-limit-string): Delete this function.
2436
2437 * gnus-sum.el (gnus-simplify-subject-fully): Use
2438 `truncate-string-to-width' instead.
2439
2440 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
2441
2442 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
2443 if, on summary exit, the next group has to be selected.
2444 (gnus-summary-exit): Use it.
2445
2446 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
2447
2448 * gnus-art.el (gnus-article-mode): Fix comment about displaying
2449 non-break space.
2450
2451 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
2452
2453 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
2454 Check if group is not a directory.
2455 (nnfolder-request-expire-articles): Don't delete articles if the target
2456 group is not available.
2457
2458 * nnml.el (nnml-request-create-group): Properly check if group is not a
2459 file.
2460 (nnml-request-expire-articles): Don't delete articles if the target
2461 group is not available.
2462
2463 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2464 Don't quote characters that are within parentheses.
2465
2466 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
2467
2468 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
2469 (gnus-handle-ephemeral-exit): Select article according to it.
2470
2471 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
2472
2473 * message.el (message-insert-formated-citation-line): Remove newline.
2474 (message-citation-line-format): Add final \n here so that the user can
2475 avoid a blank line.
2476
2477 2007-05-03 Dan Christensen <jdc@uwo.ca>
2478
2479 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2480 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2481 Update lanl/arXiv support.
2482
2483 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2484
2485 * gnus.el: Bump version number.
2486
2487 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2488
2489 * gnus.el (gnus-version-number): Bump version.
2490
2491 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2492
2493 * gnus.el: No Gnus v0.6 is released.
2494
2495 2007-04-27 Didier Verna <didier@xemacs.org>
2496
2497 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
2498 * gmm-utils.el (gmm-regexp-concat): here.
2499 * message.el: Don't require 'gnus-util.
2500 (message-dont-reply-to-names): Handle name change above.
2501 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
2502
2503 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
2504
2505 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
2506 since the initial value varies according to the system.
2507
2508 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
2509
2510 * mm-util.el (mm-charset-synonym-alist): Defcustom.
2511
2512 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
2513
2514 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
2515
2516 2007-04-24 Didier Verna <didier@xemacs.org>
2517
2518 Improve the type of gnus-ignored-from-addresses.
2519 * gnus-util.el (gnus-orify-regexp): New function.
2520 * message.el (gnus-util): Require it.
2521 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
2522 * gnus-sum.el (gnus-ignored-from-addresses): New function.
2523 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
2524
2525 2007-04-24 Didier Verna <didier@xemacs.org>
2526
2527 * gnus-sum.el:
2528 * gnus-utils.el: Fix some trailing whitespaces.
2529
2530 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
2531
2532 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
2533 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
2534 article's Message-ID; refer parent article in summary buffer.
2535
2536 * message.el (message-bounce): Call mime-to-mml.
2537
2538 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
2539
2540 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
2541
2542 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
2543
2544 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
2545 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
2546 displayed of multipart/alternative part if it is invoked from summary
2547 buffer.
2548
2549 * mm-view.el (mm-inline-text-html-render-with-w3m)
2550 (mm-inline-text-html-render-with-w3m-standalone)
2551 (mm-inline-render-with-function): Use mail-parse-charset by default.
2552
2553 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
2554
2555 * parse-time.el (parse-time-string-chars): Check if CHAR
2556 is less than the length of parse-time-syntax.
2557
2558 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
2559
2560 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
2561 from gnus-newsgroup-processable.
2562
2563 2007-04-16 Didier Verna <didier@xemacs.org>
2564
2565 * gnus-msg.el (gnus-configure-posting-styles): Handle
2566 message-signature-directory properly with :file syntax. Reported by
2567 "Leo".
2568
2569 2007-04-11 Didier Verna <didier@xemacs.org>
2570
2571 New user option: message-signature-directory.
2572 * gnus-msg.el (gnus-configure-posting-styles): Support it.
2573 * message.el (message-insert-signature): Ditto.
2574 * message.el (message-signature-file): Doc update.
2575 * message.el (message-signature-directory): New.
2576
2577 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
2578
2579 * gnus-msg.el (gnus-inews-yank-articles): Use
2580 message-exchange-point-and-mark instead of exchange-point-and-mark.
2581
2582 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
2583
2584 * message.el (message-yank-original): Make sure cited text ends with
2585 newline; don't exchange point and mark.
2586
2587 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
2588
2589 * tls.el (open-tls-stream): Properly handle case where there
2590 is no associated buffer.
2591
2592 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
2593
2594 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
2595 message-yank-original, make sure (< mark TEXT point).
2596
2597 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
2598
2599 * message.el (message-fill-column): New variable.
2600 (message-mode): Use it. Add comment on a possible new hook.
2601
2602 * nnmail.el (nnmail-spool-file): Mark as obsolete.
2603 (nnmail-get-new-mail): Reformat.
2604
2605 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
2606
2607 * gmm-utils.el: Fix Commentary.
2608 (gmm-tool-bar-from-list): Fix typo in doc string.
2609
2610 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
2611
2612 * message.el (message-yank-original): Don't switch point and mark
2613 unnecessarily to put point and mark as documented.
2614
2615 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2616
2617 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
2618 from the message heads.
2619
2620 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
2621
2622 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
2623 article buffer does not have a window. This may not be the best
2624 solution but is certainly better than setting the start of the null,
2625 that is the current, window.
2626
2627 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
2628
2629 * gnus-draft.el (gnus-draft-setup-hook): New hook.
2630 (gnus-draft-setup): Run it.
2631
2632 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
2633 gnus-score-fast-scoring. Allow regexp.
2634 (gnus-score-headers): Use it.
2635
2636 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
2637 XEmacs.
2638
2639 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
2640 string.
2641 (gnus-button-alist): Also catch `<f1> k ...'.
2642 (gnus-treat-display-x-face): Fix doc string.
2643
2644 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2645
2646 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
2647 evaluation of gnus-extended-version to ensure correct generation of the
2648 User-Agent header when message-generate-headers-first is used.
2649
2650 2007-03-24 Simon Josefsson <simon@josefsson.org>
2651
2652 * hashcash.el (hashcash-generate-payment-async): Don't crash if
2653 hashcash-path is nil. Don't call callback with incorrect number of
2654 parameters if val is 0.
2655
2656 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2657
2658 * message.el (message-required-news-headers):
2659 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
2660
2661 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
2662
2663 * message.el (message-generate-new-buffers): Change the meaning of the
2664 nil value; add `standard' to the choices; treat t as `unique'; improve
2665 doc string.
2666 (gnus-select-frame-set-input-focus): Autoload.
2667 (message-buffer-name): Search for the existing message buffer if
2668 message-generate-new-buffers is nil or `standard'; treat the value t of
2669 message-generate-new-buffers as `unique'.
2670 (message-pop-to-buffer): Raise the frame already displaying the message
2671 buffer; clear the echo area after querying.
2672 (message-setup): Pass the `continue' argument to compose-mail.
2673 (message-mail): Prefer `switch-function' if it is given; search for the
2674 existing message buffer if the `continue' argument is non-nil; pass
2675 continue and switch-function arguments to compose-mail by way of
2676 message-setup.
2677 (message-mail-other-window): Adjust argument of message-setup.
2678 (message-mail-other-frame): Ditto.
2679
2680 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
2681
2682 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
2683 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
2684 to turn font-lock on when turning gnus-message-citation-mode on.
2685
2686 2007-03-06 Daiki Ueno <ueno@unixuser.org>
2687
2688 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
2689 (mml-smime-function-alist): New variable; add epg as the backend.
2690 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
2691 mml-smime- functions instead.
2692 * mm-view.el: Require smime.
2693
2694 2007-03-05 Didier Verna <didier@xemacs.org>
2695
2696 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
2697 instead of just inheritance for posting styles.
2698 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
2699
2700 2007-02-24 John Paul Wallington <jpw@pobox.com>
2701
2702 * tls.el (tls-certtool-program): Fix custom type.
2703
2704 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2705
2706 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
2707 and point-at-eol instead of line-(beginning|end)-position.
2708
2709 * assistant.el (assistant-parse-buffer): Ditto.
2710
2711 2007-02-28 Daiki Ueno <ueno@unixuser.org>
2712
2713 * mml2015.el (mml2015-epg-find-usable-key): New function.
2714 (mml2015-epg-sign): Use it.
2715 (mml2015-epg-encrypt): Use it.
2716
2717 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2718
2719 * message.el (message-make-in-reply-to): Quote name containing
2720 non-ASCII characters. It will make the RFC2047 encoder cause an error
2721 if there are special characters. Reported by NAKAJI Hiroyuki
2722 <nakaji@jp.freebsd.org>.
2723
2724 2007-02-27 Didier Verna <didier@xemacs.org>
2725
2726 Include the group parameters as well as the topic ones in the
2727 inheritance filter process.
2728 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
2729 argument GROUP-PARAMS-LIST.
2730 * gnus-topic.el (gnus-group-topic-parameters): Use it.
2731
2732 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
2733
2734 * nntp.el (nntp-never-echoes-commands)
2735 (nntp-open-connection-functions-never-echo-commands): New variables.
2736 (nntp-send-command): Use them.
2737
2738 2007-02-20 Daiki Ueno <ueno@unixuser.org>
2739
2740 * mml2015.el (mml2015-epg-verify): Simplified.
2741
2742 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
2743
2744 * mml.el (mml-content-disposition-alist): New user option.
2745 (mml-content-disposition): New function.
2746 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
2747 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
2748
2749 2007-02-19 Daiki Ueno <ueno@unixuser.org>
2750
2751 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
2752 verification.
2753
2754 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2755
2756 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
2757 articles posted in the last 24 hours.
2758
2759 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
2760
2761 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
2762
2763 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
2764
2765 * nntp.el (nntp-send-command): Don't wait for echoes when
2766 nntp-open-ssl-stream is used.
2767
2768 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
2769
2770 * gnus-cite.el (gnus-test-font-lock-add-keywords)
2771 (gnus-message-add-citation-keywords)
2772 (gnus-message-remove-citation-keywords): Remove.
2773 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
2774 directly, make the variables in font-lock-defaults buffer-local, add
2775 gnus-message-citation-keywords to them and then update the value of
2776 font-lock-keywords.
2777
2778 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
2779
2780 * message.el (message-cite-original-1): Don't call
2781 gnus-article-highlight-citation.
2782
2783 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
2784 citations; fix line count.
2785
2786 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
2787
2788 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
2789 (gnus-message-add-citation-keywords)
2790 (gnus-message-remove-citation-keywords): Use it; fix the emulating
2791 versions of font-lock-add-keywords and font-lock-remove-keywords to
2792 work with XEmacs correctly.
2793
2794 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
2795
2796 * gnus-cite.el (gnus-cite-face-list): Set the values of
2797 gnus-message-max-citation-depth and gnus-message-citation-keywords.
2798 (gnus-message-max-citation-depth): Use defvar rather than defconst.
2799 (gnus-message-cite-prefix-regexp): New variable.
2800 (gnus-message-search-citation-line): Use it; protect against long
2801 citation prefix; fill match data with nil rather than 0 for XEmacs; set
2802 the 0th match data for Emacs.
2803 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
2804 (gnus-message-add-citation-keywords): Append keywords rather than
2805 prepending; emulate font-lock-add-keywords if it is not available.
2806 (gnus-message-remove-citation-keywords): Emulate
2807 font-lock-remove-keywords if it is not available.
2808
2809 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
2810
2811 * message.el (message-cite-prefix-regexp): Set the value of
2812 gnus-message-cite-prefix-regexp.
2813
2814 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2815
2816 * nnweb.el (nnweb-google-parse-1): Update parser.
2817
2818 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
2819
2820 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
2821
2822 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2823
2824 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
2825 regexp.
2826
2827 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
2828
2829 * uudecode.el (uudecode-string-to-multibyte): New function emulating
2830 string-to-multibyte.
2831 (uudecode-decode-region-internal): Use it.
2832
2833 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
2834
2835 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
2836 custom choice.
2837
2838 * gnus-art.el (gnus-signature-limit): Fix custom choice.
2839
2840 2007-01-22 Daiki Ueno <ueno@unixuser.org>
2841
2842 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
2843
2844 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
2845 `write-region' to respect `mm-inhibit-file-name-handlers'.
2846
2847 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
2848
2849 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
2850 Use gnus-home-directory instead of "~/" or "$HOME".
2851
2852 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
2853
2854 * encrypt.el (encrypt-insert-file-contents): Add better prompt
2855 to mention filename.
2856 Add comments at beginning regarding usage.
2857 (encrypt-write-file-contents): Change interactive so a string is
2858 acceptable. If the file has no associated model, show an error instead
2859 of a nonsense prompt.
2860
2861 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
2862
2863 * spam.el (spam-bsfilter-ham-switch): Fix typo.
2864 Thanks to Yoshihiko Yamada for kind notification of this typo.
2865
2866 2007-01-12 Kenichi Handa <handa@m17n.org>
2867
2868 * uudecode.el (uudecode-decode-region-internal): Make it work in a
2869 multibyte buffer.
2870
2871 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
2872
2873 * gnus-score.el (gnus-score-fast-scoring): New variable.
2874 (gnus-score-headers): Use it.
2875
2876 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
2877
2878 * message.el (message-cite-original-1): Call
2879 gnus-article-highlight-citation if requested.
2880 (message-make-from): Allow name and address as optional arguments.
2881
2882 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
2883
2884 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
2885 bugs to doc string.
2886 (gnus-button-alist): Add mid\\|message-id.
2887 (gnus-button-fetch-group): Extend for use in
2888 `browse-url-browser-function'.
2889 (gnus-button-url-regexp): Try to catch paired parentheses like in
2890 Wikipedia URLs.
2891
2892 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
2893 Suggested by Simon Krahnke <overlord@gmx.li>.
2894
2895 2007-01-13 Romain Francoise <romain@orebokech.com>
2896
2897 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
2898 Update copyright.
2899
2900 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
2901
2902 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
2903
2904 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
2905
2906 * gnus-registry.el (gnus-registry-unfollowed-groups)
2907 (gnus-registry-split-fancy-with-parent): Fix documentation.
2908
2909 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2910
2911 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
2912 from nnweb groups.
2913
2914 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2915
2916 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
2917 Xref urls. Erase buffer before requesting head.
2918
2919 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
2920
2921 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
2922
2923 * gnus-soup.el (gnus-soup): New custom group. Make user variables
2924 customizable.
2925
2926 2007-01-05 Daiki Ueno <ueno@unixuser.org>
2927
2928 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
2929 no signing key is found.
2930 (mml2015-epg-encrypt): Ask user whether to skip or abort if
2931 no encrypting and/or signing key is found.
2932
2933 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
2934
2935 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
2936
2937 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2938
2939 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
2940 headers read from disk with the ones newly found in the current search.
2941 This should no longer cause problems, because the article numbers in
2942 Gmane's `nov.php' output are ignored since the previous change.
2943
2944 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2945
2946 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
2947
2948 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
2949
2950 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
2951
2952 2007-01-01 Romain Francoise <romain@orebokech.com>
2953
2954 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
2955
2956 2006-12-31 Steve Youngs <steve@sxemacs.org>
2957
2958 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
2959 `define-minor-mode' macro definition expanded properly.
2960 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
2961 exclude it there.
2962
2963 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
2964 of 2006-12-30. The default is nil on (S)XEmacs already because of the
2965 `fboundp' test.
2966 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
2967 This is OK to autoload in (S)XEmacs now.
2968
2969 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2970
2971 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
2972 keystroke.
2973 (gnus-summary-limit-to-singletons): Fix typo.
2974
2975 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
2976 else fails.
2977
2978 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2979
2980 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
2981 docstring.
2982
2983 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
2984 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
2985 (gnus-summary-insert-dormant-articles): Fix typo in message.
2986
2987 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
2988
2989 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
2990 nil for XEmacs.
2991 (gnus-message-citation-mode): Don't autoload in XEmacs.
2992
2993 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
2994
2995 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
2996
2997 * nnimap.el (nnimap-expunge-search-string): Mention
2998 nnimap-search-uids-not-since-is-evil in docstring.
2999
3000 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
3001
3002 * spam.el: Revert to make-obsolete-variable because
3003 define-obsolete-variable-alias is not supported in Emacs 21.
3004
3005 * spam.el (spam-ifile-path, spam-ifile-database-path)
3006 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3007 make-obsolete-variable.
3008 (spam-bsfilter-path, spam-bsfilter-program)
3009 (spam-spamassassin-path, spam-spamassassin-program)
3010 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
3011 use "path" inappropriately.
3012 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3013 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3014 variable names.
3015
3016 2006-12-28 Daiki Ueno <ueno@unixuser.org>
3017
3018 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3019 summary buffer.
3020
3021 * password.el (password-cache-remove): Use clear-string to burn
3022 password, if available.
3023
3024 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3025
3026 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3027
3028 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3029
3030 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3031 (gnus-message-highlight-citation): Move defcustom here from
3032 gnus-cite.el.
3033 (gnus-message-citation-mode): Autoload.
3034
3035 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
3036 checks to make it compile with XEmacs.
3037 (gnus-message-citation-mode): New minor mode.
3038 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3039 (gnus-message-highlight-citation): New variables.
3040 (gnus-message-search-citation-line)
3041 (gnus-message-add-citation-keywords)
3042 (gnus-message-remove-citation-keywords)
3043 (turn-on-gnus-message-citation-mode)
3044 (turn-off-gnus-message-citation-mode): New functions.
3045
3046 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
3047
3048 * gnus-cite.el: Enable highlighting of different citation levels in
3049 message-mode.
3050
3051 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3052
3053 * message.el (message-make-fqdn): Fix comment.
3054 (message-bogus-system-names): Add ".local".
3055
3056 * spam.el (spam-ifile-path, spam-ifile-program)
3057 (spam-ifile-database-path, spam-ifile-database)
3058 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3059 Don't use "path" inappropriately.
3060 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3061 strings.
3062 (spam-check-ifile, spam-ifile-register-with-ifile)
3063 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3064 new variable names.
3065
3066 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3067 (gnus-treat-display-smileys): Simplify using
3068 gnus-image-type-available-p.
3069
3070 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3071 available.
3072
3073 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3074
3075 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3076 one after turning on the buffer's multibyteness instead of decoding
3077 them directly in the unibyte buffer that causes unexpected conversion
3078 in Emacs 23 (unicode).
3079
3080 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3081
3082 * message.el (message-generate-hashcash): Fix custom type.
3083
3084 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3085
3086 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3087
3088 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3089
3090 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3091 disconnect icons. Add help text.
3092
3093 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
3094
3095 * spam.el (spam-extra-header-to-number): CRM114 spam score is
3096 negated to be consistent with the others we handle.
3097
3098 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3099
3100 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3101 version of gnus-summary-buffer to something, so that we can use two
3102 article buffers at the same time.
3103
3104 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
3105
3106 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3107 trigger all the extra headers.
3108 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3109 sorting.
3110
3111 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3112
3113 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3114 solid groups.
3115
3116 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
3117
3118 * legacy-gnus-agent.el: Add Copyright notice.
3119
3120 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
3121
3122 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3123
3124 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3125
3126 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3127
3128 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3129 to make it work reliably in CVS Emacs.
3130 (gnus-summary-limit-strange-charsets-predicate)
3131 (gnus-summary-limit-to-predicate): New functions.
3132
3133 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
3134
3135 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3136 specifying array size.
3137 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3138 array if it is too small.
3139 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3140 (gnus-sort-threads-loop): New function.
3141
3142 2006-12-06 Chris Moore <dooglus@gmail.com>
3143
3144 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3145 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3146
3147 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
3148
3149 * mm-url.el (mm-url-predefined-programs): Call curl with correct
3150 options.
3151
3152 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3153
3154 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3155 DOS-ing the recipient.
3156
3157 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3158 the headers when creating the mapping to avoid mismappings.
3159 (nnweb-gmane-create-mapping): Always nix out old mapping.
3160
3161 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3162
3163 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3164 and mm-verify-option to never.
3165
3166 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3167
3168 * message.el (message-signed-or-encrypted-p): New function.
3169 (message-forward-make-body): Use it.
3170
3171 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3172 Replace encode-coding-string with mm-encode-coding-string.
3173
3174 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
3175
3176 * nneething.el (nneething-decode-file-name): Replace
3177 decode-coding-string with mm-decode-coding-string.
3178
3179 * gnus-int.el (gnus-open-server): Say failed server's name.
3180
3181 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
3182
3183 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3184 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3185
3186 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3187 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3188 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3189 (gnus-group-make-directory-group, gnus-group-transpose-groups):
3190 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3191 (gnus-subscribe-newsgroup, gnus-1):
3192 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3193 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3194 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3195 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3196
3197 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3198
3199 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3200 keystroke.
3201 (gnus-summary-limit-to-bodies): Implement headersp.
3202
3203 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3204
3205 * dns.el (query-dns): Protect against "Process dns deleted" strings.
3206
3207 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
3208
3209 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3210
3211 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3212
3213 * message.el (message-generate-hashcash): Expand range of values to
3214 include `opportunistic'.
3215 (message-send-mail): Use it.
3216
3217 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3218
3219 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3220 and comment it.
3221
3222 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3223
3224 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
3225
3226 * gnus-util.el (gnus-extract-address-components): Improve comment.
3227
3228 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3229
3230 * gnus-util.el (gnus-extract-address-components): Work with address in
3231 which the name portion contains @.
3232
3233 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3234
3235 * gnus.el (gnus-start): Move custom group up.
3236 (gnus-select-method): Don't autoload, but make it available for
3237 `customize-variable'.
3238 (gnus-getenv-nntpserver): Don't autoload.
3239
3240 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
3241
3242 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3243
3244 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3245
3246 * message.el (message-sendmail-extra-arguments): New variable.
3247 (message-send-mail-with-sendmail): Use it.
3248
3249 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3250
3251 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3252 mm-with-unibyte-current-buffer to make string unibyte.
3253
3254 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3255 mm-string-as-multibyte.
3256
3257 2006-11-14 Daiki Ueno <ueno@unixuser.org>
3258
3259 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3260 Reported by Werner Koch <wk@gnupg.org>.
3261
3262 2006-11-14 Daiki Ueno <ueno@p360>
3263
3264 * mml2015.el: Autoload epa-select-keys when compiling.
3265
3266 2006-11-13 Daiki Ueno <ueno@unixuser.org>
3267
3268 * mml2015.el (mml2015-epg-sign): Save the signing keys in
3269 message-options.
3270 (mml2015-epg-encrypt): Save the recipient keys in message-options.
3271
3272 2006-11-13 Daiki Ueno <ueno@unixuser.org>
3273
3274 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3275 EasyPG (< 0.0.6).
3276 (mml2015-always-trust): New user option.
3277 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3278 prompt.
3279
3280 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3281
3282 * nntp.el (nntp-authinfo-force): New variable.
3283 (nntp-send-authinfo): Use it.
3284
3285 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
3286
3287 * message.el (message-strip-subject-encoded-words): Allow _not_ to
3288 decode encoded words. Improve prompt. Add comment about forwarding.
3289 (message-replacement-char): Move up.
3290
3291 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3292
3293 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3294 instead of gnus-intersection because arguments of gnus-sorted-nunion
3295 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
3296
3297 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
3298
3299 * message.el (message-strip-subject-encoded-words): Reformat prompt.
3300 (message-simplify-subject-functions): Enable
3301 message-strip-subject-encoded-words by default.
3302
3303 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
3304
3305 * message.el (message-strip-subject-encoded-words): New function
3306 (message-simplify-subject-functions): New variable.
3307 (message-simplify-subject): Use it. Fix typo in doc string.
3308 Support message-strip-subject-encoded-words.
3309
3310 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
3311
3312 * gnus-diary.el (gnus-diary-delay-format-function):
3313 * nndiary.el (nndiary-reminders):
3314 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3315
3316 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
3317
3318 * gnus-art.el (article-hide-boring-headers): Fetch date from
3319 gnus-original-article-buffer to avoid problems with localized date
3320 strings.
3321
3322 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
3323
3324 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3325
3326 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
3327
3328 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3329 New variables.
3330 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3331 (mm-charset-synonym-alist): Move some entries to
3332 mm-codepage-iso-8859-list.
3333 (mm-charset-synonym-alist, mm-charset-override-alist): Add
3334 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3335
3336 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
3337
3338 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
3339
3340 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
3341
3342 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
3343 with Emacs 21 and XEmacs.
3344
3345 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
3346
3347 * spam.el (spam-parse-address): New function for better parsing,
3348 catching errors, etc.
3349 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
3350
3351 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
3352
3353 * mm-view.el: Add interactive arg to html2text autoload.
3354
3355 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
3356
3357 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
3358
3359 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
3360
3361 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
3362 variables.
3363 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3364 (mm-charset-synonym-alist): Move some entries to
3365 mm-codepage-iso-8859-list.
3366
3367 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
3368
3369 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
3370
3371 * message.el (message-citation-line-format)
3372 (message-insert-formated-citation-line): Fix implementation of %E, %N
3373 and %n according to the doc string.
3374
3375 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
3376
3377 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3378 car-safe to avoid bad parses.
3379
3380 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3381
3382 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
3383 names.
3384
3385 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
3386
3387 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3388
3389 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
3390 header.
3391
3392 * message.el (message-draft-headers): Add Date.
3393 (message-headers-to-generate): Fix typo in docstring.
3394
3395 * nndraft.el (nndraft-required-headers): New variable.
3396 (nndraft-generate-headers): Use it.
3397
3398 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
3399
3400 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3401
3402 * gnus-registry.el (gnus-registry-wash-for-keywords)
3403 (gnus-registry-find-keywords): New functions to allow easy searching of
3404 articles that are in the registry.
3405
3406 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3407
3408 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3409 ietf-drums-parse-address instead of gnus-extract-address-components.
3410 Reported by Damien Elmes <damien@repose.cx>.
3411
3412 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
3413
3414 * gnus.el (gnus-mime): Remove unused custom group.
3415
3416 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3417
3418 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
3419 "blank line" when searching for end of armor headers.
3420
3421 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3422
3423 * gmm-utils.el (gmm-write-region): Fix variable name.
3424
3425 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
3426
3427 * gmm-utils.el (gmm-write-region): New function based on compatibility
3428 code from `mm-make-temp-file'.
3429
3430 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
3431
3432 * nnmaildir.el (nnmaildir--update-nov)
3433 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
3434 Use `gmm-write-region'.
3435
3436 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
3437
3438 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
3439 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3440
3441 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
3442
3443 * message.el (message-replacement-char): New variable.
3444 (message-fix-before-sending): Use it.
3445 (message-simplify-subject): New function to remove duplicate code.
3446 (message-reply, message-followup): Use it.
3447
3448 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
3449 gnus-summary-limit-to-articles.
3450
3451 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
3452
3453 * gnus-util.el (gnus-with-local-quit): New macro.
3454
3455 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
3456
3457 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
3458
3459 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
3460 ignore non-string data.
3461
3462 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
3463
3464 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
3465 non-string data (needs to be done in the registry too).
3466
3467 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
3468
3469 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
3470 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
3471 (gnus-registry-split-fancy-with-parent)
3472 (gnus-registry-fetch-simplified-message-subject-fast)
3473 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
3474 Remove text properties on ingress into the registry and when it's saved.
3475 (gnus-registry-clean-empty-function): Fix bug with cleaning the
3476 registry from entries with no groups.
3477
3478 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
3479
3480 * gnus-util.el (gnus-string-remove-all-properties): Add utility
3481 function to remove string properties.
3482
3483 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
3484
3485 * gmm-utils.el (gmm): Adjust custom version.
3486
3487 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
3488 custom version.
3489
3490 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
3491
3492 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
3493
3494 * gnus-art.el (gnus-insert-prev-page-button)
3495 (gnus-insert-next-page-button): Simplify. Reformat.
3496
3497 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
3498
3499 * gnus-art.el (gnus-insert-prev-page-button)
3500 (gnus-insert-next-page-button): Apply gnus-article-button-face.
3501
3502 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
3503
3504 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
3505
3506 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
3507
3508 (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
3509 gnus-article-button-face to MIME and security buttons.
3510
3511 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
3512
3513 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
3514 readable.
3515
3516 2006-09-20 Steve Youngs <steve@sxemacs.org>
3517
3518 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
3519 `browse-url-of-file' instead of `browse-url'.
3520
3521 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3522
3523 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3524 regexp. Articles containing quotation were cut prematurely.
3525
3526 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
3527
3528 * message.el (message-cite-original-1): Use nobody by default for the
3529 value of From header.
3530 (message-reply): Ditto.
3531
3532 2006-09-11 Daiki Ueno <ueno@unixuser.org>
3533
3534 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
3535 to the gnus-info. This fixes a bug of inline-PGP message verification.
3536 Reported by Michael Piotrowski <mxp@dynalabs.de>.
3537
3538 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
3539
3540 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
3541 mails in the doc string. Add some URLs in comment.
3542 (pop3-movemail): Warn about pop3-leave-mail-on-server.
3543
3544 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
3545
3546 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
3547 backslashes handling and the way to find boundaries of quoted strings.
3548
3549 2006-09-07 Daiki Ueno <ueno@unixuser.org>
3550
3551 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
3552 mml1991-encrypt-to-self is set and mml1991-signers is not set.
3553 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
3554 mml2015-encrypt-to-self is set and mml2015-signers is not set.
3555
3556 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
3557
3558 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
3559 doc string.
3560 (gnus-button-regexp, gnus-button-last): Remove unused variables.
3561
3562 2006-09-06 Simon Josefsson <jas@extundo.com>
3563
3564 * mml2015.el (mml2015-use): Doc fix, mention epg.
3565
3566 2006-09-06 Daiki Ueno <ueno@unixuser.org>
3567
3568 * mml2015.el (mml2015-use): Default to epg, if available.
3569
3570 2006-09-06 Daiki Ueno <ueno@unixuser.org>
3571
3572 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
3573 message-sender.
3574 (mml1991-epg-encrypt): Ditto.
3575 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
3576 message-sender.
3577 (mml2015-epg-encrypt): Ditto.
3578
3579 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
3580
3581 * message.el (message-send-mail-with-sendmail): Look for sendmail in
3582 several common directories.
3583
3584 2006-09-05 Daiki Ueno <ueno@unixuser.org>
3585
3586 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
3587 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
3588
3589 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
3590
3591 * gnus-art.el (article-decode-encoded-words): Make it fast.
3592
3593 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
3594
3595 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
3596
3597 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
3598 in quoted string into `\'.
3599
3600 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
3601
3602 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3603 Use standard-syntax-table.
3604
3605 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
3606
3607 * gnus-art.el (gnus-decode-address-function): New variable.
3608 (article-decode-encoded-words): Use it to decode headers which are
3609 assumed to contain addresses.
3610 (gnus-mime-delete-part): Remove useless `or'.
3611
3612 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
3613 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
3614 (gnus-nov-parse-line): Use it to decode From header.
3615 (gnus-get-newsgroup-headers): Ditto.
3616 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
3617
3618 * mail-parse.el (mail-decode-encoded-address-region): New alias.
3619 (mail-decode-encoded-address-string): New alias.
3620
3621 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3622 New function.
3623 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
3624 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
3625 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
3626 (rfc2047-decode-string): Ditto.
3627 (rfc2047-decode-address-region): New function.
3628 (rfc2047-decode-address-string): New function.
3629
3630 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
3631
3632 * message.el (message-caesar-buffer-body): Allow rotating headers.
3633
3634 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
3635
3636 * message.el (message-insert-formated-citation-line): Fix %f.
3637 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
3638
3639 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
3640
3641 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
3642 (gnus-bookmark-mouse-available-p): New macro.
3643 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
3644 (gnus-bookmark-bmenu-show-infos): Use it.
3645 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
3646 (gnus-bookmark-bmenu-hide-infos): Ditto.
3647 (gnus-bookmark-remove-properties): New function.
3648 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
3649 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
3650 (gnus-bookmark-write-file): Bind coding-system-for-write.
3651 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
3652 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
3653 group before selecting it.
3654 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
3655 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
3656 quit-window if it is not available; use gnus-mouse-2 and bind it to
3657 gnus-bookmark-bmenu-select-by-mouse.
3658 (gnus-bookmark-show-details): Remove unused variable `details-list'.
3659 (gnus-bookmark-bmenu-select-by-mouse): New function.
3660
3661 2006-08-13 Romain Francoise <romain@orebokech.com>
3662
3663 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
3664 space.
3665
3666 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
3667
3668 * compface.el (uncompface): Use binary rather than raw-text-unix.
3669
3670 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
3671
3672 * compface.el (uncompface): Make sure the eol conversion doesn't take
3673 place when communicating with the external programs. Reported by
3674 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3675
3676 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
3677
3678 * nnheader.el (nnheader-insert-head): Fix typo in comment.
3679
3680 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3681
3682 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
3683 Make it more robust by parsing author and date independently.
3684
3685 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
3686
3687 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
3688
3689 2006-07-28 Daiki Ueno <ueno@unixuser.org>
3690
3691 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
3692 first matching secret key.
3693 (mml2015-epg-encrypt): Ditto.
3694
3695 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
3696 first matching secret key.
3697 (mml1991-epg-encrypt): Ditto.
3698
3699 * mml2015.el (mml2015-encrypt-to-self): New user option.
3700 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
3701 mml2015-epg-encrypt-to-self is set.
3702
3703 * mml1991.el (mml1991-encrypt-to-self): New variable.
3704 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
3705 mml1991-epg-encrypt-to-self is set.
3706
3707 * mml2015.el (mml2015-signers): New user option.
3708 (mml2015-epg-sign): Reflect the value of mml2015-signers.
3709 (mml2015-epg-encrypt): Allow to select signing keys.
3710
3711 * mml1991.el (mml1991-signers): New variable.
3712 (mml1991-epg-sign): Reflect the value of mml1991-signers.
3713 (mml1991-epg-encrypt): Allow to select signing keys.
3714
3715 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
3716
3717 * nnheader.el (nnheader-insert-head): Make it work even if the file
3718 uses CRLF for the line-break code.
3719
3720 2006-07-25 Daiki Ueno <ueno@unixuser.org>
3721
3722 * mml2015.el: Require mml-sec instead of password.
3723 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
3724 (mml2015-cache-passphrase): Inherit the default value from
3725 mml-secure-cache-passphrase.
3726 (mml2015-passphrase-cache-expiry): Inherit the default value from
3727 mml-secure-passphrase-cache-expiry.
3728
3729 * mml1991.el: Require mml-sec instead of password.
3730 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
3731 (mml1991-cache-passphrase): Inherit the default value from
3732 mml-secure-cache-passphrase.
3733 (mml1991-passphrase-cache-expiry): Inherit the default value from
3734 mml-secure-passphrase-cache-expiry.
3735
3736 * mml-sec.el: Require password.
3737 (mml-secure-verbose): New user option.
3738 (mml-secure-cache-passphrase): New user option.
3739 (mml-secure-passphrase-cache-expiry): New user option.
3740
3741 2006-07-24 Daiki Ueno <ueno@unixuser.org>
3742
3743 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
3744 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
3745 andreas@altroot.de (Andreas Vögele).
3746
3747 FIXME: Use `tiny change'?
3748
3749 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3750
3751 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
3752 workaround for the url package included with Emacs.
3753
3754 * nnweb.el (nnweb-google-create-mapping): Update regexp.
3755
3756 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
3757
3758 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
3759 correctly. This fixes a bug caused by the 2006-05-12 change.
3760
3761 2006-07-18 Karl Fogel <kfogel@red-bean.com>
3762
3763 * nnmail.el (nnmail-article-group): If splitting raises an error, give
3764 some information about the error when saying that the `bogus' mail
3765 group will be used.
3766
3767 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
3768
3769 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
3770 string.
3771
3772 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
3773
3774 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
3775
3776 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3777
3778 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
3779
3780 2006-07-10 Daiki Ueno <ueno@unixuser.org>
3781
3782 * mml1991.el (mml1991-function-alist): Add epg.
3783 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
3784 (mml1991-epg-encrypt): New functions.
3785
3786 2006-07-10 Daiki Ueno <ueno@unixuser.org>
3787
3788 * mml2015.el (mml2015-verbose): New variable.
3789 (mml2015-cache-passphrase): Ditto.
3790 (mml2015-passphrase-cache-expiry): Ditto.
3791 (mml2015-function-alist): Add epg.
3792 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
3793 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
3794 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
3795 functions.
3796
3797 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3798
3799 * message.el (message-cite-original-1): Preserve region when removing
3800 quoted text due to X-No-Archive in order to avoid bogus attribution
3801 when citing multiple messages.
3802
3803 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3804
3805 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
3806 Kenneth Jacker <khj@be.cs.appstate.edu>.
3807
3808 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
3809
3810 * gnus-diary.el (gnus-user-format-function-d)
3811 (gnus-user-format-function-D): Autoload.
3812
3813 * imap.el (Commentary): Fix typo.
3814
3815 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
3816 2006-04-22 contribution.
3817
3818 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3819
3820 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
3821 It didn't really fix the bogosity I'm seeing with solid web groups.
3822
3823 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3824
3825 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
3826 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
3827 created using server names. If we use the feature without declaring
3828 it, Gnus does not properly manage server and group state.
3829
3830 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
3831 bound.
3832
3833 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3834
3835 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
3836 looking up the method using GROUP's prefix before inventing a new one.
3837 It is used on killed/unknown groups in various places where returning
3838 an all-new method isn't expected by the caller.
3839
3840 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
3841 and match semantics of gnus-group-real-prefix.
3842
3843 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
3844
3845 * nnmail.el (nnmail-broken-references-mailers): New variable.
3846 (nnmail-ignore-broken-references): New function generalizing
3847 nnmail-fix-eudora-headers.
3848 (nnmail-fix-eudora-headers): Now obsolete.
3849
3850 * gnus-art.el (gnus-button-handle-custom): Support
3851 `customize-apropos*'.
3852
3853 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3854
3855 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
3856
3857 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
3858 articles.
3859
3860 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
3861
3862 * message.el (message-cite-reply-above): New variable.
3863 (message-yank-original): Use it.
3864
3865 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
3866
3867 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
3868
3869 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
3870
3871 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
3872 as read.
3873
3874 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
3875
3876 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
3877
3878 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
3879 (gnus-bookmark-default-file): Use gnus-directory.
3880 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
3881 Remove "*" in doc string.
3882 (gnus-bookmark-write-file): Simplify.
3883 (gnus-bookmark-maybe-sort-alist): Use `when'.
3884 (gnus-bookmark-get-bookmark): Fix typo in doc string.
3885 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
3886 FIXME about Emacs 21 and XEmacs compatibility.
3887 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
3888 compatibility.
3889 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
3890 compatibility.
3891 (gnus-bookmark-menu-heading): Fix version.
3892
3893 2006-06-19 Bastien Guerry <bzg@altern.org>
3894
3895 * gnus-bookmark.el: New file.
3896
3897 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
3898
3899 * message.el (message-syntax-checks): Doc fix.
3900
3901 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3902
3903 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
3904 unsubscribed groups as if they were killed ones. It causes duplicate
3905 entries in gnus-newsrc-alist.
3906
3907 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
3908
3909 * message.el (message-syntax-checks): Doc fix.
3910 (message-send-mail): Add check for continuation headers.
3911 (message-check-news-header-syntax): Fix regexp used to check for
3912 continuation headers.
3913
3914 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
3915
3916 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
3917
3918 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
3919
3920 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
3921
3922 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
3923
3924 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
3925 default-truncate-lines.
3926
3927 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
3928
3929 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
3930 to fill the utf-8 entry.
3931
3932 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3933
3934 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
3935
3936 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
3937
3938 * gnus-agent.el (directory-files-and-attributes): Move all the way
3939 forward (the third and final move).
3940 (gnus-agent-read-agentview): Trap reconstruction errors due to
3941 nonexistant directory. Handle by returning nil.
3942
3943 2006-05-30 Didier Verna <didier@xemacs.org>
3944
3945 * message.el (message-dont-reply-to-names): Update the custom type.
3946 * message.el (message-dont-reply-to-names): New defsubst: potentially
3947 convert a list of regexps into a single one.
3948 * message.el (message-get-reply-headers): Use it.
3949 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
3950
3951 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
3952
3953 * gnus-agent.el (directory-files-and-attributes): Move forward.
3954
3955 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
3956
3957 * gnus-ml.el (gnus-mailing-list-subscribe)
3958 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
3959 (gnus-mailing-list-message): Fix doc strings.
3960
3961 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3962
3963 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
3964 of doing it manually.
3965
3966 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
3967
3968 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
3969 comment.
3970
3971 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
3972
3973 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
3974 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
3975 (gnus-agent-read-local): All symbols allocated in my-obarray
3976 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
3977 (gnus-agent-regenerate-group): Check numeric names to see if they are
3978 messages or groups.
3979 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
3980 better way of do this...)
3981
3982 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
3983 'dummy.group' (there should be a better way of do this...)
3984
3985 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
3986
3987 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
3988 (gnus-saved-headers): Ditto.
3989 (gnus-default-article-saver): Mention functions may have properties.
3990 (gnus-article-save): Override gnus-save-all-headers and
3991 gnus-saved-headers by :headers property which saver function may have.
3992 (gnus-summary-save-in-file): Add :headers property.
3993 (gnus-summary-write-to-file): Ditto.
3994
3995 * gnus-sum.el (gnus-summary-save-article): Bind
3996 gnus-prompt-before-saving to t when saving many articles in a file;
3997 always show all headers.
3998
3999 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4000
4001 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4002 marks.
4003
4004 * message.el (message-indent-citation): Add optional arguments to allow
4005 using it outside of message buffers.
4006
4007 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4008 (gnus-article-treat-unfold-headers): Use it.
4009 (gnus-article-truncate-lines): New variable.
4010 (gnus-article-mode): Use it.
4011 (gnus-article-toggle-truncate-lines): New function.
4012
4013 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4014 gnus-article-toggle-truncate-lines.
4015
4016 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4017 coding system in XEmacs, use binary.
4018
4019 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
4020
4021 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4022 after-load-alist.
4023
4024 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4025 this function should save decoded articles.
4026 (gnus-summary-write-to-file): Use property to specify this function
4027 should save decoded articles and specify gnus-summary-save-in-file
4028 should be used to save articles other than the first one when saving
4029 many articles.
4030 (gnus-summary-save-body-in-file): Use property to specify this
4031 function should save decoded articles.
4032 (gnus-summary-write-body-to-file): Use property to specify this
4033 function should save decoded articles and specify
4034 gnus-summary-save-body-in-file should be used to save articles other
4035 than the first one when saving many articles.
4036
4037 * gnus-sum.el (gnus-summary-save-article): Simplify.
4038
4039 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
4040
4041 * gnus-art.el (gnus-default-article-saver): Add
4042 gnus-summary-write-body-to-file.
4043 (gnus-article-save-coding-system): Don't use coding system object
4044 in XEmacs.
4045 (gnus-read-save-file-name): Add optional `dir-var' argument which
4046 specifies directory in which files are saved; work even if optional
4047 `variable' argument is not specified.
4048 (gnus-summary-write-to-file): Read file name.
4049 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4050 (gnus-summary-write-body-to-file): New function.
4051
4052 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4053 (gnus-summary-local-variables): Add it.
4054 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4055 (gnus-summary-save-article): Remove optional `decode' argument;
4056 determine whether to decode articles by the value of
4057 gnus-default-article-saver; when saving many files using
4058 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4059 it first and use gnus-summary-save-in-file or
4060 gnus-summary-save-body-in-file thereafter unless
4061 gnus-prompt-before-saving is always; move point to article which
4062 will be saved.
4063 (gnus-summary-save-article-file): Revert.
4064 (gnus-summary-write-article-file): Revert.
4065 (gnus-summary-save-article-body-file): Revert.
4066 (gnus-summary-write-article-body-file): New function.
4067
4068 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4069
4070 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4071
4072 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
4073
4074 * gnus-art.el (gnus-default-article-saver): Doc fix.
4075 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4076 from gnus-summary-save-article-coding-system, and default to a
4077 certain coding system.
4078 (gnus-output-to-file): Add coding cookie and encode text according
4079 to gnus-article-save-coding-system; don't use mm-append-to-file.
4080
4081 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4082 gnus-art.el and rename to gnus-article-save-coding-system.
4083 (gnus-summary-save-article): Require gnus-art; don't show all
4084 headers if it decodes articles; don't add coding cookie here;
4085 don't bind mm-text-coding-system-for-write.
4086 (gnus-summary-save-article-file): Save decoded articles.
4087 (gnus-summary-write-article-file): When saving many files, use
4088 gnus-summary-write-to-file first and gnus-summary-save-in-file
4089 thereafter unless gnus-prompt-before-saving is always.
4090 (gnus-summary-save-article-body-file): Save decoded articles.
4091
4092 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4093
4094 * nnrss.el (nnrss-check-group): Bind hash-index.
4095
4096 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
4097
4098 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4099 its hash index. Store this hash in `nnrss-group-data'.
4100 (nnrss-read-group-data): Update accordingly.
4101
4102 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4103
4104 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4105 entry.
4106
4107 * gnus-sum.el (gnus-summary-make-menu-bar): Add
4108 gnus-article-browse-html-article.
4109
4110 2006-05-23 Hynek Schlawack <hynek@ularx.de>
4111
4112 * gnus-sum.el (gnus-summary-mime-map): Add
4113 gnus-article-browse-html-article.
4114 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4115
4116 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4117 suitable coding systems in customize.
4118
4119 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
4120
4121 * mail-source.el (mail-sources): Fix custom type.
4122
4123 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
4124
4125 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4126 (gnus-summary-expire-articles-now): Shorten prompt.
4127
4128 * gmm-utils.el (wid-edit): Require.
4129 (defun-gmm): Renamed from `gmm-defun-compat'.
4130 (gmm-image-search-load-path): Use it.
4131 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
4132
4133 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
4134
4135 * gnus-sum.el (gnus-summary-save-article-coding-system): New
4136 variable.
4137 (gnus-summary-save-article): Add optional `decode' argument. If
4138 it is set and gnus-summary-save-article-coding-system is non-nil,
4139 save decoded article.
4140 (gnus-summary-write-article-file): Save decoded article if
4141 gnus-summary-save-article-coding-system is non-nil.
4142
4143 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4144 type.
4145
4146 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
4147
4148 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4149
4150 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4151
4152 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4153 first to test gnus-single-article-buffer which may be buffer-local.
4154
4155 * gnus-sum.el (gnus-summary-setup-buffer): Make
4156 gnus-single-article-buffer buffer-local and nil in ephemeral
4157 group; make gnus-article-buffer, gnus-article-current, and
4158 gnus-original-article-buffer always buffer-local.
4159 (gnus-summary-exit): Kill article buffer belonging to ephemeral
4160 group.
4161 (gnus-handle-ephemeral-exit): Don't move to next summary line.
4162
4163 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
4164
4165 * nnml.el (nnml-request-compact-group): Compressed files might not
4166 have .gz extension.
4167
4168 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4169
4170 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4171 (mm-copy-to-buffer): Use with-current-buffer.
4172 (mm-display-part): Simplify.
4173 (mm-inlinable-p): Add optional arg `type'.
4174
4175 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4176
4177 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4178 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4179 Try harder to show the attachment internally or externally using
4180 gnus-mime-view-part-as-type.
4181
4182 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
4183
4184 * message.el (message-from-style, message-signature-separator)
4185 (message-user-organization-file, message-send-mail-function)
4186 (message-citation-line-function, message-yank-prefix)
4187 (message-indent-citation-function, message-signature)
4188 (message-signature-file, message-signature-insert-empty-line):
4189 Remove autoloads.
4190
4191 * gnus-art.el (gnus-buttonized-mime-types): Remove
4192 "multipart/signed". Revert 2006-04-26 change.
4193
4194 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4195
4196 * gnus.el (gnus-version-number): Bump version.
4197
4198 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4199
4200 * gnus.el: No Gnus v0.5 is released.
4201
4202 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4203
4204 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4205 fetching articles by message-id.
4206
4207 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4208
4209 * message.el (hashcash): Require hashcash as normal.
4210
4211 * ecomplete.el (ecomplete-highlight-match-line): Use
4212 point-at-eol.
4213 (ecomplete-highlight-match-line): Use `highlight', because that
4214 face exists in both Emacs and XEmacs.
4215
4216 * message.el (message-display-abbrev): Use point-at-bol.
4217
4218 * mail-source.el: Don't require timer/timer-funcs.
4219
4220 * gnus-async.el: Ditto.
4221
4222 * password.el: Ditto.
4223
4224 * mm-url.el: Ditto.
4225
4226 * mm-util.el: Require timer/timer-funcs.
4227
4228 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4229
4230 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4231 Close.
4232
4233 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
4234
4235 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4236 unibyte after clear-decrypt function runs.
4237
4238 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4239 returns as a unibyte string.
4240
4241 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
4242
4243 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4244 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4245 (mml1991-pgg-encrypt): Ditto.
4246
4247 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
4248
4249 * message.el (message-user-organization-file): Check several
4250 locations of the organization file.
4251
4252 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4253 Add gnus-article-view-part-as-type.
4254
4255 * gnus-art.el (gnus-article-view-part-as-type): New function.
4256
4257 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4258 .mobi and .travel. Remove .nato, .bitnet and .uucp.
4259
4260 * mml.el: Simplify autoload.
4261 (mml-mode): defvar dnd-protocol-alist instead of using
4262 symbol-value.
4263 (mml-default-directory): New variable.
4264 (mml-minibuffer-read-file): Use it.
4265 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4266
4267 * message.el (message-citation-line-format): New variable.
4268 (message-insert-formated-citation-line): New function.
4269 (message-citation-line-function): Add
4270 `message-insert-formated-citation-line' to custom type.
4271
4272 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4273 to doc string.
4274
4275 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4276 depending on mm-verify-option.
4277
4278 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
4279
4280 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4281 binding pgg-* variables; reimplement the section which prevents
4282 MIME header from being signed.
4283 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4284 pgg-text-mode; remove a blank line at the top of body.
4285
4286 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4287 lines at the top of body; use gnus-newsgroup-charset if there's no
4288 Charset header.
4289
4290 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
4291
4292 * message.el (message-self-insert-commands): Doc fix.
4293
4294 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
4295 (mm-uu-pgp-encrypted-test): Ditto.
4296 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
4297 between header and body; return application/pgp-encrypted handle
4298 if decryption failed; decode decrypted body by charset.
4299
4300 * mm-decode.el (mm-automatic-display): Don't make application/pgp
4301 element match to application/pgp-*.
4302
4303 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4304
4305 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
4306 HTML.
4307
4308 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4309
4310 * mail-source.el (mail-source-call-script): Message the error
4311 string.
4312
4313 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4314
4315 * gnus-util.el (gnus-byte-compile): Use it.
4316
4317 2006-04-22 xyblor <fake@invalid.email> (tiny change)
4318
4319 * gnus-util.el (kill-empty-logs): New function.
4320
4321 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4322
4323 * message.el (message-mail-alias-type): Doc fix.
4324 (message-mail-alias-type-p): New function.
4325 (message-send): Use it.
4326 (message-mode): Ditto.
4327 (message-strip-forbidden-properties): Ditto.
4328
4329 * ecomplete.el (ecomplete-database-file-coding-system): New
4330 variable.
4331 (ecomplete-save): Use it.
4332 (ecomplete-setup): Use it.
4333
4334 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
4335
4336 * message.el (message-self-insert-commands): New variable.
4337 (message-strip-forbidden-properties): Use it.
4338
4339 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4340
4341 * message.el (message-put-addresses-in-ecomplete): Use a regexp
4342 that doesn't make XEmacs choke.
4343
4344 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
4345
4346 * gnus-util.el (gnus-replace-in-string):
4347 Prefer replace-regexp-in-string over of replace-in-string.
4348
4349 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
4350
4351 * gnus-util.el (gnus-select-frame-set-input-focus):
4352 Use select-frame-set-input-focus if it is available in XEmacs; use
4353 definition defined in Emacs 22 for old Emacsen.
4354
4355 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
4356
4357 * mm-view.el (mm-inline-text): Use equal instead of equalp.
4358
4359 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
4360
4361 * gnus-registry.el (gnus-registry-cache-save): Remove text
4362 properties when saving via the temp buffer.
4363
4364 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
4365
4366 * message.el (message-generate-hashcash): Honor custom type.
4367
4368 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4369
4370 * message.el (message-generate-hashcash): Default to non-nil when
4371 hashcash is found.
4372
4373 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
4374 (gnus-refer-thread-limit): Increase default to 500.
4375
4376 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
4377
4378 * flow-fill.el (fill-flowed): Allow delete-space.
4379
4380 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
4381
4382 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4383 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
4384 Remove autoloads.
4385
4386 2006-04-18 Simon Josefsson <jas@extundo.com>
4387
4388 * message.el (message-generate-hashcash): Default to.
4389
4390 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
4391
4392 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4393 concatenating segments rather than before concatenating them.
4394
4395 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
4396
4397 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
4398
4399 * imap.el (imap-quote-specials): New function.
4400 (imap-login-auth): Quote specials.
4401
4402 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4403
4404 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
4405
4406 * message.el (message-forward-make-body-plain): Allow
4407 message-forward-ignored-headers to be a list.
4408 (message-remove-ignored-headers): Factor out into function.
4409 (message-forward-make-body-mml): Use it.
4410 * rfc2231.el (rfc2231-parse-string): Remove dead code.
4411 (rfc2231-parse-string): Allow concatanation of parameters that
4412 aren't contiguous. The test case is
4413 (mail-header-parse-content-type "message/external-body;
4414 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
4415 access-type=LOCAL-FILE;
4416 name*1*=plugh%2fhello-sailor%2fbing.pdf")
4417
4418 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
4419
4420 * nntp.el (nntp-accept-process-output): Return the value of
4421 `nnheader-accept-process-output'.
4422
4423 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4424
4425 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
4426 (gnus-button-alist): Recognize more diff formats.
4427 (gnus-button-patch): Strip directory.
4428
4429 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
4430
4431 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
4432 Emacs 22 when setting focus.
4433
4434 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4435
4436 * gnus-art.el (gnus-article-treat-types): Do treatment of
4437 text/x-verbatim parts.
4438 (gnus-button-patch): New command.
4439
4440 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
4441 addresses that contain invalid characters.
4442
4443 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4444
4445 * message.el (message-put-addresses-in-ecomplete): Use
4446 gnus-replace-in-string.
4447 (message-is-yours-p): Use the more correct
4448 mail-header-parse-address instead of
4449 mail-extract-address-components.
4450 (message-put-addresses-in-ecomplete): Fix typo.
4451
4452 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
4453 keystroke.
4454
4455 * gnus-art.el (gnus-treatment-function-alist): Change order of
4456 newsgroups/generic header folding to avoid double-folding.
4457
4458 * message.el (message-hidden-headers): Add X-Draft-From.
4459
4460 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
4461 command.
4462 (gnus-summary-repeat-search-article-backward): New command.
4463
4464 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
4465 groups in the parent topic.
4466
4467 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
4468
4469 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
4470 (spam-extra-header-to-number): Return the CRM114 number as a
4471 number instead of a string.
4472
4473 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4474
4475 * gnus-art.el (gnus-face-properties-alist): Moved here from
4476 gnus-fun.
4477
4478 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
4479
4480 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4481
4482 * message.el (message-strip-forbidden-properties): Only display on
4483 self-insert-command.
4484
4485 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
4486 reindent.
4487 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
4488
4489 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
4490
4491 * smiley.el (smiley-style): Fix typo.
4492
4493 2006-03-23 Kenichi Handa <handa@m17n.org>
4494
4495 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
4496 instead of set-buffer-multibyte.
4497
4498 2006-03-23 Kenichi Handa <handa@m17n.org>
4499
4500 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4501 buffer and then decode the buffer text if necessary.
4502 (rfc2231-encode-string): Be sure to work on multibyte buffer at
4503 first, and after mm-encode-body, change the buffer to unibyte.
4504
4505 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4506
4507 * hashcash.el (hashcash-insert-payment-async-2): Use
4508 message-goto-eoh instead of doing it manually.
4509 (mail-add-payment): Use message-narrow-to-header instead of trying
4510 to do the same itself.
4511
4512 * message.el (message-hidden-headers): Add Face.
4513
4514 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
4515 reparenting code.
4516 (gnus-summary-reparent-children): Refactored out code.
4517 (gnus-summary-thread-map): New keystroke.
4518 (gnus-summary-reparent-children): Make into command.
4519
4520 * smiley.el (smiley-style): Default to `medium' if using a large
4521 font.
4522
4523 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
4524 does it itself.
4525
4526 * message.el (message-point-in-header-p): Simplify definition.
4527
4528 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4529
4530 * nnagent.el (nnagent-request-set-mark): Silence log file
4531 writing.
4532 (nnagent-request-set-mark): Use write-region instead of
4533 append-to-file.
4534
4535 * gnus-sum.el (gnus-read-header): Fudge article number if using a
4536 strange select method.
4537
4538 * ecomplete.el (ecomplete-display-matches): Get highlightling
4539 right.
4540 (ecomplete-display-matches): Use literals.
4541 (ecomplete-display-matches): Disable message logging.
4542
4543 * message.el (message-display-abbrev): Small optimization.
4544
4545 * ecomplete.el (ecomplete-display-matches): Allow automatic
4546 display.
4547
4548 * message.el (message-strip-forbidden-properties): Display
4549 abbrevs.
4550 (message-display-abbrev): Get automatic display right.
4551
4552 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
4553 keystrokes.
4554
4555 2006-04-13 Romain Francoise <romain@orebokech.com>
4556
4557 TODO: Backport to v5-10!
4558
4559 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
4560 Moved here (and renamed) from gnus-registry.el.
4561
4562 * gnus-registry.el: Require gnus-util.
4563 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
4564
4565 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4566
4567 * gnus-group.el (gnus-group-catchup-current): Change
4568 if-then-else-if-then-else into cond.
4569 (gnus-group-catchup): Indent.
4570 (group-name-at-point): New function.
4571 (gnus-fetch-group): Provide default from thing at point.
4572
4573 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4574
4575 * message.el (message-display-abbrev): Fix regexp.
4576
4577 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
4578 choosing.
4579 (ecomplete-highlight-match-line): Fix up code rewrite, remove
4580 dead variables.
4581
4582 * message.el (message-newline-and-indent): Remove debugging.
4583 (message-display-abbrev): Use new implementation.
4584
4585 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4586
4587 * gnus-art.el (gnus-article-mode): Set
4588 cursor-in-non-selected-windows to nil.
4589
4590 * smiley.el: Revert previous change.
4591 (smiley-data-directory): defvar it before using it in the
4592 defcustom of `smiley-style'.
4593
4594 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4595
4596 * message.el (message-newline-and-indent): New function.
4597
4598 * ecomplete.el: Implement more bits.
4599
4600 * message.el (message-put-addresses-in-ecomplete): Clean up the
4601 string.
4602
4603 * ecomplete.el (ecomplete-add-item): Chop off decimals.
4604
4605 * gnus-sum.el (gnus-summary-save-parts): Bind
4606 gnus-summary-save-parts-counter and use it to make unique file
4607 names.
4608
4609 * gnus-art.el (gnus-ignored-headers): Add some more headers.
4610
4611 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
4612 parameter to say whether to actually parse the individual
4613 addresses.
4614
4615 * message.el (message-put-addresses-in-ecomplete): New function.
4616 (ecomplete): Require.
4617 (message-mail-alias-type): Add ecomplete as an option.
4618
4619 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
4620
4621 * flow-fill.el (fill-flowed): Remove trailing space from blank
4622 quoted lines.
4623
4624 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4625
4626 * smiley.el (smiley-style): Move definition later to avoid a
4627 compilation warning.
4628
4629 2006-04-12 Kenichi Handa <handa@m17n.org>
4630
4631 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4632 buffer and then decode the buffer text if necessary.
4633 (rfc2231-encode-string): Be sure to work on multibyte buffer at
4634 first, and after mm-encode-body, change the buffer to unibyte.
4635 Use mm-disable-multibyte instead of set-buffer-multibyte.
4636
4637 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
4638
4639 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
4640 Content-Type header instead of Content-Disposition header.
4641 (gnus-mime-inline-part): Ditto.
4642 (gnus-mime-view-part-as-charset): Ignore charset that the part
4643 specifies.
4644
4645 * mm-decode.el (mm-display-part): Work with external parts and
4646 usual parts similarly.
4647
4648 * mm-extern.el (mm-inline-external-body): Use mm-display-part
4649 instead of gnus-display-mime.
4650
4651 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
4652 instead of with-temp-buffer.
4653
4654 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
4655 tag to summarized topics part in order to encode non-ASCII text.
4656
4657 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
4658
4659 * smiley.el (smiley-style): New variable.
4660 (smiley-directory): New function.
4661 (smiley-data-directory): Derive from `smiley-style' using
4662 `smiley-directory'.
4663 (smiley-regexp-alist): Add new entries.
4664
4665 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
4666 (gnus-article-browse-delete-temp): Add :version.
4667
4668 2006-04-11 Arne Jørgensen <arne@arnested.dk>
4669
4670 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
4671 the sieve region.
4672
4673 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4674
4675 * gnus.el (gnus-version-number): Bump version.
4676
4677 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
4678
4679 * gnus.el: No Gnus v0.4 is released.
4680
4681 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4682
4683 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
4684 layout.
4685
4686 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
4687 unknown charset.
4688
4689 * message.el (message-header-synonyms): Add Original-To to the
4690 default.
4691
4692 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
4693 optional parameter.
4694
4695 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
4696
4697 * gnus-fun.el (gnus): Require it for gnus-directory.
4698
4699 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
4700
4701 * gnus-fun.el (gnus-face-properties-alist): Add :version.
4702
4703 2006-04-05 Daiki Ueno <ueno@unixuser.org>
4704
4705 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
4706
4707 2006-04-05 Simon Josefsson <jas@extundo.com>
4708
4709 * password.el (password-reset): New function.
4710
4711 2006-04-05 Daiki Ueno <ueno@unixuser.org>
4712
4713 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
4714 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
4715
4716 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4717
4718 * nnweb.el (nnweb-google-create-mapping): Update regexp.
4719 Some whitespace was matched into the url, which broke browsing hits
4720 > 100 when mm-url-use-external was nil.
4721
4722 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
4723
4724 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
4725 gnus-extra-headers for 'Newsgroups.
4726
4727 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
4728 bound.
4729
4730 2006-04-04 Daiki Ueno <ueno@unixuser.org>
4731
4732 * pgg-gpg.el: Clean up process buffers every time gpg processes
4733 complete.
4734
4735 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
4736
4737 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
4738 doc string.
4739
4740 2006-04-03 Daiki Ueno <ueno@unixuser.org>
4741
4742 * pgg-gpg.el (pgg-gpg-process-filter)
4743 (pgg-gpg-wait-for-completion): Check if buffer is alive.
4744
4745 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
4746 lines, temporary fix.
4747
4748 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
4749
4750 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
4751
4752 2006-03-29 Daiki Ueno <ueno@unixuser.org>
4753
4754 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
4755 default-enable-multibyte-characters. This reverts the change from
4756 revision 6.17 which is no longer necessary because the passphrase
4757 is sent separately now. GnuPG messages are unreadable under
4758 multibyte locales with default-enable-multibyte-characters set to
4759 nil.
4760
4761 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
4762
4763 * message.el (message-tool-bar-gnome): Move "spell".
4764
4765 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
4766
4767 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
4768 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
4769 instead.
4770
4771 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
4772
4773 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
4774 newsgroups handling for NNTP overviews which don't include
4775 Newsgroups.
4776
4777 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4778
4779 * message.el (message-resend): Bind message-generate-hashcash to nil.
4780
4781 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4782
4783 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
4784 when searching for already-paid recipients.
4785
4786 2006-03-27 Daiki Ueno <ueno@unixuser.org>
4787
4788 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
4789 passphrases when it is not needed.
4790 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
4791 passphrase stuff from gpg, should only be necessary when you use
4792 gpg with a smartcard.
4793
4794 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
4795
4796 * mml.el (mml-insert-mime): Ignore cached contents of
4797 message/external-body part.
4798
4799 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
4800 (mm-insert-part): Ditto.
4801
4802 2006-03-23 Simon Josefsson <jas@extundo.com>
4803
4804 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
4805 Reiner.
4806 (pgg-gpg-use-agent-p): Use it again.
4807
4808 2006-03-23 Simon Josefsson <jas@extundo.com>
4809
4810 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
4811 older emacsen.
4812 (pgg-gpg-use-agent-p): Don't use it.
4813
4814 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
4815
4816 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
4817 if we can.
4818
4819 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
4820
4821 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
4822 (pgg-gpg-update-agent): New function.
4823 (pgg-gpg-use-agent-p): New function.
4824 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
4825 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4826 (pgg-gpg-sign-region): Use it.
4827
4828 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
4829
4830 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
4831 Reported by Ralf Wachinger <rwachinger@gmx.de>.
4832
4833 2006-03-21 Simon Josefsson <jas@extundo.com>
4834
4835 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
4836 <wilde@sha-bang.de>.
4837 (pgg-gpg-use-agent): New variable.
4838 (pgg-gpg-process-region): Use it.
4839 (pgg-gpg-encrypt-region): Likewise.
4840 (pgg-gpg-encrypt-symmetric-region): Likewise.
4841 (pgg-gpg-decrypt-region): Likewise.
4842 (pgg-gpg-sign-region): Likewise.
4843 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
4844
4845 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4846
4847 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
4848
4849 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
4850 Add comment on version.
4851
4852 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4853
4854 * smiley.el: Add missing test smiley.
4855
4856 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
4857
4858 * mm-decode.el (mm-with-part): New macro.
4859 (mm-get-part): Use it; work with message/external-body as well.
4860 (mm-save-part): Treat name and filename equally.
4861
4862 * mm-extern.el (mm-extern-cache-contents): New function.
4863 (mm-inline-external-body): Use it; force the part to be displayed;
4864 move undisplayer added to the cached handle to the parent.
4865
4866 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
4867 (gnus-mime-view-part-as-type): Work with message/external-body.
4868
4869 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
4870
4871 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4872
4873 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
4874 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
4875 Emacs.]
4876
4877 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
4878
4879 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
4880 path rather than symbol. Always return list of directories.
4881 Guarantee that image directory comes first. [Sync with image.el,
4882 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
4883
4884 * message.el (message-make-tool-bar): Adjust to new API of
4885 `gmm-image-load-path-for-library'.
4886
4887 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4888
4889 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
4890
4891 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4892
4893 * gnus-art.el (gnus-article-only-boring-p):
4894 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
4895 intangible text.
4896 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
4897
4898 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
4899
4900 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
4901 `defun' instead of `gmm-defun-compat'.
4902
4903 2006-03-14 Simon Josefsson <jas@extundo.com>
4904
4905 * message.el (message-unique-id): Don't use message-number-base36
4906 if (user-uid) is a float.
4907 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
4908
4909 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
4910
4911 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
4912
4913 * gnus-art.el (gnus-mime-display-single): Make sure there is an
4914 empty line between a part and a message part.
4915
4916 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4917
4918 * smiley.el: Add more test smileys.
4919 (smiley-data-directory, smiley-regexp-alist)
4920 (gnus-smiley-file-types): Fix doc strings.
4921 (smiley-update-cache): Clear smiley-cached-regexp-alist before
4922 adding new elements.
4923 (smiley-mouse-map): Unused code. Make it a comment.
4924
4925 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
4926
4927 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
4928 scan latest NoCeM messages instead of old ones.
4929 (gnus-nocem-check-article): Fix regexps so as to match to PGP
4930 delimiters that are recently used.
4931 (gnus-nocem-load-cache): Add autoload cookie.
4932
4933 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
4934
4935 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
4936 level which is larger than gnus-use-nocem is specified.
4937
4938 * gnus-group.el (gnus-group-get-new-news): Ditto.
4939
4940 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
4941
4942 * gnus-util.el (gnus-tool-bar-update): New function.
4943
4944 * gnus-group.el (gnus-group-update-tool-bar): New variable.
4945 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
4946
4947 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
4948
4949 * gnus-group.el (gnus-group-redraw-when-idle)
4950 (gnus-group-redraw-check): Remove.
4951 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
4952
4953 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
4954
4955 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
4956 if optional last element is specified in splits (FIELD VALUE...).
4957
4958 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
4959
4960 * message.el (message-make-tool-bar): Rename gmm-image-load-path
4961 to gmm-image-load-path-for-library. Call with no-error argument.
4962 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
4963
4964 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4965
4966 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
4967
4968 * gmm-utils.el (gmm-image-load-path): Remove alias.
4969
4970 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
4971
4972 * gmm-utils.el (gmm-image-load-path): Add alias.
4973
4974 * nnml.el (nnml-generate-nov-databases-directory): Rename from
4975 nnml-generate-nov-databases-1.
4976 (nnml-generate-nov-databases): Use it.
4977 (nnml-generate-nov-databases-directory): Document no-active
4978 argument.
4979
4980 * gmm-utils.el (gmm-image-load-path-for-library): Return single
4981 directory if path is t. Add no-error.
4982
4983 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
4984 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4985
4986 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
4987 resetting gnus-article-browse-html-temp-list.
4988
4989 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
4990 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
4991 Add example to docstring. Rename local variables. Move error
4992 checks to default case in cond and simplify.
4993
4994 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
4995
4996 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
4997 handle is multipart when calling it recursively.
4998 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
4999
5000 2006-03-03 Daniel Pittman <daniel@rimspace.net>
5001
5002 * nnimap.el (nnimap-request-update-info-internal): Optimize.
5003 Don't `gnus-uncompress-range' to avoid excessive memory usage.
5004
5005 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5006
5007 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5008 is loaded.
5009
5010 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5011 loaded.
5012
5013 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
5014
5015 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5016 to "Emacs 23 (unicode)" in doc string.
5017
5018 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5019 "Emacs 23 (unicode)" in comment.
5020
5021 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5022
5023 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5024
5025 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5026 characters 160 through 255 in Emacs 23.
5027
5028 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5029
5030 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5031 gnus-article-browse-html-temp.
5032 (gnus-article-browse-delete-temp): Make it customizable. Add
5033 `file'. Adjust doc string.
5034 (gnus-article-browse-delete-temp-files): Add argument. Allow
5035 query for each file. Adjust doc string.
5036 (gnus-article-browse-html-parts): Add
5037 `gnus-article-browse-delete-temp-files' to
5038 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5039
5040 2006-03-02 Hynek Schlawack <hynek@ularx.de>
5041
5042 * gnus-art.el (gnus-article-browse-html-temp)
5043 (gnus-article-browse-delete-temp): New variables.
5044 (gnus-article-browse-delete-temp-files): New function.
5045 (gnus-article-browse-html-parts): Use it.
5046
5047 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5048
5049 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5050
5051 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5052 string.
5053
5054 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5055 gnus-summary-insert-new-articles when unplugged. Remove
5056 gnus-summary-search-article-forward.
5057
5058 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5059 display-visual-class instead of display-color-cells.
5060
5061 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
5062
5063 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5064 message/* containing non-ASCII text properly.
5065
5066 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
5067
5068 * message.el: Require gmm-utils, remove autoloads.
5069 (message-tool-bar): Set default based on
5070 gmm-tool-bar-style.
5071 (message-tool-bar-gnome): Add gmm-customize-mode.
5072
5073 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5074 gmm-tool-bar-style.
5075 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5076
5077 * gnus-group.el (gnus-group-tool-bar): Set default based on
5078 gmm-tool-bar-style.
5079 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5080
5081 * gmm-utils.el (gmm-image-directory): Rename variable from
5082 gmm-image-load-path.
5083 (gmm-image-load-path): Use gmm-image-directory.
5084 (gmm-customize-mode): New function.
5085 (gmm-tool-bar-style): New variable.
5086
5087 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5088 gnus-group-redraw-line-number.
5089 (gnus-group-redraw-check): Simplify.
5090 (gnus-group-tool-bar-update): Remove redraw check.
5091 (gnus-group-make-tool-bar): Add redraw check.
5092
5093 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
5094
5095 * gnus-art.el (gnus-button): Add missing parentheses.
5096
5097 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
5098
5099 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5100
5101 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
5102
5103 * gnus-art.el (gnus-button): New face.
5104 (gnus-article-button-face): Use it.
5105
5106 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5107 gnus-summary-next-page. Re-order.
5108
5109 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5110 next-node are now included.
5111 (gnus-group-redraw-line-number): New internal variable.
5112 (gnus-group-redraw-check): Helper function for updating the tool
5113 bar.
5114 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5115
5116 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5117
5118 * spam.el (spam-spamassassin-score-regexp): New internal variable.
5119 (spam-extra-header-to-number, spam-check-spamassassin-headers):
5120 Use it to match format of Spamassassin 3.0 and later. Reported by
5121 IRIE Tetsuya <irie@t.email.ne.jp>.
5122 (spam-check-bogofilter)
5123 (spam-bogofilter-register-with-bogofilter): Fix args of
5124 `gnus-error' calls.
5125
5126 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
5127
5128 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5129 unnecessary interaction when sending queued mails. Reported by
5130 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5131
5132 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
5133
5134 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5135 first or last are nil.
5136
5137 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5138
5139 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5140
5141 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5142
5143 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5144
5145 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5146
5147 * dns.el (query-dns): Protect more against buggy tcp output.
5148
5149 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
5150
5151 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5152 nov.php.
5153
5154 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5155
5156 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5157 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5158 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
5159 output on the server side.
5160 (nnweb-google-create-mapping): Update regexps and add some
5161 progress indication.
5162
5163 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
5164
5165 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5166 gnus-agent-toggle-plugged. Re-order icons.
5167 (gnus-group-tool-bar-gnome): Add
5168 gnus-group-{prev,next}-unread-group.
5169 (gnus-group-tool-bar-gnome): Re-order icons.
5170
5171 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5172 gnus-summary-insert-new-articles.
5173
5174 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5175 comments.
5176
5177 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
5178 also available in Emacs 21.3.
5179
5180 * message.el (message-fix-before-sending): Change "Emacs 22" to
5181 "Emacs 23 (unicode)" in comment.
5182
5183 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5184 "Emacs 23 (unicode)" in comment.
5185
5186 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5187 comment.
5188 (mm-coding-system-p): Add comment about no-MULE XEmacs.
5189
5190 * mm-view.el (mm-fill-flowed): Add :version.
5191
5192 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5193
5194 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5195 and load-path.
5196
5197 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
5198
5199 * message.el: Autoload gmm-image-load-path.
5200 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5201 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
5202 consitency.
5203
5204 * gmm-utils.el (gmm-image-load-path): Also search in
5205 "../etc/images". Don't set gmm-image-load-path if we don't find
5206 the image.
5207
5208 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
5209
5210 * gmm-utils.el (gmm-image-load-path): Don't make
5211 `gmm-image-load-path' include subdirectories which the second arg
5212 `image' might specify.
5213
5214 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5215 subdirectory to icon file names.
5216
5217 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
5218
5219 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
5220
5221 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5222 gmm-image-load-path calls.
5223
5224 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5225
5226 * message.el (message-make-tool-bar): Ditto.
5227
5228 * mml.el (mml-preview): Added comment concerning tool bar icons.
5229
5230 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5231 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
5232
5233 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5234 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
5235
5236 * message.el (message-tool-bar-gnome): Use new icon names.
5237 (message-make-tool-bar): Use `gmm-image-load-path'.
5238
5239 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5240 functions from MH-E.
5241 (gmm-image-load-path): New variable from MH-E.
5242 (gmm-image-load-path): New function from MH-E. Added arguments
5243 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
5244 *-image-load-path-called-flag.
5245
5246 2006-02-21 Milan Zamazal <pdm@brailcom.org>
5247
5248 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
5249
5250 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
5251
5252 * nnimap.el (nnimap-request-move-article): Change folder back to
5253 source group before deleting.
5254
5255 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
5256
5257 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5258
5259 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5260 mm-url.
5261
5262 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
5263
5264 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
5265
5266 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5267 coding system which mm-charset-to-coding-system returns for a
5268 given charset is valid.
5269
5270 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
5271
5272 * html2text.el (html2text-remove-tag-list):
5273 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
5274
5275 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5276
5277 * gnus-cus.el: Revert 2005-10-17 change.
5278
5279 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
5280
5281 * gnus-art.el (article-strip-banner): Call
5282 article-really-strip-banner only when the regexp match is made.
5283
5284 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
5285
5286 * gnus-art.el (article-strip-banner): Use
5287 gnus-extract-address-components instead of
5288 mail-header-parse-addresses to make it work with non-ASCII text;
5289 remove mail-encode-encoded-word-string.
5290
5291 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5292 values which are surrounded with \"...\"; make it never cause a
5293 Lisp error; give up parsing of parameters if it failed in
5294 extracting type.
5295
5296 2006-02-14 Arne Jørgensen <arne@arnested.dk>
5297
5298 * smime.el (smime-cert-by-ldap-1): Fix bug where
5299 `smime-ldap-search' returns results without userCertificates.
5300
5301 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
5302
5303 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
5304
5305 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
5306
5307 * spam.el (spam-check-spamassassin-headers): Adapt format for
5308 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
5309 <ari@mbf.ocn.ne.jp>.
5310 (spam-list-of-processors): Add spam-use-gmane.
5311
5312 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5313
5314 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
5315 make-temp-file; make it work with XEmacs as well.
5316
5317 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
5318 mm-make-temp-file.
5319
5320 * mm-decode.el (mm-display-external): Use the 3rd arg of
5321 mm-make-temp-file.
5322 (mm-create-image-xemacs): Ditto.
5323
5324 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5325
5326 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
5327 with message-narrow-to-headers.
5328 (gnus-draft-setup): Narrow to header to run message-fetch-field.
5329 (gnus-draft-check-draft-articles): New function.
5330 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
5331
5332 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
5333
5334 * gnus-art.el (gnus-article-browse-html-parts):
5335 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
5336 Don't use suffix argument for mm-make-temp-file for Emacs 21
5337 compatibility. Remove useless `format'.
5338
5339 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5340
5341 * nnweb.el (nnweb-google-wash-article): Update regexps.
5342 (nnweb-group-alist): Use defvoo instead of defvar.
5343
5344 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
5345
5346 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
5347 re-loading nn* modules.
5348
5349 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
5350
5351 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
5352 for `tool-bar-mode' and don't check it's default-value.
5353
5354 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5355
5356 * message.el (message-make-tool-bar): Ditto.
5357
5358 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
5359 `substring'. Shorten tmp-file name.
5360
5361 * gnus.el: Remove bogus comment.
5362
5363 2006-02-10 Hynek Schlawack <hynek@ularx.de>
5364
5365 * gnus-art.el (gnus-article-browse-html-parts): New function.
5366 (gnus-article-browse-html-article): New function for viewing html
5367 articles with a browser.
5368
5369 2006-02-09 Daiki Ueno <ueno@unixuser.org>
5370
5371 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
5372 (mml2015-pgg-encrypt): Ditto.
5373
5374 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
5375 (mml1991-pgg-encrypt): Ditto.
5376
5377 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
5378
5379 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
5380 message-make-date instead of current-time-string.
5381
5382 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
5383 to gnus-decoded which mm-uu might set.
5384
5385 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
5386
5387 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
5388 don't decode quoted parameters; remove misimported Emacs code.
5389 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5390 (rfc2231-decode-encoded-string): Don't use split-string which
5391 behaves differently according to Emacs version; use
5392 mm-decode-coding-region to convert charset to coding-system.
5393 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5394 (rfc2231-encode-string): Remove misimported Emacs code.
5395
5396 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
5397
5398 * gnus-art.el (article-decode-charset): Don't use ignore-errors
5399 when calling mail-header-parse-content-type.
5400 (article-de-quoted-unreadable): Ditto.
5401 (article-de-base64-unreadable): Ditto.
5402 (article-wash-html): Ditto.
5403
5404 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
5405 calling mail-header-parse-content-type and
5406 mail-header-parse-content-disposition.
5407 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
5408 mail-header-parse-content-type.
5409
5410 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
5411 insert charset and format parameters; encode description after
5412 inserting it to buffer.
5413 (mml-insert-parameter): Fold lines properly even if a parameter is
5414 segmented into two or more lines; change the max column to 76.
5415
5416 * rfc1843.el (rfc1843-decode-article-body): Don't use
5417 ignore-errors when calling mail-header-parse-content-type.
5418
5419 * rfc2231.el (rfc2231-parse-string): Return at least type if
5420 possible; don't cause an error even if it fails in parsing of
5421 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5422 (rfc2231-encode-string): Don't break lines at the beginning, leave
5423 it to mml-insert-parameter.
5424
5425 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
5426 calling mail-header-parse-content-type.
5427
5428 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
5429
5430 * spam-report.el (spam-report-gmane-use-article-number):
5431 Improve doc string.
5432 (spam-report-gmane-internal): Check if a suitable header was found
5433 in the article.
5434
5435 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
5436
5437 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
5438 (rfc2231-encode-string): Make param*=value always begin with LWSP.
5439
5440 2006-02-05 Romain Francoise <romain@orebokech.com>
5441
5442 Update copyright notices of all files in the gnus directory.
5443
5444 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5445
5446 * nnweb.el (nnweb-request-group): Avoid growing overview files.
5447
5448 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
5449
5450 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
5451 segmented lines of parameter value to cope with Thunderbird 1.5
5452 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
5453 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5454 (rfc2231-encode-string): Don't make lines exceeding 76 column.
5455
5456 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
5457
5458 * mml.el (mml-generate-mime-1): Correct the order of inline signed
5459 parts.
5460
5461 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5462
5463 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
5464 there's only one active file for all servers.
5465 (nnweb-request-scan): Make sure nnweb-articles is initialized on
5466 solid groups. Gnus might have used a FAST request to select the group.
5467 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
5468 and nnweb-search redundantly in the active file.
5469 (nnweb-request-list): Don't list bogus groups. There can only be one.
5470 (nnweb-request-create-group): Don't use ARGS.
5471 (nnweb-possibly-change-server, nnweb-request-group): Remove some
5472 initialisations. Let nnoo do the work.
5473
5474 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
5475
5476 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
5477 Say the part has been decoded.
5478
5479 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
5480
5481 2006-01-31 Kevin Ryde <user42@zip.com.au>
5482
5483 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
5484 mailcap-viewer-test-cache when there's no 'test clause, since that
5485 will invert the meaning of a "nil" test previously determined by
5486 mailcap-mailcap-entry-passes-test.
5487
5488 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
5489
5490 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
5491 compiling.
5492
5493 * gnus-sum.el: Ditto.
5494
5495 * message.el: Don't bind tool-bar-map when compiling.
5496
5497 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
5498
5499 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
5500
5501 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5502
5503 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
5504 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
5505 current Google Groups.
5506
5507 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
5508
5509 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
5510 and tool-bar-mode.
5511
5512 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
5513 and tool-bar-mode.
5514
5515 * message.el (message-tool-bar-update): Simplify.
5516 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
5517
5518 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
5519 gnus-summary-buffer.
5520 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
5521 gnus-summary-reply.
5522
5523 * gmm-utils.el (gmm): Add :version.
5524
5525 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
5526
5527 * Makefile.in (clean): New rule.
5528 (distclean): Use it.
5529
5530 2006-01-26 Steve Youngs <steve@sxemacs.org>
5531
5532 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
5533 autoload.
5534
5535 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
5536
5537 * gmm-utils.el (gmm-verbose): Add :group.
5538
5539 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
5540
5541 * message.el: Change some comments WRT tool-bars.
5542
5543 * gnus-sum.el (gnus-summary-tool-bar)
5544 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
5545 (gnus-summary-tool-bar-zap-list): New variables.
5546 (gnus-summary-make-tool-bar): Complete rewrite using
5547 `gmm-tool-bar-from-list'.
5548
5549 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
5550 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
5551 variables.
5552 (gnus-group-make-tool-bar): Complete rewrite using
5553 `gmm-tool-bar-from-list'.
5554 (gnus-group-tool-bar-update): New function.
5555
5556 * message.el (message-mode-field-menu): Add "Show hidden Headers".
5557
5558 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
5559
5560 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
5561 is dissected into a single part of which the type is the same as
5562 the given one; decode charset.
5563
5564 2006-01-21 Kevin Ryde <user42@zip.com.au>
5565
5566 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
5567 into alists as symbol not string, since that's what
5568 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
5569 look for.
5570
5571 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
5572
5573 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
5574 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
5575
5576 * message.el (message-tool-bar-gnome): Use gmm-ignore.
5577
5578 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
5579
5580 * gnus-art.el (gnus-mime-security-button-commands): New variable.
5581 (gnus-mime-security-button-menu): New definition.
5582 (gnus-mime-security-button-map): Use them.
5583 (gnus-mime-security-button-menu): New function.
5584 (gnus-insert-mime-security-button): Addition to help echo.
5585 (gnus-mime-security-run-function, gnus-mime-security-save-part)
5586 (gnus-mime-security-pipe-part): New functions.
5587
5588 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
5589 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
5590
5591 * mm-decode.el (mm-handle-set-disposition): Remove.
5592 (mm-handle-set-description): Remove.
5593
5594 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
5595
5596 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
5597 (mm-w3m-standalone-supports-m17n-p): New function.
5598 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
5599 w3m usage.
5600
5601 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
5602 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
5603
5604 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
5605
5606 * message.el (message-tool-bar-zap-list): Use
5607 gmm-tool-bar-zap-list as custom type.
5608 (message-tool-bar-update): New function.
5609 (message-tool-bar, message-tool-bar-gnome)
5610 (message-tool-bar-retro): Add message-tool-bar-update.
5611 (message-tool-bar-gnome): Add flyspell-buffer.
5612
5613 * gnus-util.el (gnus-error): Describe `args'.
5614
5615 * gmm-utils.el (gmm-error): Describe `args'.
5616 (gmm-tool-bar-zap-list): New widget.
5617 (gmm-tool-bar-from-list): Improve description of `zap-list'.
5618
5619 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
5620
5621 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
5622 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
5623 the number of recursive calls.
5624
5625 * mm-decode.el (mm-handle-set-disposition): New macro.
5626 (mm-handle-set-description): New macro.
5627
5628 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
5629
5630 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
5631 encoding.
5632
5633 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
5634
5635 * message.el (message-tool-bar-zap-list, message-tool-bar)
5636 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
5637 (message-tool-bar-local-item-from-menu): Remove.
5638 (message-tool-bar-map): Replace by `message-make-tool-bar'.
5639 (message-make-tool-bar): New function.
5640 (message-mode): Use `message-make-tool-bar'.
5641
5642 * gmm-utils.el: New file.
5643 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
5644 (gmm-lazy): New widget copied from `nnmail.el'.
5645 (gmm-tool-bar-from-list): New function for creating customizable
5646 tool bars.
5647 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
5648 output.
5649 (gmm): Add :prefix to defgroup.
5650
5651 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
5652
5653 * gmm-utils.el (gmm-widget-p): New function.
5654
5655 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
5656
5657 * mml.el (mml-attach-file): Describe `description' in doc string.
5658 (mml-menu): Add Emacs MIME manual and PGG manual.
5659
5660 2006-01-20 Richard M. Stallman <rms@gnu.org>
5661
5662 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
5663
5664 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
5665
5666 * nntp.el (nntp-end-of-line): Doc fix.
5667
5668 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
5669
5670 * imap.el (imap-open): Handle case where buffer is a buffer
5671 object.
5672
5673 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
5674
5675 * gnus-delay.el (gnus-delay): Don't autoload.
5676 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
5677 to be re-loaded when customizing the `gnus-delay' group.
5678
5679 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
5680
5681 * message.el (message-insert-citation-line): Use newlines.
5682
5683 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
5684
5685 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
5686
5687 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
5688
5689 2006-01-19 Mark D. Baushke <mdb@gnu.org>
5690
5691 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
5692
5693 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
5694
5695 * mm-decode.el (mm-inlined-types): Add application/pgp.
5696 (mm-automatic-display): Ditto.
5697
5698 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
5699 part as text.
5700
5701 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
5702
5703 * nnrss.el: Update copyright.
5704 (nnrss-opml-import): Query whether to subscribe to each entry.
5705
5706 * gnus-art.el:
5707 * gnus-sum.el:
5708 * mm-uu.el:
5709 * mm-view.el: Update copyright.
5710
5711 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
5712
5713 * message.el (message-info): New function.
5714 (message-mode-menu): Add it.
5715 Update copyright.
5716
5717 * ChangeLog: Fix and update copyright.
5718
5719 2006-01-13 Romain Francoise <romain@orebokech.com>
5720
5721 * message.el (message-forward-subject-name-subject): Prefer the
5722 address to 'nowhere' if the sender has no name.
5723 Fix typo. Update copyright year.
5724
5725 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
5726
5727 * gnus-art.el (article-wash-html): Use
5728 gnus-summary-show-article-charset-alist if a numeric arg is given.
5729 (gnus-article-wash-html-with-w3m-standalone): New function.
5730
5731 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
5732 mm-inline-text-html-render-with-w3m-standalone.
5733 (mm-text-html-washer-alist): Map w3m-standalone to
5734 gnus-article-wash-html-with-w3m-standalone.
5735 (mm-inline-text-html-render-with-w3m-standalone): New function.
5736
5737 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
5738
5739 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
5740 Improve LaTeX.
5741
5742 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
5743
5744 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
5745 (nnrss-request-article): Render text/plain parts as HTML.
5746
5747 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
5748 the buffer.
5749
5750 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
5751
5752 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
5753 custom definition of `gnus-posting-styles'.
5754
5755 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
5756 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
5757
5758 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
5759
5760 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
5761 Use nntp for bug archive.
5762
5763 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
5764
5765 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
5766 parts.
5767 (nnrss-normalize-date): New function converts ISO 8601 date into
5768 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
5769 (nnrss-check-group): Use it.
5770
5771 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
5772
5773 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
5774
5775 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
5776 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
5777 (nnrss-insert-w3): Ditto.
5778
5779 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
5780
5781 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
5782 the articles to be forwarded including the case where neither a
5783 number of articles nor a region is specified.
5784
5785 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
5786
5787 * nnrss.el (nnrss-request-article): Fix last change; fill
5788 text/plain parts.
5789
5790 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
5791
5792 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
5793 in text/plain part.
5794 (nnrss-check-group): Don't add excessive newline to dc:subject.
5795
5796 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
5797
5798 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
5799 article.
5800
5801 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
5802
5803 * nnml.el: Don't require gnus-bcklg. Autoload it.
5804 (nnml-use-compressed-files, nnml-save-mail): Support other
5805 comression programs such as bzip2.
5806
5807 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5808
5809 * dns.el (query-dns): Make sure we check the buffer size before
5810 removing tcp headers.
5811
5812 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
5813
5814 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
5815 remove MIME buttons associated with multipart/alternative parts.
5816 (gnus-mime-display-alternative): Tag buttons using `article-type'
5817 text property.
5818
5819 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
5820 associated with multipart/alternative parts.
5821
5822 * gnus-art.el (gnus-signature-separator): Fix custom type.
5823
5824 * mm-decode.el (mm-inlined-types): Fix custom type.
5825 (mm-keep-viewer-alive-types): Ditto.
5826 (mm-automatic-display): Ditto.
5827 (mm-attachment-override-types): Ditto.
5828 (mm-inline-override-types): Ditto.
5829 (mm-automatic-external-display): Ditto.
5830
5831 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
5832
5833 * spam-report.el (spam-report-user-mail-address)
5834 (spam-report-user-agent): New variables.
5835 (spam-report-url-ping-plain): Use spam-report-user-agent.
5836
5837 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
5838
5839 * gnus-art.el (gnus-button-handle-custom): Do not just use
5840 `customize-apropos' for any "M-x customize-*" button but the
5841 function called for. Accept both the function name and its
5842 argument in order to achieve this.
5843 (gnus-button-alist): Remove support for "custom:" URL's. Pass
5844 function name to `gnus-button-handle-custom' in case of "M-x
5845 customize-*" buttons.
5846
5847 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
5848
5849 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
5850 multipart/alternative and add xref to mm-discouraged-alternatives
5851 in doc string.
5852
5853 * mm-decode.el (mm-discouraged-alternatives): Add xref to
5854 gnus-buttonized-mime-types in doc string.
5855
5856 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
5857
5858 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
5859 Suggest image/.* in the doc string.
5860
5861 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
5862
5863 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
5864 message-marks (Debian bug #342521).
5865
5866 2005-12-12 Simon Josefsson <jas@extundo.com>
5867
5868 * password.el (password-read-from-cache): Add.
5869 (password-read): Use it.
5870
5871 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
5872
5873 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
5874 us-ascii as a MIME charset.
5875
5876 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
5877 against the case where the 2nd arg TYPE is nil.
5878
5879 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
5880
5881 * pop3.el (pop3-stream-type): Fix custom version.
5882
5883 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
5884
5885 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
5886
5887 * mm-decode.el (mm-display-external): Add missing cdr.
5888
5889 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
5890
5891 * mm-decode.el (mm-display-external): Use nametemplate (defined in
5892 RFC1524) if it is in mailcap or add a suffix according to
5893 mailcap-mime-extensions when generating a temp filename; postpone
5894 deleting a temp file for 2 seconds for some wrappers, shell
5895 scripts, and so on, which might exit right after having started a
5896 viewer command as a background job.
5897
5898 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
5899
5900 * nntp.el (nntp-marks-directory): Fix custom group.
5901
5902 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
5903 steps when < 10.
5904
5905 * gnus-start.el (gnus-no-server-1): Mention
5906 `gnus-level-default-subscribed' in doc string.
5907
5908 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
5909
5910 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
5911 parens.
5912
5913 2005-11-26 Dave Love <fx@gnu.org>
5914
5915 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
5916 (tls-program, tls-success): Provide openssl alternative.
5917
5918 * starttls.el: Doc fixes.
5919 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
5920 SERVICE to PORT.
5921
5922 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
5923 port null or service name.
5924 (starttls-negotiate): Autoload.
5925
5926 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
5927
5928 * message.el (message-kill-to-signature): Fix interactive spec.
5929
5930 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
5931
5932 * pop3.el (pop3-open-server): Recognize a string as a service name.
5933
5934 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
5935
5936 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
5937
5938 2005-11-23 Dave Love <fx@gnu.org>
5939
5940 Add pop3s, pop3/starttls.
5941
5942 * pop3.el (pop3-authentication-scheme): Clarify doc.
5943 (open-tls-stream, starttls-open-stream): Autoload.
5944 (pop3-stream-type): New.
5945 (pop3-open-server): Use it.
5946
5947 * mail-source.el (mail-sources): Fix some :types. Add stream type
5948 for POP.
5949 (mail-source-keyword-map): Add :stream for POP.
5950 (mail-source-fetch-pop): Use pop3-stream-type.
5951
5952 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
5953
5954 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
5955 of current-time-string.
5956
5957 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
5958
5959 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
5960 date header.
5961
5962 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
5963
5964 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
5965 it can seriously impact performance as it bypasses the agent's
5966 local caches.
5967
5968 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
5969
5970 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
5971 must be explicitly online rather than "not explicitly offline" for
5972 its flags to be synchronized.
5973
5974 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
5975 that gnus-uu-unmark-thread will function correctly.
5976
5977 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
5978 1024K is instead displayed as 1M.
5979
5980 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5981
5982 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
5983
5984 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
5985
5986 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
5987
5988 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
5989
5990 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
5991 error message to display actual error condition.
5992 (gnus-agent-save-local): Avoid saving symbols that are bound to
5993 nil as they simply result in a warning message in
5994 gnus-agent-read-local.
5995
5996 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
5997
5998 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
5999 rather than make-variable-buffer-local for file-precious-flag.
6000
6001 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6002
6003 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6004 for duplicates which are removed. The invalid sort check then
6005 triggers a rescan after the sort as sorting may have moved
6006 duplicate entries such that they can be cheaply detected.
6007
6008 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6009
6010 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6011
6012 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6013
6014 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6015 internal variable to a custom variable. Changed default value
6016 from compressed(2) to uncompressed(1).
6017 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6018 support for uncompressed agentview files. Taken together, reading
6019 the agentview file should now be 6-7 times faster.
6020
6021 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
6022
6023 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6024 as a buffer-local variable. This avoids creating truncated
6025 dribble files as a result of a hang up, eg.
6026
6027 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6028
6029 * gnus-start.el (gnus-start-draft-setup): Enforce
6030 `gnus-draft-mode' for nndraft:drafts at startup.
6031
6032 * gnus.el (gnus-splash): Change custom group.
6033 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6034 allow-list argument.
6035
6036 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6037 string.
6038
6039 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6040
6041 * gnus-art.el (gnus-default-article-saver): Add user-defined
6042 `function' to custom type.
6043
6044 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6045
6046 * imap.el (imap-open): Handle case where buffer is a buffer
6047 object.
6048
6049 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6050
6051 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6052 long lines.
6053 (gnus-cache-delete-group): Wrap doc strings.
6054
6055 * gnus-agent.el (gnus-agent-rename-group)
6056 (gnus-agent-delete-group): Wrap doc strings.
6057
6058 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6059
6060 * gnus-start.el (gnus-1): Add "native" to
6061 gnus-predefined-server-alist.
6062
6063 * gnus.el (gnus-method-to-server): Don't add "native" to the
6064 lists here, because that leads to problems when
6065 gnus-select-method is bound.
6066
6067 2005-11-09 Simon Josefsson <jas@extundo.com>
6068
6069 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6070 use (not sort-by-date) instead.
6071
6072 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6073
6074 * gnus-delay.el (gnus-delay-group): Don't autoload.
6075 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6076 to be re-loaded when customizing the `gnus-delay' group.
6077
6078 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
6079
6080 * message.el: Revert last changes.
6081 (message-insert-citation-line): Use newlines.
6082
6083 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
6084
6085 * message.el (message-courtesy-message)
6086 (message-mark-insert-begin, message-mark-insert-end)
6087 (message-elide-ellipsis, message-cancel-message)
6088 (message-add-header, message-change-subject)
6089 (message-cross-post-followup-to-header)
6090 (message-cross-post-insert-note, message-reduce-to-to-cc)
6091 (message-widen-reply, message-delete-not-region)
6092 (message-kill-to-signature, message-insert-signature)
6093 (message-insert-importance-high, message-insert-importance-low)
6094 (message-insert-or-toggle-importance)
6095 (message-insert-disposition-notification-to)
6096 (message-indent-citation, message-yank-original)
6097 (message-cite-original-without-signature, message-cite-original)
6098 (message-insert-citation-line, message-position-on-field)
6099 (message-fix-before-sending, message-send-mail-partially)
6100 (message-send-mail, message-send-mail-with-sendmail)
6101 (message-send-mail-with-qmail, message-send-news)
6102 (message-check-news-header-syntax, message-generate-headers)
6103 (message-insert-courtesy-copy, message-fill-address)
6104 (message-fill-header, message-shorten-references)
6105 (message-setup-1, message-cancel-news)
6106 (message-forward-make-body-plain, message-forward-make-body-mime)
6107 (message-forward-make-body-mml, message-encode-message-body)
6108 (message-forward-make-body-digest-plain)
6109 (message-forward-make-body-digest-mime)
6110 (message-use-alternative-email-as-from): Insert `hard-newline'
6111 instead of ordinary newlines.
6112
6113 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
6114
6115 * message.el (message-generate-headers): Downcase the argument
6116 given to message-check-element.
6117
6118 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
6119
6120 * nntp.el (nntp-authinfo-rejected): New error condition.
6121 (nntp-wait-for): Use new error condition to signal authentication
6122 error.
6123 (nntp-retrieve-data): Rethrow new error condition to break out of
6124 recursive call to nntp-send-authinfo.
6125
6126 2005-11-08 Romain Francoise <romain@orebokech.com>
6127
6128 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6129 (gnus-summary-exit-map): Bind to `Z p'.
6130 (gnus-summary-make-menu-bar): Add menu item.
6131
6132 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
6133
6134 * gnus-art.el (gnus-article-treat-custom): Add `first'.
6135 (gnus-treat-*): Add `first' in all doc strings.
6136
6137 * gnus-group.el (gnus-group-compact-group): Fix typo.
6138
6139 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6140
6141 * gnus.el (gnus-parameters-case-fold-search): New variable.
6142 (gnus-parameters-get-parameter): Use it.
6143
6144 * gnus-score.el (gnus-home-score-file): Doc fix.
6145
6146 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
6147
6148 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6149
6150 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
6151
6152 * mm-util.el (mm-special-display-p): New function.
6153
6154 * mml.el (mml-preview): Use it; doc fix.
6155
6156 2005-10-29 Romain Francoise <romain@orebokech.com>
6157
6158 * message.el (message-fix-before-sending): Fix comment.
6159
6160 2005-10-29 Jari Aalto <jari.aalto@cante.net>
6161
6162 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6163
6164 2005-10-29 Jari Aalto <jari.aalto@cante.net>
6165
6166 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6167 Used in gnus-score.el.
6168
6169 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6170
6171 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6172
6173 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
6174
6175 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6176 whitespace removed in revision 7.8. Use concatenated string to
6177 protect trailing whitespace.
6178
6179 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
6180
6181 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6182 (nnimap-request-expire-articles): Use it to avoid sending 'UID
6183 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6184 Courier IMAP ("some version from 2004"). Mostly based on similar
6185 code in the same function.
6186
6187 2005-10-26 Didier Verna <didier@xemacs.org>
6188
6189 * gnus-group.el (gnus-group-compact-group): Invalidate original
6190 article buffer.
6191 * gnus-srvr.el (gnus-server-compact-server): Ditto.
6192 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
6193 NOV database and in article itself.
6194 Invalidate article backlog.
6195
6196 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
6197
6198 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6199
6200 2005-10-26 Simon Josefsson <jas@extundo.com>
6201
6202 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6203 part of 2004-07-25 change.
6204
6205 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
6206
6207 * message.el (message-display-completion-list): New function.
6208 (message-expand-group): Use it; make sure the Completions buffer
6209 is modifiable.
6210
6211 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6212
6213 * imap.el (imap-open): Handle case where buffer is a buffer object.
6214
6215 2005-10-24 Eli Zaretskii <eliz@gnu.org>
6216
6217 * pgg-def.el:
6218 * pgg-gpg.el:
6219 * pgg-parse.el:
6220 * pgg-pgp.el:
6221 * pgg-pgp5.el:
6222 * pgg.el: Move to the parent lisp directory.
6223
6224 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
6225
6226 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6227 user-mail-name is an empty string.
6228
6229 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
6230
6231 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6232 depending on gnus-score-decay-constant.
6233
6234 * encrypt.el (encrypt-insert-file-contents)
6235 (encrypt-write-file-contents): Don't use `gnus-message'.
6236
6237 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6238 arguments.
6239 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
6240 arguments to mm-uu-verbatim-marks-extract.
6241 (mm-uu-hide-markers): New variable.
6242 (mm-uu-extract): Use face similar to `gnus-cite-3'.
6243
6244 * gnus-fun.el (gnus-convert-image-to-x-face-command)
6245 (gnus-convert-image-to-face-command): Use "convert" by default to
6246 allow other input image formats.
6247 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
6248 accordingly.
6249
6250 2005-10-23 Simon Josefsson <jas@extundo.com>
6251
6252 * imap.el (imap-gssapi-program): Align command line parameters
6253 with latest GNU SASL.
6254 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
6255
6256 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6257
6258 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
6259 HTML.
6260 (nnslashdot-request-article): Ditto.
6261
6262 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
6263
6264 * mail-source.el (mail-source-fetch-pop): Require pop3.
6265 (mail-source-check-pop): Ditto.
6266
6267 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6268
6269 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
6270 errors.
6271
6272 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
6273
6274 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
6275 (gnus-treat-strip-leading-blank-lines): Improve doc string.
6276
6277 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
6278
6279 * mm-bodies.el (mm-decode-string): Call
6280 `mm-charset-to-coding-system' with allow-override argument.
6281
6282 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6283
6284 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
6285 (rfc2047-charset-to-coding-system): New function.
6286 (rfc2047-decode-encoded-words): New function.
6287 (rfc2047-decode-region): Use them.
6288 (rfc2047-decode-cte): Remove.
6289 (rfc2047-parse-and-decode): Remove.
6290 (rfc2047-decode): Remove.
6291
6292 2005-10-15 Kenichi Handa <handa@m17n.org>
6293
6294 * rfc2047.el (rfc2047-decode-cte): New function.
6295 (rfc2047-decode-region): Change the way to decode successive
6296 encoded-words: decode B- or Q-encoding in each encoded-word,
6297 concatenate them, and decode it as charset.
6298
6299 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
6300
6301 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
6302 widget-move-and-invoke.
6303 (gnus-custom-mode): Use gnus-custom-map.
6304
6305 2005-10-15 Bill Wohler <wohler@newt.com>
6306
6307 * message.el (message-tool-bar-map): Renamed image file from
6308 mail_send to mail/send.
6309
6310 2005-10-16 Masatake YAMATO <jet@gyve.org>
6311
6312 * message.el (message-expand-group): Pass the common
6313 prefix substring of completion to `display-completion-list'.
6314
6315 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
6316
6317 * mml-sec.el (mml-secure-method): New internal variable.
6318 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
6319 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
6320 functions using mml-secure-method.
6321
6322 * mml.el (mml-mode-map): Add key bindings for those functions.
6323 (mml-menu): Simplify security menu entries. Suggested by Jesper
6324 Harder <harder@myrealbox.com>.
6325 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
6326 end of message if point is the headers of the message.
6327
6328 * message.el (message-in-body-p): New function.
6329
6330 * assistant.el: Autoload gnus-util and netrc.
6331
6332 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
6333 Use `mm-charset-override-alist' only when decoding.
6334
6335 * mm-bodies.el (mm-decode-body): Call
6336 `mm-charset-to-coding-system' with allow-override argument.
6337
6338 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
6339 `filename' from Content-Disposition if Content-Type doesn't
6340 provide `name'.
6341 (gnus-mime-view-part-as-type): Set default instead of
6342 initial-input.
6343
6344 2005-10-09 Daniel Brockman <daniel@brockman.se>
6345
6346 * format-spec.el (format-spec): Propagate text properties of % spec.
6347
6348 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
6349
6350 * gnus-art.el (gnus-treat-predicate): Add `first'.
6351
6352 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
6353
6354 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
6355 (mm-charset-override-alist): New variable.
6356 (mm-charset-to-coding-system): Use it.
6357 (mm-codepage-setup): New helper function.
6358 (mm-charset-eval-alist): New variable.
6359 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
6360 about unknown charsets.
6361
6362 2005-10-04 David Hansen <david.hansen@gmx.net>
6363
6364 * nnrss.el (nnrss-request-article): Add support for the comments tag.
6365 (nnrss-check-group): Ditto.
6366
6367 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
6368
6369 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
6370 Rename x-gnus-verbatim to x-verbatim.
6371 (mm-uu-type-alist): Fix regexp for verbatim-marks.
6372
6373 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
6374 x-verbatim.
6375
6376 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
6377
6378 * gnus-util.el (gnus-remove-duplicates): Remove.
6379
6380 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
6381 instead of gnus-remove-duplicates.
6382
6383 * message.el (message-remove-duplicates): Remove.
6384 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
6385 message-remove-duplicates.
6386
6387 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
6388 available, else use implementation from `delete-dups'.
6389
6390 * message.el (message-insert-expires): New function.
6391 (message-mode-map): Add key binding.
6392 (message-mode-field-menu): Add menu entry.
6393 (message-mode): Document it.
6394 (message-make-expires-date): Use `message-make-date'.
6395
6396 2005-10-04 Josh Huber <huber@alum.wpi.edu>
6397
6398 * message.el (message-make-expires-date): New function.
6399
6400 2005-10-04 Katsumi Yamaoka <yamaoka@jpl.org>
6401
6402 * Makefile.in (list-installed-shadows): New entry.
6403 (install): Use it.
6404 (remove-installed-shadows): New entry.
6405
6406 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
6407
6408 * time-date.el: Autoload parse-time-string, XEmacs needs it.
6409
6410 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6411
6412 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
6413 function rather than the diff-mode.el package.
6414 (mm-display-external): Use with-current-buffer.
6415 (mm-viewer-completion-map, mm-viewer-completion-map):
6416 Move initialization inside declaration.
6417
6418 2005-09-29 Simon Josefsson <jas@extundo.com>
6419
6420 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
6421 autoload mail-check-payment.
6422 (spam-check-hashcash): Define unconditionally, since hashcash.el
6423 is part of Gnus now. Ignore errors from payment checking.
6424
6425 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
6426
6427 * message.el (message-bold-region, message-unbold-region): Rename
6428 from `bold-region' and `unbold-region'.
6429
6430 * message.el: Remove useless autoloads.
6431
6432 2005-09-28 Simon Josefsson <jas@extundo.com>
6433
6434 * message.el (message-use-idna): Default to t.
6435 (message-use-idna): Test whether encoding works too. Doc fix.
6436
6437 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6438
6439 * nntp.el (nntp-warn-about-losing-connection): Remove.
6440
6441 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
6442
6443 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
6444 customizable. Change default value.
6445 (mm-uu-diff-groups-regexp): Change default value.
6446 (mm-uu-type-alist): Add doc string.
6447 (mm-uu-configure): Add doc string. Make it interactive.
6448 (mm-uu-tex-groups-regexp): New variable.
6449 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
6450 (mm-uu-type-alist): Add LaTeX documents.
6451 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
6452 of "text/verbatim".
6453 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
6454
6455 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
6456 instead of "text/verbatim".
6457
6458 * message.el (message-mark-inserted-region)
6459 (message-mark-insert-file): Use slrn style marks when called with
6460 prefix argument.
6461
6462 2005-09-27 Simon Josefsson <jas@extundo.com>
6463
6464 * message.el (message-idna-to-ascii-rhs-1): Reformat.
6465
6466 2005-09-27 Arne Jørgensen <arne@arnested.dk>
6467
6468 * message.el (message-remove-duplicates): New function.
6469 Implementation borrowed from `gnus-remove-duplicates'.
6470 (message-idna-to-ascii-rhs): Also encode idna addresses in
6471 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6472 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
6473 only ask about the same idna domain once per header and also tell
6474 in what header to replace the idna domain.
6475
6476 * gnus-art.el (article-decode-idna-rhs): Also decode idna
6477 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6478 (article-decode-idna-rhs): Fix regexp so that all idna-address in
6479 a header is decoded and not just the last one.
6480
6481 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
6482
6483 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
6484 has been decoded.
6485
6486 * mm-decode.el (mm-automatic-display): Add text/verbatim.
6487 (mm-insert-part): Don't modify text if it has been decoded.
6488
6489 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
6490 decoded.
6491
6492 * mm-view.el (mm-inline-text): Don't strip text props unless
6493 decoding enriched or richtext parts.
6494
6495 2005-09-25 Romain Francoise <romain@orebokech.com>
6496
6497 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
6498 * gnus-start.el (gnus-subscribe-interactively):
6499 * gnus-uu.el (gnus-uu-grab-articles):
6500 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
6501 space.
6502
6503 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
6504
6505 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6506 * mm-view.el (mm-view-pkcs7-decrypt):
6507 * gnus-sum.el (gnus-summary-limit-to-extra)
6508 (gnus-summary-respool-article, gnus-read-move-group-name):
6509 * gnus-score.el (gnus-summary-increase-score):
6510 * gnus-util.el (gnus-completing-read-with-default):
6511 * gnus-art.el (gnus-read-save-file-name)
6512 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
6513 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
6514 * message.el (message-check-news-header-syntax):
6515 Follow convention for reading with the minibuffer.
6516
6517 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
6518
6519 * spam-report.el (spam-report-url-ping-plain):
6520 Use gnus-extended-version as User-Agent.
6521
6522 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
6523 default value is nil.
6524
6525 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
6526 (mm-uu-verbatim-marks-extract): New function.
6527 (mm-uu-extract): New face.
6528 (mm-uu-copy-to-buffer): Use it.
6529
6530 * spam-report.el (spam-report-gmane-ham): Renamed from
6531 `spam-report-gmane-unspam'.
6532 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
6533 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
6534
6535 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
6536 Autoload.
6537 (spam-report-gmane-unregister-routine): Renamed
6538 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
6539
6540 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
6541
6542 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
6543 (spam-report-gmane-unregister-routine): Add support for gmane
6544 unregistration.
6545
6546 * spam-report.el (spam-report-gmane-unspam)
6547 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
6548 (spam-report-gmane): Change to take a single article and do unspam
6549 registration.
6550
6551 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
6552
6553 * mm-url.el (mm-url-decode-entities): Fix regexp.
6554
6555 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6556
6557 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
6558 default to nil, to be able to use Gnus at all. If the default
6559 switches to something else, then the function should be fixed not
6560 be exceedingly slow.
6561
6562 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
6563
6564 * gnus-start.el (gnus-activate-group): If the server is nil, don't
6565 fail hard.
6566
6567 * spam-report.el: Add better Keywords line.
6568
6569 * spam.el: Add Maintainer and better Keywords line.
6570
6571 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
6572
6573 * gnus-art.el (gnus-article-replace-part)
6574 (gnus-mime-replace-part): New functions.
6575 (gnus-mime-action-alist, gnus-mime-button-commands)
6576 (gnus-mime-save-part-and-strip): Added file argument.
6577 (gnus-article-part-wrapper): Added interactive argument.
6578
6579 * gnus-sum.el (gnus-summary-mime-map): Add
6580 `gnus-article-replace-part'.
6581
6582 2005-09-19 Didier Verna <didier@xemacs.org>
6583
6584 The nnml compaction feature:
6585 * nnml.el (nnml-request-compact-group): New function.
6586 * nnml.el (nnml-request-compact): New function.
6587 * gnus-int.el (gnus-request-compact-group): New function.
6588 * gnus-int.el (gnus-request-compact): New function.
6589 * gnus-group.el (gnus-group-compact-group): New function.
6590 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
6591 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
6592 * gnus-srvr.el (gnus-server-compact-server): New function.
6593 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
6594 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
6595
6596 2005-09-18 Deepak Goel <deego@gnufans.org>
6597
6598 * sieve.el (sieve-help): Fix `message' call: first arg should be a
6599 format spec.
6600
6601 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
6602
6603 * gnus.el (gnus-group-startup-message): Bind image-load-path.
6604
6605 2005-09-15 Romain Francoise <romain@orebokech.com>
6606
6607 * message.el (message-fill-paragraph): Clarify docstring.
6608
6609 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
6610
6611 * gnus-art.el (gnus-mime-display-part): Protect against broken
6612 MIME messages.
6613
6614 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
6615
6616 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
6617 before parsing header.
6618
6619 2005-09-11 Jari Aalto <jari.aalto@cante.net>
6620
6621 * html2text.el (html2text-replace-list): Add new entities.
6622
6623 2005-09-11 Romain Francoise <romain@orebokech.com>
6624
6625 * message.el (message-alternative-emails): Improve docstring.
6626 (message-setup-1): Call `message-use-alternative-email-as-from'
6627 after `message-setup-hook' to give it precedence over posting
6628 styles, etc.
6629 (message-use-alternative-email-as-from): Add docstring. Remove
6630 the original From header if present.
6631
6632 * nnml.el (nnml-compressed-files-size-threshold): New variable.
6633 (nnml-save-mail): Use it.
6634
6635 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
6636 articles. Add new argument `silent'.
6637 (gnus-uu-mark-all): Report the total number of marked articles.
6638
6639 2005-09-10 Romain Francoise <romain@orebokech.com>
6640
6641 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
6642 (gnus-uu-mark-series): Likewise.
6643
6644 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
6645
6646 * spam-report.el (spam-report-gmane): Fix generation of spam
6647 report URL.
6648
6649 2005-09-10 Simon Josefsson <jas@extundo.com>
6650
6651 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
6652 t, based on discussion on the ding list with Robert Epprecht
6653 <epprecht@solnet.ch>.
6654
6655 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
6656
6657 * spam-report.el (spam-report-gmane): Make it work without
6658 X-Report-Spam header. Gmane now only provides Archived-At.
6659 This is only used if `spam-report-gmane-use-article-number' is nil.
6660 (spam-report-gmane-spam-header): Remove. Not used anymore.
6661
6662 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
6663 make `gnus-summary-sort-by-recipient' work with threading.
6664
6665 * nnweb.el (nnweb-google-wash-article): Print a message if article
6666 is not available.
6667
6668 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6669
6670 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
6671 change. Decode text/* parts content before displaying.
6672
6673 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
6674
6675 * mml-smime.el: Remove defvar of gnus-extract-address-components.
6676
6677 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
6678
6679 * mm-view.el (mm-display-inline-fontify): Disable support modes.
6680
6681 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
6682
6683 * message.el (message-tab-body-function): Fix mismatched custom type.
6684
6685 * gnus.el (gnus-group-change-level-function): Ditto.
6686
6687 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
6688
6689 * gnus-art.el (gnus-signature-limit)
6690 (gnus-article-mime-part-function): Ditto.
6691
6692 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
6693
6694 * mml.el (mml-mode): Silence the byte compiler.
6695
6696 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
6697 using `(sit-for 0)' before moving the point to the specified part;
6698 skip unbuttonized parts.
6699 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
6700 return to the summary window if gnus-auto-select-part is non-nil.
6701
6702 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
6703
6704 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
6705 variables.
6706 (mml-dnd-attach-file, mml-mode): Use them.
6707
6708 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
6709 Make fetching article by MID work again for Google Groups. Added
6710 FIXME concerning gnus-group-make-web-group.
6711
6712 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
6713 Don't depend on Gnus by using mail-extract-address-components if
6714 gnus-extract-address-components is not bound.
6715
6716 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6717
6718 * gnus-art.el (gnus-mime-display-security): Don't display the
6719 signature, but only the signed part.
6720
6721 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
6722
6723 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
6724
6725 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
6726 list, not listp.
6727
6728 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
6729
6730 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
6731 when encoding.
6732
6733 * mm-bodies.el (mm-decode-content-transfer-encoding):
6734 De-canonicalize CRLF for all text content types, not just
6735 text/plain.
6736
6737 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6738
6739 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
6740 valid article; point arrow and cursor at the MIME button.
6741
6742 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
6743
6744 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
6745 Suggested by Dan Christensen <jdc@uwo.ca>.
6746
6747 * mm-decode.el (mm-save-part): Enable change of prompt.
6748
6749 2005-08-29 Jari Aalto <jari.aalto@cante.net>
6750
6751 * gnus-msg.el (gnus-inews-add-send-actions): Made
6752 `message-post-method' lambda parameter ARG `&optional'.
6753
6754 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
6755
6756 * gnus-sum.el (gnus-summary-mime-map): Added
6757 gnus-article-save-part-and-strip, gnus-article-delete-part and
6758 gnus-article-jump-to-part.
6759
6760 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
6761 (gnus-article-edit-part): Use it.
6762 (gnus-article-part-wrapper): Added no-handle argument.
6763 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
6764 functions.
6765
6766 2005-08-29 Romain Francoise <romain@orebokech.com>
6767
6768 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
6769 docstring.
6770 (gnus-face-from-file): Likewise.
6771
6772 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
6773
6774 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
6775 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
6776 non-nil.
6777 (gnus-auto-select-part): New variable.
6778 (gnus-article-jump-to-part): New function.
6779 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
6780 (gnus-mime-delete-part): Allow selecting specified part after
6781 deleting or stripping parts.
6782 (gnus-article-jump-to-part): Don't use `read-number'. Use last
6783 part if argument is bogus.
6784
6785 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
6786
6787 * gnus-art.el (w3m-minor-mode-map):
6788 * gnus-spec.el (gnus-newsrc-file-version):
6789 * gnus-util.el (nnmail-active-file-coding-system)
6790 (gnus-original-article-buffer, gnus-user-agent):
6791 * gnus.el (gnus-ham-process-destinations)
6792 (gnus-parameter-ham-marks-alist)
6793 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
6794 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
6795 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
6796 * mm-decode.el (gnus-current-window-configuration):
6797 * mm-extern.el (gnus-article-mime-handles):
6798 * mm-url.el (url-current-object, url-package-name)
6799 (url-package-version):
6800 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
6801 (smime-keys, w3m-cid-retrieve-function-alist)
6802 (w3m-current-buffer, w3m-display-inline-images)
6803 (w3m-minor-mode-map):
6804 * mml-smime.el (gnus-extract-address-components):
6805 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
6806 (gnus-newsrc-hashtb, message-default-charset)
6807 (message-deletable-headers, message-options)
6808 (message-posting-charset, message-required-mail-headers)
6809 (message-required-news-headers):
6810 * mml1991.el (mc-pgp-always-sign):
6811 * mml2015.el (mc-pgp-always-sign):
6812 * nnheader.el (nnmail-extra-headers):
6813 * rfc1843.el (gnus-decode-encoded-word-function)
6814 (gnus-decode-header-function, gnus-newsgroup-name):
6815 * spam-stat.el (gnus-original-article-buffer): Add defvars.
6816
6817 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
6818
6819 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
6820 the end of the date treatments.
6821
6822 2005-08-15 Simon Josefsson <jas@extundo.com>
6823
6824 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
6825 it in url-handlers.el and XEmacs in url.el. Reported by Luca
6826 Capello and Romain Francoise.
6827 (pgg-fetch-key-function): Removed, not used?
6828 (pgg-insert-url-with-w3): Require url, to get
6829 url-insert-file-contents regardless of where it is defined.
6830
6831 2005-08-13 Romain Francoise <romain@orebokech.com>
6832
6833 * message.el (message-cite-original-1): New function.
6834 (message-cite-original): Use it.
6835 (message-cite-original-without-signature): Ditto.
6836
6837 2005-08-08 Romain Francoise <romain@orebokech.com>
6838
6839 * message.el (message-yank-empty-prefix): New variable.
6840 (message-indent-citation): Use it.
6841 (message-cite-original-without-signature): Respect X-No-Archive.
6842
6843 2005-08-08 Simon Josefsson <jas@extundo.com>
6844
6845 * pgg.el: Autoload url-insert-file-contents instead of loading
6846 w3/url.
6847 (pgg-insert-url-with-w3): Don't load url here.
6848
6849 2005-08-07 Jesper Harder <harder@phys.au.dk>
6850
6851 * message.el (message-kill-to-signature): Don't insert newline at
6852 bol.
6853 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
6854
6855 2005-08-06 Romain Francoise <romain@orebokech.com>
6856
6857 * message.el (message-user-fqdn): Fix typo in docstring.
6858
6859 2005-08-05 Daiki Ueno <ueno@unixuser.org>
6860
6861 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
6862
6863 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
6864
6865 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
6866
6867 * mm-bodies.el (mm-encode-body): Use coding system rather than
6868 charset to encode text.
6869
6870 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
6871 number of charsets if utf-8 is available (XEmacs).
6872
6873 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
6874
6875 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
6876 taken from `gnus-button-mid-or-mail-regexp'.
6877 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
6878 (gnus-button-alist): Improve regexp for domain part of the MIDs
6879 for news:localpart@domain buttons.
6880 (gnus-button-ctan-directory-regexp): Update.
6881
6882 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
6883
6884 * sieve-manage.el (sieve-manage-interactive-login): Use
6885 make-local-variable rather than make-variable-buffer-local.
6886 (sieve-manage-open): Ditto.
6887 (sieve-manage-authenticate): Ditto.
6888
6889 * mml.el (mml-generate-mime-1): Make the content type default to
6890 text/plain if the filename is not specified.
6891
6892 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
6893
6894 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
6895 instead of insert-buffer.
6896
6897 * message.el (message-yank-original): Ditto; set the mark at the
6898 end of the yanked message.
6899
6900 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
6901
6902 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
6903 lines to scroll rather than to stop it.
6904
6905 * mml.el (mml-generate-default-type): Add doc string.
6906 (mml-generate-mime-1): Use mm-default-file-encoding or make it
6907 default to application/octet-stream when determining the content
6908 type if it is not specified for the part or the mml contents; add
6909 a comment about mml-generate-default-type.
6910
6911 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
6912
6913 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
6914 make it default to application/octet-stream when determining the
6915 content type if it is not specified for the external contents.
6916
6917 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6918
6919 * rfc2231.el (rfc2231-parse-string): Take care that not only a
6920 segmented parameter but also other parameters might be there.
6921
6922 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
6923
6924 * mm-decode.el (mm-display-external): Delete temp file, directory
6925 and buffer immediately if the external process is exited.
6926
6927 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
6928
6929 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
6930 fewer lines than that of scroll-margin.
6931 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
6932
6933 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
6934
6935 * gnus-art.el (gnus-article-next-page): Revert.
6936 (gnus-article-beginning-of-window): New macro.
6937 (gnus-article-next-page-1): Use it.
6938 (gnus-article-prev-page): Ditto.
6939 (gnus-article-edit-part): Use insert-buffer-substring instead of
6940 insert-buffer.
6941 (gnus-article-edit-exit): Ditto.
6942
6943 * gnus-util.el (gnus-beginning-of-window): Remove.
6944 (gnus-end-of-window): Remove.
6945
6946 2005-07-25 Simon Josefsson <jas@extundo.com>
6947
6948 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
6949 to have the url package without w3. Reported by Daiki Ueno
6950 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
6951
6952 2005-07-20 Didier Verna <didier@xemacs.org>
6953
6954 * gnus-diary.el: Remove the description comment (nndiary is now
6955 properly documented in the Gnus manual).
6956 Fix the spelling of "Back End".
6957 * nndiary.el: Ditto.
6958 Fix the copyright notice.
6959
6960 2005-07-18 Romain Francoise <romain@orebokech.com>
6961
6962 * gnus-sum.el (gnus-summary-to-prefix)
6963 (gnus-summary-newsgroup-prefix): New variables.
6964 (gnus-summary-from-or-to-or-newsgroups): Use them.
6965
6966 2005-07-17 Romain Francoise <romain@orebokech.com>
6967
6968 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
6969 space as it's generally not especially interesting to the user.
6970
6971 2005-07-16 Romain Francoise <romain@orebokech.com>
6972
6973 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
6974 nil to avoid prompting and file modification if one of the
6975 messages at the top of the nnfolder file contains a copyright
6976 notice.
6977 Update copyright notice.
6978
6979 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
6980 instead of `current-time-string' as the latter creates a time
6981 string that is not RFC 2822 compliant (it lacks the zone).
6982 Update copyright notice.
6983
6984 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
6985
6986 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
6987 for text/rtf. Display default in prompt. Pass default for M-n.
6988
6989 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
6990
6991 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6992
6993 * gnus-msg.el (gnus-button-mailto): Remove
6994 save-selected-window-window hackery because it relies on
6995 save-selected-window internals.
6996
6997 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
6998
6999 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7000 (gnus-article-next-page-1): Use gnus-beginning-of-window.
7001 (gnus-article-prev-page): Ditto.
7002
7003 * gnus-util.el (gnus-beginning-of-window): New function.
7004 (gnus-end-of-window): New function.
7005
7006 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
7007
7008 * gnus-score.el (gnus-score-edit-all-score): Set
7009 gnus-score-edit-exit-function to gnus-score-edit-done and call
7010 gnus-message.
7011
7012 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7013
7014 * gnus-msg.el (gnus-button-mailto): Remove
7015 save-selected-window-window hackery because it relies on
7016 save-selected-window internals.
7017
7018 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
7019
7020 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7021 add-minor-mode.
7022 (gnus-binary-mode): Ditto.
7023
7024 * gnus-topic.el (gnus-topic-mode): Ditto.
7025
7026 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
7027
7028 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7029 (gnus-article-prev-page): Take scroll-margin into consideration.
7030
7031 2005-07-04 Lute Kamstra <lute@gnu.org>
7032
7033 Update FSF's address in GPL notices.
7034
7035 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
7036
7037 * gnus.el (gnus-exit):
7038 * gnus-group.el (gnus-group-icons):
7039 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7040
7041 * gnus-nocem.el (gnus-nocem):
7042 * message.el (message-various, message-buffers, message-sending)
7043 (message-interface, message-forwarding, message-insertion)
7044 (message-headers, message-news, message-mail):
7045 * pgg-gpg.el (pgg-gpg):
7046 * pgg-parse.el (pgg-parse):
7047 * pgg-pgp.el (pgg-pgp):
7048 * pgg-pgp5.el (pgg-pgp5):
7049 * pop3.el (pop3): Finish `defgroup' description with period.
7050
7051 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
7052
7053 * gnus-art.el (article-display-face): Improve the efficiency.
7054 (article-display-x-face): Ditto; remove grey x-face stuff.
7055
7056 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
7057
7058 * gnus-art.el (article-display-face): Correct the position in
7059 which Faces are inserted.
7060
7061 2005-06-29 Didier Verna <didier@xemacs.org>
7062
7063 * gnus-art.el (article-display-face): Display faces in correct
7064 order.
7065
7066 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7067
7068 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7069 (gnus-fill-real-hashtb): Use hash table instead of obarray.
7070 (gnus-nocem-check-article): Fetch the Type header.
7071 (gnus-nocem-message-wanted-p): Fix the way to examine types.
7072 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7073 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7074 make sure gnus-nocem-hashtb is initialized.
7075 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7076 (gnus-nocem-unwanted-article-p): Ditto.
7077
7078 * pgg.el (pgg-verify): Return the verification result.
7079
7080 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7081
7082 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7083 is ascii.
7084
7085 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
7086
7087 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7088 `show-nonbreak-escape'.
7089
7090 2005-06-23 Lute Kamstra <lute@gnu.org>
7091
7092 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7093
7094 * dig.el (dig-mode):
7095 * smime.el (smime-mode): Use gnus-run-mode-hooks.
7096
7097 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
7098
7099 * nnimap.el (nnimap-split-download-body): Fix spellings.
7100
7101 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
7102
7103 * gnus-art.el (gnus-article-encrypt-body):
7104 * gnus-cus.el (gnus-score-customize):
7105 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7106 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7107
7108 2005-06-16 Arne Jørgensen <arne@arnested.dk>
7109
7110 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7111 header by looking for magic "MII" at the beginnig.
7112
7113 2005-06-16 Miles Bader <miles@gnu.org>
7114
7115 * assistant.el (assistant-field): Remove "-face" suffix from face name.
7116 (assistant-field-face): New backward-compatibility alias for renamed
7117 face.
7118 (assistant-render-text): Use renamed assistant-field face.
7119
7120 * spam.el (spam): Remove "-face" suffix from face name.
7121 (spam-face): New backward-compatibility alias for renamed face.
7122 (spam-face, spam-initialize): Use renamed spam face.
7123
7124 * message.el (message-header-to, message-header-cc)
7125 (message-header-subject, message-header-newsgroups)
7126 (message-header-other, message-header-name)
7127 (message-header-xheader, message-separator, message-cited-text)
7128 (message-mml): Remove "-face" suffix from face names.
7129 (message-header-to-face, message-header-cc-face)
7130 (message-header-subject-face, message-header-newsgroups-face)
7131 (message-header-other-face, message-header-name-face)
7132 (message-header-xheader-face, message-separator-face)
7133 (message-cited-text-face, message-mml-face):
7134 New backward-compatibility aliases for renamed faces.
7135 (message-font-lock-keywords): Use renamed message faces.
7136
7137 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7138 (sieve-test-commands, sieve-tagged-arguments):
7139 Remove "-face" suffix from face names.
7140 (sieve-control-commands-face, sieve-action-commands-face)
7141 (sieve-test-commands-face, sieve-tagged-arguments-face):
7142 New backward-compatibility aliases for renamed faces.
7143 (sieve-control-commands-face, sieve-action-commands-face)
7144 (sieve-test-commands-face, sieve-tagged-arguments-face):
7145 Use renamed sieve faces.
7146
7147 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7148 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7149 (gnus-group-news-3-empty, gnus-group-news-4)
7150 (gnus-group-news-4-empty, gnus-group-news-5)
7151 (gnus-group-news-5-empty, gnus-group-news-6)
7152 (gnus-group-news-6-empty, gnus-group-news-low)
7153 (gnus-group-news-low-empty, gnus-group-mail-1)
7154 (gnus-group-mail-1-empty, gnus-group-mail-2)
7155 (gnus-group-mail-2-empty, gnus-group-mail-3)
7156 (gnus-group-mail-3-empty, gnus-group-mail-low)
7157 (gnus-group-mail-low-empty, gnus-summary-selected)
7158 (gnus-summary-cancelled, gnus-summary-high-ticked)
7159 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7160 (gnus-summary-high-ancient, gnus-summary-low-ancient)
7161 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7162 (gnus-summary-low-undownloaded)
7163 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7164 (gnus-summary-low-unread, gnus-summary-normal-unread)
7165 (gnus-summary-high-read, gnus-summary-low-read)
7166 (gnus-summary-normal-read, gnus-splash):
7167 Remove "-face" suffix from face names.
7168 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7169 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7170 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7171 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7172 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7173 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7174 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7175 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7176 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7177 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7178 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7179 (gnus-summary-selected-face, gnus-summary-cancelled-face)
7180 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7181 (gnus-summary-normal-ticked-face)
7182 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7183 (gnus-summary-normal-ancient-face)
7184 (gnus-summary-high-undownloaded-face)
7185 (gnus-summary-low-undownloaded-face)
7186 (gnus-summary-normal-undownloaded-face)
7187 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7188 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7189 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7190 (gnus-splash-face):
7191 New backward-compatibility aliases for renamed faces.
7192 (gnus-group-startup-message): Use renamed gnus faces.
7193
7194 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7195 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7196 (gnus-server-agent): Remove "-face" suffix from face names.
7197 (gnus-server-agent-face, gnus-server-opened-face)
7198 (gnus-server-closed-face, gnus-server-denied-face)
7199 (gnus-server-offline-face):
7200 New backward-compatibility aliases for renamed faces.
7201 (gnus-server-agent-face, gnus-server-opened-face)
7202 (gnus-server-closed-face, gnus-server-denied-face)
7203 (gnus-server-offline-face): Use renamed gnus faces.
7204
7205 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7206 Remove "-face" suffix from face names.
7207 (gnus-picon-xbm-face, gnus-picon-face):
7208 New backward-compatibility aliases for renamed faces.
7209
7210 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7211 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7212 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7213 (gnus-cite-11): Remove "-face" suffix from face names.
7214 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7215 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7216 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7217 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7218 New backward-compatibility aliases for renamed faces.
7219 (gnus-cite-attribution-face, gnus-cite-face-list)
7220 (gnus-article-boring-faces): Use renamed gnus faces.
7221
7222 * gnus-art.el (gnus-signature, gnus-header-from)
7223 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
7224 (gnus-header-content): Remove "-face" suffix from face names.
7225 (gnus-signature-face, gnus-header-from-face)
7226 (gnus-header-subject-face, gnus-header-newsgroups-face)
7227 (gnus-header-name-face, gnus-header-content-face):
7228 New backward-compatibility aliases for renamed faces.
7229 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
7230
7231 * gnus-sum.el (gnus-summary-selected-face)
7232 (gnus-summary-highlight): Use renamed gnus faces.
7233 * gnus-group.el (gnus-group-highlight): Likewise.
7234
7235 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
7236
7237 * gnus-sieve.el (gnus-sieve-article-add-rule):
7238 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
7239 * spam-stat.el (spam-stat-buffer-change-to-spam)
7240 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
7241
7242 * message.el (message-is-yours-p):
7243 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
7244
7245 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
7246
7247 * mm-view.el (mm-inline-text): Withdraw the last change.
7248
7249 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
7250
7251 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
7252 executing enriched-decode.
7253
7254 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
7255
7256 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
7257 charset of tar files.
7258
7259 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
7260
7261 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
7262
7263 2005-06-04 Lute Kamstra <lute@gnu.org>
7264
7265 * nnfolder.el (nnfolder-read-folder): Make sure that undo
7266 information is never recorded.
7267
7268 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7269
7270 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
7271
7272 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
7273
7274 * pop3.el (pop3-apop): Run md5 in the binary mode.
7275
7276 * starttls.el (starttls-set-process-query-on-exit-flag):
7277 Use eval-and-compile.
7278
7279 2005-05-31 Simon Josefsson <jas@extundo.com>
7280
7281 * smime.el (smime-replace-in-string): Define.
7282 (smime-cert-by-ldap-1): Use it.
7283
7284 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
7285
7286 * gnus-art.el (article-display-x-face): Replace
7287 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7288
7289 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
7290 set-process-query-on-exit-flag or process-kill-without-query.
7291
7292 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
7293 loop instead of replace-regexp.
7294
7295 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
7296 instead of process-kill-without-query if it is available.
7297
7298 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
7299 instead of find-file-hooks if it is available.
7300
7301 * mml1991.el: Bind pgg-default-user-id when compiling.
7302
7303 * mml2015.el: Bind pgg-default-user-id when compiling.
7304
7305 * nndraft.el (nndraft-request-associate-buffer):
7306 Use write-contents-functions instead of write-contents-hooks if it is
7307 available.
7308
7309 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
7310 instead of find-file-hooks if it is available.
7311
7312 * nntp.el (nntp-open-connection): Replace
7313 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7314 (nntp-open-ssl-stream): Ditto.
7315 (nntp-open-tls-stream): Ditto.
7316
7317 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
7318 set-process-query-on-exit-flag or process-kill-without-query.
7319 (starttls-open-stream-gnutls): Use it instead of
7320 process-kill-without-query.
7321 (starttls-open-stream): Ditto.
7322
7323 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
7324
7325 * smime.el (smime-cert-by-ldap-1): Don't use
7326 replace-regexp-in-string.
7327
7328 2005-05-31 Arne Jørgensen <arne@arnested.dk>
7329
7330 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
7331
7332 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
7333 in PEM format. Adjust to the XEmacs compability.
7334
7335 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
7336
7337 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
7338 by `string-to-number'.
7339 * gnus-agent.el (gnus-agent-regenerate-group)
7340 (gnus-agent-fetch-articles): Ditto.
7341 * gnus-art.el (gnus-button-fetch-group): Ditto.
7342 * gnus-cache.el (gnus-cache-generate-active)
7343 (gnus-cache-articles-in-group): Ditto.
7344 * gnus-group.el (gnus-group-set-current-level)
7345 (gnus-group-insert-group-line): Ditto.
7346 * gnus-score.el (gnus-score-set-expunge-below)
7347 (gnus-score-set-mark-below, gnus-summary-score-effect)
7348 (gnus-summary-score-entry): Ditto.
7349 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
7350 (gnus-soup-pack): Ditto.
7351 * gnus-spec.el (gnus-xmas-format): Ditto.
7352 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
7353 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
7354 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
7355 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
7356 * nndb.el (nndb-get-remote-expire-response): Ditto.
7357 * nndiary.el (nndiary-parse-schedule-value)
7358 (nndiary-string-to-number, nndiary-request-replace-article)
7359 (nndiary-request-article): Ditto.
7360 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
7361 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
7362 * nneething.el (nneething-make-head): Ditto.
7363 * nnfolder.el (nnfolder-request-article)
7364 (nnfolder-retrieve-headers): Ditto.
7365 * nnheader.el (nnheader-file-to-number): Ditto.
7366 * nnkiboze.el (nnkiboze-request-article): Ditto.
7367 * nnmail.el (nnmail-process-unix-mail-format)
7368 (nnmail-process-babyl-mail-format): Ditto.
7369 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
7370 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
7371 (nnmh-request-create-group, nnmh-request-list-1)
7372 (nnmh-request-group, nnmh-request-article): Ditto.
7373 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
7374 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
7375 * nnsoup.el (nnsoup-make-active): Ditto.
7376 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
7377 * nntp.el (nntp-find-group-and-number)
7378 (nntp-retrieve-headers-with-xover): Ditto.
7379 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
7380 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
7381 (pgg-format-key-identifier): Ditto.
7382 * pop3.el (pop3-last, pop3-stat): Ditto.
7383 * qp.el (quoted-printable-decode-region): Ditto.
7384
7385 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
7386 of concat.
7387
7388 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
7389
7390 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
7391
7392 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
7393
7394 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
7395
7396 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
7397
7398 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
7399
7400 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
7401
7402 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
7403 (gnus-carpal-mode): Ditto.
7404
7405 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
7406 (gnus-browse-mode): Ditto.
7407
7408 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
7409
7410 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
7411
7412 2005-05-29 Richard M. Stallman <rms@gnu.org>
7413
7414 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
7415
7416 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
7417
7418 * gnus-util.el (gnus-run-mode-hooks): New function.
7419
7420 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
7421
7422 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7423
7424 * gnus-agent.el (gnus-agent-make-mode-line-string):
7425 Use mode-line-highlight as mouse-face.
7426
7427 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
7428
7429 * canlock.el (canlock): Change the parent group to news.
7430
7431 * deuglify.el (gnus-outlook-deuglify): Add :group.
7432
7433 * dig.el (dig): Add :group.
7434
7435 * dns-mode.el (dns-mode): Add :group.
7436
7437 * encrypt.el (encrypt): Add :group.
7438
7439 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
7440 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
7441 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
7442 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
7443 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
7444
7445 * gnus-diary.el (gnus-diary): Add :group.
7446
7447 * gnus.el (gnus-group-news-1-face): Add :group.
7448 (gnus-group-news-1-empty-face): Ditto.
7449 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
7450 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
7451 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
7452 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
7453 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
7454 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
7455 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
7456 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
7457 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
7458 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
7459 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
7460 (gnus-summary-high-ticked-face): Ditto.
7461 (gnus-summary-low-ticked-face): Ditto.
7462 (gnus-summary-normal-ticked-face): Ditto.
7463 (gnus-summary-high-ancient-face): Ditto.
7464 (gnus-summary-low-ancient-face): Ditto.
7465 (gnus-summary-normal-ancient-face): Ditto.
7466 (gnus-summary-high-undownloaded-face): Ditto.
7467 (gnus-summary-low-undownloaded-face): Ditto.
7468 (gnus-summary-normal-undownloaded-face): Ditto.
7469 (gnus-summary-high-unread-face): Ditto.
7470 (gnus-summary-low-unread-face): Ditto.
7471 (gnus-summary-normal-unread-face): Ditto.
7472 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
7473 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
7474
7475 * hashcash.el (hashcash): New custom group.
7476 (hashcash-default-payment): Add :group.
7477 (hashcash-payment-alist): Ditto.
7478 (hashcash-default-accept-payment): Ditto.
7479 (hashcash-accept-resources): Ditto.
7480 (hashcash-path): Ditto.
7481 (hashcash-extra-generate-parameters): Ditto.
7482 (hashcash-double-spend-database): Ditto.
7483 (hashcash-in-news): Ditto.
7484
7485 * message.el (message-minibuffer-local-map): Add :group.
7486
7487 * netrc.el (netrc): Add :group.
7488
7489 * sieve-manage.el (sieve-manage-log): Add :group.
7490 (sieve-manage-default-user): Diito.
7491 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
7492 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
7493 (sieve-manage-authenticators): Ditto.
7494 (sieve-manage-authenticator-alist): Ditto.
7495 (sieve-manage-default-port): Ditto.
7496
7497 * sieve-mode.el (sieve-control-commands-face): Add :group.
7498 (sieve-action-commands-face): Ditto.
7499 (sieve-test-commands-face): Ditto.
7500 (sieve-tagged-arguments-face): Ditto.
7501
7502 * smime.el (smime): Add :group.
7503
7504 * spam-report.el (spam-report): Add :group.
7505
7506 * spam.el (spam, spam-face): Add :group.
7507
7508 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7509
7510 * nntp.el (nntp-next-result-arrived-p): Some news servers may
7511 return \n.\n.\n at the end of articles. Protect against that.
7512 (nntp-with-open-group): Allow debugging.
7513
7514 * nnheader.el (mail-header-set-extra): Make into a function
7515 because I just could't understand how to quote the list properly.
7516
7517 * dns.el (query-dns-cached): New function.
7518
7519 2005-05-26 Lute Kamstra <lute@gnu.org>
7520
7521 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
7522
7523 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
7524
7525 * gnus-art.el: Don't autoload mail-extract-address-components.
7526
7527 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
7528 eval-and-compile to evaluate it.
7529
7530 * hashcash.el: Don't autoload executable-find.
7531
7532 * nndb.el: Don't declare the nndb back end two or more times; don't
7533 autoload news-reply-mode, news-setup, cancel-timer and telnet.
7534
7535 * nntp.el: Autoload format-spec instead of format; use
7536 eval-and-compile to evaluate autoload forms.
7537
7538 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
7539
7540 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
7541
7542 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7543
7544 * gnus.el (gnus-version-number): Bump version.
7545
7546 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
7547
7548 * gnus.el: No Gnus v0.3 is released.
7549
7550 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
7551
7552 * gnus-art.el (gnus-article-edit-part): Disable undo.
7553
7554 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
7555
7556 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
7557 gnus-article-date-lapsed-new-header is t if date timer is active;
7558 skip headers in which the original date value is empty.
7559 (gnus-article-save-original-date): Redefine it as a macro.
7560 (gnus-display-mime): Use it.
7561
7562 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
7563
7564 * gnus-art.el (article-date-ut): Support converting date in
7565 forwarded parts as well.
7566 (gnus-article-save-original-date): New function.
7567 (gnus-display-mime): Use it.
7568
7569 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
7570
7571 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
7572 enclosure element of <item>.
7573
7574 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
7575
7576 * message.el (message-kill-buffer-query): Renamed from
7577 `message-kill-buffer-query-if-modified'. Added :version.
7578
7579 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
7580
7581 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
7582 window layout.
7583
7584 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
7585
7586 * mml.el: Autoload dnd when compiling.
7587
7588 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
7589
7590 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
7591 x-dnd-*.
7592
7593 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
7594
7595 * qp.el (quoted-printable-encode-region): Save excursion.
7596
7597 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
7598
7599 * message.el (message-kill-buffer-query-if-modified): Add new variable
7600 so the user can kill a modified message buffer quickly.
7601 (message-kill-buffer): Use it.
7602
7603 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
7604
7605 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
7606 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
7607
7608 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
7609
7610 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
7611 contained in text because xml.el decodes entities) with LFs.
7612
7613 2005-04-11 Lute Kamstra <lute@gnu.org>
7614
7615 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
7616 differently.
7617
7618 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7619
7620 * mm-util.el (mm-detect-coding-region): Typo.
7621
7622 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
7623
7624 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
7625
7626 2005-04-06 D Goel <deego@gnufans.org>
7627
7628 * spam-stat.el (spam-stat-score-buffer): Add a call to a
7629 user-function allow user modifications of the scores.
7630 (spam-stat-score-buffer-user): New function, to allow
7631 user-computed modifications to the score.
7632 (spam-stat-score-buffer-user-functions): List of additional
7633 scoring functions.
7634 (spam-stat-error-holder): Global temporary error holder.
7635 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
7636 variable.
7637
7638 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
7639
7640 * gnus-registry.el (gnus-registry-clean-empty-function)
7641 (gnus-registry-trim, gnus-registry-fetch-groups)
7642 (gnus-registry-delete-group): Groups that match
7643 `gnus-registry-ignored-groups' are removed from the registry
7644 entries, not just ignored for splitting. This helps clean up the
7645 registry. Also, `gnus-registry-fetch-groups' is a convenient way
7646 to get all the groups a message ID is in.
7647
7648 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
7649 (spam-stat-split-fancy): Change "threshhold" to "threshold"
7650 (spam-stat-score-buffer-user-functions): Add :number custom type.
7651
7652 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7653
7654 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
7655 argument in XEmacs.
7656
7657 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
7658 (nnrss-request-group): Decode group name first.
7659 (nnrss-request-article): Make a text/plain article if mml-to-mime
7660 failed.
7661 (nnrss-get-encoding): Return a compatible encoding according to
7662 nnrss-compatible-encoding-alist.
7663 (nnrss-find-el): Use consp instead of listp.
7664 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
7665
7666 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7667
7668 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
7669 which Emacs 20 doesn't support.
7670 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
7671
7672 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
7673
7674 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
7675 silence the byte compiler inside the defun.
7676
7677 * gnus-demon.el (parse-time-string): Add autoload.
7678
7679 * gnus-delay.el (parse-time-string): Add autoload.
7680
7681 * gnus-art.el (parse-time-string): Add autoload.
7682
7683 * nnultimate.el (parse-time): Require for `parse-time-string'.
7684
7685 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7686
7687 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
7688
7689 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
7690
7691 * smime.el (smime-ldap-host-list): Add :version.
7692
7693 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
7694
7695 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
7696 pass it to `gnus-browse-read-group'.
7697 (gnus-browse-read-group): Add NUMBER argument and pass it to
7698 `gnus-group-read-ephemeral-group'.
7699
7700 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
7701 argument and pass it to `gnus-group-read-group'.
7702
7703 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
7704
7705 * mm-util.el (mm-xemacs-find-mime-charset): Only call
7706 mm-xemacs-find-mime-charset-1 if we have the mule feature
7707 available at runtime.
7708
7709 2005-03-25 Werner Lemberg <wl@gnu.org>
7710
7711 * nnmaildir.el: Replace `illegal' with `invalid'.
7712
7713 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7714
7715 * gnus-start.el (gnus-display-time-event-handler):
7716 Check display-time-timer at runtime rather than only at load time
7717 in case display-time-mode is turned off in the mean time.
7718
7719 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
7720
7721 * nnimap.el (nnimap-open-connection): Print which authinfo file is
7722 used.
7723
7724 * nneething.el (nneething-map-file-directory): Derive from
7725 `gnus-directory'.
7726
7727 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
7728 the To/Cc button.
7729
7730 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
7731
7732 * nnmaildir.el (nnmaildir-request-accept-article):
7733 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
7734
7735 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
7736
7737 * gnus-async.el: Require timer-funcs at compile time when in
7738 XEmacs for `run-with-idle-timer'.
7739
7740 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
7741
7742 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
7743 autoloaded function.
7744
7745 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7746
7747 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
7748
7749 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
7750
7751 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
7752
7753 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7754
7755 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
7756 gnus-expert-user to default.
7757
7758 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
7759
7760 * nnimap.el (nnimap-open-server): Ditto.
7761
7762 * imap.el (imap-authenticate): Fix typo.
7763
7764 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
7765
7766 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
7767 buffer (since IMAP server might return FETCH response out of
7768 order, and the nntp buffer must be sorted).
7769
7770 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
7771
7772 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
7773 comparison on string.
7774
7775 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
7776 (gnus-agent-score): Renamed category keywords to match gnus-cus.
7777 (gnus-agent-summary-fetch-series): Modified to protect against
7778 gnus-agent-summary-fetch-group clearing processable flags.
7779 (gnus-agent-synchronize-group-flags): Update live group buffer as
7780 synchronization may occur due to the user toggle the plugged
7781 status.
7782 (gnus-agent-fetch-group-1): Clear downloadable flag when article
7783 successfully downloaded.
7784 (gnus-agent-expire-group-1): Avoid using markers when the overview
7785 is in ascending order; greatly improves performance.
7786 (gnus-agent-regenerate-group): Use
7787 gnus-agent-synchronize-group-flags to reset read status in both
7788 gnus and server.
7789 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
7790
7791 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
7792
7793 * message.el: Don't autoload former message-utils variables.
7794 (message-strip-subject-trailing-was): Change doc string.
7795
7796 * nnweb.el: Fixes for `gnus-group-make-web-group'.
7797 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
7798 (nnweb-google-search): Add "hl=en" here.
7799 (nnweb-google-parse-1, nnweb-google-create-mapping):
7800 Don't hardcode URL.
7801
7802 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7803
7804 * message.el (message-get-reply-headers, message-followup):
7805 Mention related variables `message-use-followup-to' and
7806 `message-use-mail-followup-to', in the information buffer.
7807
7808 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
7809 of broken groups(-beta).google.com.
7810
7811 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
7812
7813 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
7814 parameter to invoked gnus-request-move-article; remove the
7815 redundant gnus-sum-hint-move-is-internal variable; apply the marks
7816 all at once instead of once per article.
7817 (gnus-summary-remove-process-mark): Accept a list of articles as
7818 well as a single article for processing.
7819
7820 * gnus-int.el (gnus-request-move-article): Add move-is-internal
7821 parameter.
7822
7823 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
7824
7825 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
7826
7827 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
7828 parameter.
7829
7830 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
7831 parameter.
7832
7833 * nnimap.el (nnimap-request-move-article): Add move-is-internal
7834 parameter and remove the gnus-sum-hint-move-is-internal variable.
7835
7836 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
7837 parameter.
7838
7839 * nndraft.el (nndraft-request-move-article): Add move-is-internal
7840 parameter.
7841
7842 * nndiary.el (nndiary-request-move-article): Add move-is-internal
7843 parameter.
7844
7845 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
7846
7847 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
7848 parameter.
7849
7850 * nnagent.el (nnagent-request-move-article): Add move-is-internal
7851 parameter.
7852
7853 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
7854
7855 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
7856 a more conservative way.
7857
7858 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
7859
7860 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
7861 buffer, so it moves the window's cursor.
7862
7863 2005-02-26 Arne Jørgensen <arne@arnested.dk>
7864
7865 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
7866 `mm-dissect-multipart' and receive the from field as an (optional)
7867 argument from `mm-dissect-multipart'.
7868 (mm-dissect-multipart): Receive the from field as an argument and
7869 pass it on when we call `mm-dissect-buffer' on MIME parts.
7870 Fixes verification/decryption of signed/encrypted MIME parts.
7871
7872 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
7873
7874 * gnus-sum.el (gnus-summary-move-article): Set
7875 gnus-sum-hint-move-is-internal for gnus-request-move-article and
7876 whatever it calls (right now, only nnimap-request-move article
7877 respects it).
7878
7879 * nnimap.el (nnimap-request-move-article): When
7880 gnus-sum-hint-move-is-internal is set, don't do the extra
7881 nnimap-request-article.
7882
7883 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
7884
7885 * nnheader.el (nnheader-find-file-noselect): Add doc string.
7886
7887 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
7888 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
7889
7890 * gnus-sum.el (gnus-summary-caesar-message):
7891 Apply `gnus-treat-article' after rotation.
7892
7893 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
7894 doc string.
7895
7896 2005-02-22 Simon Josefsson <jas@extundo.com>
7897
7898 * encrypt.el (encrypt-password-cache-expiry): Remove (use
7899 `password-cache-expiry' instead). Reported by Arne Jørgensen
7900 <arne@arnested.dk>.
7901 (encrypt): Add password-cache and password-cache-expiry as group
7902 members.
7903
7904 2005-02-22 Arne Jørgensen <arne@arnested.dk>
7905
7906 * smime.el (smime-ldap-host-list): Doc fix.
7907 (smime-ask-passphrase): Use `password-read-and-add' to read (and
7908 cache) password.
7909 (smime-sign-region): Use it.
7910 (smime-decrypt-region): Use it.
7911 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
7912 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
7913 fails.
7914 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
7915 certificate from DER to PEM format rather than calling openssl.
7916
7917 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
7918
7919 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
7920 for signing/encryption.
7921
7922 * mml.el (mml-parse-1): Use them.
7923
7924 2005-02-21 Arne Jørgensen <arne@arnested.dk>
7925
7926 * nnrss.el (nnrss-verbose): Removed.
7927 (nnrss-request-group): Use `nnheader-message' instead.
7928
7929 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
7930
7931 * nnrss.el (nnrss-verbose): New variable.
7932 (nnrss-request-group): Make it say nnrss is requesting a group.
7933
7934 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
7935
7936 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
7937 Handle news URL with given port correctly.
7938
7939 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
7940
7941 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
7942 containing special characters.
7943
7944 * gnus-sum.el (gnus-summary-edit-article): Ditto.
7945
7946 * mml.el (mime-to-mml): Ditto.
7947
7948 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
7949 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
7950 (rfc2047-decode-region): Quote decoded words containing special
7951 characters when rfc2047-quote-decoded-words-containing-tspecials
7952 is non-nil.
7953
7954 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
7955
7956 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
7957
7958 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
7959
7960 2005-02-15 Simon Josefsson <jas@extundo.com>
7961
7962 * nnimap.el (nnimap-debug): Doc fix.
7963
7964 * imap.el (imap-debug): Doc fix.
7965
7966 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
7967
7968 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
7969
7970 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
7971
7972 * gnus.el (spam-contents): Improve docs for spam-contents
7973 parameter in its variable incarnation.
7974
7975 2005-02-14 Simon Josefsson <jas@extundo.com>
7976
7977 * smime-ldap.el: Use require instead of load-library for ldap.
7978 (smime-ldap-search): Indent.
7979 (smime-ldap-search-internal): Shorten line.
7980
7981 * smime.el (smime-cert-by-dns): Add doc-string.
7982 (smime-cert-by-ldap-1): Indent.
7983
7984 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
7985 mml-smime-get-dns-ldap.
7986 (mml-smime-encrypt-query): Use new function. Default to ldap.
7987
7988 2005-02-14 Arne Jørgensen <arne@arnested.dk>
7989
7990 * smime.el: Require smime-ldap.
7991 (smime-ldap-host-list): New variable.
7992 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
7993
7994 * mml-smime.el (mml-smime-encrypt-query): New function.
7995 (mml-smime-encrypt-query): Use it.
7996
7997 * smime-ldap.el: New file.
7998
7999 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
8000
8001 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8002
8003 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8004
8005 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8006 argument in doc string. Make query for type more clear.
8007
8008 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
8009
8010 * gnus.el (gnus-group-startup-message): Search for gnus images in
8011 etc/images/gnus.
8012 * mm-util.el (mm-image-load-path): Likewise.
8013 * smiley.el (smiley-data-directory): Search for smilies in
8014 etc/images/smilies.
8015
8016 2005-02-09 Kim F. Storm <storm@cua.dk>
8017
8018 Change Emacs release version from 21.4 to 22.1 throughout.
8019 Change Emacs development version from 21.3.50 to 22.0.50.
8020
8021 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
8022
8023 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8024
8025 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8026 non-Mule XEmacs as well.
8027 (mm-decompress-buffer): Signal an error intentionally if it does
8028 not decompress compressed data because auto-compression-mode is
8029 disabled.
8030
8031 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
8032
8033 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8034 an ID in the registry even if it has no groups.
8035
8036 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
8037
8038 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8039 merge it into mm-decompress-buffer.
8040 (gnus-mime-copy-part): Use the MIME part charset, the value which
8041 a user specified or gnus-newsgroup-charset for decoding, like
8042 gnus-mime-inline-part does; set buffer-file-coding-system to tell
8043 save-buffer what was used. Suggested by Kevin Ryde
8044 <user42@zip.com.au>.
8045 (gnus-mime-inline-part): Allow the name parameter as well as the
8046 filename parameter; force decompressing of compressed data; always
8047 display contents being not decoded as unibyte.
8048
8049 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8050 as well as the filename parameter.
8051
8052 * mm-util.el (mm-decompress-buffer): Merge
8053 gnus-mime-jka-compr-maybe-uncompress.
8054 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8055 of compressed data.
8056
8057 2005-02-08 Simon Josefsson <jas@extundo.com>
8058
8059 * imap.el (imap-log): Doc fix.
8060
8061 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
8062
8063 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8064 the coding cookies; decompress compressed parts.
8065
8066 * mml.el (mml-generate-mime-1): Add the charaset parameter according
8067 to the value which a user specified manually or the coding cookie.
8068
8069 * mm-util.el (mm-string-to-multibyte): New function.
8070 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8071 (mm-coding-system-to-mime-charset): New function.
8072 (mm-decompress-buffer): New function.
8073 (mm-find-buffer-file-coding-system): New function.
8074
8075 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8076 (mm-display-inline-fontify): Rewrite for decoding and decompressing
8077 parts.
8078
8079 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8080
8081 * mm-view.el (mm-display-inline-fontify): Decode a part according
8082 to the charset parameter.
8083
8084 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
8085
8086 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8087 prefix arg is neither nil nor a number, as info specifies.
8088
8089 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
8090
8091 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8092 timestamps.
8093
8094 2005-02-02 Jari Aalto <jari.aalto@cante.net>
8095
8096 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8097 groups error checking and notify user.
8098
8099 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
8100
8101 * message.el (message-send-mail-function): Check existence of
8102 sendmail-program first before using default value
8103 `message-send-mail-with-sendmail'. Otherwise use more generic
8104 `smtpmail-send-it'.
8105
8106 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
8107
8108 * nntp.el (nntp-request-update-info): Always return nil.
8109
8110 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
8111
8112 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8113
8114 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8115
8116 * message.el (message-beginning-of-line): Change the behavior when
8117 invoked between BOL and : so that it first moves backward.
8118
8119 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8120
8121 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8122 article buffer when editing of the article is discarded.
8123 (gnus-article-prepare): Revert.
8124
8125 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8126
8127 * gnus-art.el (gnus-article-prepare):
8128 Remove message-strip-forbidden-properties from the local hook.
8129
8130 2005-01-27 Simon Josefsson <jas@extundo.com>
8131
8132 * password.el (password-cache-add): Only start one timer per key.
8133 Reported by Derek Atkins <warlord@MIT.EDU>.
8134
8135 2005-01-26 Steve Youngs <steve@sxemacs.org>
8136
8137 * run-at-time.el: Removed. It is no longer needed as
8138 timer-funcs.el in the xemacs-base package has a working version of
8139 `run-at-time'.
8140
8141 * password.el: Require timer-funcs instead of run-at-time in
8142 XEmacs.
8143 Remove `password-run-at-time' macro.
8144 (password-cache-add): Use `run-at-time' instead of
8145 `password-run-at-time'.
8146
8147 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8148 for `run-with-idle-timer'.
8149
8150 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8151 for `run-at-time'.
8152
8153 * mm-url.el: Require timer-funcs at compile time when in XEmacs
8154 for `with-timeout'.
8155
8156 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8157
8158 * mml.el (mml-generate-mime-1): Convert string into unibyte when
8159 inserting " *mml*" buffer's contents into a unibyte temp buffer.
8160
8161 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
8162
8163 * mail-source.el (mail-source-fetch-imap): Search for ^From case
8164 sensitively.
8165
8166 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
8167
8168 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8169
8170 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
8171
8172 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8173 which will be inserted according to the multibyteness of a buffer
8174 rather than the type of contents. Suggested by ARISAWA Akihiro
8175 <ari@mbf.ocn.ne.jp>.
8176
8177 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8178 of string which old xml.el may return rather than a string.
8179
8180 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
8181
8182 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8183
8184 2005-01-16 Simon Josefsson <jas@extundo.com>
8185
8186 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
8187 idn/idna.el isn't available.
8188 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
8189 <michael@waxrat.com>.
8190
8191 * hashcash.el: Remove non-FSF copyright header.
8192
8193 * hashcash.el (hashcash-extra-generate-parameters): New variable.
8194 (hashcash-generate-payment): Use it.
8195 (hashcash-generate-payment-async): Use it.
8196
8197 2005-01-15 Simon Josefsson <jas@extundo.com>
8198
8199 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
8200 Suggested by Raymond Scholz <ray-2005@zonix.de>.
8201
8202 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
8203 gnus-summary-idna-message.
8204 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
8205 (gnus-summary-idna-message): New function.
8206
8207 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
8208
8209 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
8210 gnus-novice-user.
8211
8212 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
8213
8214 * nnrss.el (nnrss-request-delete-group): Delete entries in
8215 nnrss-group-alist as well.
8216 (nnrss-save-server-data): Insert newline.
8217
8218 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
8219
8220 * gnus.el (gnus-user-agent): Use list of symbols instead of
8221 symbols. Display full version number for (S)XEmacs. Optionally
8222 display (S)XEmacs codename.
8223
8224 * gnus-util.el (gnus-emacs-version): Update for new
8225 `gnus-user-agent'.
8226
8227 * gnus-msg.el (gnus-extended-version): Make it possible to omit
8228 Gnus version.
8229
8230 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
8231
8232 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
8233 which is unreadable in some setups.
8234
8235 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8236
8237 * gnus-spec.el (gnus-update-format-specifications): Flush the
8238 group format spec cache if it doesn't support decoded group names.
8239
8240 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8241
8242 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
8243 Allow to apply decay on score files matching a regexp.
8244
8245 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
8246
8247 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
8248 compatibility in %g and %c.
8249
8250 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
8251
8252 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
8253 name for only %g and %c.
8254 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
8255 of gnus-tmp-group to decoded group name.
8256 (gnus-group-make-rss-group): Exclude `/'s from group names.
8257
8258 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
8259
8260 * nnrss.el (nnrss-get-encoding): Fix regexp.
8261
8262 2004-12-27 Simon Josefsson <jas@extundo.com>
8263
8264 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
8265 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
8266 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
8267
8268 2004-12-17 Kim F. Storm <storm@cua.dk>
8269
8270 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
8271
8272 * gnus-sum.el (gnus-summary-mode-map): Likewise.
8273
8274 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8275
8276 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
8277
8278 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
8279
8280 * nnrss.el: Require rfc2047 and mml.
8281 (nnrss-file-coding-system): New variable.
8282 (nnrss-format-string): Redefine it as an inline function.
8283 (nnrss-decode-group-name): New function.
8284 (nnrss-string-as-multibyte): Remove.
8285 (nnrss-retrieve-headers): Decode group name; don't use
8286 nnrss-format-string.
8287 (nnrss-request-group): Decode group name.
8288 (nnrss-request-article): Decode group name; allow a Message-ID as
8289 well as an article number; don't use nnrss-format-string; encode a
8290 Message-ID string which may contain non-ASCII characters; use
8291 mml-to-mime to compose a MIME article.
8292 (nnrss-request-expire-articles): Decode group name.
8293 (nnrss-request-delete-group): Decode group name.
8294 (nnrss-fetch): Clarify error message.
8295 (nnrss-read-server-data): Use insert-file-contents instead of load;
8296 bind file-name-coding-system; use multibyte buffer.
8297 (nnrss-save-server-data): Bind coding-system-for-write to the
8298 value of nnrss-file-coding-system; bind file-name-coding-system;
8299 add coding cookie.
8300 (nnrss-read-group-data): Use insert-file-contents instead of load;
8301 bind file-name-coding-system; use multibyte buffer.
8302 (nnrss-save-group-data): Bind coding-system-for-write to the
8303 value of nnrss-file-coding-system; bind file-name-coding-system.
8304 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
8305 make it work with non-ASCII text.
8306 (nnrss-find-el): Make it work with old xml.el as well.
8307
8308 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8309
8310 * nnrss.el (nnrss-get-encoding): New function.
8311 (nnrss-fetch): Use unibyte buffer initially; bind
8312 coding-system-for-read while performing mm-url-insert; remove ^Ms;
8313 decode contents according to the encoding attribute.
8314 (nnrss-save-group-data): Add coding cookie.
8315 (nnrss-mime-encode-string): New function.
8316 (nnrss-check-group): Use it to encode subject and author.
8317
8318 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
8319
8320 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
8321 imaginary variable.
8322
8323 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8324
8325 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
8326 correctly even if there are wide characters.
8327
8328 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
8329
8330 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
8331 downcased symbol names; make a new cache instead of reusing
8332 bbdb-hashtable.
8333
8334 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
8335
8336 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8337 concatenating segments rather than before concatenating them.
8338 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8339
8340 * message.el (message-get-reply-headers): Bind `extra'.
8341
8342 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8343
8344 * message.el (message-extra-wide-headers): New variable.
8345 (message-get-reply-headers): Use it.
8346
8347 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
8348
8349 * gnus-agent.el (gnus-agent-group-path): Decode group name.
8350 (gnus-agent-group-pathname): Ditto.
8351
8352 * gnus-cache.el (gnus-cache-file-name): Decode group name.
8353
8354 * gnus-group.el (gnus-group-make-group): Decode group name.
8355 (gnus-group-make-rss-group): Register the group data after opening
8356 the nnrss group.
8357
8358 2004-12-17 Paul Jarc <prj@po.cwru.edu>
8359
8360 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
8361 by expiry now get marked as read.
8362
8363 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8364
8365 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
8366
8367 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
8368
8369 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
8370 unify Latin characters in XEmacs.
8371 (mm-find-mime-charset-region): Use it.
8372
8373 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8374
8375 * gnus-util.el (gnus-delete-directory): New function.
8376
8377 * gnus-agent.el (gnus-agent-delete-group): Use it.
8378
8379 * gnus-cache.el (gnus-cache-delete-group): Use it.
8380
8381 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
8382
8383 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
8384 names.
8385
8386 2004-12-16 Simon Josefsson <jas@extundo.com>
8387
8388 * hashcash.el (hashcash-payment-alist): Fix custom :type.
8389
8390 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
8391
8392 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
8393
8394 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
8395 (gnus-group-set-current-level): Decode group name.
8396
8397 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
8398
8399 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
8400 failed.
8401
8402 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
8403
8404 * gnus-group.el (gnus-group-delete-group): Decode group name.
8405 (gnus-group-make-rss-group): Encode group name.
8406 (gnus-group-catchup-current): Decode group name.
8407 (gnus-group-kill-group): Decode group name.
8408
8409 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
8410
8411 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
8412
8413 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
8414
8415 * gnus-group.el (gnus-group-make-rss-group):
8416 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
8417
8418 * gnus-start.el (gnus-setup-news): Honor user's setting to
8419 gnus-message-archive-method. Suggested by Lute Kamstra
8420 <lute@gnu.org>.
8421
8422 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
8423
8424 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
8425 global counterparts of the buffer-local variables.
8426
8427 2004-11-16 Romain Francoise <romain@orebokech.com>
8428
8429 * gnus-sum.el (gnus-summary-exit): Don't clear the global
8430 counterparts of the buffer-local variables.
8431
8432 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8433
8434 * message.el (message-forbidden-properties): Fixed typo in doc
8435 string.
8436
8437 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8438
8439 * gnus-util.el (gnus-replace-in-string): Added doc string.
8440
8441 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
8442 to avoid problems when splitting mails with many recipients.
8443
8444 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8445
8446 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
8447 pop-to-buffer, covered by the subsequent gnus-configure-windows.
8448
8449 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
8450
8451 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
8452 if there is no hashtable in memory or file modification time is
8453 newer than cached timestamp.
8454
8455 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
8456
8457 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
8458 not-matching option.
8459
8460 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
8461
8462 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
8463 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
8464 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8465 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
8466 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
8467 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
8468
8469 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
8470
8471 * message.el (message-forward-make-body-mml): Remove headers
8472 according to message-forward-ignored-headers if a message is decoded.
8473
8474 2004-12-02 Romain Francoise <romain@orebokech.com>
8475
8476 * message.el (message-forward-make-body-plain): Always remove
8477 headers according to message-forward-ignored-headers.
8478
8479 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
8480
8481 * spam.el (spam-summary-prepare-exit): Remove the
8482 gnus-summary-limit pop for now, it has problems with ham marks for
8483 me.
8484
8485 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
8486
8487 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
8488 correctly.
8489
8490 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
8491
8492 * format-spec.el (format-spec): Message the char.
8493
8494 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8495
8496 * gnus-art.el (gnus-split-methods): Reformat comments.
8497
8498 * spam.el (spam-summary-prepare-exit): Remove article limits
8499 before exiting the summary buffer.
8500
8501 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
8502
8503 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
8504 order to silence the byte compiler.
8505
8506 * spam.el: Fix the way to silence the byte compiler, which
8507 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
8508 bbdb-search-simple, spam-BBDB-register-routine,
8509 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
8510 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
8511 spam-stat-buffer-is-spam, spam-stat-load,
8512 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
8513 spam-stat-save and spam-stat-split-fancy.
8514
8515 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
8516
8517 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
8518 which may confuse users.
8519 (canlock-password-for-verify): Ditto.
8520
8521 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
8522
8523 * gnus-art.el (gnus-emphasis-alist): Ditto.
8524
8525 * gnus-registry.el (gnus-registry-max-entries): Ditto.
8526
8527 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
8528
8529 * gnus-start.el (gnus-save-killed-list): Ditto.
8530
8531 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
8532 (gnus-sum-thread-tree-root): Ditto.
8533 (gnus-sum-thread-tree-false-root): Ditto.
8534 (gnus-sum-thread-tree-single-indent): Ditto.
8535
8536 * message.el (message-courtesy-message): Ditto.
8537 (message-archive-note): Ditto.
8538 (message-subscribed-address-file): Ditto.
8539 (message-user-fqdn): Ditto.
8540
8541 * spam-report.el (spam-report-gmane-regex): Ditto.
8542
8543 * spam.el (spam-blackhole-good-server-regex): Ditto.
8544
8545 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8546
8547 * mml.el (mml-preview): Widen the message buffer before copying
8548 the contents to the preview buffer; sort headers before previewing.
8549
8550 * message.el (message-hidden-headers): Fix the way to avoid a bug
8551 in the `repeat' widget in Emacs 21.3 or earlier.
8552
8553 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8554
8555 * message.el (message-hidden-headers): Default to "^References:".
8556 Improve customization type. Suggested by Reiner Steib
8557 <Reiner.Steib@gmx.de>.
8558
8559 2004-11-25 Romain Francoise <romain@orebokech.com>
8560
8561 * message.el (message-strip-forbidden-properties): Remove check for
8562 obsolete `message-hidden' text property, hidden headers are not
8563 accessible in the buffer anymore.
8564
8565 2004-11-22 Romain Francoise <romain@orebokech.com>
8566
8567 * message.el (message-header-format-alist): Add `From' in list
8568 so that it can be sorted.
8569 (message-fix-before-sending): Widen and sort headers before
8570 sending.
8571 (message-hide-headers): Use narrowing to hide headers by moving
8572 them to the top of the buffer and narrowing to the region
8573 underneath.
8574
8575 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8576
8577 * message.el (message-strip-forbidden-properties): Bind
8578 buffer-read-only (etc) to nil.
8579
8580 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
8581
8582 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
8583 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8584
8585 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
8586
8587 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
8588
8589 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8590
8591 * dns.el (query-dns): Use sit-for to time instead of
8592 accept-process-output, since that doesn't seem to work on udp
8593 sockets.
8594
8595 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
8596
8597 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
8598
8599 2004-11-15 Jesper Harder <harder@ifa.au.dk>
8600
8601 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
8602 doc string. Improve doc string.
8603
8604 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
8605
8606 * nntp.el (nntp-request-update-info): Return nil if
8607 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
8608 may not call gnus-activate-group which uselessly issues the GROUP
8609 commands for all nntp groups and wastes time. Reported by Romain
8610 Francoise <romain@orebokech.com>.
8611
8612 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
8613
8614 2004-11-15 Simon Josefsson <jas@extundo.com>
8615
8616 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
8617 headers separately.
8618 (gnus-button-openpgp): New function, inspired by Jochen Küpper
8619 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
8620
8621 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
8622
8623 * gnus-start.el (gnus-convert-old-newsrc):
8624 Assign legacy-gnus-agent to 5.10.7.
8625
8626 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8627
8628 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
8629 start of the lines.
8630
8631 2004-11-14 Magnus Henoch <mange@freemail.hu>
8632
8633 * hashcash.el (hashcash-default-payment): Change default to 20
8634 (hashcash-default-accept-payment): Change default to 20
8635 (hashcash-process-alist): New variable
8636 (hashcash-generate-payment-async): Add
8637 (hashcash-already-paid-p): Add
8638 (hashcash-insert-payment): Don't generate payments twice
8639 (hashcash-insert-payment-async): Add
8640 (hashcash-insert-payment-async-2): Add
8641 (hashcash-cancel-async): Add
8642 (hashcash-wait-async): Add
8643 (hashcash-processes-running-p): Add
8644 (hashcash-wait-or-cancel): Add
8645 (mail-add-payment): New optional argument. Conditionally start
8646 asynchronous calculation.
8647 (mail-add-payment-async): Add
8648
8649 * message.el (message-send-mail): Wait for asynchronous hashcash
8650 results. Don't clobber existing X-Hashcash headers.
8651 (message-setup-1): Call mail-add-payment-async when
8652 message-generate-hashcash is non-nil.
8653
8654 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8655
8656 * message.el (message-use-alternative-email-as-from): Examine the
8657 From header as well; use message-make-from in order to include a
8658 user's full name.
8659
8660 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8661
8662 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
8663 default; improve customization type.
8664 (gnus-emphasis-custom-with-format): New macro.
8665 (gnus-emphasis-custom-value-to-external): New function.
8666 (gnus-emphasis-custom-value-to-internal): New function.
8667
8668 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8669
8670 * dns.el (query-dns): Resolve reverse addresses.
8671
8672 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8673
8674 * gnus-group.el (gnus-group-get-new-news): Use it.
8675
8676 * gnus-start.el (gnus-check-reasonable-setup): New function.
8677
8678 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
8679
8680 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
8681 "Args out of range" error. Reported by Arnaud Giersch
8682 <arnaud.giersch@free.fr>.
8683
8684 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
8685
8686 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
8687
8688 2004-11-04 Richard M. Stallman <rms@gnu.org>
8689
8690 * spam.el (spam group): Add :version.
8691
8692 * pgg-def.el (pgg group): Add :version.
8693
8694 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
8695
8696 * gnus-art.el (gnus-article-edit-article): Don't associate the
8697 article buffer with a draft file. This is a temporary measure
8698 against the 2004-08-22 change to gnus-article-edit-mode.
8699
8700 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8701
8702 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
8703 (html2text-format-tags): Remove unused variable `attr'.
8704
8705 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
8706
8707 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
8708
8709 * spam-stat.el (spam-stat): Add :version.
8710
8711 * sieve.el (sieve): Add :version.
8712
8713 * sha1.el (sha1): Add :version.
8714 (sha1-use-external): Remove redundant version.
8715
8716 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
8717 (nnmail-cache-ignore-groups, nnmail-spool-hook)
8718 (nnmail-split-fancy-match-partial-words)
8719 (nnmail-split-lowercase-expanded): Add :version.
8720
8721 * nndiary.el (nndiary): Add :version.
8722
8723 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
8724
8725 * mml-sec.el (mml-default-sign-method)
8726 (mml-default-encrypt-method, mml-signencrypt-style-alist):
8727 Add :version.
8728
8729 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
8730
8731 * mm-url.el (mm-url-use-external, mm-url-program)
8732 (mm-url-arguments): Add :version.
8733
8734 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
8735 (mm-attachment-file-modes, mm-decrypt-option)
8736 (mm-w3m-safe-url-regexp): Add :version.
8737
8738 * message.el (message-cite-prefix-regexp)
8739 (message-sendmail-envelope-from, message-minibuffer-local-map)
8740 (message-user-fqdn, message-completion-alist): Add :version.
8741
8742 * gnus-win.el (gnus-configure-windows-hook)
8743 (gnus-use-frames-on-any-display): Add :version.
8744
8745 * gnus-art.el (gnus-article-address-banner-alist)
8746 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
8747 (gnus-treat-from-picon, gnus-treat-mail-picon)
8748 (gnus-treat-x-pgp-sig): Add :version.
8749
8750 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
8751 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
8752 (gnus-summary-article-delete-hook)
8753 (gnus-summary-display-while-building): Add :version.
8754
8755 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
8756 (gnus-get-top-new-news-hook):Add :version.
8757
8758 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8759 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
8760
8761 * gnus-registry.el (gnus-registry): Add :version.
8762
8763 * gnus-spec.el (gnus-use-correct-string-widths)
8764 (gnus-make-format-preserve-properties): Add :version.
8765
8766 * gnus.el (gnus-group-charter-alist)
8767 (gnus-group-fetch-control-use-browse-url)
8768 (gnus-install-group-spam-parameters): Add :version.
8769
8770 * gnus-diary.el (gnus-diary): Add :version.
8771
8772 * gnus-delay.el (gnus-delay): Add :version.
8773
8774 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
8775 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
8776 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
8777 Add :version.
8778
8779 * gnus-agent.el (gnus-agent-max-fetch-size)
8780 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
8781 (gnus-agent-prompt-send-queue): Add :version.
8782
8783 * deuglify.el (gnus-outlook-deuglify): Add :version.
8784
8785 * html2text.el: Beautify code. Improve doc strings. Some
8786 checkdoc cleanup.
8787 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
8788
8789 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
8790
8791 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
8792
8793 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
8794
8795 * gnus-registry.el (gnus-registry-hashtb): Create the registry
8796 when package is loaded.
8797
8798 * spam.el (spam-summary-score-preferred-header): Add global preference
8799 for people who want to override the default SpamAssassin over
8800 Bogofilter preference (when both are set).
8801 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
8802 (spam-user-format-function-S): Check
8803 spam-summary-score-preferred-header.
8804 (spam-extra-header-to-number): Add X-Bogosity header parsing.
8805 (spam-user-format-function-S): Format the score correctly.
8806
8807 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
8808
8809 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
8810 signature file. Suggested by Manoj Srivastava
8811 <srivasta@golden-gryphon.com>.
8812
8813 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
8814 iso-2022-jp even in the Japanese language environment.
8815 Suggested by Jason Rumney <jasonr@gnu.org>.
8816
8817 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
8818
8819 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
8820 use the same characters as the dummy marks; make it free from
8821 getting affected by the language environment.
8822 (gnus-summary-read-group-1): Update mark positions only when the
8823 format spec is updated.
8824
8825 * gnus-spec.el (gnus-update-format-specifications): Return a list
8826 of updated types.
8827
8828 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
8829
8830 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
8831 of boundp to check if display-warning is available.
8832
8833 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
8834
8835 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
8836
8837 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
8838
8839 * nnspool.el (nnspool-spool-directory): Use news-path if the
8840 news-directory variable is not bound.
8841
8842 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
8843 function instead of display-warning if it is not available.
8844
8845 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
8846
8847 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
8848 v5-10: Use `point-at-bol'.
8849
8850 2004-10-26 Simon Josefsson <jas@extundo.com>
8851
8852 * hashcash.el: Fix URL in comment, reported by Cheng Gao
8853 <chenggao@gmail.com>.
8854
8855 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
8856
8857 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
8858 instead.
8859
8860 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
8861
8862 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
8863 to remove a server from the nnimap-server-buffer-alist.
8864 (nnimap-open-connection, nnimap-close-server): Use it.
8865
8866 * gnus-encrypt.el: Remove file in favor of encrypt.el.
8867
8868 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
8869
8870 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
8871 running the major-mode function.
8872
8873 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
8874
8875 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
8876 dummy marks in the right way.
8877
8878 2004-10-18 David Edmondson <dme@dme.org>
8879
8880 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
8881 excessively.
8882
8883 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
8884
8885 * gnus-util.el (gnus-split-references): Accept a nil references
8886 string and go on blissfully.
8887
8888 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
8889 cases where the references string is non-nil but has no references.
8890
8891 * encrypt.el: Add autoload tags.
8892
8893 * spam.el (spam-resolve-registrations-routine): Remove article
8894 from unregistration list too. Reported by David Hanak
8895 <dhanak@isis.vanderbilt.edu>
8896
8897 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
8898
8899 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
8900 nil. Changed custom type.
8901
8902 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
8903
8904 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
8905
8906 * gnus-sum.el (gnus-summary-move-article): Use it.
8907
8908 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
8909
8910 * encrypt.el: Add autoload cookies.
8911
8912 * spam.el (spam-backend-article-list-property)
8913 (spam-backend-get-article-todo-list)
8914 (spam-backend-put-article-todo-list, )
8915 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
8916 Resolve registrations separately.
8917 (spam-register-routine): Format comments.
8918 (spam-unregister-routine, spam-register-routine): Always call with
8919 specific-articles, no default list.
8920 (spam-summary-prepare-exit): Use the spam-classifications function.
8921
8922 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
8923 gnus-encrypt.el.
8924
8925 * encrypt.el: Copied from gnus-encrypt.el.
8926
8927 * gnus-encrypt.el: Commented that it's obsolete.
8928
8929 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
8930
8931 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
8932 (gnus-score-save): Use it.
8933
8934 * message.el (message-bury): Use `window-dedicated-p'.
8935
8936 2004-10-15 Simon Josefsson <jas@extundo.com>
8937
8938 * pop3.el (top-level): Don't require nnheader.
8939 (pop3-read-timeout): Add.
8940 (pop3-accept-process-output): Add.
8941 (pop3-read-response, pop3-retr): Use it.
8942
8943 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
8944
8945 * spam.el (spam-register-routine): Move comment.
8946 (spam-verify-bogofilter): Use 'unknown for the initial
8947 spam-bogofilter-valid state, not 'never.
8948
8949 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
8950 for netrc-machine.
8951
8952 * nnimap.el (nnimap-open-connection): Use
8953 netrc-machine-user-or-password.
8954
8955 2004-10-17 Richard M. Stallman <rms@gnu.org>
8956
8957 * gnus-registry.el (gnus-registry-unload-hook):
8958 Set as a variable with add-hook.
8959
8960 * nnspool.el (nnspool-spool-directory): Use news-directory instead
8961 of news-path.
8962
8963 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
8964
8965 * spam.el: Delete duplicate `provide'.
8966 (spam-unload-hook): Set as a variable with add-hook.
8967
8968 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
8969
8970 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
8971 in the doc string.
8972
8973 * message.el (message-ignored-news-headers)
8974 (message-ignored-supersedes-headers)
8975 (message-ignored-resent-headers)
8976 (message-forward-ignored-headers): Improve custom type.
8977
8978 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
8979
8980 * message.el (message-tokenize-header): Fix 2004-09-06 change
8981 which used point-min in the wrong place.
8982
8983 2004-10-12 Simon Josefsson <jas@extundo.com>
8984
8985 * tls.el (tls-certtool-program): New variable.
8986 (tls-certificate-information): New function, based on
8987 ssl-certificate-information.
8988
8989 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
8990
8991 * compface.el: Move the version of ELisp-based uncompface program
8992 to the contrib directory because of the copyright problem.
8993
8994 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8995
8996 * message.el (message-kill-buffer): Raise the current frame.
8997
8998 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
8999
9000 * gnus-sum.el: Mention that multibyte characters don't work as marks.
9001
9002 * gnus.el (message-y-or-n-p): Autoload.
9003
9004 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9005 (pop3-password-required, pop3-authentication-scheme)
9006 (pop3-leave-mail-on-server): Made customizable.
9007 (pop3): New custom group.
9008 (pop3-retr): Remove `sleep-for' statements.
9009 Suggested by Dave Love <fx@gnu.org>.
9010
9011 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9012 Windows/DOS.
9013
9014 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9015 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
9016 Dave Love <fx@gnu.org>.
9017
9018 * mml.el (mml-minibuffer-read-disposition): Require match.
9019 Suggested by Dave Love <fx@gnu.org>.
9020
9021 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
9022
9023 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
9024 doc string.
9025
9026 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
9027
9028 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9029
9030 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9031
9032 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9033 instead of calling `mm-insert-inline', to decode text/* parts
9034 before displaying them.
9035
9036 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9037
9038 * mm-uu.el (mm-uu-text-plain-type): New variable.
9039 (mm-uu-pgp-signed-extract-1): Use it.
9040 (mm-uu-pgp-encrypted-extract-1): Use it.
9041 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9042 bind mm-uu-text-plain-type with that value.
9043 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9044 mm-uu-dissect.
9045
9046 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9047
9048 * gnus-group.el (gnus-update-group-mark-positions):
9049 * gnus-sum.el (gnus-update-summary-mark-positions):
9050 * message.el (message-check-news-body-syntax):
9051 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9052 of string-as-multibyte.
9053
9054 2004-10-05 Juri Linkov <juri@jurta.org>
9055
9056 * gnus-group.el (gnus-update-group-mark-positions):
9057 * gnus-sum.el (gnus-update-summary-mark-positions):
9058 * message.el (message-check-news-body-syntax):
9059 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9060 8-bit unibyte values to a multibyte string for search functions.
9061
9062 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9063
9064 * mm-uu.el (mm-uu-dissect): Allow optional arg.
9065 (mm-uu-dissect-text-parts): New function.
9066
9067 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9068 dissect text parts.
9069
9070 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9071 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9072
9073 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9074
9075 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9076 gnus-current-topics instead of gnus-current-topic.
9077
9078 2004-10-06 Jesper Harder <harder@ifa.au.dk>
9079
9080 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9081
9082 2004-10-05 Jesper Harder <harder@ifa.au.dk>
9083
9084 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9085 where approriate.
9086
9087 * nnml.el (nnml-generate-active-info): do.
9088
9089 * nndiary.el (nndiary-generate-active-info): do.
9090
9091 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9092 (gnus-topic-move): do.
9093
9094 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9095 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9096
9097 * gnus-srvr.el (gnus-server-prepare)
9098 (gnus-server-open-all-servers): do.
9099
9100 * gnus-msg.el (gnus-summary-cancel-article)
9101 (gnus-summary-resend-message)
9102 (gnus-summary-mail-crosspost-complaint): do.
9103
9104 * gnus-move.el (gnus-change-server): do.
9105
9106 * gnus-group.el (gnus-group-unmark-all-groups)
9107 (gnus-group-set-current-level): do.
9108
9109 2004-10-04 Simon Josefsson <jas@extundo.com>
9110
9111 * message.el (message-generate-hashcash): Doc fix.
9112
9113 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
9114
9115 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9116 avoid infinite recursion via gnus-get-function.
9117
9118 2004-10-02 Jesper Harder <harder@ifa.au.dk>
9119
9120 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9121
9122 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9123
9124 * nnmail.el (nnmail-split-history): do.
9125
9126 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9127 (nnml-request-delete-group): do.
9128
9129 * nnslashdot.el (nnslashdot-read-groups): do.
9130
9131 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9132 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9133
9134 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9135 (nnspool-sift-nov-with-sed): Use last
9136 (nnspool-retrieve-headers-with-nov): Use mapc.
9137 (nnspool-request-newgroups): Use dolist.
9138 (nnspool-request-group): Use last.
9139
9140 * nntp.el (nntp-read-server-type): Use dolist.
9141
9142 * nnvirtual.el (nnvirtual-create-mapping)
9143 (nnvirtual-update-read-and-marked): Use dolist.
9144 (nnvirtual-convert-headers): Simplify.
9145
9146 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9147
9148 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9149 support for sync'ing tick marks.
9150
9151 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
9152
9153 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9154 there's no visible header.
9155
9156 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9157
9158 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9159 necessary, pass full group name to gnus-request-set-marks.
9160
9161 2004-10-01 Simon Josefsson <jas@extundo.com>
9162
9163 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
9164 acroread.
9165
9166 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9167
9168 * spam-report.el (spam-report-gmane): Fix interactive.
9169
9170 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9171
9172 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9173 when writing file.
9174 (gnus-agent-synchronize-flags): Don't default to being
9175 interactive.
9176
9177 2004-09-30 Simon Josefsson <jas@extundo.com>
9178
9179 * message.el (message-generate-hashcash): Add.
9180 (message-send-mail): Use it, call mail-add-payment.
9181
9182 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
9183
9184 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
9185
9186 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
9187
9188 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
9189 gnus-requst-update-info with explicit code to sync the in-memory
9190 info read flags with the marks being sync'd to the backend.
9191
9192 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
9193
9194 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9195
9196 * spam.el (spam-verify-bogofilter): Add new function.
9197 (spam-check-bogofilter)
9198 (spam-bogofilter-register-with-bogofilter): Use it.
9199 (spam-verify-bogofilter): Add small fixes.
9200
9201 2004-09-28 Simon Josefsson <jas@extundo.com>
9202
9203 * hashcash.el (hashcash-generate-payment): Revert.
9204
9205 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9206
9207 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
9208 gnus-extract-references instead of gnus-split-references.
9209
9210 * gnus-util.el (gnus-extract-references): Add new function, analogous
9211 to gnus-split-references but extracts only the message-ID without
9212 anything extra.
9213
9214 * hashcash.el (hashcash-generate-payment)
9215 (hashcash-check-payment): Do the right thing if hashcash-path is
9216 nil (because the hashcash program could not be found).
9217
9218 * spam.el (spam-use-hashcash): Remove comment.
9219
9220 2004-09-27 Jesper Harder <harder@ifa.au.dk>
9221
9222 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
9223 (gnus-cache-enter-article, gnus-cache-remove-article)
9224 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
9225
9226 * gnus-async.el (gnus-async-prefetch-remove-group): do.
9227
9228 * gnus-art.el (article-hide-boring-headers)
9229 (article-translate-strings, article-display-face)
9230 (gnus-article-mime-match-handle-first)
9231 (gnus-article-highlight-headers)
9232 (gnus-article-add-buttons-to-head): do.
9233
9234 2004-09-27 Simon Josefsson <jas@extundo.com>
9235
9236 * hashcash.el: New version, from
9237 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
9238 ../contrib/.
9239
9240 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
9241
9242 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
9243
9244 2004-09-26 Jesper Harder <harder@ifa.au.dk>
9245
9246 * gnus-dup.el (gnus-dup-open): Use mapc.
9247 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
9248
9249 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
9250 Reported by Stefan Wiens <s.wi@gmx.net>.
9251
9252 * gnus.el (gnus-shutdown): Use dolist.
9253
9254 * gnus-undo.el (gnus-undo): Use mapc.
9255
9256 * nnrss.el (nnrss-generate-active): do.
9257
9258 * message.el (message-cite-original-without-signature)
9259 (message-cite-original): Use mapc.
9260 (message-do-actions, message-make-forward-subject): Use dolist.
9261
9262 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9263
9264 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
9265 deletion to remove entire duplicate line. Fixes merged article
9266 number bug.
9267
9268 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9269
9270 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
9271 servers that are offline. Avoids having gnus-agent-toggle-plugged
9272 first ask if you want to open a server and then, even when you
9273 responded with no, asking if you want to synchronize the server's
9274 flags.
9275 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
9276 multi-line expressions.
9277 (gnus-agent-synchronize-group-flags): New internal function.
9278 Updates marks in memory (in the info structure) AND in the
9279 backend.
9280
9281 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
9282
9283 * nnagent.el (nnagent-request-set-mark): Use
9284 gnus-agent-synchronize-group-flags, not backend's request-set-mark
9285 method, to ensure that synchronization updates marks in the
9286 backend and in the info (in memory) structure.
9287
9288 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9289
9290 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
9291 convention fully; don't miss the root article of a thread; make
9292 the X-Draft-From header with correct article numbers.
9293
9294 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
9295
9296 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
9297 unless plugged. Disable the agent so that an open failure causes
9298 an error.
9299
9300 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
9301 Reverted 2004-09-21 change. The backend must be opened while
9302 synchronizing flags even when the backend stores the flags
9303 locally.
9304
9305 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
9306
9307 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
9308 in `header' match. Reported by Svend Tollak Munkejord.
9309
9310 * message.el (message-cite-original): Fix use of
9311 `message-cite-articles-with-x-no-archive'.
9312
9313 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9314
9315 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
9316 (gnus-window-to-buffer): Ditto.
9317
9318 * mml.el (mml-preview-buffer): New variable.
9319 (mml-preview): Manage window layout with gnus-buffer-configuration.
9320
9321 * gnus-msg.el (gnus-setup-message): Put article numbers into the
9322 X-Draft-From header even if those articles aren't quoted.
9323
9324 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
9325
9326 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
9327 (gnus-request-set-mark, gnus-request-update-mark): Use new
9328 g-s-t-u-l-m to decide to use backend even when unplugged.
9329
9330 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
9331
9332 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
9333 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
9334
9335 2004-09-20 Simon Josefsson <jas@extundo.com>
9336
9337 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
9338 "utf-16-le".
9339
9340 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9341
9342 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
9343
9344 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
9345
9346 * uudecode.el (uudecode-use-external): Add :version.
9347
9348 * smime.el (smime-CA-file, smime-encrypt-cipher)
9349 (smime-dns-server): Add :version.
9350
9351 * smiley.el (gnus-smiley-file-types): Add :version.
9352
9353 * sha1.el (sha1-use-external): Add :version.
9354
9355 * pgg-def.el (pgg-query-keyserver): Add :version.
9356
9357 * nnmail.el (nnmail-fancy-expiry-targets)
9358 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
9359 Add :version.
9360
9361 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
9362 (nnimap-retrieve-groups-asynchronous): Add :version.
9363 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
9364
9365 * mml.el (mml-content-disposition-parameters)
9366 (mml-insert-mime-headers-always): Add :version.
9367
9368 * mm-util.el (mm-coding-system-priorities): Add :version.
9369
9370 * mm-decode.el (mm-inline-text-html-with-images)
9371 (mm-keep-viewer-alive-types, mm-external-terminal-program)
9372 (mm-verify-option): Add :version.
9373 (mm-text-html-renderer): Change :version.
9374
9375 * message.el (message-fcc-externalize-attachments)
9376 (message-required-headers, message-draft-headers)
9377 (message-subject-trailing-was-query)
9378 (message-subject-trailing-was-ask-regexp)
9379 (message-subject-trailing-was-regexp, message-mark-insert-begin)
9380 (message-mark-insert-end, message-archive-header)
9381 (message-archive-note, message-cross-post-default)
9382 (message-cross-post-note, message-followup-to-note)
9383 (message-cross-post-note-function, message-use-mail-followup-to)
9384 (message-subscribed-address-functions)
9385 (message-subscribed-address-file, message-subscribed-addresses)
9386 (message-subscribed-regexps, message-allow-no-recipients)
9387 (message-yank-cited-prefix, message-signature-insert-empty-line)
9388 (message-hidden-headers, message-hierarchical-addresses)
9389 (message-mail-user-agent, message-use-idna)
9390 (message-valid-fqdn-regexp)
9391 (message-strip-special-text-properties, message-header-synonyms)
9392 (message-beginning-of-line, message-tab-body-function): Add :version.
9393 (message-insert-canlock, message-wide-reply-confirm-recipients):
9394 Change :version.
9395
9396 * mail-source.el (mail-source-ignore-errors): Add :group, :type
9397 and :version.
9398 (mail-source-delete-old-incoming-confirm)
9399 (mail-source-movemail-program): Add :version.
9400
9401 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
9402 (gnus-agent-cache, gnus-agent): Change :version.
9403
9404 * gnus-util.el (gnus-use-byte-compile): Change :version.
9405
9406 * gnus-sum.el (gnus-summary-make-false-root-always)
9407 (gnus-summary-default-high-score)
9408 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
9409 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
9410 (gnus-read-all-available-headers, gnus-article-emulate-mime)
9411 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
9412 (gnus-sum-thread-tree-single-indent)
9413 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9414 (gnus-sum-thread-tree-leaf-with-other)
9415 (gnus-sum-thread-tree-single-leaf): Add :version.
9416 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
9417 (gnus-article-loose-mime): Change :version.
9418
9419 * gnus-start.el (gnus-backup-startup-file)
9420 (gnus-save-startup-file-via-temp-buffer): Add :version.
9421
9422 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
9423 (gnus-server-offline-face): Add :version.
9424
9425 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
9426
9427 * gnus-msg.el (gnus-gcc-externalize-attachments)
9428 (gnus-debug-files, gnus-debug-exclude-variables)
9429 (gnus-discouraged-post-methods): Change :version.
9430 (gnus-confirm-mail-reply-to-news)
9431 (gnus-confirm-treat-mail-like-news): Add :version.
9432
9433 * gnus-int.el (gnus-server-unopen-status): Add :version.
9434
9435 * gnus-group.el (gnus-group-jump-to-group-prompt)
9436 (gnus-large-ephemeral-newsgroup)
9437 (gnus-fetch-old-ephemeral-headers): Add :version.
9438
9439 * gnus-fun.el (gnus-x-face-directory)
9440 (gnus-convert-pbm-to-x-face-command)
9441 (gnus-convert-image-to-x-face-command)
9442 (gnus-convert-image-to-face-command): Add :version.
9443
9444 * gnus-delay.el (gnus-delay-default-hour): Add :version.
9445
9446 * gnus-cite.el (gnus-cite-blank-line-after-header)
9447 (gnus-article-boring-faces): Add :version.
9448
9449 * gnus-art.el (gnus-buttonized-mime-types)
9450 (gnus-inhibit-mime-unbuttonizing)
9451 (gnus-treat-display-face)
9452 (gnus-treat-body-boundary): Change :version.
9453 (gnus-body-boundary-delimiter, gnus-picon-databases)
9454 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
9455 (gnus-treat-date-english, gnus-treat-fold-headers)
9456 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
9457 (gnus-treat-mail-picon, gnus-treat-wash-html)
9458 (gnus-article-encrypt-protocol)
9459 (gnus-use-idna, gnus-article-over-scroll)
9460 (gnus-mime-display-multipart-alternative-as-mixed)
9461 (gnus-mime-display-multipart-related-as-mixed)
9462 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
9463 (gnus-ctan-url, gnus-button-ctan-handler)
9464 (gnus-button-handle-ctan-bogus-regexp)
9465 (gnus-button-ctan-directory-regexp)
9466 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
9467 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
9468 (gnus-button-man-level, gnus-button-emacs-level)
9469 (gnus-button-message-level, gnus-button-browse-level): Add :version.
9470
9471 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
9472 (gnus-agent-go-online): Change :version.
9473 (gnus-agent-expire-unagentized-dirs)
9474 (gnus-agent-auto-agentize-methods): Add :version.
9475
9476 * flow-fill.el (fill-flowed-display-column)
9477 (fill-flowed-encode-column): Add :version.
9478
9479 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9480 (gnus-outlook-deuglify-unwrap-max)
9481 (gnus-outlook-deuglify-cite-marks)
9482 (gnus-outlook-deuglify-unwrap-stop-chars)
9483 (gnus-outlook-deuglify-no-wrap-chars)
9484 (gnus-outlook-deuglify-attrib-cut-regexp)
9485 (gnus-outlook-deuglify-attrib-verb-regexp)
9486 (gnus-outlook-deuglify-attrib-end-regexp)
9487 (gnus-outlook-display-hook): Add :version.
9488
9489 * binhex.el (binhex-use-external): Add :version.
9490
9491 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
9492
9493 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
9494 and `invisible'.
9495
9496 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9497
9498 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
9499 in gnus-registry-trim.
9500
9501 2004-09-13 Simon Josefsson <jas@extundo.com>
9502
9503 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
9504
9505 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
9506
9507 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
9508 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9509 <yamaoka@jpl.org>.
9510 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
9511 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9512 <yamaoka@jpl.org>.
9513
9514 * sieve.el (sieve-manage-mode): Ditto.
9515
9516 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
9517
9518 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
9519
9520 2004-09-11 Simon Josefsson <jas@extundo.com>
9521
9522 * dns-mode.el: Add.
9523
9524 * mm-view.el (mm-display-dns-inline): Add.
9525
9526 * mm-decode.el (mm-inline-media-tests): Add text/dns.
9527 (mm-automatic-display): Ditto.
9528
9529 * mailcap.el (mailcap-mime-data): Add text/dns.
9530 (mailcap-mime-extensions): Map .soa to text/dns.
9531
9532 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
9533
9534 * gnus-art.el (article-decode-mime-words, article-babel)
9535 (gnus-article-highlight-signature, gnus-article-add-buttons)
9536 (gnus-signature-toggle): Remove unnecessary bindings of
9537 `inhibit-read-only' inherited from v5.10 merge.
9538
9539 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
9540
9541 * nntp.el (nntp): New customization group.
9542 (nntp-authinfo-file): Add customization group.
9543
9544 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
9545
9546 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
9547
9548 * gnus.el (to-address, to-list, subscribed)
9549 (large-newsgroup-initial): Ditto.
9550
9551 * flow-fill.el (fill-flowed-display-column)
9552 (fill-flowed-encode-column): Ditto.
9553
9554 2004-09-06 Stefan <monnier@iro.umontreal.ca>
9555
9556 * message.el (message-tokenize-header, message-send-mail-with-qmail):
9557 Use point-min rather than 1.
9558 (message-send-mail): Use buffer-size rather than point-max.
9559
9560 * gnus-sum.el (gnus-summary-search-article-forward):
9561 Signal a specific `search-failed' rather than a generic `error'.
9562
9563 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
9564 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
9565 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
9566
9567 2004-09-10 Simon Josefsson <jas@extundo.com>
9568
9569 * nndb.el (require): Remove tcp and duplicate cl.
9570
9571 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
9572
9573 * gnus-agent.el (directory-files-and-attributes): Move forward.
9574
9575 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
9576
9577 * gnus-agent.el (directory-files-and-attributes): Optionally
9578 defined to support XEmacs.
9579
9580 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
9581
9582 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
9583 to avoid run-time CL dependencies.
9584 (gnus-agent-unfetch-articles): New function.
9585 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
9586 article numbers even when local .overview file is missing.
9587 (gnus-agent-read-article-number): New function. Only accepts
9588 27-bit article numbers.
9589 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
9590 gnus-agent-read-article-number.
9591 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
9592 from backend while recognizing that article numbers in .overview
9593 must be valid.
9594 (gnus-agent-update-files-total-fetched-for): Use
9595 directory-files-and-attributes to improve performance.
9596 * gnus-int.el (gnus-request-move-article): Use
9597 gnus-agent-unfetch-articles in place of gnus-agent-expire to
9598 improve performance.
9599
9600 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
9601 some users confused by references to .newsrc when they only have a
9602 .newsrc.eld file.
9603 (gnus-convert-mark-converter-prompt)
9604 (gnus-convert-converter-needs-prompt): Fixed use of property list.
9605 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
9606 New function. Used internally to only display 'gnus converting
9607 files' message when actually necessary.
9608
9609 * gnus-sum.el (): Removed (require 'gnus-agent) as required
9610 methods now autoloaded.
9611
9612 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
9613
9614 * gnus-sum.el (gnus-summary-insert-subject): Remove list
9615 identifiers.
9616
9617 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
9618
9619 * gnus-picon.el: Fix indentation and closing parenthesis.
9620
9621 2004-09-01 Simon Josefsson <jas@extundo.com>
9622
9623 * message.el (message-canlock-generate): Require sha1, not
9624 sha1-el. (Can we get rid of this require alltogheter? It is ugly
9625 to require within a function. Sadly, if sha1.el isn't loaded, the
9626 let binding in m-c-g will hide the defcustom definition, which is
9627 bad.)
9628
9629 * canlock.el: Require sha1, not sha1-el.
9630
9631 * message.el: Don't autoload sha1 (there is a autoload cookie in
9632 sha1.el).
9633
9634 * sha1-el.el: Renamed to sha1.el.
9635
9636 2004-08-30 Juanma Barranquero <lektu@terra.es>
9637
9638 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
9639
9640 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9641
9642 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
9643
9644 2004-08-30 Kim F. Storm <storm@cua.dk>
9645
9646 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
9647
9648 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
9649 Add :group 'nnimap.
9650
9651 2004-08-30 Andreas Schwab <schwab@suse.de>
9652
9653 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
9654 ?* and ?\;.
9655
9656 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
9657 and ?\' to symbol instead of whitespace.
9658
9659 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
9660
9661 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
9662
9663 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
9664 instead of re-search-forward.
9665
9666 * gnus-uu.el (gnus-uu-save-article): Ditto.
9667 (gnus-uu-post-encode-uuencode): Ditto.
9668
9669 * html2text.el (html2text-clean-list-items): Ditto.
9670 (html2text-clean-dtdd): Ditto.
9671 (html2text-format-tags): Ditto.
9672
9673 * message.el (message-send-mail-with-sendmail): Fix regexp.
9674 (message-fill-field-general): Use search-forward instead of
9675 re-search-forward.
9676 (unbold-region): Ditto.
9677
9678 * nnrss.el (nnrss-request-article): Ditto.
9679
9680 * nnslashdot.el (nnslashdot-request-article): Ditto.
9681
9682 * nnweb.el (nnweb-gmane-wash-article): Ditto.
9683
9684 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
9685 "Unrecognized menu descriptor" error in XEmacs.
9686
9687 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
9688
9689 * gnus-sum.el (gnus-read-header): Don't remove a header for the
9690 parent article of a sparse article in the thread hashtb.
9691
9692 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
9693
9694 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
9695 (nnmail-expand-newtext): Lowercase expanded entries if
9696 nnmail-split-lowercase-expanded is non-nil.
9697
9698 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
9699
9700 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
9701
9702 * gnus-group.el (gnus-group-line-format-alist): Convert the value
9703 of gnus-tmp-news-method into string under XEmacs. It will be
9704 passed to gnus-correct-length which takes only a string argument.
9705
9706 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
9707
9708 * gnus-util.el (gnus-bind-print-variables): New macro.
9709 (gnus-prin1): Use it.
9710 (gnus-prin1-to-string): Use it.
9711 (gnus-pp): New function.
9712 (gnus-pp-to-string): New function.
9713
9714 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
9715 Replace pp-to-string with gnus-pp-to-string.
9716 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
9717 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
9718 * gnus-msg.el (gnus-debug): Ditto.
9719 * gnus-score.el (gnus-score-save): Ditto.
9720 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
9721 gnus-pp-to-string.
9722 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
9723 with gnus-pp.
9724 * score-mode.el (gnus-score-pretty-print): Ditto.
9725 * webmail.el (webmail-debug): Ditto.
9726
9727 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
9728
9729 * gnus-art.el (article-display-face, article-display-x-face):
9730 Use buffer-read-only.
9731
9732 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
9733
9734 * gnus-art.el (article-hide-list-identifiers):
9735 Bind inhibit-read-only as t.
9736
9737 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
9738
9739 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
9740
9741 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9742
9743 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
9744 (gnus-narrow-to-page): Don't assume point-min == 1.
9745 (gnus-article-edit-mode): Derive from message-mode.
9746
9747 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
9748 point-min == 1.
9749
9750 * imap.el (imap-parse-address-list, imap-parse-body-ext):
9751 Disable incorrect use of `assert'.
9752
9753 * message.el (message-mode): Set comment-start-skip.
9754
9755
9756 2004-08-22 Sam Steingold <sds@gnu.org>
9757
9758 * pop3.el (pop3-leave-mail-on-server): New user variable.
9759 (pop3-movemail): Delete mail only when it is nil.
9760
9761 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
9762
9763 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
9764
9765 * mml.el (mml-preview): Use `pop-to-buffer'.
9766
9767 * message.el (message-goto-mail-followup-to): Insert after "To".
9768 (message-carefully-insert-headers): Add comment.
9769
9770 * gnus.el: Remove unused variable `gnus-article-check-size'.
9771
9772 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
9773
9774 * gnus-art.el (gnus-button-alist): Improve
9775 `gnus-button-handle-library' entry.
9776
9777 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
9778
9779 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
9780 downcase, since XEmacs capitalizes error messages differently.
9781
9782 2004-08-18 Jesper Harder <harder@ifa.au.dk>
9783
9784 * nntp.el: Add (require 'gnus) due to reference to
9785 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
9786
9787 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
9788
9789 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
9790 `mm-fill-flowed'.
9791
9792 * mm-decode.el (mm-dissect-singlepart): Check it.
9793
9794 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
9795
9796 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
9797 'imap' for netrc parsing.
9798
9799 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
9800
9801 * mailcap.el (mailcap-mime-data): Mark as risky.
9802
9803 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
9804
9805 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
9806 may be included in the encoded word.
9807 (rfc2047-encode): Don't append a space if the encoded word
9808 includes close parenthesis.
9809
9810 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
9811
9812 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
9813 of text within parentheses.
9814
9815 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
9816
9817 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
9818 (gnus-encrypt-write-file-contents): Make the password key the file
9819 name PLUS the cipher, not just the cipher. Also remove failed
9820 passwords from the cache.
9821
9822 2004-08-06 Simon Josefsson <jas@extundo.com>
9823
9824 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
9825 fix.
9826
9827 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
9828
9829 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
9830 LWSP.
9831
9832 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
9833
9834 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
9835 to append in-reply-to: data to the references: header.
9836
9837 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
9838 (netrc-parse): Use gnus-encrypt.el functions.
9839
9840 * gnus-encrypt.el: Add new file for encryption support; currently
9841 does only a few GPG ciphers and an internal XOR cipher.
9842
9843 * password.el: Add comments on using password-read-and-add.
9844 (password-read-and-add): Add function to read and add the
9845 password to the cache at once.
9846
9847 2004-07-28 Simon Josefsson <jas@extundo.com>
9848
9849 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
9850 parameter (but don't use it, for now).
9851
9852 * imap.el (imap-ssl-open): Use imap-process-connection-type,
9853 instead of hard coding to nil.
9854
9855 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
9856
9857 * mm-view.el (mm-inline-image-emacs): Open lines under an image
9858 as mm-inline-image-xemacs does.
9859
9860 2004-07-26 Simon Josefsson <jas@extundo.com>
9861
9862 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
9863 Revert part of 2004-07-17 change below.
9864
9865 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
9866
9867 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
9868 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9869
9870 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9871
9872 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
9873 quotes that actually start with ">" at the beginning of the
9874 lines.
9875
9876 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
9877
9878 * rfc2047.el (rfc2047-encode-region): Fix last change.
9879 (rfc2047-encode-parameter): Remove useless concat.
9880
9881 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
9882
9883 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
9884 encode special characters; fix some kind of misconfigured headers;
9885 signal a real error if debug-on-quit or debug-on-error is non-nil.
9886 (rfc2047-encode-max-chars): New variable.
9887 (rfc2047-encode-1): Use it.
9888 (rfc2047-encode-parameter): New function.
9889
9890 * mml.el (mml-insert-parameter): Remove an excessive space.
9891
9892 2004-07-17 Simon Josefsson <jas@extundo.com>
9893
9894 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
9895 Kai Grossjohann <kai@emptydomain.de>.
9896 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
9897 (gnus-group-make-menu-bar): Ditto.
9898
9899 * gnus-util.el (gnus-group-server): Add.
9900
9901 2004-07-16 Jesper Harder <harder@ifa.au.dk>
9902
9903 * message.el (message-clone-locals): Clone sendmail and smtp
9904 variables.
9905
9906 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
9907
9908 * rfc2047.el (rfc2047-encode-region): Fix last change.
9909
9910 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
9911
9912 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
9913 characters as non-special.
9914
9915 2004-07-09 Simon Josefsson <jas@extundo.com>
9916
9917 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
9918 Users will lose all flag changes made while unplugged with
9919 e.g. nntp unless flag synchronization happens, thus `nil' is not a
9920 good default. See numerous reports on ding mailing list.
9921
9922 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
9923
9924 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
9925 add generate-head-function and generate-article-function to the
9926 rfc822-forward entry.
9927 (nndoc-rfc822-forward-generate-article): New function.
9928 (nndoc-rfc822-forward-generate-head): New function.
9929
9930 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
9931
9932 2004-07-06 Dan Christensen <jdc@uwo.ca>
9933
9934 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
9935 respect display group parameter and gnus-summary-expunge-below.
9936 (gnus-articles-to-read): Remove unused reference to display group
9937 parameter.
9938
9939 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9940
9941 * nnheader.el (nnheader-uniquify-message-id): New experimental
9942 variable.
9943 (nnheader-nov-read-message-id): Use it.
9944
9945 * spam-report.el (spam-report-gmane): Add interactive.
9946
9947 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
9948
9949 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
9950 qp-or-base64 for the application/* types.
9951
9952 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
9953
9954 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
9955
9956 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
9957
9958 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
9959 trim value.
9960
9961 2004-01-25 Paul Jarc <prj@po.cwru.edu>
9962
9963 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
9964 New macro and function.
9965 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
9966
9967 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
9968
9969 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
9970 after-load-alist.
9971
9972 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9973
9974 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
9975 update info that isn't there.
9976
9977 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
9978
9979 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
9980 entry.
9981
9982 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
9983
9984 * mm-view.el (mm-inline-render-with-function): Use multibyte
9985 buffer; decode html source by charset.
9986
9987 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
9988
9989 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
9990 Mule-UCS is loaded under XEmacs.
9991 (mm-mime-mule-charset-alist): Avoid duplicated entries.
9992
9993 2004-06-28 Jesper Harder <harder@ifa.au.dk>
9994
9995 * nnheader.el (nnheader-max-head-length): Increase to 8192.
9996
9997 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
9998
9999 * mm-util.el (mm-coding-system-p): Return a coding-system.
10000 (mm-mime-mule-charset-alist): Use shift_jis instead of
10001 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10002 entries for the mime charsets iso-2022-jp-3 and shift_jis.
10003 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10004 instead of japanese-shift-jis and iso-latin-1 respectively in
10005 order to share the default value with both Emacs and XEmacs-mule.
10006 (mm-mule-charset-to-mime-charset): Make
10007 mm-coding-system-priorities effective.
10008 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10009 while predicating of candidates upon the priorities.
10010
10011 2004-06-27 Jesper Harder <harder@ifa.au.dk>
10012
10013 * gnus-sum.el (gnus-summary-make-menu-bar): Add
10014 gnus-uu-invert-processable.
10015
10016 * gnus.el: Autoload gnus-uu-invert-processable.
10017
10018 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
10019
10020 * mm-util.el (mm-with-multibyte-buffer): New macro.
10021
10022 * rfc2047.el (rfc2047-encode-string): Use it.
10023 (rfc2047-encode-region): Move point to the end of the region after
10024 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10025
10026 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10027
10028 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10029 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10030
10031 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10032
10033 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10034 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
10035 Karl Chen <quarl@nospam.quarl.org>.
10036
10037 2004-06-23 Jesper Harder <harder@ifa.au.dk>
10038
10039 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10040 invalid addresses.
10041
10042 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
10043
10044 * spam.el: Change section markers, revise TODO list.
10045 (spam-backends): Make new master list of all installed backends.
10046 (spam-summary-exit-behavior): Add new variable to determine how
10047 messages moves are done at summary exit.
10048 (spam-move-spam-nonspam-groups-only)
10049 (spam-process-ham-in-nonham-groups)
10050 (spam-process-ham-in-spam-groups): Remove variables, the
10051 spam-summary-exit-behavior variable should be used to manage this
10052 behavior.
10053 (spam-old-ham-articles, spam-old-spam-articles): Remove.
10054 (spam-old-articles): Add variable, replacing spam-old-ham-articles
10055 and spam-old-spam-articles.
10056 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10057 Add empty variables, placeholders for the backends they represent.
10058 (spam-set-difference): Move, unchanged.
10059 (spam-list-of-processors): Declare OBSOLETE, not used anymore
10060 unless the user has a processor variable.
10061 (spam-classifications, spam-classification-valid-p)
10062 (spam-backend-properties, spam-backend-property-valid-p)
10063 (spam-backend-function-type-valid-p)
10064 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10065 (spam-report-articles-gmane, spam-report-articles-resend):
10066 Remove functions, they are not needed.
10067 (spam-install-backend-super, spam-backend-list)
10068 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10069 (spam-backend-function, spam-backend-ham-registration-function)
10070 (spam-backend-spam-registration-function)
10071 (spam-backend-ham-unregistration-function)
10072 (spam-backend-spam-unregistration-function)
10073 (spam-backend-statistical-p, spam-backend-mover-p)
10074 (spam-install-backend-alias, spam-install-checkonly-backend)
10075 (spam-install-mover-backend, spam-install-nocheck-backend)
10076 (spam-install-backend, spam-install-statistical-backend)
10077 (spam-install-statistical-checkonly-backend): Add backend installation
10078 support.
10079 (spam-summary-prepare-exit): Rewrite to use the new backend code.
10080 (spam-group-processor-p): Use the new backend code and respect the
10081 summary exit behavior.
10082 (spam-mark-spam-as-expired-and-move-routine): Remove.
10083 (spam-summary-prepare): Change to use the new spam-old-articles
10084 variable.
10085 (spam-copy-or-move-routine, spam-copy-spam-routine)
10086 (spam-move-spam-routine, spam-copy-ham-routine)
10087 (spam-move-ham-routine): Add code to copy/move ham or spam.
10088 (spam-fetch-field-fast): Improve doc and code, plus allow the
10089 'number request.
10090 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10091 variables.
10092 (spam-split, spam-find-spam): Use the new backend code.
10093 (spam-registration-functions): Remove variable.
10094 (spam-unregister-routine): Add convenience wrapper.
10095 (spam-log-undo-registration, spam-register-routine)
10096 (spam-log-processing-to-registry)
10097 (spam-log-unregistration-needed-p): Rename "check" to "backend"
10098 where possible.
10099 (spam-check-gmane-xref, spam-check-regex-headers)
10100 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10101 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10102 (spam-check-bogofilter-headers, spam-check-spamoracle)
10103 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10104 (spam-check-crm114-headers): Use the spam-split-group that
10105 spam-split prepares, no need to determine it every time.
10106
10107 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10108 to the nnheader-parse-naked-head call.
10109
10110 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10111
10112 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10113 the nnheader-nov-read-message-id call.
10114
10115 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
10116
10117 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10118 gnus-activate-group twice. Suggested by Markus Peter
10119 <warp@spin.de>.
10120
10121 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
10122
10123 * gnus-art.el (gnus-article-time-format): Exchange the order of
10124 day and month in the default value; fix customization type.
10125 (article-date-ut): Use add-text-properties.
10126 (article-make-date-line): Use message-make-date instead of
10127 current-time-string.
10128
10129 * message.el (message-fetch-field): Don't use set-text-properties.
10130 (message-make-date): Simplify.
10131
10132 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
10133
10134 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10135 (rfc2047-encode-region): Treat text within parentheses as special;
10136 show the original text when error has occurred.
10137
10138 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10139 already-computed method to gnus-activate-group.
10140
10141 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10142 same select-methods identical Lisp objects.
10143
10144 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10145 object when modifying the info.
10146
10147 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
10148
10149 * gnus-srvr.el (gnus-server-set-info): Remove the server from
10150 gnus-opened-servers since it has never been opened with the new
10151 configuration yet.
10152
10153 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
10154
10155 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10156 arg to nnheader-generate-fake-message-id.
10157
10158 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
10159
10160 * nnheader.el (nnheader-generate-fake-message-id): Accept a
10161 number and build a fake message ID localized to a group and
10162 article number (so it's repeatable from that point on).
10163 (nnheader-fake-message-id-p): Change regex to accomodate new fake
10164 ID format.
10165
10166 * gnus-sum.el (gnus-get-newsgroup-headers): Call
10167 nnheader-generate-fake-message-id with the article number.
10168
10169 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
10170
10171 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
10172 end-of-buffer.
10173
10174 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10175
10176 * message.el (message-ignored-supersedes-headers): Add Approved.
10177
10178 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
10179
10180 * rfc2047.el (rfc2047-encode-message-header): Remove useless
10181 goto-char.
10182 (rfc2047-encode): Fold the line before encoding.
10183
10184 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10185
10186 * rfc2047.el (rfc2047-encode-message-header): Disabled header
10187 folding -- not all headers can be folded, and this should be done
10188 by the message composition mode. Probably. I think.
10189
10190 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
10191
10192 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
10193 fast.
10194
10195 * gnus-ems.el (gnus-remove-image): Don't use
10196 message-text-with-property; remove only the image found first.
10197
10198 2004-06-09 Jesper Harder <harder@ifa.au.dk>
10199
10200 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
10201
10202 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
10203
10204 * message.el (message-text-with-property): Make it fast and accept
10205 optional arguments.
10206 (message-strip-forbidden-properties): Use it.
10207 (message-fix-before-sending): Follow the m-t-w-p change.
10208
10209 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
10210
10211 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
10212
10213 * gnus-art.el (article-hide-headers): Don't change the buffer
10214 mistakenly when performing mml-preview even if
10215 gnus-single-article-buffer is nil.
10216
10217 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
10218
10219 * message.el (message-expand-name-databases): New user option.
10220 (message-expand-name): Use it.
10221
10222 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
10223
10224 * spam.el (spam-report-articles-resend)
10225 (spam-report-resend-register-routine): Allow ham reporting.
10226 (spam-report-resend-register-ham-routine): Add wrapper.
10227 (spam-registration-functions): Add ham resending functions.
10228 (spam-list-of-processors): Add ham resend processor.
10229
10230 * gnus.el (ham-resend-to): Add new group parameter.
10231 (spam-process): Add ham resend option.
10232
10233 * spam-report.el (spam-report-resend): Allow reporting ham.
10234 (spam-report-resend-ham): Add wrapper.
10235
10236 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10237
10238 * message.el (message-cite-articles-with-x-no-archive): New
10239 variable.
10240 (message-cite-original): Use it.
10241
10242 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10243
10244 * message.el (message-cite-original): Respect X-No-Archive.
10245
10246 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
10247
10248 * gnus-art.el (article-hide-headers): Refer to the values for
10249 gnus-ignored-headers and gnus-visible-headers in the summary
10250 buffer since a user may have set them as group parameters.
10251
10252 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
10253
10254 * assistant.el (assistant-node-name): Add convenience function.
10255 (assistant-render-text, assistant-render-node): Add error handling,
10256 plus handle multiple next nodes.
10257 (assistant-find-next-node): Comment out for now.
10258 (assistant-find-next-nodes): Add function, returns list of next
10259 nodes.
10260
10261 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
10262
10263 * mail-source.el (mail-source-directory): Fix doc-string.
10264
10265 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
10266
10267 * assistant.el (assistant-render-text, assistant-eval): Add :set
10268 widget type, which is different because it takes and returns a
10269 list. Much hilarity ensues.
10270
10271 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
10272
10273 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
10274
10275 * gnus-group.el (gnus-group-get-new-news-this-group): Added
10276 doc-string.
10277
10278 * gnus-start.el (gnus-activate-group): Added doc-string.
10279
10280 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
10281
10282 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
10283
10284 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
10285
10286 * assistant.el (assistant-render-text): Try to add a :set
10287 widget, more to come.
10288
10289 * spam.el (spam-group-spam-contents-p): Handle empty groupname
10290 strings.
10291 (spam-report-articles-resend)
10292 (spam-register-routine): Do registration iff any articles warrant
10293 it.
10294 (spam-summary-prepare-exit): Change log message for nil group
10295 destinations.
10296
10297 2004-05-27 Daniel Pittman <daniel@rimspace.net>
10298
10299 * spam.el (spam-report-resend-register-routine): Allow
10300 spam-report-resend-to to be a group parameter or a global value.
10301
10302 2004-05-26 Simon Josefsson <jas@extundo.com>
10303
10304 * starttls.el: Merge with my GNUTLS based starttls.el.
10305 (starttls-gnutls-program, starttls-use-gnutls)
10306 (starttls-extra-arguments, starttls-process-connection-type)
10307 (starttls-connect, starttls-failure, starttls-success): New
10308 variables.
10309 (starttls-program, starttls-extra-args): Doc fix.
10310 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
10311 functions.
10312 (starttls-negotiate, starttls-open-stream): Check
10313 `starttls-use-gnutls' and pass on to corresponding *-gnutls
10314 function if it is set.
10315
10316 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
10317
10318 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
10319 structured fields.
10320
10321 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10322
10323 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
10324
10325 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
10326
10327 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
10328 variable.
10329 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
10330 assigning the spam-mark to new messages.
10331
10332 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
10333
10334 (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
10335
10336 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10337
10338 * rfc2047.el (rfc2047-encodable-p): Don't move point.
10339 (rfc2047-decode): Treat the ascii coding-system as raw-text by
10340 default.
10341
10342 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
10343
10344 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
10345 correct data.
10346
10347 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
10348
10349 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
10350 (spam-group-processor-p): Fix function.
10351 (spam-group-processor-multiple-p)
10352 (spam-group-spam-processor-report-gmane-p)
10353 (spam-group-spam-processor-report-resend-p)
10354 (spam-group-spam-processor-bogofilter-p)
10355 (spam-group-spam-processor-blacklist-p)
10356 (spam-group-spam-processor-ifile-p)
10357 (spam-group-ham-processor-ifile-p)
10358 (spam-group-spam-processor-spamoracle-p)
10359 (spam-group-spam-processor-crm114-p)
10360 (spam-group-ham-processor-bogofilter-p)
10361 (spam-group-spam-processor-stat-p)
10362 (spam-group-ham-processor-stat-p)
10363 (spam-group-ham-processor-whitelist-p)
10364 (spam-group-ham-processor-BBDB-p)
10365 (spam-group-ham-processor-spamoracle-p)
10366 (spam-group-ham-processor-copy-p): Remove functions with some
10367 prejudice against unneeded code.
10368 (spam-report-articles-resend)
10369 (spam-report-resend-register-routine): Allow the group/topic
10370 spam-resend-to value to override spam-report-resend-to.
10371 (spam-summary-prepare-exit): Invoke spam-group-processor-p
10372 properly now.
10373
10374 * gnus.el (spam-resend-to): Add group/topic parameter.
10375 (spam-process): Move the OBSOLETE processors to the end of the
10376 choices.
10377
10378 2004-05-24 Daniel Pittman <daniel@rimspace.net>
10379
10380 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
10381 with resend-to set to nil, and then ask the user if necessary.
10382 (spam-report-resend): spam-report-resend takes a list of articles, not
10383 separate article numbers.
10384
10385 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
10386
10387 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
10388 addition to emacs-w3m.
10389
10390 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10391
10392 * assistant.el (assistant-authinfo-data): New function.
10393 (assistant-eval): Eval for entire assistant.
10394
10395 * netrc.el (netrc-services-file): New variable.
10396 (netrc-parse-services): New function.
10397 (netrc-find-service-name): New function.
10398 (netrc-find-service-number): New function.
10399 (netrc-port-equal): New function.
10400 (netrc-machine): Use it.
10401
10402 * nnimap.el (nnimap-open-connection): Use netrc.
10403
10404 * gnus-util.el (gnus-netrc-get): Remove aliases.
10405
10406 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
10407
10408 * assistant.el (wid-edit): Fix compilation.
10409
10410 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
10411
10412 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
10413
10414 * gnus-util.el (gnus-set-file-modes): New function. (small
10415 patch).
10416
10417 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10418
10419 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
10420
10421 * assistant.el (assistant-render-node): Fix up rendering and
10422 read-only text.
10423 (assistant-render-node): Reset.
10424 (assistant-make-read-only): Not sticky.
10425
10426 2004-05-20 Danny Siu <dsiu@adobe.com>
10427
10428 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
10429 centered even when gnus-auto-center-summary is t
10430
10431 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10432
10433 * dns.el (dns-get-txt-answer): New function.
10434 (dns-read-txt): Ditto.
10435 (query-dns): Use it.
10436
10437 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
10438
10439 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
10440 active for foreign groups even if the group level is higher than
10441 the specified value.
10442
10443 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10444
10445 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
10446 non-active groups.
10447
10448 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
10449
10450 2004-05-20 Magnus Henoch <mange@freemail.hu>
10451
10452 * dns.el (dns-read-type): Add support for SVR. (small patch)
10453
10454 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
10455
10456 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
10457 (spam-crm114-header, spam-crm114-spam-switch)
10458 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
10459 (spam-crm114-positive-spam-header)
10460 (spam-crm114-database-directory, spam-list-of-processors)
10461 (spam-group-spam-processor-crm114-p)
10462 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
10463 (spam-generic-score, spam-list-of-checks)
10464 (spam-list-of-statistical-checks, spam-registration-functions)
10465 (spam-check-crm114-headers, spam-crm114-score)
10466 (spam-check-crm114, spam-crm114-register-with-crm114)
10467 (spam-crm114-register-spam-routine)
10468 (spam-crm114-unregister-spam-routine)
10469 (spam-crm114-register-ham-routine)
10470 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
10471 asjo@koldfront.dk (Adam Sjøgren).
10472
10473 * gnus.el: Add spam-use-crm114.
10474
10475 * spam.el (spam-list-of-processors, spam-registration-functions):
10476 Add spam-use-resend.
10477 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
10478 (spam-report-articles-gmane): Add doc fix.
10479 (spam-report-articles-resend, spam-report-resend-register-routine):
10480 Add wrappers around spam-report-resend-to.
10481
10482 * spam-report.el (spam-report-resend-to, spam-report-resend):
10483 Add support for resending spam.
10484 (spam-report-gmane): Fix line length >80.
10485
10486 * gnus.el (spam-process): Add spam-use-resend.
10487
10488 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10489
10490 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
10491 number of processed spam messages.
10492 (spam-ham-copy-or-move-routine): Return the number of processed
10493 ham messages.
10494 (spam-summary-prepare-exit): Use the above values to decide
10495 whether status messages shouled be displayed.
10496
10497 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
10498
10499 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
10500 `rfc2047-encoding-function-alist' in order to avoid conflicting
10501 with the old version.
10502 (rfc2047-encode-region): Concatenate words containing non-ASCII
10503 characters in structured fields; don't encode space-delimited
10504 ASCII words even in unstructured fields; don't break words at
10505 char-category boundaries.
10506 (rfc2047-encode-1): New function.
10507 (rfc2047-encode): Use it; encode text so that it occupies the
10508 maximum width within 76-column; work correctly on Q encoding for
10509 iso-2022-* charsets.
10510 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
10511 sure not to break a line just after the header name.
10512 (rfc2047-b-encode-region): Removed.
10513 (rfc2047-b-encode-string): New function.
10514 (rfc2047-q-encode-region): Removed.
10515 (rfc2047-q-encode-string): New function.
10516
10517 * mm-util.el (mm-replace-in-string): New function.
10518
10519 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10520
10521 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
10522 get it right.
10523 (gnus-inews-make-draft): Really.
10524
10525 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
10526
10527 * nnmh.el (nnmh-request-list-1): Don't check the link count
10528 before descending. (small patch)
10529
10530 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10531
10532 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
10533 stuff.
10534
10535 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
10536 on real group name.
10537
10538 * gnus-art.el (gnus-signature-limit): Doc fix.
10539
10540 * gnus-msg.el (gnus-inews-make-draft): Quote list.
10541
10542 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10543
10544 * gnus-draft.el (gnus-draft-send): Bind
10545 rfc2047-encode-encoded-words.
10546
10547 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
10548 (rfc2047-encodable-p): Say that =? needs encoding.
10549 (rfc2047-encode-encoded-words): New variable.
10550
10551 * gnus-group.el (gnus-group-select-group): Doc fix.
10552
10553 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
10554
10555 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
10556 to nil.
10557
10558 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
10559
10560 * nnheader.el (nnheader-get-lines-and-char): New function.
10561
10562 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
10563
10564 * gnus-msg.el (gnus-summary-followup-with-original): Document
10565 yanking of region when active.
10566
10567 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
10568
10569 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
10570 groups if the group level is higher than the specified value.
10571
10572 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10573
10574 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
10575 (gnus-group-jump-to-group): Added prefix argument using
10576 `gnus-group-jump-to-group-prompt'. Query before jumping to
10577 non-active group.
10578
10579 * compface.el (uncompface): Be verbose when changing
10580 `uncompface-use-external'.
10581
10582 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
10583 handle manual section.
10584
10585 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10586
10587 * gnus-art.el (gnus-button-alist): Revert previous change.
10588
10589 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10590
10591 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
10592
10593 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10594
10595 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
10596 whether backend can accept message.
10597
10598 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
10599
10600 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
10601
10602 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
10603 Avoid creating directory when nntp-marks-is-evil is true.
10604 Reported by Reiner Steib.
10605
10606 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10607
10608 * gnus-picon.el (gnus-picon-style): New variable.
10609 (gnus-picon-insert-glyph): Added optional `nostring' argument.
10610 (gnus-picon-transform-address): Support `gnus-picon-style'. From
10611 Jesper Harder <harder@ifa.au.dk>.
10612
10613 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10614
10615 * message.el (message-fill-field): Return point.
10616 (message-generate-headers): Go to end of field.
10617
10618 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
10619 stuff for non-living groups.
10620
10621 2004-05-18 Jesper Harder <harder@ifa.au.dk>
10622
10623 * gnus-art.el (gnus-article-followup-with-original)
10624 (gnus-article-reply-with-original): gnus-mark-active-p ->
10625 gnus-region-active-p.
10626
10627 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
10628
10629 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
10630 only when there is spam or ham to be processed.
10631
10632 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10633
10634 * mail-source.el (mail-source-delete-crash-box): Refactor.
10635 (mail-source-fetch): Use it.
10636 (mail-source-fetch-file): Ditto.
10637 (mail-source-fetch-directory): Run postscript in loop.
10638 (mail-source-fetch-pop): Delete.
10639 (mail-source-fetch-maildir): Ditto.
10640 (mail-source-fetch-imap): Ditto.
10641
10642 * imap.el (imap-authenticators): Comment out sasl.
10643
10644 * message.el (message-skip-to-next-address): New function.
10645 (message-fill-header-address): Refactor.
10646 (message-fill-address): Use it.
10647 (message-delete-address): Use it.
10648 (message-fill-header-general): Refactor.
10649 (message-fill-field-address): Rename.
10650 (message-narrow-to-field): Find the start of the header.
10651 (message-header-format-alist): Don't pre-fill.
10652 (message-fill-header): Removed.
10653 (message-insert-header): New function.
10654 (message-shorten-references): Use it.
10655
10656 * rfc2047.el (rfc2047-field-value): Strip props.
10657
10658 * mail-parse.el (mail-header-make-address): New alias.
10659
10660 * ietf-drums.el (ietf-drums-make-address): New function.
10661
10662 * imap.el: Add compiler directives.
10663
10664 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
10665
10666 * gnus-art.el (article-decode-idna-rhs): Don't use
10667 message-idna-inside-rhs-p.
10668
10669 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10670
10671 * message.el (message-idna-inside-rhs-p): Removed.
10672 (message-idna-to-ascii-rhs-1): Use proper address parsing.
10673
10674 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
10675 false positives.
10676
10677 2004-05-16 Kim Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
10678
10679 * imap.el (imap-sasl-make-mechanisms): Use sasl.
10680
10681 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10682
10683 * nneething.el (nneething-file-name): Don't create spurions
10684 files.
10685
10686 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
10687 (gnus-inews-do-gcc): Remove sleep.
10688
10689 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
10690 part under point.
10691
10692 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
10693 (gnus-agent-regenerate-group): Using nil messages aren't valid.
10694
10695 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
10696
10697 * spam.el (spam-summary-prepare-exit): Fixed (length).
10698
10699 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
10700
10701 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
10702 as expired without moving it" message when there are spam
10703 messages left.
10704
10705 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
10706
10707 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
10708 header is not nil.
10709
10710 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
10711
10712 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
10713 nntp-possibly-create-directory, not nntp-possibly-change-group.
10714 (nntp-marks-changed-p): New arg SERVER.
10715 (nntp-request-update-info): Adjust caller.
10716
10717 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
10718
10719 * nntp.el (nntp-save-marks): Pass missing arg.
10720
10721 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
10722
10723 * nntp.el: Support marks.
10724 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
10725 (nntp-marks-modtime, nntp-marks-directory): New variables.
10726 (nntp-request-set-mark, nntp-request-update-info)
10727 (nntp-possibly-create-directory, nntp-marks-changed-p)
10728 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
10729 functions.
10730
10731 2004-05-12 Jesper Harder <harder@ifa.au.dk>
10732
10733 * gnus-score.el (gnus-score-insert-help): Use
10734 gnus-select-lowest-window.
10735
10736 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
10737 appt-select-lowest-window and rename to gnus-select-lowest-window.
10738
10739 * gnus.el: do.
10740
10741 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10742
10743 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
10744 encodings of MIME-encoded words, in order to improve
10745 interoperability with several broken MUAs.
10746
10747 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10748
10749 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
10750 tags, only when charsets are not specified in headers.
10751 (mm-inline-text-html-render-with-w3m): Ditto.
10752
10753 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10754
10755 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
10756 instead of MIME-decoded from fields when checking
10757 `gnus-article-address-banner-alist'.
10758
10759 2004-05-03 Jesper Harder <harder@ifa.au.dk>
10760
10761 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
10762 description rather than subject.
10763
10764 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10765
10766 * gnus.el (gnus-version-number): Bump.
10767
10768 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
10769
10770 * gnus.el: No Gnus v0.2 is released.
10771
10772 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10773
10774 * gnus-agent.el (gnus-agent-read-agentview): Inline
10775 gnus-uncompress-range.
10776
10777 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10778
10779 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
10780 `exec-installed-p'.
10781
10782 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10783
10784 * gnus.el (spam-process, spam-autodetect-methods): Add
10785 bsfilter and bsfilter-headers.
10786
10787 * spam.el (spam-bsfilter): New customize group.
10788 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
10789 (spam-bsfilter-header, spam-bsfilter-probability-header)
10790 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
10791 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
10792 (spam-bsfilter-database-directory): New options.
10793 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
10794 (spam-list-of-statistical-checks, spam-registration-functions):
10795 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
10796 (spam-bsfilter-score): New command.
10797 (spam-check-bsfilter-headers, spam-check-bsfilter)
10798 (spam-bsfilter-register-with-bsfilter)
10799 (spam-bsfilter-register-spam-routine)
10800 (spam-bsfilter-unregister-spam-routine)
10801 (spam-bsfilter-register-ham-routine)
10802 (spam-bsfilter-unregister-ham-routine): New functions.
10803 (spam-generic-score): Support bsfilter; Accept an optional argument
10804 to recalcurate spam score even if scoring header has already been
10805 added.
10806 (spam-bogofilter-score, spam-spamassassin-score): Accept an
10807 optional argument to recalcurate spam score even if scoring header
10808 has already been added.
10809
10810 2004-04-29 Jesper Harder <harder@ifa.au.dk>
10811
10812 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
10813 strings! Reported by David D. Smith <davidsmith@acm.org>.
10814 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
10815 link is missing.
10816
10817 2004-04-28 Jesper Harder <harder@ifa.au.dk>
10818
10819 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
10820 (html2text-get-attr): Rewrite.
10821
10822 * message.el (message-setup-1): Remove redundant put-text-property
10823 on mail-header-separator.
10824
10825 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
10826
10827 * gnus-registry.el (gnus-registry-cache-whitespace)
10828 (gnus-registry-action, gnus-registry-spool-action)
10829 (gnus-registry-split-fancy-with-parent): Change message levels
10830 from 5 to 3 or 7, as needed.
10831
10832 * spam.el (spam-summary-prepare-exit)
10833 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
10834 (spam-split, spam-find-spam, spam-log-undo-registration)
10835 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
10836 level from 5 to 6.
10837
10838 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
10839
10840 * gnus-ems.el: Autoload appt-select-lowest-window (revert
10841 2004-03-04 change).
10842
10843 2004-04-25 Jesper Harder <harder@ifa.au.dk>
10844
10845 * sieve-manage.el (sieve-manage-open):
10846 * nnweb.el (nnweb-insert-html):
10847 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
10848 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
10849 * nnspool.el (nnspool-request-group):
10850 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
10851 * nnml.el (nnml-request-update-info):
10852 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
10853 (nnmh-request-create-group, nnmh-update-gnus-unreads):
10854 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
10855 (nnimap-request-set-mark):
10856 * nnfolder.el (nnfolder-request-update-info):
10857 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
10858 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
10859 * gnus-uu.el (gnus-uu-find-articles-matching):
10860 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
10861 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
10862 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
10863 * gnus-nocem.el (gnus-nocem-scan-groups):
10864 * gnus-int.el (gnus-start-news-server):
10865 * gnus-group.el (gnus-group-make-kiboze-group)
10866 (gnus-group-browse-foreign-server):
10867 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
10868 Use mapc when appropriate.
10869
10870 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
10871
10872 FIXME: Make separate entries for each person.
10873
10874 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
10875 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
10876 <shields@msrl.com>:
10877
10878 * spam.el (spam-necessary-extra-headers): Get the extra headers we
10879 may need for spam sorting and scoring.
10880 (spam-user-format-function-S): Add user format function suitable for
10881 general use.
10882 (spam-article-sort-by-spam-status): Add sorting function for summary
10883 sorting.
10884 (spam-extra-header-to-number): Add function to get a score from a
10885 header.
10886 (spam-summary-score): Add function to get a numeric score from the
10887 headers.
10888 (spam-generic-score): Fix function doc, was in wrong place.
10889 (spam-initialize): Take symbols when it's run, and install the
10890 extra headers that spam-necessary-extra-headers thinks we need.
10891
10892 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
10893
10894 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
10895 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
10896
10897 2004-04-17 Jesper Harder <harder@ifa.au.dk>
10898
10899 * gnus-sum.el (gnus-set-global-variables)
10900 (gnus-build-all-threads, gnus-get-newsgroup-headers)
10901 (gnus-article-get-xrefs, gnus-summary-best-group)
10902 (gnus-summary-next-article, gnus-summary-enter-digest-group)
10903 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
10904 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
10905 Use with-current-buffer.
10906
10907 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
10908
10909 * spam.el (spam-summary-prepare-exit): Simplify logic.
10910 (spam-fetch-article-header): Read the article header if it's not
10911 available.
10912 (spam-list-articles): Simplify logic.
10913 (spam-filelist-register-routine): Fix bug with unregister-list.
10914
10915 * gnus-registry.el: Fix comments at beginning.
10916
10917 2004-04-16 Jesper Harder <harder@ifa.au.dk>
10918
10919 * message.el (message-cater-to-broken-inn): Remove.
10920 (message-shorten-references): Make sure the total folded length of
10921 References is shorter than 998 characters to cater to a bug in INN
10922 2.3. Also, don't pretend that references aren't folded -- this
10923 hasn't worked for a while.
10924
10925 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
10926
10927 * gnus-agent.el (gnus-agentize):
10928 gnus-agent-send-mail-real-function no longer set to current value
10929 of message-send-mail-function but rather a lambda that calls
10930 message-send-mail-function. The change makes the agent real-time
10931 responsive to user changes to message-send-mail-function.
10932
10933 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
10934
10935 * legacy-gnus-agent.el
10936 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
10937 help from Florian Weimer <fw@deneb.enyo.de>
10938
10939 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
10940
10941 * nnmail.el (nnmail-cache-insert): Revert last change.
10942
10943 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
10944
10945 * nnmail.el (nnmail-cache-insert): Always check whether
10946 nnmail-cache-ignore-groups matches a group name.
10947
10948 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
10949
10950 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
10951 (spam-find-spam, spam-log-processing-to-registry)
10952 (spam-log-registered-p, spam-log-unregistration-needed-p)
10953 (spam-log-undo-registration): Use gnus-message instead of
10954 gnus-error, none of these errors are fatal.
10955
10956 * gnus-registry.el (gnus-registry-clean-empty-function)
10957 (gnus-registry-clean-empty): Remove only empty entries without
10958 extra data.
10959
10960 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
10961
10962 * spam-stat.el (spam-stat-buffer-change-to-spam)
10963 (spam-stat-buffer-change-to-non-spam): Change (error) to
10964 (gnus-message 8) invocation.
10965
10966 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
10967
10968 * nntp.el (nntp-via-netcat-command): New variable.
10969 (nntp-via-netcat-switches): New variable.
10970 (nntp-open-via-rlogin-and-netcat): New function.
10971 (nntp-open-connection-function): Doc fix.
10972 (nntp-telnet-command): Doc fix.
10973 (nntp-end-of-line): Doc fix.
10974 (nntp-via-rlogin-command): Doc fix.
10975 (nntp-via-user-name): Doc fix.
10976 (nntp-via-address): Doc fix.
10977
10978 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
10979
10980 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
10981 error in Emacs 21.1.
10982
10983 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
10984
10985 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
10986
10987 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
10988 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
10989 (gnus-agent-with-refreshed-group): New macro.
10990 (gnus-agent-rename-group): New function.
10991 (gnus-agent-delete-group): New function.
10992 (gnus-agent-save-group-info): Use gnus-command-method when
10993 `method' parameter is nil. Don't write nil entries into the
10994 active file.
10995 (gnus-agent-get-group-info): New function.
10996 (gnus-agent-fetch-articles): Use
10997 gnus-agent-update-files-total-fetched-for to increment disk space
10998 used.
10999 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11000 gnus-agent-update-view-total-fetched-for to increment disk space
11001 used.
11002 (gnus-agent-get-local): Added optional parameters to avoid calling
11003 gnus-group-real-name and gnus-find-method-for-group.
11004 (gnus-agent-set-local): Delete stored entry if either min, or max,
11005 are nil.
11006 (gnus-agent-fetch-session): Reworded error/quit messages. On
11007 quit, use gnus-agent-regenerate-group to record existance of any
11008 articles fetched to disk before the quit occurred.
11009 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11010 gnus-agent-update-view-total-fetched-for, and
11011 gnus-agent-update-files-total-fetched-for to decrement disk space
11012 used.
11013 (gnus-agent-retrieve-headers): Use
11014 gnus-agent-update-view-total-fetched-for to increment disk space
11015 used.
11016 (gnus-agent-regenerate-group): Replace gnus-group-update-group
11017 with gnus-agent-update-files-total-fetched-for to decrement disk
11018 space and fresh group buffer.
11019 (gnus-agent-inhibit-update-total-fetched-for): New variable.
11020 (gnus-agent-need-update-total-fetched-for): New variable.
11021 (gnus-agent-update-files-total-fetched-for): New function.
11022 (gnus-agent-update-view-total-fetched-for): New function.
11023 (gnus-agent-total-fetched-for): New function.
11024
11025 * gnus-cache.el (gnus-cache-save-buffers): Use
11026 gnus-cache-update-overview-total-fetched-for to change disk space
11027 used by this group.
11028 (gnus-cache-possibly-enter-article): Use
11029 gnus-cache-update-file-total-fetched-for to increment disk space
11030 used by this group.
11031 (gnus-cache-possibly-remove-article): Use
11032 gnus-cache-update-file-total-fetched-for to decrement disk space
11033 used by this group.
11034 (gnus-cache-generate-nov-databases): Purge total fetched cache.
11035 (gnus-cache-rename-group): New function.
11036 (gnus-cache-delete-group): New function.
11037 (gnus-cache-inhibit-update-total-fetched-for): New variable.
11038 (gnus-cache-need-update-total-fetched-for): New variable.
11039 (gnus-cache-with-refreshed-group): New macro.
11040 (gnus-cache-update-file-total-fetched-for): New function.
11041 (gnus-cache-update-overview-total-fetched-for): New function.
11042 (gnus-cache-rename-group-total-fetched-for): New function.
11043 (gnus-cache-delete-group-total-fetched-for): New function.
11044 (gnus-cache-total-fetched-for): New function.
11045
11046 * gnus-group.el: Require gnus-sum and autoload functions to
11047 resolve warnings when gnus-group.el compiled alone.
11048 (gnus-group-line-format): Documented new %F
11049 (size of Fetched data) group line format; identifies disk space
11050 used by agent and cache.
11051 (gnus-group-line-format-alist): Defined new F format.
11052 (gnus-total-fetched-for): New function.
11053 (gnus-group-delete-group): No longer update
11054 gnus-cache-active-altered as gnus-request-delete-group now keeps
11055 the cache in sync.
11056 (gnus-group-list-active): Let the agent store a server's active
11057 list if currently plugged.
11058
11059 * gnus-int.el (gnus-request-delete-group):
11060 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
11061 local disk in sync with the server.
11062 (gnus-request-rename-group):
11063 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
11064 local disk in sync with the server.
11065
11066 * gnus-start.el (gnus-get-unread-articles):
11067 Cosmetic simplification to logic.
11068
11069 * gnus-util.el (gnus-rename-file): New function.
11070
11071 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
11072
11073 * mm-util.el (mm-image-load-path): Handle nil in load-path.
11074
11075 2004-04-07 Jesper Harder <harder@ifa.au.dk>
11076
11077 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11078 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
11079
11080 2004-04-06 Jesper Harder <harder@ifa.au.dk>
11081
11082 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11083 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
11084
11085 2004-04-03 Jesper Harder <harder@ifa.au.dk>
11086
11087 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
11088
11089 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
11090
11091 * spam.el (spam-set-difference): Add function to replace
11092 gnus-set-difference in spam.el.
11093 (spam-summary-prepare-exit): Use spam-set-difference.
11094
11095 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
11096
11097 * gnus-registry.el (gnus-registry-cache-file): Update to use
11098 gnus-dribble-directory OR gnus-home-directory OR ~.
11099 (gnus-registry-split-fancy-with-parent): Fix doc.
11100
11101 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
11102
11103 * message.el (message-exchange-point-and-mark): Use
11104 message-mark-active-p. Suggested by Jesper Harder
11105 <harder@ifa.au.dk>.
11106
11107 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
11108
11109 * message.el (message-exchange-point-and-mark): Don't activate
11110 region if it was inactive. Suggested by Hiroshi Fujishima
11111 <pooh@nature.tsukuba.ac.jp>.
11112
11113 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
11114
11115 * gnus-art.el (article-display-face): Display Faces in the same
11116 order as X-Faces.
11117
11118 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
11119
11120 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
11121
11122 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11123
11124 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11125 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11126 (gnus-article-mime-hierarchy): Remove.
11127 (gnus-article-mime-hierarchy-next): Remove.
11128 (gnus-article-mode): Revert 2004-03-19 change.
11129 (gnus-article-setup-buffer): Revert 2004-03-19 change.
11130 (gnus-insert-mime-button): Revert 2004-03-19 change.
11131 (gnus-mime-accumulate-hierarchy): Remove.
11132 (gnus-mime-enter-multipart): Remove.
11133 (gnus-mime-leave-multipart): Remove.
11134 (gnus-mime-display-part): Revert 2004-03-19 change.
11135 (gnus-mime-display-alternative): Revert 2004-03-19 change.
11136
11137 * mml.el (mml-preview): Revert 2004-03-19 change.
11138
11139 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
11140
11141 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
11142
11143 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
11144
11145 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11146 t while entering a file name using the mm-with-multibyte macro.
11147 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11148
11149 * mm-util.el (mm-with-multibyte): New macro.
11150
11151 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
11152
11153 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11154 user option.
11155 (gnus-mime-multipart-functions): Doc and customization fix.
11156 (gnus-article-mime-hierarchy): New variable.
11157 (gnus-article-mime-hierarchy-next): New variable.
11158 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11159 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11160 gnus-article-mime-hierarchy-next to nil.
11161 (gnus-insert-mime-button): Show hierarchy numbers.
11162 (gnus-mime-accumulate-hierarchy): New function.
11163 (gnus-mime-enter-multipart): New function.
11164 (gnus-mime-leave-multipart): New function.
11165 (gnus-mime-display-part): Recompute hierarchical MIME structure.
11166 (gnus-mime-display-alternative): Show hierarchy numbers.
11167
11168 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
11169 gnus-article-mime-hierarchy-next to nil.
11170
11171 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
11172
11173 * dns.el: Don't require gnus-xmas.
11174
11175 2004-03-17 Jesper Harder <harder@ifa.au.dk>
11176
11177 * mml.el (mml-generate-mime-1): Don't use format=flowed with
11178 inline PGP.
11179 (mml-menu): Disable mml-quote-region if mark is inactive.
11180
11181 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
11182
11183 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
11184 when the group's active is not available.
11185
11186 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
11187
11188 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
11189 error.
11190
11191 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
11192
11193 * imap.el (imap-store-password): New variable.
11194 (imap-interactive-login): Use it.
11195 Suggested by Mark Plaksin <happy@mcplaksin.org>.
11196
11197 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
11198
11199 * gnus-art.el (gnus-article-read-summary-keys): Restore new
11200 window-start and hscroll to summary window.
11201
11202 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
11203
11204 * gnus-start.el (gnus-convert-old-newsrc): Only write the
11205 conversion message to newsrc-dribble when an actual conversion is
11206 performed.
11207
11208 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
11209
11210 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
11211
11212 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
11213
11214 * mm-decode.el (mm-complicated-handles): New function reviving
11215 former definition of mm-multiple-handles.
11216
11217 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11218 (gnus-mime-delete-part): Use it.
11219
11220 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
11221
11222 * gnus-agent.el (gnus-agent-read-local): Bind
11223 nnheader-file-coding-system to gnus-agent-file-coding-system to
11224 avoid the implicit assumption that they will always be equal.
11225 (gnus-agent-save-local): Bind buffer-file-coding-system, not
11226 coding-system-for-write, as the with-temp-file macro first prints
11227 to a buffer then saves the buffer.
11228
11229 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
11230
11231 * gnus-art.el (gnus-article-edit-part): New function.
11232 (gnus-mime-save-part-and-strip): Use it; do query instead of
11233 signaling an error; don't use mm-multiple-handles.
11234 (gnus-mime-delete-part): Ditto.
11235
11236 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
11237
11238 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
11239 old file versions.
11240 (gnus-group-prepare-hook): Removed function that converted list
11241 form of gnus-agent-expire-days to group properties.
11242
11243 * gnus-int.el: Autoload gnus-agent-regenerate-group.
11244 (gnus-request-accept-article): Re-indented.
11245
11246 * gnus-start.el (gnus-convert-old-newsrc): Registered new
11247 converters to handle old agent file formats. Added logic for a
11248 "backup before upgrading warning".
11249 (gnus-convert-mark-converter-prompt): Developers can mark
11250 functions as needing (default), or not needing,
11251 gnus-convert-old-newsrc's "backup before upgrading warning".
11252 (gnus-convert-converter-needs-prompt): Tests whether the user
11253 should be protected from potentially irreversable changes by the
11254 function.
11255
11256 * legacy-gnus-agent.el: New. Provides converters that are only
11257 loaded when gnus-convert-old-newsrc needs to call them.
11258
11259 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
11260
11261 * mail-source.el (mail-source-touch-pop): Doc fix.
11262
11263 * message.el (message-smtpmail-send-it): Doc fix.
11264
11265 2004-03-05 Jesper Harder <harder@ifa.au.dk>
11266
11267 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
11268
11269 * nnmail.el (nnmail-split-fancy): do.
11270
11271 * gnus-kill.el (gnus-kill, gnus-execute): do.
11272
11273 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
11274
11275 * gnus-sum.el (gnus-widget-reversible-match)
11276 (gnus-widget-reversible-to-internal)
11277 (gnus-widget-reversible-to-external): New functions.
11278 (gnus-widget-reversible): New widget.
11279 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
11280
11281 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
11282
11283 * gnus-sum.el (gnus-thread-sort-functions)
11284 (gnus-article-sort-functions): Document `(not F)' items.
11285
11286 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
11287
11288 * spam.el (spam-use-gmane-xref): Add new backend.
11289 (spam-gmane-xref-spam-group): Add variable to control the name of the
11290 Gmane spam group.
11291 (spam-blackhole-servers, spam-blackhole-good-server-regex)
11292 (spam-regex-headers-spam, spam-regex-headers-ham)
11293 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
11294 (spam-list-of-checks): Add spam-use-gmane-xref to list of
11295 backends and checks.
11296 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
11297
11298 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
11299 an autodetect method.
11300
11301 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
11302
11303 * gnus-int.el (gnus-request-accept-article): Inform the agent that
11304 articles are being added to a group.
11305 (gnus-request-replace-article): Inform the agent that articles
11306 need to be uncached as the cached contents are no longer valid.
11307
11308 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
11309
11310 * binhex.el: Don't autoload executable-find.
11311
11312 * canlock.el: Don't autoload mail-fetch-field.
11313
11314 * gnus-ems.el: Don't autoload appt-select-lowest-window.
11315
11316 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
11317 rmail-dont-reply-to and rmail-output.
11318
11319 * gnus-score.el: Don't autoload ffap-string-at-point.
11320
11321 * gnus-setup.el: Don't autoload sc-cite-original.
11322
11323 * imap.el: Don't autoload base64-decode-string,
11324 base64-encode-string and md5.
11325
11326 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
11327 and rmail-msg-restore-non-pruned-header.
11328
11329 * mm-decode.el: Don't autoload executable-find.
11330
11331 * mm-url.el: Don't autoload executable-find.
11332
11333 * mm-view.el: Don't autoload diff-mode.
11334
11335 * nndb.el: Don't autoload news-reply-mode, news-setup,
11336 cancel-timer and telnet.
11337
11338 * password.el: Don't autoload run-at-time for Emacs.
11339
11340 * sha1-el.el: Don't autoload executable-find.
11341
11342 * sieve-mode.el: Don't autoload c-mode.
11343
11344 * uudecode.el: Don't autoload executable-find.
11345
11346 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
11347
11348 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
11349 (gnus-agent-possibly-alter-active): Avoid null in numeric
11350 comparison.
11351 (gnus-agent-set-local): Refuse to save null in local object table.
11352 (gnus-agent-regenerate-group): The REREAD parameter can now be a
11353 list of articles that will be marked as unread.
11354
11355 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
11356
11357 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
11358
11359 2004-03-04 Jesper Harder <harder@ifa.au.dk>
11360
11361 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
11362 language tags.
11363
11364 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
11365
11366 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
11367 Don't bind "obarray".
11368
11369 * gnus-sum.el (gnus-thread-sort-functions): Added
11370 `gnus-thread-sort-by-most-recent-number' and
11371 `gnus-thread-sort-by-most-recent-date'.
11372 Reported by Kai Grossjohann <kai@emptydomain.de>.
11373
11374 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11375
11376 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
11377
11378 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
11379
11380 * gnus-cus.el (gnus-agent-customize-category): Removed
11381 ignore-errors macro reference that required cl to be loaded at
11382 run-time.
11383
11384 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
11385 single-interval range of the form (min . max). Previously the
11386 range had to look like ((min . max)). Likewise, return
11387 (min . max) rather than ((min . max)).
11388 (gnus-range-map): Use gnus-range-normalize to accept
11389 single-interval range.
11390
11391 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
11392 the cache, but not the agent, now appear with their usual face.
11393
11394 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
11395
11396 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
11397 w3m-safe-url-regexp variable buffer-local.
11398
11399 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11400
11401 2004-02-27 Simon Josefsson <jas@extundo.com>
11402
11403 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
11404 gnus-group-real-prefix.
11405 (gnus-summary-move-article): Use it, instead of
11406 gnus-group-real-prefix.
11407
11408 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
11409
11410 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
11411 w3m-safe-url-regexp variable buffer-local and set it as the value
11412 of mm-w3m-safe-url-regexp.
11413
11414 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11415
11416 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
11417 parsing gnus-posting-styles when the message is not for replying.
11418
11419 * nnrss.el (nnrss-opml-export): Use
11420 mm-set-buffer-file-coding-system instead of
11421 set-buffer-file-coding-system.
11422
11423 2004-02-27 Jesper Harder <harder@ifa.au.dk>
11424
11425 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
11426 of checkdoc.el).
11427 * nnrss.el: do.
11428 * gnus-mlspl.el: do.
11429 * gnus-ml.el: do.
11430 * gnus-srvr.el: do.
11431
11432 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
11433
11434 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
11435
11436 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
11437 Corrections to custom-manual links.
11438
11439 * gnus-art.el (gnus-article): Ditto.
11440
11441 * mm-decode.el (mime-display, mime-security): Ditto.
11442
11443 2004-02-26 Jesper Harder <harder@ifa.au.dk>
11444
11445 * flow-fill.el: Typo.
11446
11447 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
11448
11449 * spam-wash.el: New file.
11450
11451 2004-02-26 Mark A. Hershberger <mah@everybody.org>
11452
11453 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
11454
11455 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
11456
11457 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
11458 to be run with new-articles as LIST1, not LIST2.
11459 (spam-registration-functions): Add spam-use-ham-copy as a nil
11460 registration backend.
11461
11462 2004-02-26 Jesper Harder <harder@ifa.au.dk>
11463
11464 * spam-stat.el (spam-stat-washing-hook): New option.
11465 (spam-stat-buffer-words): Use it.
11466 (spam-stat-process-directory, spam-stat-test-directory): Use
11467 insert-file-contents-literally.
11468 (spam-stat-coding-system): New variable.
11469 (spam-stat-load, spam-stat-save): Use it.
11470
11471 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
11472
11473 * spam-report.el (spam-report-plug-agent): Quote
11474 spam-report-url-to-file and spam-report-url-ping-plain.
11475
11476 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
11477
11478 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
11479 / in mailto URLs.
11480
11481 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
11482
11483 * spam-report.el (spam-report-process-queue): Fix interactive use.
11484 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
11485 (spam-report-unplug-agent): Doc fixes.
11486 (spam-report-url-ping-mm-url, spam-report-url-to-file)
11487 (spam-report-agentize, spam-report-deagentize): Autoload
11488
11489 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
11490
11491 * message.el (message-setup-fill-variables): Add mml tags to
11492 paragraph-start and paragraph-separate. Suggested by Andrew Korty
11493 <ajk@iu.edu>.
11494 (message-mode): Don't modify paragraph-separate there.
11495
11496 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
11497
11498 * compface.el (uncompface-use-external): Default to undecided.
11499 (uncompface-use-external-threshold): New variable.
11500 (uncompface-float-time): New macro.
11501 (uncompface): Determine whether to use the external decoder if
11502 uncompface-use-external is undecided.
11503
11504 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11505
11506 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
11507 after images.
11508
11509 * gnus-art.el (gnus-mime-display-single): Remove dead code.
11510
11511 2004-02-14 Jesper Harder <harder@ifa.au.dk>
11512
11513 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
11514
11515 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
11516
11517 * gnus-sum.el (gnus-summary-limit-to-age)
11518 (gnus-summary-limit-children): do.
11519
11520 * gnus-int.el (gnus-request-scan): do.
11521
11522 * gnus-group.el (gnus-group-suspend): do.
11523
11524 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
11525
11526 * gnus-cite.el (gnus-cite-parse-attributions): do.
11527
11528 * gnus-agent.el (gnus-summary-set-agent-mark)
11529 (gnus-agent-regenerate-group): do.
11530
11531 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
11532
11533 * binhex.el (binhex-decode-region-internal): do.
11534
11535 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
11536
11537 * gnus-fun.el (gnus-face-properties-alist): New user option.
11538 (gnus-display-x-face-in-from): Use it.
11539
11540 * gnus-art.el (article-display-face): Ditto.
11541
11542 * compface.el (uncompface-use-external): Default to nil.
11543
11544 2004-02-12 Jesper Harder <harder@ifa.au.dk>
11545
11546 * nntp.el (nntp-erase-buffer): New function.
11547 (nntp-retrieve-data, nntp-send-command)
11548 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
11549 (nntp-possibly-change-group): Use it.
11550
11551 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
11552 with-current-buffer.
11553
11554 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
11555
11556 * compface.el: Merge the ELisp-based uncompface program.
11557 (compface): New customization group.
11558 (uncompface-use-external): New user option.
11559 (uncompface): Call uncompface-internal if uncompface-use-external
11560 is nil.
11561 (uncompface-internal): New function. Note that there are also
11562 some other functions and variables added for this function.
11563
11564 2004-02-10 Jesper Harder <harder@ifa.au.dk>
11565
11566 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
11567 if necessary.
11568
11569 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
11570
11571 * spam-report.el (spam-report-unplug-agent)
11572 (spam-report-plug-agent, spam-report-deagentize)
11573 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
11574 Add support for the Agent in spam-report: when unplugged, report to a
11575 file; when plugged, submit all the requests.
11576
11577 * spam.el (spam-register-routine): Fix message about
11578 registration.
11579
11580 2004-02-09 Jesper Harder <harder@ifa.au.dk>
11581
11582 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
11583 dependencies.
11584 (rfc2047-encode): Use it.
11585
11586 * gnus-art.el (gnus-button-marker-list): Move before first
11587 reference.
11588
11589 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11590 (imap-parse-body): Fix format string mismatch.
11591
11592 * gnus-score.el (gnus-summary-increase-score): do.
11593
11594 * nnrss.el (nnrss-close): New function.
11595
11596 2004-02-08 Jesper Harder <harder@ifa.au.dk>
11597
11598 * nnrss.el (nnrss-make-filename): New function.
11599 (nnrss-request-delete-group, nnrss-read-server-data)
11600 (nnrss-save-server-data, nnrss-read-group-data)
11601 (nnrss-save-group-data): Use it.
11602 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
11603 (nnrss-read-server-data, nnrss-read-group-data): Use load.
11604 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
11605
11606 2004-02-07 Jesper Harder <harder@ifa.au.dk>
11607
11608 * mml.el (mml-compute-boundary-1): Don't uncompress files.
11609
11610 2004-02-06 Jesper Harder <harder@ifa.au.dk>
11611
11612 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
11613 files.
11614
11615 * message.el (message-generate-headers-first): Don't quote nil
11616 and t in docstrings.
11617
11618 * imap.el (imap-id): do.
11619
11620 * gnus-agent.el (gnus-agent-consider-all-articles)
11621 (gnus-agent-queue-mail): do.
11622
11623 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
11624
11625 * spam-report.el (spam-report-process-queue): New function.
11626 Process requests from `spam-report-requests-file'.
11627 (spam-report-process-queue): Doc fix.
11628
11629 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
11630
11631 * spam.el (spam-register-routine)
11632 (spam-log-processing-to-registry, spam-log-registered-p)
11633 (spam-log-unregistration-needed-p, spam-log-undo-registration):
11634 Change "check" to "spam-check" for semi-clarity.
11635
11636 2004-02-05 Jesper Harder <harder@ifa.au.dk>
11637
11638 * pop3.el: Require nnheader.
11639
11640 * mml-smime.el: Require cl. Autoload message-fetch-field.
11641
11642 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
11643
11644 * gnus-picon.el: Require cl.
11645
11646 * gnus-fun.el: Require gnus-ems and gnus-util.
11647
11648 * gnus.el (gnus-method-to-server): Move defsubst before first use.
11649
11650 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
11651
11652 * gnus-art.el (gnus-article-edit-mode): Define before first
11653 reference.
11654
11655 2004-02-04 Jesper Harder <harder@ifa.au.dk>
11656
11657 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
11658 (gnus-uu-post-encoded): Use point-at-bol.
11659
11660 * gnus-topic.el (gnus-group-active-topic-p): do.
11661
11662 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
11663
11664 * gnus-group.el (gnus-group-kill-region): do.
11665
11666 * gnus-art.el (article-date-ut): do.
11667
11668 * message.el (message-fetch-field): Remove redundant
11669 case-fold-search binding.
11670 (message-narrow-to-field): Simplify.
11671
11672 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
11673
11674 * spam.el (spam-directory): Derive from `gnus-directory'.
11675
11676 * spam-report.el (spam-report-url-to-file)
11677 (spam-report-requests-file): New function and variable for offline
11678 reporting.
11679 (spam-report-url-ping-function): Add `spam-report-url-to-file'
11680 and user defined function.
11681 (spam-report-url-ping-mm-url): Remove doubled slash.
11682
11683 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
11684
11685 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
11686
11687 2004-02-03 Jesper Harder <harder@ifa.au.dk>
11688
11689 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
11690 format string mismatch.
11691
11692 * sieve.el (sieve-deactivate-all): do.
11693
11694 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
11695
11696 * nnlistserv.el (nnlistserv-kk-wash-article): do.
11697
11698 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
11699
11700 * mm-bodies.el (mm-7bit-chars): Don't include \r.
11701
11702 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
11703
11704 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
11705 the list of checks.
11706
11707 2004-01-31 Jesper Harder <harder@ifa.au.dk>
11708
11709 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
11710 padding.
11711
11712 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
11713
11714 * mm-view.el (mm-fill-flowed): New variable.
11715 (mm-inline-text): Use it.
11716
11717 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
11718
11719 * spam.el (spam-spamassassin-register-ham-routine)
11720 (spam-spamassassin-register-spam-routine): Fix function names.
11721
11722 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
11723
11724 * gnus.el (gnus-tmp-grouplens): Remove.
11725 (gnus-summary-line-format): Remove grouplens.
11726
11727 * gnus-group.el (gnus-group-line-format): Ditto.
11728
11729 * gnus-spec.el (gnus-format-specs): Ditto.
11730 (gnus-update-format-specifications): Flush the group format spec
11731 cache if there's the grouplens stuff.
11732 (gnus-parse-simple-format): Replace %l with the empty string.
11733
11734 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
11735
11736 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
11737 omission.
11738
11739 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
11740
11741 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
11742 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11743
11744 2004-01-25 Paul Jarc <prj@po.cwru.edu>
11745
11746 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
11747 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
11748 New macros and functions.
11749 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
11750 Handle > NLINK_MAX messages.
11751 * nnmaildir.el (nnmaildir-request-set-mark): Use
11752 nnmaildir--emlink-p and nnmaildir--eexist-p.
11753
11754 2004-01-25 Alex Schroeder <alex@gnu.org>
11755
11756 * spam-stat.el (spam-stat-process-directory-age): New option.
11757 (spam-stat-process-directory): Use it.
11758
11759 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
11760
11761 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
11762 (spam-stat-save): Accept prefix argument.
11763
11764 2004-01-23 Paul Jarc <prj@po.cwru.edu>
11765
11766 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
11767 links" error.
11768
11769 2004-01-23 Jesper Harder <harder@ifa.au.dk>
11770
11771 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
11772 compatibility with old .newsrc.eld files.
11773
11774 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
11775
11776 * gnus-start.el (gnus-1): do.
11777
11778 * gnus-group.el (gnus-group-line-format-alist): do.
11779
11780 * gnus.el (gnus-use-grouplens, gnus-visual): do.
11781
11782 * gnus-gl.el: Remove.
11783
11784 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
11785
11786 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
11787 marks consisting of a single range {for example, (3 . 5)} rather
11788 than a list of a single range { ((3 . 5)) }.
11789
11790 2004-01-23 Jesper Harder <harder@ifa.au.dk>
11791
11792 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
11793 with-current-buffer.
11794 (spam-stat-store-current-buffer): Use insert-buffer-substring to
11795 avoid consing a string.
11796
11797 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
11798 Remove obsolete entries for big5 and gb2312.
11799
11800 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
11801
11802 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
11803 uncompressed list.
11804
11805 2004-01-22 Jesper Harder <harder@ifa.au.dk>
11806
11807 * spam-stat.el (spam-stat-strip-xref): New function.
11808 (spam-stat-process-directory): Use it.
11809
11810 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
11811 here -- it's done in message-fetch-field.
11812
11813 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
11814
11815 * gnus-agent.el (gnus-agent-queue-mail)
11816 (gnus-agent-prompt-send-queue): New variables.
11817 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
11818 * gnus-draft.el (gnus-group-send-queue): Pass the group name
11819 "nndraft:queue" along to gnus-draft-send. Use
11820 gnus-agent-prompt-send-queue.
11821 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
11822 is "nndraft:queue". Suggested by Gaute Strokkenes
11823 <gs234@srcf.ucam.org>
11824
11825 * gnus-agent.el (agent-disable-undownloaded-faces): Removed
11826 (agent-enable-undownloaded-faces): Added
11827 (gnus-agent-cat-groups): Use eval-and-compile, not
11828 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
11829 method of gnus-agent-cat-groups even when the buffer has been
11830 evaled.
11831 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
11832 delete gnus-agent-save-active-1.
11833 (gnus-agent-save-groups): Deleted. Identical to
11834 gnus-agent-save-active.
11835 (gnus-agent-write-active): No longer adjust agent's copy of active
11836 file as agent's adjustments are now stored in their own
11837 file. Removed optional parameter.
11838 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
11839 servers. Add use of min/max range limits from server's local
11840 file.
11841 (gnus-agent-save-alist): Removed unused optional argument.
11842 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
11843 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
11844 (gnus-agent-set-local): A per-server file that keeps min/max range
11845 limits for articles known to the agent. Provides a fast mechanism
11846 for altering many active ranges.
11847 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
11848 active file (local makes it unnecessary).
11849 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
11850
11851 * gnus-cus.el (agent-disable-undownloaded-faces): Removed
11852 (agent-enable-undownloaded-faces): Added
11853
11854 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
11855 disable it when sending to "nndraft:queue".
11856 (gnus-group-send-queue): Add safety check to avoid sending queue
11857 when unplugged.
11858
11859 * gnus-group.el (gnus-group-catchup): Use new
11860 gnus-sequence-of-unread-articles, not
11861 gnus-list-of-unread-articles, to avoid exhausting memory with huge
11862 numbers of articles. Use gnus-range-map to avoid having to
11863 uncompress the unread list.
11864 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
11865 Fixed invalid ange-ftp reference.
11866
11867 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
11868 (gnus-sorted-range-intersection): Intersection of two ranges
11869 without requiring that they first be uncompressed.
11870
11871 * gnus-start.el (gnus-activate-group): Unless blocked by the
11872 caller, possibly expand the active range to include both cached
11873 and agentized articles.
11874 (gnus-convert-old-newsrc): Rewrote in anticipation of having
11875 multiple version-dependent converters.
11876 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
11877 gnus-agent-save-active.
11878 (gnus-save-newsrc-file): Save dirty agent range limits.
11879
11880 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
11881 gnus-agent-possibly-alter-active.
11882 (gnus-adjust-marked-articles): Faster handling of simple lists
11883
11884 2004-01-21 Jesper Harder <harder@ifa.au.dk>
11885
11886 * spam-stat.el (spam-stat-test-directory): New optional argument
11887 displays a list of files detected. Suggested by Andrew Cohen
11888 <cohen@andy.bu.edu>.
11889 (spam-stat-buffer-words-with-scores): Don't narrow and change
11890 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
11891
11892 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
11893
11894 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
11895 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
11896 (spam-spamassassin-arguments)
11897 (spam-spamassassin-spam-flag-header)
11898 (spam-spamassassin-positive-spam-flag-header)
11899 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
11900 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
11901 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
11902 (spam-list-of-processors, spam-list-of-checks)
11903 (spam-list-of-statistical-checks, spam-registration-functions)
11904 (spam-check-spamassassin-headers, spam-check-spamassassin)
11905 (spam-spamassassin-score)
11906 (spam-spamassassin-register-with-sa-learn)
11907 (spam-spamassassin-register-spam-routine)
11908 (spam-spamassassin-register-ham-routine)
11909 (spam-assassin-register-spam-routine)
11910 (spam-assassin-register-ham-routine): Add SpamAssassin support.
11911 (spam-bogofilter-score): Fix to show article before scoring.
11912
11913 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
11914
11915 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
11916 default scoring function.
11917 (spam-generic-score): Call spam-spamassassin-score if
11918 spam-use-spamassassin or spam-use-spamassassin-headers is on;
11919 spam-bogofilter-score otherwise.
11920
11921 * gnus.el (spam-process, spam-autodetect-methods): Add
11922 spamassassin and spamassassin-headers.
11923
11924 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
11925
11926 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11927 Suppress unnecessary messages.
11928
11929 2004-01-20 Jesper Harder <harder@ifa.au.dk>
11930
11931 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
11932 make-hash-table.
11933
11934 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
11935
11936 * canlock.el (base64-encode-string): Don't autoload it.
11937
11938 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11939
11940 * run-at-time.el: Remove useless (require 'itimer),
11941 eval-and-compile and (featurep 'xemacs).
11942
11943 2004-01-16 Jesper Harder <harder@ifa.au.dk>
11944
11945 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
11946 GROUP is a virtual group.
11947
11948 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
11949
11950 * gnus.el: Autoload `message-y-or-n-p'.
11951
11952 2004-01-15 Jesper Harder <harder@ifa.au.dk>
11953
11954 * pgg-parse.el: Remove unnecessary (require 'custom).
11955
11956 * pgg-def.el: do.
11957
11958 * nnmail.el: do.
11959
11960 * gnus-undo.el: do.
11961
11962 * gnus-picon.el: do.
11963
11964 * gnus-util.el: do.
11965
11966 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
11967
11968 * gnus-sum.el (gnus-pick-line-number): Add autoload.
11969
11970 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
11971
11972 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
11973 handle, as well as a list.
11974
11975 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
11976 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
11977 (mm-w3m-cid-retrieve): Simplify.
11978
11979 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
11980
11981 * message.el (message-kill-to-signature): Allow prefix arg to
11982 specify number of lines to keep before signature.
11983
11984 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
11985
11986 (message-kill-to-signature): Change docstring.
11987
11988 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
11989
11990 * canlock.el: Always require sha1-el.
11991 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
11992
11993 * message.el: Autoload sha1 only when compiling.
11994
11995 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
11996
11997 * message.el (message-canlock-generate): Require sha1-el.
11998
11999 2004-01-13 Jesper Harder <harder@ifa.au.dk>
12000
12001 * message.el (message-expand-name): Silence the byte compiler.
12002
12003 2004-01-13 Simon Josefsson <jas@extundo.com>
12004
12005 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12006 Invoke gnus-score-mode. Reported by
12007 bojohan+news@dd.chalmers.se (Johan Bockgård).
12008
12009 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
12010 Jim Blandy <jimb@redhat.com> (tiny change).
12011
12012 2004-01-12 Jesper Harder <harder@ifa.au.dk>
12013
12014 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12015
12016 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
12017
12018 * spam.el (spam-get-article-as-string): Update to use
12019 gnus-request-article-this-buffer, much simpler.
12020 (spam-get-article-as-buffer): Remove.
12021
12022 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
12023
12024 * message.el (message-expand-name): Use EUDC if the user uses that.
12025
12026 2004-01-12 Jesper Harder <harder@ifa.au.dk>
12027
12028 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12029 character for the encoding to avoid consing a string.
12030
12031 * rfc2047.el (rfc2047-decode-string): Don't cons a string
12032 unnecessarily.
12033
12034 * mm-util.el (mm-replace-chars-in-string): Remove.
12035
12036 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12037 of mm-replace-chars-in-string.
12038
12039 2004-01-11 Jesper Harder <harder@ifa.au.dk>
12040
12041 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
12042
12043 * mm-util.el (mm-subst-char-in-string): Support inplace.
12044
12045 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12046 a new string in every iteration. Use shy groups.
12047
12048 2004-01-10 Jesper Harder <harder@ifa.au.dk>
12049
12050 * gnus-srvr.el (gnus-browse-unsubscribe-group):
12051 * gnus-soup.el (gnus-soup-group-brew):
12052 * gnus-msg.el (gnus-put-message):
12053 * gnus-move.el (gnus-group-move-group-to-server):
12054 * gnus-kill.el (gnus-batch-score):
12055 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12056 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12057 (gnus-group-update-group, gnus-group-read-group)
12058 (gnus-group-make-group, gnus-group-make-help-group)
12059 (gnus-group-make-archive-group, gnus-group-make-directory-group)
12060 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12061 (gnus-group-sort-by-unread, gnus-group-catchup)
12062 (gnus-group-unsubscribe-group, gnus-group-kill-group)
12063 (gnus-group-yank-group, gnus-group-set-info)
12064 (gnus-group-list-groups):
12065 * gnus.el (gnus-generate-new-group-name):
12066 * gnus-delay.el (gnus-delay-send-queue):
12067 * nnvirtual.el (nnvirtual-catchup-group):
12068 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
12069 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
12070 (gnus-group-prepare-topics, gnus-topic-check-topology):
12071 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12072 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12073 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
12074 (gnus-group-make-articles-read):
12075 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12076 (gnus-group-change-level, gnus-kill-newsgroup)
12077 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12078 (gnus-get-unread-articles, gnus-make-articles-unread)
12079 (gnus-make-ascending-articles-unread): Use accessor
12080 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12081 to get group information for improved readability.
12082
12083
12084 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12085
12086 * gnus-art.el (article-decode-mime-words, article-babel)
12087 (gnus-article-highlight-signature, gnus-article-add-buttons)
12088 (gnus-signature-toggle): Use gnus-with-article-buffer.
12089
12090 * gnus-art.el (gnus-article-highlight-headers)
12091 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
12092
12093 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12094 (gnus-article-set-globals, gnus-request-article-this-buffer)
12095 (gnus-button-message-id, gnus-article-maybe-hide-headers)
12096 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12097 (gnus-mime-display-alternative): Use with-current-buffer.
12098
12099 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12100
12101 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12102 also under 80 char limit, and call gnus-error if needed.
12103 (spam-fetch-article-header): Fix - it was a
12104 buffer-local variable (gnus-newsgroup-data).
12105 (spam-find-spam): Use spam-generate-fake-headers, forget about
12106 spam-insert-fake-headers.
12107 (spam-insert-fake-headers): Remove.
12108
12109 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12110
12111 * deuglify.el (gnus-article-outlook-unwrap-lines)
12112 (gnus-outlook-rearrange-article)
12113 (gnus-outlook-repair-attribution-outlook)
12114 (gnus-outlook-repair-attribution-block)
12115 (gnus-outlook-repair-attribution-other): Remove redundant
12116 save-excursion.
12117
12118 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12119
12120 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12121 (spam-fetch-field-subject-fast)
12122 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12123 (spam-fetch-article-header): Add functions to deal with Gnus
12124 internals for fast retrieval of article header data.
12125 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
12126
12127 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12128
12129 * pop3.el (pop3-md5): Remove.
12130 (pop3-apop): Replace pop3-md5 with md5.
12131
12132 * mm-bodies.el: base64 is always built-in.
12133
12134 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12135 with-current-buffer.
12136
12137 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
12138
12139 * canlock.el (canlock-insert-header): Remove excessive grouping in
12140 regexp.
12141
12142 * gnus-sum.el (gnus-summary-read-document): Ditto.
12143
12144 * gnus-uu.el (gnus-uu-part-number): Ditto.
12145
12146 * html2text.el (html2text-remove-tags): Ditto.
12147 (html2text-format-tags): Ditto.
12148 (html2text-format-single-elements): Ditto.
12149
12150 * mml.el (mml-parse-1): Ditto.
12151
12152 2004-01-08 Jesper Harder <harder@ifa.au.dk>
12153
12154 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12155
12156 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
12157
12158 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
12159
12160 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
12161
12162 2003-11-15 Simon Josefsson <jas@extundo.com>
12163
12164 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
12165 (pgg-gpg-lookup-key): Use regexp match instead of
12166 split-string (split-string is different between emacs 21.2 and
12167 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
12168
12169 2004-01-08 Jesper Harder <harder@ifa.au.dk>
12170
12171 * gnus-art.el (gnus-mime-view-all-parts)
12172 (gnus-article-part-wrapper, gnus-article-view-part): Use
12173 with-current-buffer.
12174
12175 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12176
12177 * spam.el (spam-disable-spam-split-during-ham-respool)
12178 (spam-spamoracle-database, spam-cache-lookups)
12179 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
12180 (spam-group-ham-mark-p, spam-group-spam-mark-p)
12181 (spam-group-ham-marks, spam-group-spam-marks)
12182 (spam-group-spam-contents-p, spam-group-ham-contents-p)
12183 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
12184 also add spam-use-blackholes to the statistical checks.
12185 (spam-fetch-field-fast): Add interface to fetching fields, may
12186 become a macro.
12187 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
12188 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
12189 (spam-insert-fake-headers): Fake an article when needed.
12190 (spam-find-spam): Fake article when possible.
12191 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
12192 (spam-check-bogofilter-headers): Use message-fetch-field instead
12193 of nnmail-fetch-field.
12194
12195 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
12196
12197 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
12198
12199 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12200
12201 * spam.el (spam-split): Do not require spam-use-CHECK to be
12202 enabled if that check is passed to spam-split explicitly; also
12203 fix so 'spam doesn't get converted to spam-split-group when
12204 spam-split-symbolic-return is t.
12205 (spam-find-spam): Find registrations of the article and use those
12206 instead of re-running spam-split to find the spam/ham
12207 classification of the article.
12208 (spam-log-processing-to-registry, spam-log-registered-p)
12209 (spam-log-unregistration-needed-p, spam-log-undo-registration):
12210 Use gnus-error instead of gnus-message.
12211 (spam-log-registration-type): Add function to determine the
12212 classification of a message based on registry entries; will
12213 return nil if both 'spam and 'ham are found.
12214 (spam-check-BBDB): Expand all the BBDB macros here so we can have
12215 a reasonably fast local cache without the loading errors.
12216 (spam-cache-lookups): Set to t by default.
12217 (spam-find-spam): Don't try to guess spam-cache-lookups.
12218 (spam-enter-whitelist, spam-enter-blacklist): Clear the
12219 spam-caches entry.
12220 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
12221 caching of whitelist/blacklist entries.
12222 (spam-check-whitelist, spam-check-blacklist): Invoke
12223 spam-from-listed-p with a type, not a cache variable.
12224 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
12225
12226 2004-01-07 Jesper Harder <harder@ifa.au.dk>
12227
12228 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
12229
12230 * nnmail.el (nnmail-split-fancy): do.
12231
12232 * mml.el (mml-parse): do.
12233
12234 * gnus-score.el (gnus-enter-score-words-into-hashtb)
12235 (gnus-score-adaptive): do.
12236
12237 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12238
12239 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
12240 (gnus-mime-button-map): Don't set keymap parent.
12241 (gnus-button-ctan-directory-regexp): Use shy grouping.
12242 (gnus-prev-page-map): Don't set keymap parent.
12243 (gnus-prev-page-map): Remove duplicated one.
12244 (gnus-next-page-map): Don't set keymap parent.
12245 (gnus-mime-security-button-map): Ditto.
12246
12247 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
12248 version number.
12249
12250 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
12251
12252 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12253
12254 * canlock.el (canlock-sha1-function): Remove.
12255 (canlock-sha1-function-for-verify): Remove.
12256 (canlock-openssl-program): Remove.
12257 (canlock-openssl-args): Remove.
12258 (canlock-ignore-errors): Remove.
12259 (canlock-sha1-with-openssl): Remove.
12260 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
12261 (canlock-verify): Don't use canlock-ignore-errors.
12262
12263 * sha1-el.el (sha1-string-external): Make it can return a string
12264 in binary form.
12265 (sha1-region-external): Ditto.
12266 (sha1-string-internal): Ditto.
12267 (sha1-region-internal): Ditto.
12268 (sha1-region): Ditto.
12269 (sha1-string): Ditto.
12270 (sha1): Ditto.
12271
12272 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
12273
12274 * spam.el (spam-report-articles-gmane): New command.
12275
12276 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12277
12278 * gnus.el: Don't make unnecessary *Group* buffer when loading.
12279
12280 * run-at-time.el (run-at-time-saved): Remove.
12281 (run-at-time): Doc fix.
12282
12283 2004-01-07 Jesper Harder <harder@ifa.au.dk>
12284
12285 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
12286 (gnus-summary-limit-map): Add it.
12287 (gnus-summary-make-menu-bar): do.
12288
12289 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
12290
12291 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
12292 Make attempt at some caching support (done for BBDB only now).
12293 (spam-find-spam): Set spam-cache-lookups if there are more than 2
12294 addresses to be checked.
12295 (spam-clear-cache-BBDB): Add function, to be invoked by
12296 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
12297 (spam-check-BBDB): Check and use the caches, if
12298 spam-cache-lookups is on, remove superfluous (provide).
12299
12300 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
12301
12302 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
12303
12304 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
12305
12306 * run-at-time.el (run-at-time-saved): Move to after the definition
12307 of `run-at-time'.
12308
12309 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12310
12311 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
12312 mm-w3m-local-map-property.
12313
12314 * mm-view.el (mm-w3m-mode-map): Remove.
12315 (mm-w3m-local-map-property): Remove.
12316 (mm-inline-text-html-render-with-w3m): Don't use
12317 mm-w3m-local-map-property.
12318
12319 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12320
12321 * run-at-time.el: New file.
12322
12323 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
12324 of gnus-set-text-properties.
12325
12326 * gnus-uu.el (gnus-uu-save-article): Ditto.
12327
12328 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
12329
12330 * gnus-cite.el (gnus-cite-parse): Ditto.
12331
12332 * gnus-art.el (gnus-button-push): Use set-text-properties instead
12333 of gnus-.
12334
12335 * gnus.el: Changed calls to nnheader-run-at-time and
12336 password-run-at-time throughout to use run-at-time directly.
12337
12338 * password.el: Removed definition of run-at-time.
12339
12340 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
12341
12342 * mml.el (mml-minibuffer-read-disposition): Show attachment type
12343 in prompt.
12344
12345 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
12346
12347 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
12348 XEmacs version.
12349
12350 * dns.el (dns-make-network-process): Use `open-network-stream'
12351 instead of `gnus-xmas-open-network-stream'.
12352
12353 * .cvsignore: Add auto-autoloads.el, custom-load.el.
12354
12355 2004-01-06 Jesper Harder <harder@ifa.au.dk>
12356
12357 * gnus-art.el (gnus-mime-display-alternative)
12358 (gnus-insert-mime-button, gnus-insert-mime-security-button)
12359 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
12360 Don't use gnus-local-map-property.
12361
12362 * gnus-util.el (gnus-local-map-property): Remove.
12363
12364 * mm-view.el (mm-view-pkcs7-decrypt): Replace
12365 gnus-completing-read-maybe-default with completing-read.
12366
12367 * gnus-util.el (gnus-completing-read): do.
12368 (gnus-completing-read-maybe-default): Remove.
12369
12370 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
12371
12372 * password.el: Only autoload `run-at-time' if not XEmacs.
12373 Only autoload the itimer functions if XEmacs.
12374
12375 2004-01-06 Jesper Harder <harder@ifa.au.dk>
12376
12377 * gnus-art.el (gnus-read-string): Remove.
12378 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
12379 read-string.
12380
12381 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
12382
12383 * netrc.el: Autoload password-read.
12384 (netrc): Add configuration group.
12385 (netrc-encoding-method, netrc-openssl-path): Add
12386 variables for encoding and decoding of files with symmetric
12387 ciphers.
12388 (netrc-encode): Add assistant function to encode a file with
12389 netrc-encoding-method.
12390 (netrc-parse): Add interactive parameter, added optional
12391 decoding if netrc-encoding-method is non-nil but otherwise
12392 behavior is standard.
12393 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
12394 Do s/encode/encrypt/ everywhere.
12395
12396 * spam.el: Remove executable-find autoload.
12397
12398 2004-01-05 Jesper Harder <harder@ifa.au.dk>
12399
12400 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
12401
12402 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
12403
12404 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
12405
12406 * gnus-art.el (gnus-treat-ansi-sequences,
12407 (article-treat-ansi-sequences): New variable and function.
12408 Suggested by Dan Jacobson <jidanni@jidanni.org>.
12409
12410 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12411 Use it.
12412
12413 2004-01-05 Jesper Harder <harder@ifa.au.dk>
12414
12415 * mm-util.el (mm-quote-arg): Remove.
12416
12417 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
12418 shell-quote-argument.
12419
12420 * gnus-uu.el (gnus-uu-command): do.
12421
12422 * gnus-sum.el (gnus-summary-insert-pseudos): do.
12423
12424 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
12425 with make-char.
12426
12427 * mm-util.el (mm-make-char): Remove.
12428
12429 * mml.el (mml-mode): Replace gnus-add-minor-mode with
12430 add-minor-mode.
12431
12432 * gnus-undo.el (gnus-undo-mode): do.
12433
12434 * gnus-topic.el (gnus-topic-mode): do.
12435
12436 * gnus-sum.el (gnus-dead-summary-mode): do.
12437
12438 * gnus-start.el (gnus-slave-mode): do.
12439
12440 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
12441
12442 * gnus-ml.el (gnus-mailing-list-mode): do.
12443
12444 * gnus-gl.el (gnus-grouplens-mode): do.
12445
12446 * gnus-draft.el (gnus-draft-mode): do.
12447
12448 * gnus-dired.el (gnus-dired-mode): do.
12449
12450 * gnus-ems.el (gnus-add-minor-mode): Remove.
12451
12452 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12453 Replace gnus-char-width with char-width.
12454
12455 * gnus-ems.el (gnus-char-width): Remove.
12456
12457 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12458 Replace gnus-char-width with char-width.
12459
12460 * gnus-ems.el (gnus-char-width): Remove.
12461
12462 * spam-stat.el (with-syntax-table): Remove with-syntax-table
12463 definition.
12464 Remove Emacs 20 hash table compatibility code.
12465
12466 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
12467 20 compatibility code.
12468
12469 * spam.el (spam-point-at-eol): Replace with point-at-eol.
12470
12471 * smime.el (smime-point-at-eol): Replace with point-at-eol.
12472
12473 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
12474 with point-at-{eol,bol}.
12475
12476 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
12477
12478 * imap.el (imap-point-at-eol): Replace with point-at-eol.
12479
12480 * flow-fill.el (fill-flowed-point-at-bol)
12481 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
12482
12483 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
12484 Replace with point-at-{eol,bol} throughout all files.
12485
12486 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
12487
12488 * ntlm.el (ntlm-string-as-unibyte): New macro.
12489 (ntlm-build-auth-response): Use it.
12490
12491 Remove Emacs 20 stuff:
12492 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
12493 of delq and copy-sequence.
12494 * gnus-art.el (popup-menu): Remove the compiler macro.
12495 * nnmail.el (nnmail-split-fancy): Don't support customizing with
12496 Emacs 20.
12497
12498 2004-01-05 Simon Josefsson <jas@extundo.com>
12499
12500 * ntlm.el: Fix namespace. Change smb-passwd-hash into
12501 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
12502 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
12503 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
12504 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
12505 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
12506 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
12507 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
12508 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
12509 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
12510 ntlm-string-permute, string-lshift into ntlm-string-lshift,
12511 string-xor into ntlm-string-xor. Suggested by
12512 Jesper Harder <harder@myrealbox.com>.
12513
12514 * ntlm.el: Don't include poem.
12515
12516 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
12517 Jesper Harder <harder@myrealbox.com>.
12518
12519 * sasl-ntlm.el, ntlm.el, md4.el: New files.
12520
12521 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
12522 probably breaks emacs with DL patch, but do we care? Is anyone
12523 still using the DL stuff?)
12524
12525 * sieve-manage.el: Use the password package.
12526 (sieve-manage-read-passwd): Remove.
12527 (sieve-manage-interactive-login): Use password. Re-add
12528 condition-case around loop.
12529
12530 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
12531 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
12532 the password package.
12533
12534 2003-02-19 Simon Josefsson <jas@extundo.com>
12535
12536 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
12537 token.
12538
12539 2002-08-07 Simon Josefsson <jas@extundo.com>
12540
12541 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
12542 (sieve-manage-authenticators):
12543 (sieve-manage-authenticator-alist): Add some SASL mechs.
12544 (sieve-sasl-auth): New function.
12545 (sieve-manage-cram-md5-auth):
12546 (sieve-manage-plain-auth): Rewrite using SASL library.
12547 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
12548 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
12549 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
12550 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
12551
12552 2004-01-05 Simon Josefsson <jas@extundo.com>
12553
12554 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
12555 New files.
12556
12557 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12558
12559 * gnus-group.el (gnus-no-groups-message): Update.
12560
12561 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
12562
12563 2003-11-09 Simon Josefsson <jas@extundo.com>
12564
12565 * imap.el: Support for ID IMAP extension (RFC 2971).
12566 (imap-local-variables): Add imap-id.
12567 (imap-id): New variable.
12568 (imap-id): New function.
12569 (imap-parse-response): Parse untagged ID response.
12570 * nnimap.el (nnimap-id): New variable.
12571 (nnimap-open-connection): Use it.
12572
12573 2003-12-28 Simon Josefsson <jas@extundo.com>
12574
12575 * gnus-score.el (gnus-score-edit-all-score): New.
12576 * gnus-group.el (gnus-group-score-map): Bind it to W e.
12577
12578 2004-01-04 Simon Josefsson <jas@extundo.com>
12579
12580 * password.el: Add.
12581
12582 2004-01-04 Mario Lang <lang@zid.tugraz.at>
12583
12584 * dns.el: Add support for AAAA records (see RFC 3596)
12585
12586 * Fix typo PRT -> PTR
12587
12588 * Parse MX, PTR and SOA replies (see RFC 1035)
12589
12590 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12591
12592 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
12593
12594 * Moved to Changelog.2.
12595
12596 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12597
12598 * gnus.el (gnus-version-number): Bump version.
12599
12600 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12601
12602 * gnus.el: No Gnus v0.1 is released.
12603
12604 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12605
12606 * gnus.el: No Gnus v0.0 is released.
12607
12608 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12609
12610 * gnus.el (gnus-version-number): Bump.
12611 (gnus-version): No.
12612
12613 See ChangeLog.2 for earlier changes.
12614
12615 Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
12616
12617 This file is part of GNU Emacs.
12618
12619 GNU Emacs is free software: you can redistribute it and/or modify
12620 it under the terms of the GNU General Public License as published by
12621 the Free Software Foundation, either version 3 of the License, or
12622 (at your option) any later version.
12623
12624 GNU Emacs is distributed in the hope that it will be useful,
12625 but WITHOUT ANY WARRANTY; without even the implied warranty of
12626 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12627 GNU General Public License for more details.
12628
12629 You should have received a copy of the GNU General Public License
12630 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
12631
12632 ;; Local Variables:
12633 ;; coding: utf-8
12634 ;; fill-column: 79
12635 ;; add-log-time-zone-rule: t
12636 ;; End:
12637
12638 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4