]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
Rewrite rfc2104-hash for speed.
[gnu-emacs] / lisp / gnus / ChangeLog
1 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2
3 * rfc2104.el (rfc2104-zero): Delete defconst.
4 (rfc2104-hex-alist): Likewise.
5 (rfc2104-hex-to-int): Delete func.
6 (rfc2104-hexstring-to-bitstring): Likewise.
7 (rfc2104-nybbles): New defconst.
8 (rfc2104-hash): Rewrite for speed.
9
10 2008-07-16 Glenn Morris <rgm@gnu.org>
11
12 * gnus-util.el (ns-focus-frame): Declare for compiler.
13
14 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
15
16 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
17 set as a group parameter.
18 (gnus-summary-save-in-pipe): Work when it is called independently.
19 (gnus-summary-pipe-to-muttprint): Don't modify
20 gnus-summary-pipe-output-default-command.
21
22 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
23
24 * message.el (message-send-mail-with-sendmail):
25 Display the error message.
26
27 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
28
29 * gnus-art.el (gnus-default-article-saver):
30 Add gnus-summary-save-in-pipe to choices.
31 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
32 gnus-summary-pipe-output-default-command as the default command.
33 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
34 instead of gnus-last-shell-command.
35
36 * gnus-sum.el (gnus-summary-pipe-output-default-command):
37 New user option.
38 (gnus-summary-muttprint-program): Mention the value will be changed.
39 (gnus-summary-save-article): Force showing of all headers.
40 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
41
42 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
43
44 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
45
46 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
47
48 * nnimap.el (nnimap-id):
49 * sieve-manage.el (sieve-manage-open): Doc fixes.
50
51 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
52
53 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
54 if available.
55
56 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
57
58 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
59
60 * nnkiboze.el (nnkiboze-generate-group):
61 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
62
63 * nnmairix.el: Require CL.
64
65 2008-06-15 David Engster <dengste@eml.cc>
66
67 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
68
69 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
70
71 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
72 New macros that expand to an `aset'/`aref' call under Emacs, and to a
73 runtime choice under XEmacs.
74
75 * gnus-sum.el (gnus-summary-set-display-table):
76 Use `gnus-put-display-table', `gnus-get-display-table',
77 `gnus-set-display-table' for the display table, instead of `aset'.
78
79 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
80
81 * nnmairix.el: Add autoloads.
82
83 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
84
85 * nnmairix.el (nnmairix-delete-recreate-group)
86 (nnmairix-update-and-clear-marks): Fix error messages.
87
88 2008-06-14 David Engster <dengste@eml.cc>
89
90 * nnmairix.el: Upgrade to version 0.6.
91 (nnmairix-group-toggle-propmarks-this-group)
92 (nnmairix-group-toggle-readmarks-this-group)
93 (nnmairix-group-delete-recreate-this-group)
94 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
95 (nnmairix-remove-tick-mark-original-article): New commands.
96 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
97 (nnmairix-propagate-marks-to-nnmairix-groups)
98 (nnmairix-only-use-registry, nnmairix-allowfast-default)
99 (nnmairix-marks-cache, nnmairix-version-output): New variables.
100 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
101 functions needed for marks propagation and manipulation of read marks.
102 (nnmairix-update-groups): New function.
103 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
104 (nnmairix-determine-original-group-from-registry)
105 (nnmairix-determine-original-group-from-path)
106 (nnmairix-get-group-from-file-path, nnmairix-map-range)
107 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
108 New helper functions.
109 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
110 keystrokes for new commands.
111 (nnmairix-delete-and-create-on-change): Doc string cleanup.
112 (nnmairix-request-group): Check allow-fast group parameter.
113 (nnmairix-request-create-group): Set allow-fast group parameter if
114 nnmairix-allowfast-default is set.
115 (nnmairix-close-group): Propagate marks upon closing if needed.
116 (nnmairix-group-toggle-threads-this-group): Use new.
117 nnmairix-group-toggle-parameter helper function.
118 (nnmairix-search): Better check for empty search result.
119 (nnmairix-goto-original-article): Use new helper functions for
120 determining original article.
121 (nnmairix-show-original-article): Make sure message-id is in brackets.
122 (nnmairix-call-mairix-binary): Change variable name.
123 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
124 helper function.
125 (nnmairix-widget-toggle-activate): Fix doc string.
126
127 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
128
129 * nnir.el: Require edmacro when compiling with XEmacs.
130 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
131 available in Emacs 21.
132
133 2008-06-11 Glenn Morris <rgm@gnu.org>
134
135 * gnus-util.el (x-focus-frame):
136 * gnus.el (image-size):
137 * mm-decode.el (image-size): Declare.
138
139 * gnus-picon.el (declare-function): Add compat definition.
140 (image-size): Declare.
141
142 * gnus-group.el (tool-bar-map):
143 * gnus-sum.el (tool-bar-map): Define for compiler.
144
145 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
146
147 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
148
149 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
150 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
151 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
152 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
153 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
154 * sieve-manage.el, spam-report.el, spam.el:
155 Remove unnecessary eval-and-compile of autoloads.
156
157 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
158
159 * auth-source.el: Precise Tramp doc.
160
161 2008-06-07 Glenn Morris <rgm@gnu.org>
162
163 * nnmairix.el: Remove unnecessary eval-when-compile.
164
165 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
166
167 * nnir.el: New file.
168
169 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
170
171 * gnus-util.el (gnus-read-shell-command): New function.
172 * mm-decode.el (mm-pipe-part):
173 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
174
175 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
176
177 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
178
179 2008-06-03 Glenn Morris <rgm@gnu.org>
180
181 * pop3.el (nnheader-accept-process-output): Autoload it.
182
183 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
184
185 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
186 are not 2-digit hexadecimal characters that follow `%'s.
187
188 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
189
190 * message.el (message-bogus-recipient-p): Fix type in doc string.
191 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
192 (message-bogus-addresses): Rename from message-bogus-address-regexp.
193 Improve custom options.
194 (message-bogus-recipient-p): Adjust accordingly.
195
196 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
197
198 * nnmairix.el: Require edmacro when compiling with XEmacs.
199
200 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
201
202 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
203 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
204
205 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
206
207 * auth-source.el: Add more docs.
208
209 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
210
211 * nnheader.el (nnheader-read-timeout): Change the default timeout from
212 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
213 retrieval faster in some cases, but might make CPU usage larger. If
214 this has any bad side effects, we might revert this change.
215
216 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
217 seems to make mail retrieval much, much faster.
218 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
219 unconditionally.
220
221 * gnus-draft.el (gnus-group-send-queue): Bind
222 message-send-mail-partially-limit to nil to avoid being prompted.
223
224 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
225
226 * mml.el (mml-attach-buffer): Prompt for `disposition'.
227
228 * message.el (message-bogus-address-regexp): Fix and improve custom
229 type.
230 (message-setup-hook): Add message-check-recipients as custom option.
231
232 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
233
234 * message.el (message-cite-function): Remove bogus autoload which crept
235 in during merge from v5-10.
236
237 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
238
239 * nnimap.el (nnimap-open-connection): Fix login/password bug.
240
241 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
242
243 * auth-source.el: Preliminary Tramp docs.
244 (auth-sources): Change the default auth-sources to use
245 EPA .gpg files.
246
247 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
248
249 * nntp.el: Autoload `auth-source-user-or-password'.
250 (nntp-send-authinfo): Use it.
251
252 * nnimap.el: Autoload `auth-source-user-or-password'.
253 (nnimap-open-connection): Use it.
254
255 * auth-source.el: Added docs on using with url-auth. Import gnus-util
256 for the gnus-message function.
257 (auth-source-user-or-password): Use it.
258
259 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
260
261 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
262 rfc2104-hexstring-to-byte-list. Return a unibyte string.
263 (rfc2104-hash): Use it.
264
265 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
266
267 * gnus-art.el (gnus-article-toggle-truncate-lines):
268 Don't use `iff' in docstring.
269
270 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
271
272 * gnus-registry.el: Adjusted copyright dates and added a keyword.
273
274 * gnus-util.el (gnus-extract-address-component-name)
275 (gnus-extract-address-component-email): Convenience functions around
276 `gnus-extract-address-components'.
277
278 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
279 Use `gnus-extract-address-component-email' to fix bug of comparing full
280 sender name to `user-mail-address'.
281
282 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
283
284 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
285 catch/throw to optimize.
286 (gnus-registry-find-keywords): Just use member to find a keyword.
287
288 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
289
290 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
291 is current before calling gnus-server-prepare.
292 (gnus-server-setup-buffer, gnus-server-update-server)
293 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
294
295 2008-05-04 Juri Linkov <juri@jurta.org>
296
297 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
298 (mailcap-file-default-commands): Use mailcap-replace-in-string
299 instead of replace-regexp-in-string, and mailcap-delete-duplicates
300 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
301
302 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
303
304 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
305
306 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
307
308 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
309 hooks.
310 (gnus-update-read-articles): Speed up non-marks-using users.
311 (gnus-use-marks): Define gnus-use-marks.
312 (gnus-propagate-marks): Rename variable to something more sensible.
313
314 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
315
316 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
317 (gmm-image-load-path-for-library): Fix typos in docstrings.
318 (gmm-message): Reflow docstring.
319
320 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
321
322 * mail-source.el (mail-source-set-1, mail-source-bind):
323 Move auth-source code out of the macro to clean it up and fix bugs.
324
325 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
326
327 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
328 by sender if it's equal to user-mail-address, it's likely to be
329 useless.
330
331 * mail-source.el (mail-source-bind): Don't use user or password if they
332 are not bound. Unintern them if they are nil. Don't use server unless
333 it's bound, and default it to empty string otherwise.
334
335 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
336
337 * mail-source.el: Load auth-source.el.
338 (mail-source-bind): Add comments. Call auth-source-user-or-password to
339 get user name or password, if auth-sources is set up.
340
341 * gnus-registry.el (gnus-registry-split-strategy): New variable for
342 strategy of splitting with parent.
343 (gnus-registry-split-fancy-with-parent)
344 (gnus-registry-post-process-groups): Use it and fix prior
345 bug (returning a list as the split result).
346
347 * auth-source.el (auth-sources): Remove server parameter.
348 (auth-source-pick, auth-source-user-or-password)
349 (auth-source-user-or-password-imap)
350 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
351 (auth-source-user-or-password-sftp)
352 (auth-source-user-or-password-smtp): Remove server parameter.
353
354 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
355
356 * smime.el (smime-sign-region, smime-encrypt-region)
357 (smime-decrypt-region):
358 Remove redundant calls to `generate-new-buffer-name'.
359
360 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
361
362 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
363 Don't use QP for message/rfc822.
364 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
365
366 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
367
368 * sieve-manage.el (sieve-string-bytes): Remove.
369 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
370 correct byte-length only if the process's coding-system is the same as
371 the one used internally by Emacs to represent strings.
372
373 2008-04-22 Juri Linkov <juri@jurta.org>
374
375 * mailcap.el (mailcap-file-default-commands): New function.
376
377 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
378
379 * message.el (message-signature-separator, message-cite-function):
380 Change custom version.
381
382 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
383
384 * mm-decode.el (mm-display-external): Make temp file read-only.
385
386 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
387
388 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
389 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
390 `C-c C-f d'.
391
392 2008-04-12 Adrian Aichner <adrian@xemacs.org>
393
394 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
395
396 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
397
398 * auth-source.el: Added docs.
399 (auth-sources): Modify format to support server.
400 (auth-source-pick, auth-source-user-or-password)
401 (auth-source-user-or-password-imap)
402 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
403 (auth-source-user-or-password-sftp)
404 (auth-source-user-or-password-smtp): Add server parameter.
405
406 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
407
408 * gnus-registry.el: Initialize the registry when gnus-registry-install
409 is t.
410
411 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
412
413 * compface.el (uncompface): Make buffer unibyte.
414
415 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
416
417 * mail-source.el (mail-source-value):
418 Prefer fboundp to functionp so it works with macros as well.
419
420 2008-04-05 Glenn Morris <rgm@gnu.org>
421
422 * gnus-ems.el (mm-disable-multibyte): Autoload it.
423
424 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
425
426 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
427 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
428
429 * nnheader.el (nnheader-init-server-buffer): Change buffer's
430 multibyteness after rather than before erasing it.
431
432 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
433 mm-with-multibyte.
434 (gnus-request-article-this-buffer): Make sure the proper decoding is
435 used if gnus-original-article-buffer happens to be unibyte.
436
437 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
438 default-enable-multibyte-characters.
439
440 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
441 default-enable-multibyte-characters.
442
443 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
444
445 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
446
447 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
448
449 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
450 Fix last change in case the element is not even a symbol.
451
452 2008-04-02 Simon Josefsson <simon@josefsson.org>
453
454 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
455 imap-enable-exchange-bug-workaround.
456 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
457
458 2008-04-01 Simon Josefsson <simon@josefsson.org>
459
460 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
461 a 100 byte status-checks into a 2-3MB transfer for each group.
462 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
463 to enable bug workaround or not.
464 (nnimap-find-minmax-uid): Only enable workaround conditionally.
465
466 2008-03-31 Glenn Morris <rgm@gnu.org>
467
468 * message.el (mml2015-use): Declare for compiler.
469 (message-info): Require mml2015 when appropriate.
470
471 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
472
473 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
474 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
475 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
476 (nntp-service-to-port): New function.
477 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
478 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
479 (nntp-open-netcat-stream): New function.
480 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
481
482 2008-03-29 Sven Joachim <svenjoac@gmx.de>
483
484 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
485
486 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
487
488 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
489
490 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
491
492 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
493
494 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
495
496 * message.el (message-signature-separator): Change default.
497 Improve custom type.
498 (message-cite-function): Change default to
499 message-cite-original-without-signature.
500
501 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
502 toggle.
503
504 * message.el (message-check-news-body-syntax): Fix signature check.
505 (message-setup-1): Mark buffer as unmodified _after_ running
506 message-setup-hook and handling message-alternative-emails.
507 (message-shorten-references): Be more strict when building list of
508 valid references to comply with GNKSA.
509
510 * gnus-group.el (gnus-read-ephemeral-bug-group)
511 (gnus-read-ephemeral-debian-bug-group)
512 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
513
514 * message.el (message-info): Don't use booleanp which isn't supported
515 in Emacs 21 and XEmacs.
516
517 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
518
519 * gnus-group.el (gnus-gmane-group-download-format): Rename from
520 gnus-group-gmane-group-download-format.
521 (gnus-group-read-ephemeral-gmane-group): Rename from
522 gnus-group-read-ephemeral-gmane-group.
523 (gnus-read-ephemeral-gmane-group-url): Rename from
524 gnus-group-read-ephemeral-gmane-group-url.
525 (gnus-bug-group-download-format-alist): New variable.
526 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
527 (gnus-read-ephemeral-emacs-bug-group): New commands.
528
529 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
530
531 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
532 (gnus-visible-headers): Improve custom type.
533
534 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
535
536 * mml.el (mml-menu): Add workarounds for XEmacs.
537
538 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
539 X-Boundary header.
540
541 * message.el (message-simplify-recipients): Fix previous commit.
542
543 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
544
545 * mm-util.el (mm-set-buffer-multibyte): New function.
546 * mm-decode.el (mm-copy-to-buffer): Use it.
547
548 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
549 Prefer fboundp to functionp so it works with macros as well.
550
551 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
552
553 * message.el (message-alter-recipients-discard-bogus-full-name):
554 New function.
555 (message-alter-recipients-function): New variable.
556 (message-get-reply-headers): Use it.
557 (message-replace-header): New helper function.
558 (message-recipients-without-full-name): New variable.
559 (message-simplify-recipients): New command.
560
561 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
562
563 * message.el (message-info): Handle EasyPG manual.
564
565 * mml.el (mml-menu): Add entry for EasyPG.
566
567 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
568
569 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
570 parameter.
571
572 * message.el (message-disassociate-draft): Specify drafts group name
573 fully.
574
575 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
576
577 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
578 unnecessary duplicates from the match list.
579
580 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
581
582 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
583 args of `how-many' of which the XEmacs version doesn't take; declare
584 Info-index-next as function.
585
586 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
587
588 * gnus-score.el (gnus-score-headers): Fix handling of
589 gnus-inhibit-slow-scoring.
590
591 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
592 string.
593 (gnus-button-url-regexp): Improve handling of parenthesis.
594 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
595 (gnus-button-handle-info-keystrokes): Handle index entries.
596
597 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
598
599 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
600 Incoming* files.
601
602 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
603
604 * auth-source.el (auth-sources): Renamed from auth-source-choices.
605 (auth-source-pick): Use it.
606
607 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
608
609 * auth-source.el (auth-source-protocols)
610 (auth-source-protocols-customize, auth-source-choices): Added and
611 modified variable customizations and defaults.
612 (auth-source-pick, auth-source-user-or-password)
613 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
614 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
615 (auth-source-user-or-password-sftp)
616 (auth-source-user-or-password-smtp): Use new variables and provide an
617 interface to netrc.el.
618
619 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
620
621 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
622 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
623 Make sure the nntp port to specify is a string.
624
625 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
626
627 * nntp.el: Use with-current-buffer.
628 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
629 dubious mm-with-unibyte-current-buffer.
630 (nntp-with-open-group-function): New function extracted from
631 nntp-with-open-group macro.
632 (nntp-with-open-group): Use the function, so it's easier to debug.
633 Add indentation and debugging info.
634 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
635 the use of the netcat alternatives.
636
637 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
638 Avoid mm-string-as-multibyte as well.
639
640 * nnweb.el (nnweb-insert-html):
641 Remove use of nnheader-string-as-multibyte.
642
643 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
644 (nnheader-string-as-multibyte): Remove.
645
646 * mm-view.el: Use inhibit-read-only.
647 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
648 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
649 or unibyte-string.
650
651 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
652 (mm-uu-yenc-extract): Use with-current-buffer.
653
654 * gnus-soup.el (gnus-soup-send-packet): Don't use
655 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
656
657 * nnmh.el: Use with-current-buffer.
658 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
659 mm-string-as-multibyte on the output of mm-encode-coding-string.
660
661 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
662 (nnimap-request-move-article): Use with-current-buffer.
663
664 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
665 inserting the handle-buffer's text, so the implicit multibyte->unibyte
666 conversion uses string-make-unibyte rather than string-as-unibyte.
667
668 * gnus-msg.el: Use with-current-buffer.
669
670 * message.el (message-ignored-resent-headers): Add "Delivered-To".
671
672 2008-03-10 Daiki Ueno <ueno@unixuser.org>
673
674 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
675 string for caching if it is 'PIN.
676
677 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
678
679 * mail-source.el (mail-source-delete-old-incoming-confirm):
680 Change default to nil.
681 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
682
683 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
684
685 * gnus-art.el (gnus-narrow-to-page): Position point properly.
686 (gnus-article-goto-prev-page): Work for articles having ^L's.
687
688 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
689
690 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
691
692 2008-03-07 Karl Fogel <kfogel@red-bean.com>
693
694 * gnus-bookmark.el: Adjust for renames in bookmark.el.
695 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
696 (gnus-bookmark-jump): Adjust some variable names.
697
698 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
699
700 * auth-source.el: New package.
701 (auth-source-choices): Add customization entry point variable.
702
703 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
704 bug.
705
706 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
707
708 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
709 (gnus-registry-initialize, gnus-registry-install-p): Use it.
710 (gnus-registry-install-shortcuts): Rename from
711 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
712 the `gnus-registry-mark-map' keymap dynamically from
713 `gnus-registry-marks'. The generated functions update the summary line
714 when a registry mark is added or deleted, and will call
715 `gnus-registry-install-p' (see the comments in the code).
716 (gnus-registry-user-format-function-M): Use concat intelligently.
717
718 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
719 the registry mark functions.
720
721 2008-03-05 Glenn Morris <rgm@gnu.org>
722
723 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
724 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
725 gnus-art.
726 (top-level): No need to load own source when compiling.
727
728 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
729
730 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
731 Suggested by <chris.anderton@zetnet.co.uk>.
732
733 2008-03-04 Glenn Morris <rgm@gnu.org>
734
735 * gnus-sum.el (top-level): No need to require gnus when compiling,
736 since unconditionally required near start of file.
737 (gnus-summary-display-while-building): Move definition before use.
738
739 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
740
741 * gnus-registry.el (gnus-registry-user-format-function-M): Add
742 formatting function.
743
744 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
745
746 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
747 with plists.
748 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
749 Use new format.
750
751 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
752
753 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
754 `where-is-internal' that returns a range of key sequences.
755
756 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
757
758 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
759
760 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
761 (gnus-summary-jump-to-group): Consider windows on other displayed
762 frames as well. Similar changes might be needed elsewhere, but that's
763 the one I've bumped into during my use.
764
765 * nndoc.el (nndoc-oe-dbx-type-p):
766 * gnus-msg.el (gnus-debug):
767 * gnus-group.el (gnus-update-group-mark-positions):
768 Use mm-string-to-multibyte.
769
770 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
771
772 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
773 doesn't handle NotDashEscaped.
774
775 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
776 (mml-dnd-attach-options): Fix typo in custom choice.
777
778 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
779 nndoc-article-type to mbox.
780 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
781
782 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
783 to nil, instead of html2text.
784
785 * imap.el (imap-debug): Add `imap-ping-server'.
786
787 * gnus-bookmark.el: Add FIXMEs.
788
789 * message.el (message-form-letter-separator)
790 (message-send-form-letter-delay): New variables.
791 (message-send-form-letter): Use them. New command to send form
792 letters. Requested by Uwe Siart.
793 (message-send-mail-function): Doc fix. Add "Other" custom option.
794
795 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
796
797 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
798 empty author.
799
800 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
801
802 * gnus-registry.el (gnus-registry-marks): Add variable for
803 customization of marks and their appearance.
804 (gnus-registry-read-mark): Use it.
805 (gnus-registry-do-marks): Add utility function to loop through
806 `gnus-registry-marks'.
807 (gnus-registry-install-shortcuts-and-menus): Add function to install
808 shortcuts and menus.
809 (gnus-registry-initialize): Use it.
810 (gnus-registry-default-mark): Clarify documentation.
811
812 2008-02-29 Glenn Morris <rgm@gnu.org>
813
814 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
815 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
816 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
817 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
818 Change defcustom :version from 23.0 to 23.1.
819
820 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
821
822 * gnus-registry.el (gnus-registry-follow-group-p)
823 (gnus-registry-post-process-groups): Add functions to aid registry
824 splitting and improve logging. Clarify behavior in function
825 documentation.
826 (gnus-registry-split-fancy-with-parent): Use them.
827
828 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
829
830 * gnus-art.el: Use with-current-buffer.
831
832 2008-02-27 David Engster <dengste@eml.cc>
833
834 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
835 Express real group name in the response.
836
837 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
838
839 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
840 (nnmairix-last-server, nnmairix-current-server): Defvar them.
841 (nnmairix-goto-original-article): Defvar gnus-registry-install and
842 autoload gnus-registry-fetch-group when compiling.
843 (nnmairix-request-group-with-article-number-correction): Remove
844 unreferenced argument passed to nnmairix-call-backend.
845
846 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
847
848 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
849 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
850 Wilde.
851
852 2008-02-27 Glenn Morris <rgm@gnu.org>
853
854 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
855 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
856 variables to defconsts. Convert comments to doc-strings.
857 (nnmairix-last-server, nnmairix-current-server): Convert from free
858 variables to defvars. Convert comments to doc-strings.
859 (gnus-registry-fetch-group): Autoload.
860 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
861 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
862 (nnmairix-widget-build-editable-fields): Use car cddr rather than
863 caddr.
864 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
865 nnmairix-request-group-with-article-number-correction call.
866 (nnmairix-fast, nnmairix-group): New, less general names, for free
867 variables passed from nnmairix-request-group to
868 nnmairix-request-group-with-article-number-correction. Declare.
869 (nnmairix-request-group-with-article-number-correction):
870 Use nnmairix-fast, nnmairix-group rather than fast, group.
871
872 2008-02-26 David Engster <dengste@eml.cc>
873
874 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
875 version 0.5.
876
877 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
878
879 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
880 instead of making an extra function call. Don't add the current group
881 to articles only when they have the group. Use
882 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
883 Reported by David <de_bb@arcor.de>.
884
885 2008-02-24 Miles Bader <miles@gnu.org>
886
887 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
888 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
889 (mm-find-mime-charset-region):
890 * mm-bodies.el (mm-encode-body):
891 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
892
893 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
894
895 * mail-source.el (mail-source-delete-incoming): Change default.
896 Supplement doc string.
897
898 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
899
900 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
901
902 * nnmail.el (nnmail-message-id-cache-file): Derive from
903 `gnus-home-directory'.
904
905 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
906
907 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
908 Document negative prefix.
909
910 * gnus-group.el (gnus-group-read-group): Document negative prefix.
911
912 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
913
914 * message.el (message-unsent-separator): Add the Exim bounce
915 separator.
916
917 2008-02-10 Daiki Ueno <ueno@unixuser.org>
918
919 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
920 list.
921 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
922 recipient/signer list.
923
924 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
925
926 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
927 fbound (Emacs 23 unicode), signal an error.
928
929 2008-02-08 Glenn Morris <rgm@gnu.org>
930
931 * gnus-art.el (pgg-display-output-buffer): Declare as function.
932
933 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
934
935 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
936 ports to the calls to `netrc-machine-user-or-password' in addition to
937 "imap" and "imaps".
938
939 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
940
941 * gnus.el (gnus-group-startup-message): Add `find-image' call before
942 image-load-path is let-bound. Reported by Harald Hanche-Olsen
943 <hanche@math.ntnu.no>.
944
945 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
946
947 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
948
949 2008-02-01 Zhang Wei <id.brep@gmail.com>
950
951 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
952
953 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
954
955 2008-02-01 Miles Bader <miles@gnu.org>
956
957 * mml.el (mml-parse-1): Remove apparently vestigial use of
958 `mm-hack-charsets'.
959 * mm-bodies.el (mm-encode-body): Likewise.
960
961 2008-02-01 Kenichi Handa <handa@m17n.org>
962
963 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
964 rfc2104-hexstring-to-bitstring and changed to return a byte list.
965 (rfc2104-hash): Convert the result of concat to unibyte string.
966
967 2008-02-01 Dave Love <fx@gnu.org>
968
969 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
970 coding-system-for-read.
971 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
972
973 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
974 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
975 (mm-find-mime-charset-region): Remove hack-charsets stuff.
976
977 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
978
979 * mail-source.el (mail-sources): Add `group' choice.
980
981 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
982 parameter `in-group' to control into which group the articles go.
983 Add treatment of `group' mail-source.
984
985 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
986
987 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
988 * message.el (message-beginning-of-line): Use featurep instead of bound
989 tests in order to resolve conditionals at compile time.
990
991 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
992
993 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
994
995 * mm-decode.el (mm-dissect-buffer): Decode description.
996
997 * mml.el (mml-to-mime): Encode message header first.
998
999 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
1000
1001 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1002 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1003
1004 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
1005
1006 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1007
1008 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
1009
1010 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1011 prefix keys.
1012 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1013 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1014 gnus-xmas.el.
1015
1016 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
1017
1018 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1019 Add new variables for article mark management.
1020 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1021 list of extra data entries which, when present, will indicate that the
1022 article ID should not be trimmed from the registry.
1023 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1024 functions.
1025 (gnus-registry-read-mark): New function to read a mark name from the
1026 user.
1027 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1028 (gnus-registry-set-article-mark-internal): New functions to add and
1029 remove marks.
1030 (gnus-registry-get-article-marks): New function to show the marks for
1031 an article, or retrieve them for further use.
1032
1033 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
1034
1035 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1036 keys when no argument is given.
1037
1038 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
1039
1040 * gnus-sum.el (gnus-article-sort-by-random)
1041 (gnus-thread-sort-by-random): Fix doc strings. Reported by
1042 jidanni@jidanni.org.
1043
1044 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
1045
1046 * gnus-art.el (gnus-article-describe-bindings): New function.
1047 (gnus-article-read-summary-keys): Use it.
1048 (gnus-article-mode-map): Bind `C-h b' to it.
1049
1050 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
1051
1052 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1053 XEmacs.
1054 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1055 against non-character events.
1056
1057 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
1058
1059 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1060 command.
1061 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1062 instead of END. Change name of the temp file.
1063 (gnus-group-gmane-group-download-format): Add doc string. Make it
1064 customizable.
1065
1066 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
1067
1068 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1069 bind `S W' to gnus-article-wide-reply-with-original; set default
1070 binding to gnus-article-read-summary-send-keys.
1071 (gnus-article-read-summary-keys): Fix the order of keys; display
1072 continuation keys correctly in the echo area; describe bindings
1073 correctly when keys end with `C-h'.
1074 (gnus-article-read-summary-send-keys): New function.
1075 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1076 for gnus-article-read-summary-send-keys; display continuation keys
1077 correctly in the echo area.
1078 (gnus-article-reply-with-original): Ignore prefix argument.
1079 (gnus-article-wide-reply-with-original): New function.
1080
1081 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
1082
1083 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1084 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1085
1086 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
1087
1088 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1089 (gnus-group-read-ephemeral-gmane-group): New command.
1090
1091 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1092
1093 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1094
1095 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
1096
1097 * message.el (message-send-mail-function): Increase custom version.
1098
1099 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1100 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
1101
1102 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
1103
1104 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1105 html parts correctly; support forwarded messages.
1106 (gnus-article-browse-html-article): Remove work buffers.
1107
1108 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1109 compiling.
1110 (netrc-bound-and-true-p): New macro.
1111 (netrc-parse): Use it instead of bound-and-true-p that is not available
1112 in XEmacs 21.4.
1113
1114 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
1115
1116 * gnus-registry.el (gnus-registry-mark-article)
1117 (gnus-registry-article-marks): Add functionality to mark articles
1118 through the Gnus registry.
1119
1120 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1121 (netrc-parse): Use encrypt-file-alist to determine if
1122 encrypt-find-model or encrypt-insert-file-contents should be used.
1123
1124 2007-12-19 Glenn Morris <rgm@gnu.org>
1125
1126 * mml.el (message-options-set, message-narrow-to-head)
1127 (message-in-body-p, message-mail-p, message-encode-message-body):
1128 Autoload.
1129 (message-remove-header, message-narrow-to-headers-or-head)
1130 (message-subscribed-p, message-make-mail-followup-to)
1131 (message-position-on-field, message-news-p)
1132 (message-options-set-recipient, message-generate-headers)
1133 (message-sort-headers): Declare as functions.
1134
1135 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
1136
1137 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1138 convention in doc string.
1139
1140 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
1141
1142 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1143 title to html parts.
1144 (gnus-article-browse-html-article): Pass message header to it.
1145
1146 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1147
1148 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
1149
1150 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1151 or password compatible with XEmacs.
1152
1153 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
1154
1155 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1156 format document.
1157 (gnus-mime-delete-part): Don't write description line if empty.
1158 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1159
1160 2007-12-14 Johan Bockgård <bojohan@gnu.org>
1161
1162 * gnus-sum.el (gnus-summary-mark-unread-as-read)
1163 (gnus-summary-mark-read-and-unread-as-read)
1164 (gnus-summary-mark-current-read-and-unread-as-read)
1165 (gnus-summary-mark-unread-as-ticked): Doc fix.
1166 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1167
1168 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1169
1170 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
1171 Christoph Conrad <christoph.conrad@gmx.de>.
1172
1173 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1174
1175 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1176 yes-or-no-p.
1177
1178 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
1179
1180 * mm-decode.el (mm-add-meta-html-tag): New function.
1181 (mm-save-part-to-file, mm-pipe-part): Use it.
1182
1183 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1184 gnus-y-or-n-p instead of y-or-n-p.
1185 (gnus-article-browse-html-parts): Work with message/external-body; use
1186 mm-add-meta-html-tag.
1187
1188 2007-12-11 Glenn Morris <rgm@gnu.org>
1189
1190 * gnus-cache.el: Require gnus-sum not just when compiling.
1191
1192 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1193
1194 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1195 definitions before use.
1196
1197 * mm-decode.el: Require gnus-util.
1198 (mm-remove-part): Only call delete-annotation on XEmacs.
1199
1200 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1201
1202 * nnmail.el: Require gnus-int.
1203
1204 * spam.el: Move `require's before `eval-when-compile's.
1205
1206 * gnus-ems.el (gnus-alive-p):
1207 * gnus-fun.el (message-goto-eoh):
1208 * gnus-util.el (gnus-group-name-decode):
1209 * mail-source.el (gnus-compress-sequence):
1210 * message.el (Info-goto-node, format-spec):
1211 * mm-bodies.el (message-options-get):
1212 * mm-decode.el (mm-view-pkcs7):
1213 * mm-util.el (gmm-write-region):
1214 * mml-smime.el (mml-compute-boundary)
1215 (gnus-completing-read-with-default):
1216 * mml.el (widget-button-press, gnus-make-hashtable):
1217 * mml1991.el (mm-decode-content-transfer-encoding)
1218 (mm-encode-content-transfer-encoding)
1219 (message-options-get, message-options-set):
1220 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1221 * nnfolder.el (gnus-request-group):
1222 * nnheader.el (ietf-drums-unfold-fws):
1223 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1224 * smime.el (gnus-run-mode-hooks):
1225 * spam-stat.el (gnus-message): Autoload.
1226
1227 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1228 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1229 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1230 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1231 Add declare-function compatibility definition.
1232
1233 * gnus-cache.el (nnvirtual-find-group-art):
1234 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1235 (gnus-add-image, gnus-add-wash-type):
1236 * gnus-group.el (nnkiboze-score-file):
1237 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1238 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1239 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1240 (message-tokenize-header, gnus-get-buffer-create)
1241 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1242 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1243 * gnus.el (gnus-group-decoded-name):
1244 * mail-source.el (imap-capability):
1245 * mm-bodies.el (message-options-set):
1246 * mm-decode.el (gnus-configure-windows):
1247 * mm-extern.el (message-goto-body):
1248 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1249 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1250 (epg-sub-key-validity, message-options-set):
1251 * mml.el (widget-event-point, gnus-configure-windows):
1252 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1253 * mml2015.el (epg-check-configuration, epg-configuration)
1254 (message-options-set):
1255 * nndb.el (nndb-request-article):
1256 * nnfolder.el (gnus-request-create-group):
1257 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1258 * nnmaildir.el (gnus-group-mark-article-read):
1259 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1260 * rfc1843.el (message-fetch-field):
1261 * spam.el (gnus-extract-address-components):
1262 Declare as functions.
1263
1264 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
1265
1266 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1267
1268 2007-12-09 Glenn Morris <rgm@gnu.org>
1269
1270 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1271
1272 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1273 * message.el, mm-view.el, sieve-manage, smime.el:
1274 Add declare-function compatibility definition.
1275
1276 * gnus-art.el (w3-region, w3m-region, Info-menu):
1277 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1278 * gnus-sum.el (gnus-get-predicate):
1279 * gnus-util.el (mm-append-to-file, w32-focus-frame):
1280 * message.el (mail-abbrev-in-expansion-header-p):
1281 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1282 (w3m-detect-meta-charset, w3m-region):
1283 * sieve-manage.el (password-read, password-cache-add)
1284 (password-cache-remove):
1285 * smime.el (password-read-and-add): Declare as functions.
1286
1287 2007-12-08 David Kastrup <dak@gnu.org>
1288
1289 * gnus-sum.el (gnus-summary-simplify-subject-query):
1290 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1291 `message'.
1292
1293 2007-12-07 Glenn Morris <rgm@gnu.org>
1294
1295 * gnus-art.el (article-make-date-line): Revert previous change.
1296
1297 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
1298
1299 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1300
1301 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
1302
1303 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1304 Call gnus-add-to-range ranges only once with a prepared article-list.
1305
1306 2007-12-06 Paul Jarc <prj@po.cwru.edu>
1307
1308 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1309 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1310 group names with backslashes. Reported by Tassilo Horn
1311 <tassilo@member.fsf.org>.
1312
1313 2007-12-06 D. Goel <deego3@gmail.com>
1314
1315 * gnus-art.el (article-make-date-line):
1316 * gnus-start.el (gnus-load):
1317 * pop3.el (pop3-read-response): Fix buggy call to `error'.
1318
1319 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1320
1321 * gnus-art.el (gnus-use-idna)
1322 * gnus-start.el (gnus-site-init-file)
1323 * message.el (message-use-idna)
1324 * mm-uu.el (mm-uu-hide-markers)
1325 * smiley.el (smiley-style): Revert changes that suppress warnings.
1326
1327 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1328
1329 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1330 specify charset to html source. Reported by Christoph Conrad
1331 <christoph.conrad@gmx.de>.
1332
1333 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1334
1335 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1336 idna-program in order to suppress byte compile warning issued by XEmacs
1337 that came to byte compile the default value section of defcustom forms
1338 recently.
1339
1340 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1341 value of installation-directory.
1342
1343 * message.el (message-use-idna): Don't directly refer to the value of
1344 idna-program.
1345
1346 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1347
1348 * smiley.el (smiley-style): Don't directly call face-attribute.
1349
1350 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
1351
1352 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1353
1354 * gnus-dired.el: Reduce Gnus dependencies.
1355 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1356 require. Use autoloads instead.
1357 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1358 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1359 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1360 (gnus-dired-mode): Adjust doc string.
1361 (gnus-dired-mail-mode): New variable.
1362 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1363 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1364 (gnus-dired-mail-buffers): New function. Return mail or message
1365 composition buffers.
1366 (gnus-dired-attach): Use it.
1367 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1368 NO-DECODE.
1369 (gnus-dired-print): Use `gnus-print-buffer' depending on
1370 `gnus-dired-mail-mode'.
1371
1372 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1373
1374 * rfc2047.el (rfc2047-encoded-word-regexp)
1375 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1376 explaining what regexp patterns are for.
1377
1378 2007-12-04 Glenn Morris <rgm@gnu.org>
1379
1380 * password.el: Move to ../password-cache.el.
1381
1382 * mml1991.el (password-read, password-cache-add, password-cache-remove):
1383 * mml2015.el (password-read, password-cache-add, password-cache-remove):
1384 * mml-smime.el (password-read, password-cache-add)
1385 (password-cache-remove):
1386 No need to autoload, since mml-sec requires password.
1387
1388 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1389 * message.el (gnus-extract-address-components):
1390 * mml-smime.el (gnus-extract-address-components): Define for compiler.
1391
1392 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1393 password.
1394
1395 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
1396
1397 * mailcap.el: Reduce dependencies.
1398 (mail-header-parse-content-type): Autoload.
1399 (mailcap-delete-duplicates): New alias.
1400 (mailcap-mime-info): Add optional argument NO-DECODE.
1401 (mailcap-mime-types): Use mailcap-delete-duplicates.
1402
1403 * message.el (message-ignored-supersedes-headers): Add "X-ID".
1404
1405 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1406
1407 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1408 function.
1409
1410 * gnus-uu.el (gnus-uu-decode-yenc): New command.
1411 (gnus-uu-yenc-article): New function.
1412
1413 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1414
1415 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1416 buffer.
1417
1418 2007-12-02 Glenn Morris <rgm@gnu.org>
1419
1420 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
1421 Move to ../net.
1422
1423 * binhex.el, uudecode.el: Move to ../mail.
1424
1425 * encrypt.el: Remove file.
1426
1427 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
1428
1429 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1430 matches on patches.
1431
1432 * gnus-art.el (gnus-article-browse-html-article): Mention
1433 `mm-text-html-renderer' in the doc string.
1434
1435 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1436 string. Add comments.
1437
1438 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1439 if rhs is ASCII.
1440
1441 2007-12-01 Glenn Morris <rgm@gnu.org>
1442
1443 * dig.el, dns.el: Move to ../net.
1444 * format-spec.el, hex-util.el, sha1.el: Move to ../.
1445
1446 * mail-source.el (top-level): Require format-spec before
1447 eval-when-compile.
1448
1449 2007-11-30 Glenn Morris <rgm@gnu.org>
1450
1451 * encrypt.el: Require password, rather than autoloading password-read.
1452
1453 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
1454
1455 * gnus.el (gnus-method-to-server): Add an optional parameter so the
1456 caller can indicate whether the cache should be disregarded for this
1457 call. This way the result of the call is reproducible at all times and
1458 can be considered a canonical server name for the supplied method.
1459 (gnus-agent-method-p): Canonicalize server names by pushing their
1460 method through `gnus-method-to-server' using the no-cache argument.
1461
1462 * gnus-srvr.el (gnus-server-insert-server-line): Call
1463 `gnus-method-to-server' with `no-cache' argument.
1464
1465 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1466 gnus-agent-possibly-synchronize-flags as this should be called when the
1467 server is actually being opened.
1468 (gnus-agent-possibly-synchronize-flags)
1469 (gnus-agent-possibly-synchronize-flags-server): Move check for the
1470 flags file of an agentized server to the latter function.
1471
1472 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1473 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1474 after a connection has been established successfully.
1475
1476 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
1477
1478 * gnus-art.el (article-display-face): Force to display face if called
1479 interactively; check if gnus-article-x-face-too-ugly matches author.
1480 (article-display-x-face): Display face even if From header is missing
1481 as article-display-face does.
1482
1483 2007-11-28 Richard Stallman <rms@gnu.org>
1484
1485 * md4.el: Move to ../.
1486 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
1487
1488 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
1489
1490 * mail-source.el (mail-sources): Default to fetch from file for
1491 compatibility with default of nnmail-spool-file.
1492
1493 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
1494
1495 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1496 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1497 to look for encoded word that should be encoded again.
1498 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1499 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1500 encoding pattern.
1501 (rfc2047-decode-region): Switch strict regexp and loose one according
1502 to rfc2047-allow-irregular-q-encoded-words.
1503
1504 2007-11-26 Simon Josefsson <simon@josefsson.org>
1505
1506 * imap.el: Move to ../net directory.
1507
1508 2007-11-25 Romain Francoise <romain@orebokech.com>
1509
1510 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1511
1512 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1513
1514 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1515 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1516
1517 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1518 `nnmail-spool-file'.
1519
1520 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1521 `nnmail-spool-file'.
1522
1523 * gnus-move.el (gnus-change-server): Ditto.
1524
1525 * gnus-kill.el (gnus-batch-score): Ditto.
1526
1527 * gnus-cache.el (gnus-jog-cache): Ditto.
1528
1529 * gnus-msg.el (gnus-summary-reply):
1530 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
1531
1532 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1533
1534 * gnus-cache.el (gnus-cache-generate-nov-databases):
1535 Use nnml-generate-nov-databases-directory instead of
1536 nnml-generate-nov-databases-1.
1537
1538 2007-11-24 Glenn Morris <rgm@gnu.org>
1539
1540 * message.el (message-tool-bar-retro): Update for rename
1541 mail_send.xpm->mail-send.xpm.
1542
1543 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1544
1545 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1546 `smime-ldap-search' for Emacs 22 and up.
1547
1548 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1549
1550 * hashcash.el: Move to ../mail directory.
1551
1552 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
1553
1554 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1555 `smime-ldap-search' for Emacs 22 and up.
1556
1557 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1558
1559 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1560
1561 * message.el (message-send-mail-function): Fix error convention.
1562 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
1563 (message-widen-reply, message-send-mail, message-talkative-question)
1564 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
1565 (message-clone-locals, message-send-news): Use with-current-buffer.
1566 (message-insert-or-toggle-importance): Remove unused var `valid'.
1567 (message-make-references): Remove unused var `new-references'.
1568 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
1569
1570 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
1571
1572 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
1573 (spam-split-symbolic-return-positive): Reflow docstring.
1574 (spam-backends, spam-summary-exit-behavior)
1575 (spam-mark-ham-unread-before-move-from-spam-group)
1576 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
1577 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
1578 (spam-clear-cache, spam-backend-check, spam-install-backend)
1579 (spam-install-statistical-backend, spam-list-of-processors)
1580 (spam-group-processor-p, spam-split, spam-bogofilter-score)
1581 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
1582 (spam-check-crm114, spam-initialize, spam-unload-hook):
1583 Fix typos in docstrings.
1584
1585 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1586
1587 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
1588 been checked if they have never been read and those group levels are
1589 higher than the one that a user specified.
1590
1591 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1592
1593 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
1594 foreign groups unless a group level is specified by a user.
1595 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
1596
1597 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
1598
1599 * message.el (message-send-mail-function): Require sendmail.
1600
1601 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
1602
1603 * message.el (message-send-mail-function): Check for smtpmail too.
1604
1605 * utf7.el (utf7-encode, utf7-decode): Use coding system
1606 `utf-7'/`utf-7-imap' from utf-7.el' if available.
1607
1608 * message.el (message-send-mail-function): New function.
1609 (message-send-mail-function): Set default using
1610 message-send-mail-function. Adjust doc string.
1611 (message-send-mail-with-mailclient): New function.
1612
1613 2007-11-17 Richard Stallman <rms@gnu.org>
1614
1615 * assistant.el: Remove file.
1616
1617 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1618
1619 * smime.el (from):
1620 * rfc2047.el (message-posting-charset):
1621 * qp.el (mm-use-ultra-safe-encoding):
1622 * pop3.el (parse-time-months):
1623 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
1624 * nnml.el (files):
1625 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
1626 (jka-compr-compression-info-list, ange-ftp-path-format)
1627 (efs-path-regexp):
1628 * nndiary.el (files):
1629 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
1630 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
1631 (epg-digest-algorithm-alist, inhibit-redisplay)
1632 (password-cache-expiry):
1633 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
1634 (pgg-output-buffer, password-cache-expiry):
1635 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
1636 (efs-path-regexp):
1637 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
1638 (inhibit-redisplay):
1639 * mm-uu.el (file-name, start-point, end-point, entry)
1640 (gnus-newsgroup-name, gnus-newsgroup-charset):
1641 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
1642 (latin-unity-ucs-list):
1643 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
1644 (mm-uu-binhex-decode-function):
1645 * message.el (gnus-message-group-art, gnus-list-identifiers, )
1646 (rmail-enable-mime-composing, gnus-local-organization)
1647 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
1648 (gnus-read-active-file, facemenu-add-face-function)
1649 (facemenu-remove-face-function, gnus-article-decoded-p)
1650 (tool-bar-mode):
1651 * mail-source.el (display-time-mail-function):
1652 * gnus-util.el (nnmail-pathname-coding-system)
1653 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
1654 (gnus-original-article-buffer, gnus-user-agent)
1655 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
1656 (xemacs-codename, sxemacs-codename, emacs-program-version):
1657 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
1658 * gnus-start.el (gnus-agent-covered-methods)
1659 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
1660 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
1661 (gnus-newsgroup-headers, gnus-group-list-mode)
1662 (gnus-group-mark-positions, gnus-newsgroup-data)
1663 (gnus-newsgroup-unreads, nnoo-state-alist)
1664 (gnus-current-select-method, mail-sources)
1665 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
1666 (nnmail-spool-file, gnus-cache-active-hashtb):
1667 * gnus-mh.el (mh-lib-progs):
1668 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
1669 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
1670 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
1671 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
1672 (gnus-group-buffer):
1673 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
1674 (font-lock-set-defaults):
1675 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
1676 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
1677 (gnus-summary-post-menu, total-parts, type, condition, length):
1678 * gnus-agent.el (gnus-agent-read-agentview):
1679 * flow-fill.el (show-trailing-whitespace):
1680 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
1681 eval-and-compile wrappers for byte compiler pacifiers.
1682
1683 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
1684 (mm-display-inline-fontify): Check for featurep 'xemacs not
1685 extent-list.
1686
1687 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
1688 itimer-list.
1689 (mm-create-image-xemacs): Only do something for XEmacs.
1690 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
1691
1692 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
1693
1694 * gnus-registry.el (gnus-adaptive-word-syntax-table):
1695 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
1696
1697 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
1698
1699 * nnimap.el (nnimap-split-download-body):
1700 * gnus-demon.el (gnus-demon):
1701 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
1702
1703 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
1704
1705 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
1706 macros.
1707 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
1708 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
1709 copy data from unibyte buffer to multibyte current buffer.
1710 (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
1711 to copy data from unibyte current buffer to multibyte buffer.
1712 (nntp-make-process-buffer): Make process buffer unibyte.
1713
1714 * pop3.el (pop3-open-server): Fix typo in Lisp code.
1715
1716 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
1717
1718 * pop3.el (pop3-open-server): Accept and process data more robustly at
1719 connexion start to avoid spurious "POP SSL connexion failed" errors.
1720
1721 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
1722
1723 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
1724 read group names.
1725
1726 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
1727
1728 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
1729
1730 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
1731
1732 * nnmail.el (nnmail-parse-active): Make group names unibyte.
1733 (nnmail-save-active): Use a unibyte buffer when saving active file,
1734 which may contain non-ASCII group names.
1735
1736 * nnml.el (nnml-request-group): Decode group names in messages.
1737
1738 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
1739
1740 * message.el (message-citation-line-function)
1741 (message-insert-formatted-citation-line): Fix spelling of
1742 `message-insert-formated-citation-line'.
1743
1744 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
1745
1746 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
1747
1748 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1749
1750 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
1751 nnmail-pathname-coding-system.
1752
1753 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
1754 that a user enters; decode group names in messages.
1755
1756 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
1757
1758 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
1759
1760 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
1761
1762 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
1763
1764 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
1765 risky local variable.
1766
1767 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
1768
1769 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
1770
1771 * encrypt.el: Improve documentation to fix function name typo.
1772 Reported by Daiki Ueno <ueno@unixuser.org>.
1773
1774 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
1775
1776 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
1777 even if the point is not in the last page of an article.
1778 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
1779 back to the previous page.
1780
1781 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
1782
1783 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
1784
1785 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
1786
1787 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
1788
1789 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1790
1791 * message.el (message-check-news-body-syntax): Avoid
1792 mm-string-as-multibyte.
1793 (message-hide-headers): Don't assume (point-min)==1.
1794
1795 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1796
1797 * message.el (message-remove-blank-cited-lines): Fix if remove is
1798 given.
1799 (message-bogus-address-regexp): New variable.
1800 (message-bogus-recipient-p): New function.
1801 (message-check-recipients): New command.
1802 (message-syntax-checks): Add `bogus-recipient'.
1803 (message-fix-before-sending): Add `bogus-recipient'.
1804
1805 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
1806 (gnus-treat-body-boundary): Don't test window-system.
1807
1808 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
1809
1810 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
1811
1812 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1813
1814 * gnus.el: Bump version to Gnus v5.13.
1815
1816 2007-10-28 Miles Bader <miles@gnu.org>
1817
1818 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
1819 at compile-time too.
1820
1821 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
1822
1823 * gnus-msg.el (gnus-message-setup-hook): Add
1824 `message-remove-blank-cited-lines' to options.
1825
1826 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
1827
1828 * message.el (message-remove-blank-cited-lines): New function.
1829 Suggested by Karl Plästerer.
1830
1831 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
1832
1833 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
1834 mapc.
1835
1836 * imap.el (imap-open): Replace mapcar called for effect with mapc.
1837 (top-level): Use mapc to set functions to be traced for debugging.
1838
1839 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
1840 called for effect with while loop.
1841
1842 * message.el (message-talkative-question): Replace mapcar called for
1843 effect with mapc.
1844
1845 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
1846 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
1847 called for effect with dolist.
1848
1849 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
1850
1851 * nndiary.el: Use dolist instead of mapcar to add diary headers to
1852 gnus-extra-headers and nnmail-extra-headers.
1853
1854 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
1855 called for effect with dolist.
1856 (top-level): Use mapc to set functions to be traced for debugging.
1857
1858 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
1859 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
1860 dolist.
1861
1862 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
1863 Replace mapcar called for effect with mapc.
1864 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
1865 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
1866 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
1867 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
1868
1869 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
1870 remove-if that's a cl function.
1871
1872 * webmail.el (webmail-debug): Replace mapcar called for effect with
1873 dolist.
1874
1875 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
1876
1877 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
1878 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
1879 with while loop.
1880
1881 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
1882 functions from article-* functions.
1883 (gnus-multi-decode-header): Replace mapcar called for effect with
1884 dolist.
1885
1886 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1887 (gnus-bookmark-show-details): Replace mapcar called for effect with
1888 while loop.
1889
1890 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
1891 called for effect with while loop.
1892
1893 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
1894 with dolist.
1895
1896 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
1897 mapcar called for effect with dolist.
1898
1899 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
1900
1901 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
1902 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
1903 Replace mapcar called for effect with dolist.
1904 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
1905 mapc.
1906
1907 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
1908 Replace mapcar called for effect with dolist.
1909 (gnus-topic-list): Replace mapcar called for effect with mapc.
1910
1911 * gnus.el: Use mapc instead of mapcar to add autoloads.
1912
1913 2007-10-23 Richard Stallman <rms@gnu.org>
1914
1915 * gnus-group.el (gnus-group-highlight): Mark as risky.
1916
1917 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
1918
1919 * gnus.el (gnus-server-to-method): Return method found first in
1920 gnus-newsrc-alist.
1921
1922 * gnus-art.el (gnus-article-highlight-signature)
1923 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
1924 button overlay without the front stickiness.
1925
1926 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
1927
1928 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
1929 overview buffer needed a catch to receive its throw.
1930 (gnus-agent-flush-cache): Declared as interactive to make this function
1931 easier to use.
1932
1933 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
1934
1935 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
1936 `next-line'.
1937
1938 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
1939
1940 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
1941 exclude address matching message-dont-reply-to-names.
1942
1943 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
1944
1945 * gnus-util.el (gnus-string<): New function.
1946
1947 * gnus-sum.el (gnus-article-sort-by-author)
1948 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
1949
1950 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
1951
1952 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
1953 the frame-focus tag is set in gnus-buffer-configuration.
1954
1955 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
1956
1957 * gnus-art.el (gnus-article-add-button): Make a button overlay without
1958 the front stickiness.
1959
1960 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
1961
1962 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
1963 url pattern; remove duplicate one.
1964 (gnus-article-extend-url-button): New function.
1965 (gnus-article-add-buttons): Use it.
1966 (gnus-button-push): Use concatenated url that it makes.
1967
1968 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
1969
1970 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
1971 (sieve-manage-open): Use `mapc' instead of `mapcar'.
1972
1973 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1974
1975 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
1976 Don't hardcode point-min==1.
1977
1978 2007-09-30 David Kastrup <dak@gnu.org>
1979
1980 * gnus-art.el (gnus-article-reply-with-original)
1981 (gnus-article-followup-with-original): When `transient-mark-mode' is
1982 off, refrain from active-region behavior for followups.
1983
1984 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
1985
1986 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
1987 Fix comment about "iso8859-1".
1988
1989 2007-10-08 Daiki Ueno <ueno@unixuser.org>
1990
1991 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
1992 ones returned from the verify-function.
1993
1994 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
1995 mml2015-extract-cleartext-signature if extraction failed.
1996
1997 2007-10-07 Daiki Ueno <ueno@unixuser.org>
1998
1999 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2000 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2001 failed.
2002
2003 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
2004
2005 * Relicense "GPLv2 or later" files to "GPLv3 or later".
2006
2007 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
2008
2009 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2010 to mark a thread as expirable. Add variable `hide' to handle hiding of
2011 thread for both the null and zero (kill/expire thread) universal prefix
2012 cases.
2013 (gnus-summary-expire-thread): Add new function to expire a thread,
2014 using gnus-summary-kill-thread.
2015 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2016 shortcuts for gnus-summary-expire-thread.
2017 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2018 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
2019
2020 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
2021
2022 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2023 extras value, so an extras entry can be deleted.
2024 (gnus-registry-delete-extra-entry): Use it.
2025 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2026 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2027 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2028 storage through the gnus-registry, and provide an appropriate API for
2029 it.
2030
2031 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2032
2033 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2034 Suggested by Leo <sdl.web@gmail.com>.
2035
2036 * gnus.el: Do.
2037
2038 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2039
2040 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2041 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
2042
2043 * gnus-agent.el (gnus-agent-fetch-headers): Do.
2044
2045 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2046 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2047
2048 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2049
2050 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2051 newline.
2052 (nnmbox-request-accept-article): Don't change article in source buffer;
2053 narrow to header to use message-fetch-field rather than
2054 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2055 (nnmbox-request-replace-article): Quote lines that'll be misidentified
2056 as delimiters; make sure article ends with newline.
2057 (nnmbox-delete-mail): Correct last position of article to be deleted;
2058 ignore X-Gnus-Newsgroup header in article body.
2059 (nnmbox-save-mail): Quote lines looking like delimiters at the right
2060 positions; make sure article ends with newline.
2061
2062 * message.el (message-display-abbrev): Don't infloop when a user
2063 inserts SPC in the beginning of header.
2064
2065 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
2066
2067 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2068 list of groups not followed by default. Fix type to be regexp.
2069 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2070
2071 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
2072
2073 * hmac-def.el (define-hmac-function): Switch from old-style to
2074 new-style backquotes.
2075
2076 * md4.el (md4-make-step): Likewise.
2077
2078 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2079
2080 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2081 raw-text coding system when saving .newsrc file, which may contain
2082 non-ASCII group names.
2083
2084 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
2085
2086 * gnus-cus.el (gnus-score-extra): New widget.
2087 (gnus-score-extra-convert): New function.
2088 (gnus-score-customize): Use it for Extra.
2089
2090 2007-08-31 Daiki Ueno <ueno@unixuser.org>
2091
2092 * mml2015.el (mml2015-extract-cleartext-signature): New function.
2093 (mml2015-mailcrypt-clear-verify): Use it.
2094 (mml2015-gpg-clear-verify): Use it.
2095 (mml2015-pgg-clear-verify): Use it.
2096 (mml2015-epg-clear-verify): Replace the current part with the output
2097 from GnuPG; don't extract the plaintext by itself.
2098
2099 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2100 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2101 mml2015-clear-verify-function; don't touch the armor headers or
2102 dash-escaped text here.
2103
2104 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
2105
2106 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2107 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2108 parts, or application/octet-stream as a last resort.
2109 (gnus-mime-view-part-as-type): Don't toggle display.
2110 (gnus-mime-view-part-as-charset): Don't turn off display before
2111 querying charset.
2112
2113 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2114 stuff to undisplayer function in Emacs.
2115 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2116
2117 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2118 text/calendar parts.
2119
2120 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
2121
2122 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2123 decoding text/calendar parts.
2124
2125 * message.el (message-forward-make-body-mime): Always mark body as
2126 having no illegible text; remove signed-or-encrypted argument.
2127 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2128
2129 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2130 (mml-generate-mime-1): Don't encode body if it is specified to be in
2131 raw form; don't make buffer be unibyte when inserting multibyte string.
2132
2133 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2134
2135 * sha1.el: Fix up comment style.
2136 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2137 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2138
2139 * hex-util.el: Fix up comment style.
2140 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2141
2142 * gnus-salt.el: Use with-current-buffer.
2143 (gnus-pick-setup-message): Fix long-standing typo.
2144
2145 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
2146
2147 * imap.el (imap-logout-timeout): New variable.
2148 (imap-logout, imap-logout-wait): New functions.
2149 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2150
2151 * nnimap.el (nnimap-logout-timeout): New server variable.
2152 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2153 nnimap-logout-timeout.
2154
2155 * gnus-art.el (gnus-article-summary-command-nosave)
2156 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2157
2158 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
2159
2160 * gnus.el (gnus-maximum-newsgroup): New variable.
2161
2162 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2163 according to gnus-maximum-newsgroup.
2164
2165 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2166 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2167 Limit the range of articles according to gnus-maximum-newsgroup.
2168
2169 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
2170
2171 * gnus-art.el (gnus-sticky-article): Fixed problems described in
2172 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
2173 Don't perform gnus-configure-windows here; reuse existing sticky
2174 article buffer.
2175
2176 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2177 it doesn't exist in gnus-article-mode.
2178
2179 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
2180
2181 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2182 (gnus-agent-decoded-group-name): New function.
2183 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2184 (gnus-agent-expire-group-1): Use it; decode group name in messages.
2185
2186 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
2187
2188 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2189 Add binding for gnus-sticky-article.
2190 (gnus-summary-exit): Don't kill sticky article buffers.
2191
2192 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2193 article buffer.
2194 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2195 (gnus-kill-sticky-article-buffers): New commands.
2196
2197 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
2198
2199 * nntp.el (nntp-xref-number-is-evil): New server variable.
2200 (nntp-find-group-and-number): If it is non-nil, don't trust article
2201 numbers in the Xref header.
2202
2203 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
2204
2205 * gnus-agent.el (gnus-agent-read-group): New function.
2206 (gnus-agent-flush-group, gnus-agent-expire-group)
2207 (gnus-agent-regenerate-group): Use it.
2208 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2209 nnmail-pathname-coding-system.
2210
2211 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
2212
2213 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2214
2215 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2216 that are unread as unread, and also as selected so that information of
2217 marks having been changed by a user may be updated when exiting group.
2218
2219 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
2220
2221 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
2222
2223 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
2224
2225 * gnus-art.el (gnus-mime-display-single): Pass part number that is
2226 calculated ignoring signature parts to gnus-treat-article.
2227
2228 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
2229
2230 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2231 a point here in order to keep the window start.
2232 (gnus-insert-mime-security-button): Make a button overlay without the
2233 front stickiness.
2234 (gnus-mime-display-security): Goto the end of a button.
2235
2236 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2237
2238 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
2239
2240 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2241 group-name-at-point.
2242 (gnus-group-completing-read): New function that offers decoded
2243 non-ASCII group names for completion.
2244 (gnus-fetch-group, gnus-group-read-ephemeral-group)
2245 (gnus-group-jump-to-group, gnus-group-make-group-simple)
2246 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2247 (gnus-group-fetch-control): Use it.
2248 (gnus-fetch-group): Use group-name-at-point for the initial value
2249 rather than the default value; use gnus-alive-p.
2250
2251 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2252 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2253 (gnus-summary-post-news): Use gnus-group-completing-read.
2254
2255 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2256 (gnus-read-move-group-name): Decode group name for completion.
2257
2258 2007-07-31 Ted Zlatanov <tzz@lifelogs.com>
2259
2260 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2261 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2262 Yamaoka slightly modified the code).
2263
2264 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
2265
2266 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2267 (nnmail-split-incoming): Bind it.
2268
2269 * nnml.el (nnml-group-name-charset): New function.
2270 (nnml-decoded-group-name): Use it; don't decode group name if
2271 nnmail-group-names-not-encoded-p is non-nil.
2272 (nnml-encoded-group-name): New function.
2273 (nnml-group-pathname): Inline nnml-decoded-group-name.
2274 (nnml-request-expire-articles): Decode group name in message.
2275 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2276 nnmail-pathname-coding-system.
2277 (nnml-save-mail, nnml-active-number): Work with decoded group names and
2278 not decoded ones according to nnmail-group-names-not-encoded-p.
2279 (nnml-generate-active-info): Use nnml-encoded-group-name.
2280
2281 2007-08-08 Glenn Morris <rgm@gnu.org>
2282
2283 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2284 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2285 doc-strings and comments.
2286
2287 2007-07-25 Glenn Morris <rgm@gnu.org>
2288
2289 * Relicense all FSF files to GPLv3 or later.
2290
2291 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2292
2293 * gnus-sum.el (gnus-summary-move-article): Make
2294 gnus-summary-respool-article work.
2295
2296 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
2297
2298 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2299 string.
2300
2301 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
2302
2303 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
2304 that should be ignored when comparing distant RSS articles with local
2305 ones.
2306 (nnrss-make-hash-index): New function. Create a hash index according
2307 to the ignored fields.
2308 (nnrss-check-group): Use it.
2309
2310 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
2311
2312 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2313
2314 * gnus-art.el (article-decode-group-name): Decode Xref header too.
2315
2316 * gnus-group.el (gnus-group-make-group): Encode group name here unless
2317 the new optional argument ENCODED is non-nil.
2318 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2319 coding system for encoding group name.
2320 (gnus-group-make-rss-group): Pass un-encoded group name to
2321 gnus-group-make-group.
2322 (gnus-group-set-info): Tell gnus-group-make-group that group name is
2323 encoded.
2324
2325 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2326 Encode group name to which articles are moved or copied.
2327 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2328 coding system for encoding Newsgroup, Followup-To and Xref headers.
2329
2330 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2331 marks; use nnheader-file-coding-system to write a file.
2332 (nnagent-retrieve-headers): Bind file-name-coding-system to
2333 nnmail-pathname-coding-system.
2334
2335 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2336
2337 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2338 (nnml-request-article, nnml-request-create-group)
2339 (nnml-request-rename-group, nnml-find-id)
2340 (nnml-possibly-change-directory, nnml-possibly-create-directory)
2341 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2342 (nnml-save-marks): Use nnml-group-pathname instead of
2343 nnmail-group-pathname.
2344
2345 (nnml-request-create-group, nnml-request-expire-articles)
2346 (nnml-request-move-article, nnml-request-delete-group)
2347 (nnml-deletable-article-p, nnml-possibly-create-directory)
2348 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2349 (nnml-open-marks): Bind file-name-coding-system to
2350 nnmail-pathname-coding-system.
2351
2352 (nnml-request-article): Pass server argument to nnml-find-group-number.
2353 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2354 server argument to nnml-possibly-create-directory.
2355 (nnml-request-accept-article): Pass server argument to
2356 nnml-active-number and nnml-save-mail.
2357 (nnml-find-group-number): Pass server argument to nnml-find-id.
2358 (nnml-request-update-info): Pass server argument to
2359 nnml-marks-changed-p.
2360
2361 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2362 (nnml-save-mail, nnml-active-number): Add server argument.
2363
2364 (nnml-request-delete-group): Warn if group is missing.
2365 (nnml-get-nov-buffer): Decode group name.
2366 (nnml-generate-active-info): Encode group name.
2367 (nnml-open-marks): Decode group name in messages.
2368
2369 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
2370
2371 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2372 if it is not specified.
2373 (gnus-article-pipe-part, gnus-article-save-part)
2374 (gnus-article-interactively-view-part, gnus-article-copy-part)
2375 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2376 (gnus-article-inline-part, gnus-article-save-part-and-strip)
2377 (gnus-article-replace-part, gnus-article-delete-part)
2378 (gnus-article-view-part-as-type): Pass raw prefix argument to
2379 gnus-article-part-wrapper.
2380
2381 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
2382
2383 * gnus-agent.el (gnus-agent-save-active): Bind
2384 nnheader-file-coding-system to gnus-agent-file-coding-system.
2385
2386 * gnus-cache.el (gnus-cache-save-buffers)
2387 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2388 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2389 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2390 (gnus-cache-braid-nov, gnus-cache-braid-heads)
2391 (gnus-cache-generate-active, gnus-cache-rename-group)
2392 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2393 (gnus-cache-update-overview-total-fetched-for): Bind
2394 file-name-coding-system to nnmail-pathname-coding-system.
2395 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2396 variables.
2397 (gnus-cache-decoded-group-name): New function.
2398 (gnus-cache-file-name): Use it.
2399 (gnus-cache-generate-active): Use non-decoded group name for active.
2400
2401 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2402 right place.
2403 (gnus-write-active-file): Don't break non-ASCII group names.
2404
2405 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2406 nnmail-pathname-coding-system.
2407
2408 * gnus-uu.el (gnus-uu-decode-save): Typo.
2409
2410 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
2411
2412 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2413
2414 2007-07-14 David Kastrup <dak@gnu.org>
2415
2416 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
2417 finishing actions if we did not edit the article.
2418
2419 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2420
2421 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2422 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2423 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2424 (gnus-agent-flush-group, gnus-agent-flush-cache)
2425 (gnus-agent-fetch-headers, gnus-agent-load-alist)
2426 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2427 (gnus-agent-retrieve-headers, gnus-agent-request-article)
2428 (gnus-agent-regenerate-group)
2429 (gnus-agent-update-files-total-fetched-for)
2430 (gnus-agent-update-view-total-fetched-for): Bind
2431 file-name-coding-system to nnmail-pathname-coding-system.
2432 (gnus-agent-group-pathname): Don't encode file names by
2433 nnmail-pathname-coding-system.
2434 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2435 coding-system-for-write instead of buffer-file-coding-system to
2436 gnus-agent-file-coding-system.
2437
2438 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2439 Decode group name.
2440
2441 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2442
2443 * gnus-start.el (gnus-update-active-hashtb-from-killed)
2444 (gnus-read-newsrc-el-file): Make group names unibyte.
2445
2446 * nnmail.el (nnmail-group-pathname): Don't encode file names by
2447 nnmail-pathname-coding-system.
2448
2449 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2450 (nnrss-request-delete-group): Bind file-name-coding-system to
2451 nnmail-pathname-coding-system.
2452 (nnrss-read-server-data, nnrss-read-group-data): Bind
2453 file-name-coding-system correctly.
2454 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2455
2456 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2457 (nntp-server-to-method-cache): New variable.
2458 (nntp-group-pathname): New function that decodes non-ASCII group names.
2459 (nntp-possibly-create-directory, nntp-marks-changed-p)
2460 (nntp-save-marks, nntp-open-marks): Use it.
2461 (nntp-possibly-create-directory, nntp-open-marks):
2462 Bind file-name-coding-system to nnmail-pathname-coding-system.
2463 (nntp-open-marks): Decode group names when bootstrapping marks.
2464
2465 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2466 Newsgroups and Folowup-To headers.
2467
2468 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2469
2470 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2471 (gnus-server-closed-face, gnus-server-denied-face)
2472 (gnus-server-offline-face): Remove variable.
2473 (gnus-server-font-lock-keywords): Use faces that are not aliases.
2474
2475 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2476 of modifying message-stack directly for XEmacs.
2477
2478 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2479 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2480 if the coding-system argument is nil for XEmacs.
2481
2482 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2483 mm-charset-override-alist.
2484
2485 * rfc2047.el: Don't require base64; require rfc2045 for the function
2486 rfc2045-encode-string.
2487 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2488 to quote the parameter value.
2489
2490 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
2491
2492 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2493 form in gnus-group-name-charset-method-alist.
2494
2495 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2496 overrides the default layout edit-form.
2497
2498 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2499
2500 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2501
2502 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
2503
2504 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2505 as unfetched articles.
2506
2507 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
2508
2509 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2510
2511 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2512
2513 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2514 original back end that keeps marks in the local system.
2515
2516 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2517
2518 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2519 arg of pop-to-buffer for XEmacs.
2520 (gnus-article-read-summary-keys): Ditto; don't restore window
2521 configuration if summary command ends up with neither article buffer
2522 nor summary buffer; describe bindings if summary keys end with C-h.
2523
2524 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
2525
2526 * message.el (message-fix-before-sending): Skip raw message part to be
2527 forwarded while checking illegible text.
2528 (message-forward-make-body-mime, message-forward-make-body): Mark
2529 signed or encrypted raw message as having no illegible text.
2530
2531 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
2532
2533 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2534 (gnus-message-with-timestamp-1): New macro.
2535 (gnus-message-with-timestamp): New function.
2536 (gnus-message): Use them.
2537
2538 * nnheader.el (nnheader-message): Use them.
2539
2540 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
2541
2542 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2543 .newsrc.eld file.
2544
2545 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
2546
2547 * gnus-agent.el (gnus-agent-fetch-headers)
2548 (gnus-agent-retrieve-headers): Bind
2549 gnus-decode-encoded-address-function to identity.
2550
2551 * nntp.el (nntp-send-xover-command): Recognize an xover command is
2552 available also when the server returns simply a dot.
2553
2554 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2555
2556 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
2557
2558 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2559
2560 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
2561
2562 * gnus-ems.el (gnus-x-splash): Make it work.
2563
2564 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
2565 from being used.
2566
2567 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
2568
2569 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
2570 the front stickiness.
2571 (gnus-article-summary-command-nosave): Correct the order of the
2572 arguments passed to pop-to-buffer.
2573 (gnus-article-read-summary-keys): Ditto; make it work properly when the
2574 summary command ends up with the article buffer.
2575
2576 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
2577 the same faces.
2578
2579 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2580
2581 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
2582
2583 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2584
2585 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
2586 * gnus-sum.el (gnus-summary-highlight):
2587 * mail-source.el (mail-source-delete-old-incoming-confirm):
2588 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
2589
2590 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
2591
2592 * gnus-art.el (gnus-mime-view-part-externally)
2593 (gnus-mime-view-part-internally): Fix predicate function passed to
2594 completing-read.
2595
2596 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
2597
2598 * gnus.el (gnus-update-message-archive-method): Add :version.
2599
2600 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
2601
2602 * gnus.el (gnus-update-message-archive-method): New variable.
2603
2604 * gnus-start.el (gnus-setup-news): Update saved "archive" method
2605 according to gnus-message-archive-method if
2606 gnus-update-message-archive-method is non-nil.
2607
2608 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
2609
2610 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
2611 by Loic Dachary <loic@dachary.org>.
2612 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
2613
2614 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
2615
2616 * message.el (message-pop-to-buffer): Add switch-function argument.
2617 (message-mail): Pass switch-function argument to it.
2618
2619 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
2620
2621 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
2622 Improve doc string.
2623
2624 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
2625
2626 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
2627 (gnus-header-content)
2628 * gnus-cite.el (gnus-cite-10)
2629 * gnus-srvr.el (gnus-server-closed)
2630 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
2631 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
2632 (gnus-group-mail-3-empty, gnus-group-mail-low)
2633 (gnus-group-mail-low-empty, gnus-splash)
2634 * message.el (message-header-to, message-header-cc)
2635 (message-header-subject, message-header-other, message-header-name)
2636 (message-header-xheader, message-separator, message-cited-text)
2637 (message-mml): Lighten colors of faces used for dark background.
2638
2639 2007-05-24 Simon Josefsson <simon@josefsson.org>
2640
2641 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
2642 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
2643
2644 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
2645
2646 * message.el (message-narrow-to-headers-or-head):
2647 Ignore mail-header-separator in the body.
2648
2649 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
2650
2651 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
2652 same as window size.
2653
2654 2007-05-22 Kevin Ryde <user42@zip.com.au>
2655
2656 * message.el (message-font-lock-keywords): Use message-header-xheader
2657 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
2658 ahead of the anything pattern, to get it recognised.
2659
2660 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
2661
2662 * gnus-sum.el (gnus-articles-to-read)
2663 (gnus-summary-insert-old-articles): Don't truncate group name for
2664 `read-string'.
2665
2666 * gnus-util.el (gnus-limit-string): Delete this function.
2667
2668 * gnus-sum.el (gnus-simplify-subject-fully): Use
2669 `truncate-string-to-width' instead.
2670
2671 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
2672
2673 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
2674 if, on summary exit, the next group has to be selected.
2675 (gnus-summary-exit): Use it.
2676
2677 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
2678
2679 * gnus-art.el (gnus-article-mode): Fix comment about displaying
2680 non-break space.
2681
2682 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
2683
2684 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
2685 Check if group is not a directory.
2686 (nnfolder-request-expire-articles): Don't delete articles if the target
2687 group is not available.
2688
2689 * nnml.el (nnml-request-create-group): Properly check if group is not a
2690 file.
2691 (nnml-request-expire-articles): Don't delete articles if the target
2692 group is not available.
2693
2694 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2695 Don't quote characters that are within parentheses.
2696
2697 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
2698
2699 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
2700 (gnus-handle-ephemeral-exit): Select article according to it.
2701
2702 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
2703
2704 * message.el (message-insert-formated-citation-line): Remove newline.
2705 (message-citation-line-format): Add final \n here so that the user can
2706 avoid a blank line.
2707
2708 2007-05-03 Dan Christensen <jdc@uwo.ca>
2709
2710 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2711 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2712 Update lanl/arXiv support.
2713
2714 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2715
2716 * gnus.el: Bump version number.
2717
2718 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2719
2720 * gnus.el (gnus-version-number): Bump version.
2721
2722 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2723
2724 * gnus.el: No Gnus v0.6 is released.
2725
2726 2007-04-27 Didier Verna <didier@xemacs.org>
2727
2728 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
2729 * gmm-utils.el (gmm-regexp-concat): here.
2730 * message.el: Don't require 'gnus-util.
2731 (message-dont-reply-to-names): Handle name change above.
2732 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
2733
2734 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
2735
2736 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
2737 since the initial value varies according to the system.
2738
2739 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
2740
2741 * mm-util.el (mm-charset-synonym-alist): Defcustom.
2742
2743 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
2744
2745 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
2746
2747 2007-04-24 Didier Verna <didier@xemacs.org>
2748
2749 Improve the type of gnus-ignored-from-addresses.
2750 * gnus-util.el (gnus-orify-regexp): New function.
2751 * message.el (gnus-util): Require it.
2752 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
2753 * gnus-sum.el (gnus-ignored-from-addresses): New function.
2754 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
2755
2756 2007-04-24 Didier Verna <didier@xemacs.org>
2757
2758 * gnus-sum.el:
2759 * gnus-utils.el: Fix some trailing whitespaces.
2760
2761 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
2762
2763 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
2764 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
2765 article's Message-ID; refer parent article in summary buffer.
2766
2767 * message.el (message-bounce): Call mime-to-mml.
2768
2769 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
2770
2771 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
2772
2773 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
2774
2775 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
2776 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
2777 displayed of multipart/alternative part if it is invoked from summary
2778 buffer.
2779
2780 * mm-view.el (mm-inline-text-html-render-with-w3m)
2781 (mm-inline-text-html-render-with-w3m-standalone)
2782 (mm-inline-render-with-function): Use mail-parse-charset by default.
2783
2784 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
2785
2786 * parse-time.el (parse-time-string-chars): Check if CHAR
2787 is less than the length of parse-time-syntax.
2788
2789 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
2790
2791 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
2792 from gnus-newsgroup-processable.
2793
2794 2007-04-16 Didier Verna <didier@xemacs.org>
2795
2796 * gnus-msg.el (gnus-configure-posting-styles): Handle
2797 message-signature-directory properly with :file syntax. Reported by
2798 "Leo".
2799
2800 2007-04-11 Didier Verna <didier@xemacs.org>
2801
2802 New user option: message-signature-directory.
2803 * gnus-msg.el (gnus-configure-posting-styles): Support it.
2804 * message.el (message-insert-signature): Ditto.
2805 * message.el (message-signature-file): Doc update.
2806 * message.el (message-signature-directory): New.
2807
2808 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
2809
2810 * gnus-msg.el (gnus-inews-yank-articles): Use
2811 message-exchange-point-and-mark instead of exchange-point-and-mark.
2812
2813 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
2814
2815 * message.el (message-yank-original): Make sure cited text ends with
2816 newline; don't exchange point and mark.
2817
2818 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
2819
2820 * tls.el (open-tls-stream): Properly handle case where there
2821 is no associated buffer.
2822
2823 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
2824
2825 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
2826 message-yank-original, make sure (< mark TEXT point).
2827
2828 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
2829
2830 * message.el (message-fill-column): New variable.
2831 (message-mode): Use it. Add comment on a possible new hook.
2832
2833 * nnmail.el (nnmail-spool-file): Mark as obsolete.
2834 (nnmail-get-new-mail): Reformat.
2835
2836 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
2837
2838 * gmm-utils.el: Fix Commentary.
2839 (gmm-tool-bar-from-list): Fix typo in doc string.
2840
2841 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
2842
2843 * message.el (message-yank-original): Don't switch point and mark
2844 unnecessarily to put point and mark as documented.
2845
2846 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2847
2848 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
2849 from the message heads.
2850
2851 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
2852
2853 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
2854 article buffer does not have a window. This may not be the best
2855 solution but is certainly better than setting the start of the null,
2856 that is the current, window.
2857
2858 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
2859
2860 * gnus-draft.el (gnus-draft-setup-hook): New hook.
2861 (gnus-draft-setup): Run it.
2862
2863 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
2864 gnus-score-fast-scoring. Allow regexp.
2865 (gnus-score-headers): Use it.
2866
2867 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
2868 XEmacs.
2869
2870 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
2871 string.
2872 (gnus-button-alist): Also catch `<f1> k ...'.
2873 (gnus-treat-display-x-face): Fix doc string.
2874
2875 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2876
2877 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
2878 evaluation of gnus-extended-version to ensure correct generation of the
2879 User-Agent header when message-generate-headers-first is used.
2880
2881 2007-03-24 Simon Josefsson <simon@josefsson.org>
2882
2883 * hashcash.el (hashcash-generate-payment-async): Don't crash if
2884 hashcash-path is nil. Don't call callback with incorrect number of
2885 parameters if val is 0.
2886
2887 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2888
2889 * message.el (message-required-news-headers):
2890 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
2891
2892 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
2893
2894 * message.el (message-generate-new-buffers): Change the meaning of the
2895 nil value; add `standard' to the choices; treat t as `unique'; improve
2896 doc string.
2897 (gnus-select-frame-set-input-focus): Autoload.
2898 (message-buffer-name): Search for the existing message buffer if
2899 message-generate-new-buffers is nil or `standard'; treat the value t of
2900 message-generate-new-buffers as `unique'.
2901 (message-pop-to-buffer): Raise the frame already displaying the message
2902 buffer; clear the echo area after querying.
2903 (message-setup): Pass the `continue' argument to compose-mail.
2904 (message-mail): Prefer `switch-function' if it is given; search for the
2905 existing message buffer if the `continue' argument is non-nil; pass
2906 continue and switch-function arguments to compose-mail by way of
2907 message-setup.
2908 (message-mail-other-window): Adjust argument of message-setup.
2909 (message-mail-other-frame): Ditto.
2910
2911 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
2912
2913 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
2914 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
2915 to turn font-lock on when turning gnus-message-citation-mode on.
2916
2917 2007-03-06 Daiki Ueno <ueno@unixuser.org>
2918
2919 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
2920 (mml-smime-function-alist): New variable; add epg as the backend.
2921 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
2922 mml-smime- functions instead.
2923 * mm-view.el: Require smime.
2924
2925 2007-03-05 Didier Verna <didier@xemacs.org>
2926
2927 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
2928 instead of just inheritance for posting styles.
2929 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
2930
2931 2007-02-24 John Paul Wallington <jpw@pobox.com>
2932
2933 * tls.el (tls-certtool-program): Fix custom type.
2934
2935 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2936
2937 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
2938 and point-at-eol instead of line-(beginning|end)-position.
2939
2940 * assistant.el (assistant-parse-buffer): Ditto.
2941
2942 2007-02-28 Daiki Ueno <ueno@unixuser.org>
2943
2944 * mml2015.el (mml2015-epg-find-usable-key): New function.
2945 (mml2015-epg-sign): Use it.
2946 (mml2015-epg-encrypt): Use it.
2947
2948 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2949
2950 * message.el (message-make-in-reply-to): Quote name containing
2951 non-ASCII characters. It will make the RFC2047 encoder cause an error
2952 if there are special characters. Reported by NAKAJI Hiroyuki
2953 <nakaji@jp.freebsd.org>.
2954
2955 2007-02-27 Didier Verna <didier@xemacs.org>
2956
2957 Include the group parameters as well as the topic ones in the
2958 inheritance filter process.
2959 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
2960 argument GROUP-PARAMS-LIST.
2961 * gnus-topic.el (gnus-group-topic-parameters): Use it.
2962
2963 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
2964
2965 * nntp.el (nntp-never-echoes-commands)
2966 (nntp-open-connection-functions-never-echo-commands): New variables.
2967 (nntp-send-command): Use them.
2968
2969 2007-02-20 Daiki Ueno <ueno@unixuser.org>
2970
2971 * mml2015.el (mml2015-epg-verify): Simplified.
2972
2973 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
2974
2975 * mml.el (mml-content-disposition-alist): New user option.
2976 (mml-content-disposition): New function.
2977 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
2978 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
2979
2980 2007-02-19 Daiki Ueno <ueno@unixuser.org>
2981
2982 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
2983 verification.
2984
2985 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2986
2987 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
2988 articles posted in the last 24 hours.
2989
2990 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
2991
2992 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
2993
2994 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
2995
2996 * nntp.el (nntp-send-command): Don't wait for echoes when
2997 nntp-open-ssl-stream is used.
2998
2999 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
3000
3001 * gnus-cite.el (gnus-test-font-lock-add-keywords)
3002 (gnus-message-add-citation-keywords)
3003 (gnus-message-remove-citation-keywords): Remove.
3004 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3005 directly, make the variables in font-lock-defaults buffer-local, add
3006 gnus-message-citation-keywords to them and then update the value of
3007 font-lock-keywords.
3008
3009 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
3010
3011 * message.el (message-cite-original-1): Don't call
3012 gnus-article-highlight-citation.
3013
3014 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3015 citations; fix line count.
3016
3017 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
3018
3019 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3020 (gnus-message-add-citation-keywords)
3021 (gnus-message-remove-citation-keywords): Use it; fix the emulating
3022 versions of font-lock-add-keywords and font-lock-remove-keywords to
3023 work with XEmacs correctly.
3024
3025 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
3026
3027 * gnus-cite.el (gnus-cite-face-list): Set the values of
3028 gnus-message-max-citation-depth and gnus-message-citation-keywords.
3029 (gnus-message-max-citation-depth): Use defvar rather than defconst.
3030 (gnus-message-cite-prefix-regexp): New variable.
3031 (gnus-message-search-citation-line): Use it; protect against long
3032 citation prefix; fill match data with nil rather than 0 for XEmacs; set
3033 the 0th match data for Emacs.
3034 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3035 (gnus-message-add-citation-keywords): Append keywords rather than
3036 prepending; emulate font-lock-add-keywords if it is not available.
3037 (gnus-message-remove-citation-keywords): Emulate
3038 font-lock-remove-keywords if it is not available.
3039
3040 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3041
3042 * message.el (message-cite-prefix-regexp): Set the value of
3043 gnus-message-cite-prefix-regexp.
3044
3045 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3046
3047 * nnweb.el (nnweb-google-parse-1): Update parser.
3048
3049 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
3050
3051 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3052
3053 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3054
3055 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3056 regexp.
3057
3058 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
3059
3060 * uudecode.el (uudecode-string-to-multibyte): New function emulating
3061 string-to-multibyte.
3062 (uudecode-decode-region-internal): Use it.
3063
3064 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
3065
3066 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3067 custom choice.
3068
3069 * gnus-art.el (gnus-signature-limit): Fix custom choice.
3070
3071 2007-01-22 Daiki Ueno <ueno@unixuser.org>
3072
3073 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3074
3075 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3076 `write-region' to respect `mm-inhibit-file-name-handlers'.
3077
3078 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
3079
3080 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3081 Use gnus-home-directory instead of "~/" or "$HOME".
3082
3083 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
3084
3085 * encrypt.el (encrypt-insert-file-contents): Add better prompt
3086 to mention filename.
3087 Add comments at beginning regarding usage.
3088 (encrypt-write-file-contents): Change interactive so a string is
3089 acceptable. If the file has no associated model, show an error instead
3090 of a nonsense prompt.
3091
3092 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3093
3094 * spam.el (spam-bsfilter-ham-switch): Fix typo.
3095 Thanks to Yoshihiko Yamada for kind notification of this typo.
3096
3097 2007-01-12 Kenichi Handa <handa@m17n.org>
3098
3099 * uudecode.el (uudecode-decode-region-internal): Make it work in a
3100 multibyte buffer.
3101
3102 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
3103
3104 * gnus-score.el (gnus-score-fast-scoring): New variable.
3105 (gnus-score-headers): Use it.
3106
3107 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3108
3109 * message.el (message-cite-original-1): Call
3110 gnus-article-highlight-citation if requested.
3111 (message-make-from): Allow name and address as optional arguments.
3112
3113 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3114
3115 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3116 bugs to doc string.
3117 (gnus-button-alist): Add mid\\|message-id.
3118 (gnus-button-fetch-group): Extend for use in
3119 `browse-url-browser-function'.
3120 (gnus-button-url-regexp): Try to catch paired parentheses like in
3121 Wikipedia URLs.
3122
3123 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3124 Suggested by Simon Krahnke <overlord@gmx.li>.
3125
3126 2007-01-13 Romain Francoise <romain@orebokech.com>
3127
3128 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3129 Update copyright.
3130
3131 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
3132
3133 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3134
3135 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
3136
3137 * gnus-registry.el (gnus-registry-unfollowed-groups)
3138 (gnus-registry-split-fancy-with-parent): Fix documentation.
3139
3140 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3141
3142 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3143 from nnweb groups.
3144
3145 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3146
3147 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3148 Xref urls. Erase buffer before requesting head.
3149
3150 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3151
3152 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
3153
3154 * gnus-soup.el (gnus-soup): New custom group. Make user variables
3155 customizable.
3156
3157 2007-01-05 Daiki Ueno <ueno@unixuser.org>
3158
3159 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3160 no signing key is found.
3161 (mml2015-epg-encrypt): Ask user whether to skip or abort if
3162 no encrypting and/or signing key is found.
3163
3164 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
3165
3166 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3167
3168 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3169
3170 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3171 headers read from disk with the ones newly found in the current search.
3172 This should no longer cause problems, because the article numbers in
3173 Gmane's `nov.php' output are ignored since the previous change.
3174
3175 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3176
3177 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3178
3179 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
3180
3181 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3182
3183 2007-01-01 Romain Francoise <romain@orebokech.com>
3184
3185 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3186
3187 2006-12-31 Steve Youngs <steve@sxemacs.org>
3188
3189 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3190 `define-minor-mode' macro definition expanded properly.
3191 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3192 exclude it there.
3193
3194 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3195 of 2006-12-30. The default is nil on (S)XEmacs already because of the
3196 `fboundp' test.
3197 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3198 This is OK to autoload in (S)XEmacs now.
3199
3200 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3201
3202 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3203 keystroke.
3204 (gnus-summary-limit-to-singletons): Fix typo.
3205
3206 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3207 else fails.
3208
3209 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3210
3211 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3212 docstring.
3213
3214 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3215 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3216 (gnus-summary-insert-dormant-articles): Fix typo in message.
3217
3218 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
3219
3220 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3221 nil for XEmacs.
3222 (gnus-message-citation-mode): Don't autoload in XEmacs.
3223
3224 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3225
3226 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
3227
3228 * nnimap.el (nnimap-expunge-search-string): Mention
3229 nnimap-search-uids-not-since-is-evil in docstring.
3230
3231 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
3232
3233 * spam.el: Revert to make-obsolete-variable because
3234 define-obsolete-variable-alias is not supported in Emacs 21.
3235
3236 * spam.el (spam-ifile-path, spam-ifile-database-path)
3237 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3238 make-obsolete-variable.
3239 (spam-bsfilter-path, spam-bsfilter-program)
3240 (spam-spamassassin-path, spam-spamassassin-program)
3241 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
3242 use "path" inappropriately.
3243 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3244 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3245 variable names.
3246
3247 2006-12-28 Daiki Ueno <ueno@unixuser.org>
3248
3249 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3250 summary buffer.
3251
3252 * password.el (password-cache-remove): Use clear-string to burn
3253 password, if available.
3254
3255 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3256
3257 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3258
3259 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3260
3261 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3262 (gnus-message-highlight-citation): Move defcustom here from
3263 gnus-cite.el.
3264 (gnus-message-citation-mode): Autoload.
3265
3266 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
3267 checks to make it compile with XEmacs.
3268 (gnus-message-citation-mode): New minor mode.
3269 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3270 (gnus-message-highlight-citation): New variables.
3271 (gnus-message-search-citation-line)
3272 (gnus-message-add-citation-keywords)
3273 (gnus-message-remove-citation-keywords)
3274 (turn-on-gnus-message-citation-mode)
3275 (turn-off-gnus-message-citation-mode): New functions.
3276
3277 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
3278
3279 * gnus-cite.el: Enable highlighting of different citation levels in
3280 message-mode.
3281
3282 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3283
3284 * message.el (message-make-fqdn): Fix comment.
3285 (message-bogus-system-names): Add ".local".
3286
3287 * spam.el (spam-ifile-path, spam-ifile-program)
3288 (spam-ifile-database-path, spam-ifile-database)
3289 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3290 Don't use "path" inappropriately.
3291 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3292 strings.
3293 (spam-check-ifile, spam-ifile-register-with-ifile)
3294 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3295 new variable names.
3296
3297 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3298 (gnus-treat-display-smileys): Simplify using
3299 gnus-image-type-available-p.
3300
3301 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3302 available.
3303
3304 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3305
3306 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3307 one after turning on the buffer's multibyteness instead of decoding
3308 them directly in the unibyte buffer that causes unexpected conversion
3309 in Emacs 23 (unicode).
3310
3311 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3312
3313 * message.el (message-generate-hashcash): Fix custom type.
3314
3315 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3316
3317 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3318
3319 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3320
3321 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3322 disconnect icons. Add help text.
3323
3324 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
3325
3326 * spam.el (spam-extra-header-to-number): CRM114 spam score is
3327 negated to be consistent with the others we handle.
3328
3329 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3330
3331 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3332 version of gnus-summary-buffer to something, so that we can use two
3333 article buffers at the same time.
3334
3335 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
3336
3337 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3338 trigger all the extra headers.
3339 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3340 sorting.
3341
3342 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3343
3344 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3345 solid groups.
3346
3347 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
3348
3349 * legacy-gnus-agent.el: Add Copyright notice.
3350
3351 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
3352
3353 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3354
3355 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3356
3357 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3358
3359 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3360 to make it work reliably in CVS Emacs.
3361 (gnus-summary-limit-strange-charsets-predicate)
3362 (gnus-summary-limit-to-predicate): New functions.
3363
3364 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
3365
3366 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3367 specifying array size.
3368 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3369 array if it is too small.
3370 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3371 (gnus-sort-threads-loop): New function.
3372
3373 2006-12-06 Chris Moore <dooglus@gmail.com>
3374
3375 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3376 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3377
3378 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
3379
3380 * mm-url.el (mm-url-predefined-programs): Call curl with correct
3381 options.
3382
3383 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3384
3385 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3386 DOS-ing the recipient.
3387
3388 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3389 the headers when creating the mapping to avoid mismappings.
3390 (nnweb-gmane-create-mapping): Always nix out old mapping.
3391
3392 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3393
3394 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3395 and mm-verify-option to never.
3396
3397 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3398
3399 * message.el (message-signed-or-encrypted-p): New function.
3400 (message-forward-make-body): Use it.
3401
3402 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3403 Replace encode-coding-string with mm-encode-coding-string.
3404
3405 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
3406
3407 * nneething.el (nneething-decode-file-name): Replace
3408 decode-coding-string with mm-decode-coding-string.
3409
3410 * gnus-int.el (gnus-open-server): Say failed server's name.
3411
3412 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
3413
3414 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3415 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3416
3417 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3418 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3419 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3420 (gnus-group-make-directory-group, gnus-group-transpose-groups):
3421 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3422 (gnus-subscribe-newsgroup, gnus-1):
3423 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3424 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3425 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3426 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3427
3428 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3429
3430 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3431 keystroke.
3432 (gnus-summary-limit-to-bodies): Implement headersp.
3433
3434 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3435
3436 * dns.el (query-dns): Protect against "Process dns deleted" strings.
3437
3438 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
3439
3440 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3441
3442 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3443
3444 * message.el (message-generate-hashcash): Expand range of values to
3445 include `opportunistic'.
3446 (message-send-mail): Use it.
3447
3448 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3449
3450 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3451 and comment it.
3452
3453 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3454
3455 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
3456
3457 * gnus-util.el (gnus-extract-address-components): Improve comment.
3458
3459 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3460
3461 * gnus-util.el (gnus-extract-address-components): Work with address in
3462 which the name portion contains @.
3463
3464 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3465
3466 * gnus.el (gnus-start): Move custom group up.
3467 (gnus-select-method): Don't autoload, but make it available for
3468 `customize-variable'.
3469 (gnus-getenv-nntpserver): Don't autoload.
3470
3471 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
3472
3473 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3474
3475 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3476
3477 * message.el (message-sendmail-extra-arguments): New variable.
3478 (message-send-mail-with-sendmail): Use it.
3479
3480 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3481
3482 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3483 mm-with-unibyte-current-buffer to make string unibyte.
3484
3485 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3486 mm-string-as-multibyte.
3487
3488 2006-11-14 Daiki Ueno <ueno@unixuser.org>
3489
3490 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3491 Reported by Werner Koch <wk@gnupg.org>.
3492
3493 2006-11-14 Daiki Ueno <ueno@p360>
3494
3495 * mml2015.el: Autoload epa-select-keys when compiling.
3496
3497 2006-11-13 Daiki Ueno <ueno@unixuser.org>
3498
3499 * mml2015.el (mml2015-epg-sign): Save the signing keys in
3500 message-options.
3501 (mml2015-epg-encrypt): Save the recipient keys in message-options.
3502
3503 2006-11-13 Daiki Ueno <ueno@unixuser.org>
3504
3505 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3506 EasyPG (< 0.0.6).
3507 (mml2015-always-trust): New user option.
3508 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3509 prompt.
3510
3511 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3512
3513 * nntp.el (nntp-authinfo-force): New variable.
3514 (nntp-send-authinfo): Use it.
3515
3516 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
3517
3518 * message.el (message-strip-subject-encoded-words): Allow _not_ to
3519 decode encoded words. Improve prompt. Add comment about forwarding.
3520 (message-replacement-char): Move up.
3521
3522 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3523
3524 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3525 instead of gnus-intersection because arguments of gnus-sorted-nunion
3526 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
3527
3528 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
3529
3530 * message.el (message-strip-subject-encoded-words): Reformat prompt.
3531 (message-simplify-subject-functions): Enable
3532 message-strip-subject-encoded-words by default.
3533
3534 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
3535
3536 * message.el (message-strip-subject-encoded-words): New function
3537 (message-simplify-subject-functions): New variable.
3538 (message-simplify-subject): Use it. Fix typo in doc string.
3539 Support message-strip-subject-encoded-words.
3540
3541 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
3542
3543 * gnus-diary.el (gnus-diary-delay-format-function):
3544 * nndiary.el (nndiary-reminders):
3545 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3546
3547 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
3548
3549 * gnus-art.el (article-hide-boring-headers): Fetch date from
3550 gnus-original-article-buffer to avoid problems with localized date
3551 strings.
3552
3553 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
3554
3555 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3556
3557 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
3558
3559 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3560 New variables.
3561 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3562 (mm-charset-synonym-alist): Move some entries to
3563 mm-codepage-iso-8859-list.
3564 (mm-charset-synonym-alist, mm-charset-override-alist): Add
3565 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3566
3567 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
3568
3569 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
3570
3571 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
3572
3573 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
3574 with Emacs 21 and XEmacs.
3575
3576 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
3577
3578 * spam.el (spam-parse-address): New function for better parsing,
3579 catching errors, etc.
3580 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
3581
3582 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
3583
3584 * mm-view.el: Add interactive arg to html2text autoload.
3585
3586 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
3587
3588 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
3589
3590 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
3591
3592 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
3593 variables.
3594 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3595 (mm-charset-synonym-alist): Move some entries to
3596 mm-codepage-iso-8859-list.
3597
3598 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
3599
3600 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
3601
3602 * message.el (message-citation-line-format)
3603 (message-insert-formated-citation-line): Fix implementation of %E, %N
3604 and %n according to the doc string.
3605
3606 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
3607
3608 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3609 car-safe to avoid bad parses.
3610
3611 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3612
3613 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
3614 names.
3615
3616 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
3617
3618 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3619
3620 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
3621 header.
3622
3623 * message.el (message-draft-headers): Add Date.
3624 (message-headers-to-generate): Fix typo in docstring.
3625
3626 * nndraft.el (nndraft-required-headers): New variable.
3627 (nndraft-generate-headers): Use it.
3628
3629 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
3630
3631 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3632
3633 * gnus-registry.el (gnus-registry-wash-for-keywords)
3634 (gnus-registry-find-keywords): New functions to allow easy searching of
3635 articles that are in the registry.
3636
3637 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3638
3639 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3640 ietf-drums-parse-address instead of gnus-extract-address-components.
3641 Reported by Damien Elmes <damien@repose.cx>.
3642
3643 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
3644
3645 * gnus.el (gnus-mime): Remove unused custom group.
3646
3647 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3648
3649 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
3650 "blank line" when searching for end of armor headers.
3651
3652 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3653
3654 * gmm-utils.el (gmm-write-region): Fix variable name.
3655
3656 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
3657
3658 * gmm-utils.el (gmm-write-region): New function based on compatibility
3659 code from `mm-make-temp-file'.
3660
3661 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
3662
3663 * nnmaildir.el (nnmaildir--update-nov)
3664 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
3665 Use `gmm-write-region'.
3666
3667 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
3668
3669 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
3670 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3671
3672 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
3673
3674 * message.el (message-replacement-char): New variable.
3675 (message-fix-before-sending): Use it.
3676 (message-simplify-subject): New function to remove duplicate code.
3677 (message-reply, message-followup): Use it.
3678
3679 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
3680 gnus-summary-limit-to-articles.
3681
3682 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
3683
3684 * gnus-util.el (gnus-with-local-quit): New macro.
3685
3686 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
3687
3688 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
3689
3690 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
3691 ignore non-string data.
3692
3693 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
3694
3695 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
3696 non-string data (needs to be done in the registry too).
3697
3698 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
3699
3700 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
3701 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
3702 (gnus-registry-split-fancy-with-parent)
3703 (gnus-registry-fetch-simplified-message-subject-fast)
3704 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
3705 Remove text properties on ingress into the registry and when it's saved.
3706 (gnus-registry-clean-empty-function): Fix bug with cleaning the
3707 registry from entries with no groups.
3708
3709 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
3710
3711 * gnus-util.el (gnus-string-remove-all-properties): Add utility
3712 function to remove string properties.
3713
3714 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
3715
3716 * gmm-utils.el (gmm): Adjust custom version.
3717
3718 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
3719 custom version.
3720
3721 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
3722
3723 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
3724
3725 * gnus-art.el (gnus-insert-prev-page-button)
3726 (gnus-insert-next-page-button): Simplify. Reformat.
3727
3728 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
3729
3730 * gnus-art.el (gnus-insert-prev-page-button)
3731 (gnus-insert-next-page-button): Apply gnus-article-button-face.
3732
3733 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
3734
3735 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
3736
3737 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
3738
3739 (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
3740 gnus-article-button-face to MIME and security buttons.
3741
3742 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
3743
3744 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
3745 readable.
3746
3747 2006-09-20 Steve Youngs <steve@sxemacs.org>
3748
3749 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
3750 `browse-url-of-file' instead of `browse-url'.
3751
3752 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3753
3754 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3755 regexp. Articles containing quotation were cut prematurely.
3756
3757 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
3758
3759 * message.el (message-cite-original-1): Use nobody by default for the
3760 value of From header.
3761 (message-reply): Ditto.
3762
3763 2006-09-11 Daiki Ueno <ueno@unixuser.org>
3764
3765 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
3766 to the gnus-info. This fixes a bug of inline-PGP message verification.
3767 Reported by Michael Piotrowski <mxp@dynalabs.de>.
3768
3769 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
3770
3771 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
3772 mails in the doc string. Add some URLs in comment.
3773 (pop3-movemail): Warn about pop3-leave-mail-on-server.
3774
3775 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
3776
3777 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
3778 backslashes handling and the way to find boundaries of quoted strings.
3779
3780 2006-09-07 Daiki Ueno <ueno@unixuser.org>
3781
3782 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
3783 mml1991-encrypt-to-self is set and mml1991-signers is not set.
3784 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
3785 mml2015-encrypt-to-self is set and mml2015-signers is not set.
3786
3787 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
3788
3789 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
3790 doc string.
3791 (gnus-button-regexp, gnus-button-last): Remove unused variables.
3792
3793 2006-09-06 Simon Josefsson <jas@extundo.com>
3794
3795 * mml2015.el (mml2015-use): Doc fix, mention epg.
3796
3797 2006-09-06 Daiki Ueno <ueno@unixuser.org>
3798
3799 * mml2015.el (mml2015-use): Default to epg, if available.
3800
3801 2006-09-06 Daiki Ueno <ueno@unixuser.org>
3802
3803 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
3804 message-sender.
3805 (mml1991-epg-encrypt): Ditto.
3806 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
3807 message-sender.
3808 (mml2015-epg-encrypt): Ditto.
3809
3810 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
3811
3812 * message.el (message-send-mail-with-sendmail): Look for sendmail in
3813 several common directories.
3814
3815 2006-09-05 Daiki Ueno <ueno@unixuser.org>
3816
3817 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
3818 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
3819
3820 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
3821
3822 * gnus-art.el (article-decode-encoded-words): Make it fast.
3823
3824 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
3825
3826 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
3827
3828 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
3829 in quoted string into `\'.
3830
3831 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
3832
3833 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3834 Use standard-syntax-table.
3835
3836 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
3837
3838 * gnus-art.el (gnus-decode-address-function): New variable.
3839 (article-decode-encoded-words): Use it to decode headers which are
3840 assumed to contain addresses.
3841 (gnus-mime-delete-part): Remove useless `or'.
3842
3843 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
3844 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
3845 (gnus-nov-parse-line): Use it to decode From header.
3846 (gnus-get-newsgroup-headers): Ditto.
3847 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
3848
3849 * mail-parse.el (mail-decode-encoded-address-region): New alias.
3850 (mail-decode-encoded-address-string): New alias.
3851
3852 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3853 New function.
3854 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
3855 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
3856 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
3857 (rfc2047-decode-string): Ditto.
3858 (rfc2047-decode-address-region): New function.
3859 (rfc2047-decode-address-string): New function.
3860
3861 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
3862
3863 * message.el (message-caesar-buffer-body): Allow rotating headers.
3864
3865 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
3866
3867 * message.el (message-insert-formated-citation-line): Fix %f.
3868 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
3869
3870 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
3871
3872 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
3873 (gnus-bookmark-mouse-available-p): New macro.
3874 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
3875 (gnus-bookmark-bmenu-show-infos): Use it.
3876 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
3877 (gnus-bookmark-bmenu-hide-infos): Ditto.
3878 (gnus-bookmark-remove-properties): New function.
3879 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
3880 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
3881 (gnus-bookmark-write-file): Bind coding-system-for-write.
3882 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
3883 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
3884 group before selecting it.
3885 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
3886 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
3887 quit-window if it is not available; use gnus-mouse-2 and bind it to
3888 gnus-bookmark-bmenu-select-by-mouse.
3889 (gnus-bookmark-show-details): Remove unused variable `details-list'.
3890 (gnus-bookmark-bmenu-select-by-mouse): New function.
3891
3892 2006-08-13 Romain Francoise <romain@orebokech.com>
3893
3894 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
3895 space.
3896
3897 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
3898
3899 * compface.el (uncompface): Use binary rather than raw-text-unix.
3900
3901 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
3902
3903 * compface.el (uncompface): Make sure the eol conversion doesn't take
3904 place when communicating with the external programs. Reported by
3905 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3906
3907 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
3908
3909 * nnheader.el (nnheader-insert-head): Fix typo in comment.
3910
3911 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3912
3913 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
3914 Make it more robust by parsing author and date independently.
3915
3916 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
3917
3918 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
3919
3920 2006-07-28 Daiki Ueno <ueno@unixuser.org>
3921
3922 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
3923 first matching secret key.
3924 (mml2015-epg-encrypt): Ditto.
3925
3926 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
3927 first matching secret key.
3928 (mml1991-epg-encrypt): Ditto.
3929
3930 * mml2015.el (mml2015-encrypt-to-self): New user option.
3931 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
3932 mml2015-epg-encrypt-to-self is set.
3933
3934 * mml1991.el (mml1991-encrypt-to-self): New variable.
3935 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
3936 mml1991-epg-encrypt-to-self is set.
3937
3938 * mml2015.el (mml2015-signers): New user option.
3939 (mml2015-epg-sign): Reflect the value of mml2015-signers.
3940 (mml2015-epg-encrypt): Allow to select signing keys.
3941
3942 * mml1991.el (mml1991-signers): New variable.
3943 (mml1991-epg-sign): Reflect the value of mml1991-signers.
3944 (mml1991-epg-encrypt): Allow to select signing keys.
3945
3946 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
3947
3948 * nnheader.el (nnheader-insert-head): Make it work even if the file
3949 uses CRLF for the line-break code.
3950
3951 2006-07-25 Daiki Ueno <ueno@unixuser.org>
3952
3953 * mml2015.el: Require mml-sec instead of password.
3954 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
3955 (mml2015-cache-passphrase): Inherit the default value from
3956 mml-secure-cache-passphrase.
3957 (mml2015-passphrase-cache-expiry): Inherit the default value from
3958 mml-secure-passphrase-cache-expiry.
3959
3960 * mml1991.el: Require mml-sec instead of password.
3961 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
3962 (mml1991-cache-passphrase): Inherit the default value from
3963 mml-secure-cache-passphrase.
3964 (mml1991-passphrase-cache-expiry): Inherit the default value from
3965 mml-secure-passphrase-cache-expiry.
3966
3967 * mml-sec.el: Require password.
3968 (mml-secure-verbose): New user option.
3969 (mml-secure-cache-passphrase): New user option.
3970 (mml-secure-passphrase-cache-expiry): New user option.
3971
3972 2006-07-24 Daiki Ueno <ueno@unixuser.org>
3973
3974 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
3975 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
3976 andreas@altroot.de (Andreas Vögele).
3977
3978 FIXME: Use `tiny change'?
3979
3980 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3981
3982 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
3983 workaround for the url package included with Emacs.
3984
3985 * nnweb.el (nnweb-google-create-mapping): Update regexp.
3986
3987 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
3988
3989 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
3990 correctly. This fixes a bug caused by the 2006-05-12 change.
3991
3992 2006-07-18 Karl Fogel <kfogel@red-bean.com>
3993
3994 * nnmail.el (nnmail-article-group): If splitting raises an error, give
3995 some information about the error when saying that the `bogus' mail
3996 group will be used.
3997
3998 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
3999
4000 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4001 string.
4002
4003 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
4004
4005 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4006
4007 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4008
4009 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4010
4011 2006-07-10 Daiki Ueno <ueno@unixuser.org>
4012
4013 * mml1991.el (mml1991-function-alist): Add epg.
4014 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4015 (mml1991-epg-encrypt): New functions.
4016
4017 2006-07-10 Daiki Ueno <ueno@unixuser.org>
4018
4019 * mml2015.el (mml2015-verbose): New variable.
4020 (mml2015-cache-passphrase): Ditto.
4021 (mml2015-passphrase-cache-expiry): Ditto.
4022 (mml2015-function-alist): Add epg.
4023 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4024 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4025 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4026 functions.
4027
4028 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4029
4030 * message.el (message-cite-original-1): Preserve region when removing
4031 quoted text due to X-No-Archive in order to avoid bogus attribution
4032 when citing multiple messages.
4033
4034 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4035
4036 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
4037 Kenneth Jacker <khj@be.cs.appstate.edu>.
4038
4039 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
4040
4041 * gnus-diary.el (gnus-user-format-function-d)
4042 (gnus-user-format-function-D): Autoload.
4043
4044 * imap.el (Commentary): Fix typo.
4045
4046 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4047 2006-04-22 contribution.
4048
4049 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4050
4051 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4052 It didn't really fix the bogosity I'm seeing with solid web groups.
4053
4054 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4055
4056 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4057 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4058 created using server names. If we use the feature without declaring
4059 it, Gnus does not properly manage server and group state.
4060
4061 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4062 bound.
4063
4064 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4065
4066 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4067 looking up the method using GROUP's prefix before inventing a new one.
4068 It is used on killed/unknown groups in various places where returning
4069 an all-new method isn't expected by the caller.
4070
4071 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4072 and match semantics of gnus-group-real-prefix.
4073
4074 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
4075
4076 * nnmail.el (nnmail-broken-references-mailers): New variable.
4077 (nnmail-ignore-broken-references): New function generalizing
4078 nnmail-fix-eudora-headers.
4079 (nnmail-fix-eudora-headers): Now obsolete.
4080
4081 * gnus-art.el (gnus-button-handle-custom): Support
4082 `customize-apropos*'.
4083
4084 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4085
4086 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4087
4088 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4089 articles.
4090
4091 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
4092
4093 * message.el (message-cite-reply-above): New variable.
4094 (message-yank-original): Use it.
4095
4096 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
4097
4098 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4099
4100 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
4101
4102 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4103 as read.
4104
4105 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4106
4107 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
4108
4109 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4110 (gnus-bookmark-default-file): Use gnus-directory.
4111 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4112 Remove "*" in doc string.
4113 (gnus-bookmark-write-file): Simplify.
4114 (gnus-bookmark-maybe-sort-alist): Use `when'.
4115 (gnus-bookmark-get-bookmark): Fix typo in doc string.
4116 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4117 FIXME about Emacs 21 and XEmacs compatibility.
4118 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4119 compatibility.
4120 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4121 compatibility.
4122 (gnus-bookmark-menu-heading): Fix version.
4123
4124 2006-06-19 Bastien Guerry <bzg@altern.org>
4125
4126 * gnus-bookmark.el: New file.
4127
4128 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
4129
4130 * message.el (message-syntax-checks): Doc fix.
4131
4132 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4133
4134 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4135 unsubscribed groups as if they were killed ones. It causes duplicate
4136 entries in gnus-newsrc-alist.
4137
4138 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
4139
4140 * message.el (message-syntax-checks): Doc fix.
4141 (message-send-mail): Add check for continuation headers.
4142 (message-check-news-header-syntax): Fix regexp used to check for
4143 continuation headers.
4144
4145 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
4146
4147 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4148
4149 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
4150
4151 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4152
4153 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
4154
4155 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4156 default-truncate-lines.
4157
4158 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
4159
4160 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4161 to fill the utf-8 entry.
4162
4163 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4164
4165 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4166
4167 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
4168
4169 * gnus-agent.el (directory-files-and-attributes): Move all the way
4170 forward (the third and final move).
4171 (gnus-agent-read-agentview): Trap reconstruction errors due to
4172 nonexistant directory. Handle by returning nil.
4173
4174 2006-05-30 Didier Verna <didier@xemacs.org>
4175
4176 * message.el (message-dont-reply-to-names): Update the custom type.
4177 * message.el (message-dont-reply-to-names): New defsubst: potentially
4178 convert a list of regexps into a single one.
4179 * message.el (message-get-reply-headers): Use it.
4180 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4181
4182 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
4183
4184 * gnus-agent.el (directory-files-and-attributes): Move forward.
4185
4186 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4187
4188 * gnus-ml.el (gnus-mailing-list-subscribe)
4189 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4190 (gnus-mailing-list-message): Fix doc strings.
4191
4192 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4193
4194 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4195 of doing it manually.
4196
4197 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4198
4199 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4200 comment.
4201
4202 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
4203
4204 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4205 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4206 (gnus-agent-read-local): All symbols allocated in my-obarray
4207 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4208 (gnus-agent-regenerate-group): Check numeric names to see if they are
4209 messages or groups.
4210 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4211 better way of do this...)
4212
4213 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4214 'dummy.group' (there should be a better way of do this...)
4215
4216 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
4217
4218 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4219 (gnus-saved-headers): Ditto.
4220 (gnus-default-article-saver): Mention functions may have properties.
4221 (gnus-article-save): Override gnus-save-all-headers and
4222 gnus-saved-headers by :headers property which saver function may have.
4223 (gnus-summary-save-in-file): Add :headers property.
4224 (gnus-summary-write-to-file): Ditto.
4225
4226 * gnus-sum.el (gnus-summary-save-article): Bind
4227 gnus-prompt-before-saving to t when saving many articles in a file;
4228 always show all headers.
4229
4230 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4231
4232 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4233 marks.
4234
4235 * message.el (message-indent-citation): Add optional arguments to allow
4236 using it outside of message buffers.
4237
4238 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4239 (gnus-article-treat-unfold-headers): Use it.
4240 (gnus-article-truncate-lines): New variable.
4241 (gnus-article-mode): Use it.
4242 (gnus-article-toggle-truncate-lines): New function.
4243
4244 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4245 gnus-article-toggle-truncate-lines.
4246
4247 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4248 coding system in XEmacs, use binary.
4249
4250 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
4251
4252 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4253 after-load-alist.
4254
4255 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4256 this function should save decoded articles.
4257 (gnus-summary-write-to-file): Use property to specify this function
4258 should save decoded articles and specify gnus-summary-save-in-file
4259 should be used to save articles other than the first one when saving
4260 many articles.
4261 (gnus-summary-save-body-in-file): Use property to specify this
4262 function should save decoded articles.
4263 (gnus-summary-write-body-to-file): Use property to specify this
4264 function should save decoded articles and specify
4265 gnus-summary-save-body-in-file should be used to save articles other
4266 than the first one when saving many articles.
4267
4268 * gnus-sum.el (gnus-summary-save-article): Simplify.
4269
4270 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
4271
4272 * gnus-art.el (gnus-default-article-saver): Add
4273 gnus-summary-write-body-to-file.
4274 (gnus-article-save-coding-system): Don't use coding system object
4275 in XEmacs.
4276 (gnus-read-save-file-name): Add optional `dir-var' argument which
4277 specifies directory in which files are saved; work even if optional
4278 `variable' argument is not specified.
4279 (gnus-summary-write-to-file): Read file name.
4280 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4281 (gnus-summary-write-body-to-file): New function.
4282
4283 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4284 (gnus-summary-local-variables): Add it.
4285 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4286 (gnus-summary-save-article): Remove optional `decode' argument;
4287 determine whether to decode articles by the value of
4288 gnus-default-article-saver; when saving many files using
4289 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4290 it first and use gnus-summary-save-in-file or
4291 gnus-summary-save-body-in-file thereafter unless
4292 gnus-prompt-before-saving is always; move point to article which
4293 will be saved.
4294 (gnus-summary-save-article-file): Revert.
4295 (gnus-summary-write-article-file): Revert.
4296 (gnus-summary-save-article-body-file): Revert.
4297 (gnus-summary-write-article-body-file): New function.
4298
4299 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4300
4301 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4302
4303 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
4304
4305 * gnus-art.el (gnus-default-article-saver): Doc fix.
4306 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4307 from gnus-summary-save-article-coding-system, and default to a
4308 certain coding system.
4309 (gnus-output-to-file): Add coding cookie and encode text according
4310 to gnus-article-save-coding-system; don't use mm-append-to-file.
4311
4312 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4313 gnus-art.el and rename to gnus-article-save-coding-system.
4314 (gnus-summary-save-article): Require gnus-art; don't show all
4315 headers if it decodes articles; don't add coding cookie here;
4316 don't bind mm-text-coding-system-for-write.
4317 (gnus-summary-save-article-file): Save decoded articles.
4318 (gnus-summary-write-article-file): When saving many files, use
4319 gnus-summary-write-to-file first and gnus-summary-save-in-file
4320 thereafter unless gnus-prompt-before-saving is always.
4321 (gnus-summary-save-article-body-file): Save decoded articles.
4322
4323 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4324
4325 * nnrss.el (nnrss-check-group): Bind hash-index.
4326
4327 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
4328
4329 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4330 its hash index. Store this hash in `nnrss-group-data'.
4331 (nnrss-read-group-data): Update accordingly.
4332
4333 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4334
4335 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4336 entry.
4337
4338 * gnus-sum.el (gnus-summary-make-menu-bar): Add
4339 gnus-article-browse-html-article.
4340
4341 2006-05-23 Hynek Schlawack <hynek@ularx.de>
4342
4343 * gnus-sum.el (gnus-summary-mime-map): Add
4344 gnus-article-browse-html-article.
4345 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4346
4347 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4348 suitable coding systems in customize.
4349
4350 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
4351
4352 * mail-source.el (mail-sources): Fix custom type.
4353
4354 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
4355
4356 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4357 (gnus-summary-expire-articles-now): Shorten prompt.
4358
4359 * gmm-utils.el (wid-edit): Require.
4360 (defun-gmm): Renamed from `gmm-defun-compat'.
4361 (gmm-image-search-load-path): Use it.
4362 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
4363
4364 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
4365
4366 * gnus-sum.el (gnus-summary-save-article-coding-system): New
4367 variable.
4368 (gnus-summary-save-article): Add optional `decode' argument. If
4369 it is set and gnus-summary-save-article-coding-system is non-nil,
4370 save decoded article.
4371 (gnus-summary-write-article-file): Save decoded article if
4372 gnus-summary-save-article-coding-system is non-nil.
4373
4374 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4375 type.
4376
4377 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
4378
4379 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4380
4381 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4382
4383 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4384 first to test gnus-single-article-buffer which may be buffer-local.
4385
4386 * gnus-sum.el (gnus-summary-setup-buffer): Make
4387 gnus-single-article-buffer buffer-local and nil in ephemeral
4388 group; make gnus-article-buffer, gnus-article-current, and
4389 gnus-original-article-buffer always buffer-local.
4390 (gnus-summary-exit): Kill article buffer belonging to ephemeral
4391 group.
4392 (gnus-handle-ephemeral-exit): Don't move to next summary line.
4393
4394 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
4395
4396 * nnml.el (nnml-request-compact-group): Compressed files might not
4397 have .gz extension.
4398
4399 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4400
4401 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4402 (mm-copy-to-buffer): Use with-current-buffer.
4403 (mm-display-part): Simplify.
4404 (mm-inlinable-p): Add optional arg `type'.
4405
4406 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4407
4408 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4409 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4410 Try harder to show the attachment internally or externally using
4411 gnus-mime-view-part-as-type.
4412
4413 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
4414
4415 * message.el (message-from-style, message-signature-separator)
4416 (message-user-organization-file, message-send-mail-function)
4417 (message-citation-line-function, message-yank-prefix)
4418 (message-indent-citation-function, message-signature)
4419 (message-signature-file, message-signature-insert-empty-line):
4420 Remove autoloads.
4421
4422 * gnus-art.el (gnus-buttonized-mime-types): Remove
4423 "multipart/signed". Revert 2006-04-26 change.
4424
4425 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4426
4427 * gnus.el (gnus-version-number): Bump version.
4428
4429 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4430
4431 * gnus.el: No Gnus v0.5 is released.
4432
4433 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4434
4435 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4436 fetching articles by message-id.
4437
4438 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4439
4440 * message.el (hashcash): Require hashcash as normal.
4441
4442 * ecomplete.el (ecomplete-highlight-match-line): Use
4443 point-at-eol.
4444 (ecomplete-highlight-match-line): Use `highlight', because that
4445 face exists in both Emacs and XEmacs.
4446
4447 * message.el (message-display-abbrev): Use point-at-bol.
4448
4449 * mail-source.el: Don't require timer/timer-funcs.
4450
4451 * gnus-async.el: Ditto.
4452
4453 * password.el: Ditto.
4454
4455 * mm-url.el: Ditto.
4456
4457 * mm-util.el: Require timer/timer-funcs.
4458
4459 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4460
4461 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4462 Close.
4463
4464 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
4465
4466 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4467 unibyte after clear-decrypt function runs.
4468
4469 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4470 returns as a unibyte string.
4471
4472 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
4473
4474 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4475 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4476 (mml1991-pgg-encrypt): Ditto.
4477
4478 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
4479
4480 * message.el (message-user-organization-file): Check several
4481 locations of the organization file.
4482
4483 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4484 Add gnus-article-view-part-as-type.
4485
4486 * gnus-art.el (gnus-article-view-part-as-type): New function.
4487
4488 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4489 .mobi and .travel. Remove .nato, .bitnet and .uucp.
4490
4491 * mml.el: Simplify autoload.
4492 (mml-mode): defvar dnd-protocol-alist instead of using
4493 symbol-value.
4494 (mml-default-directory): New variable.
4495 (mml-minibuffer-read-file): Use it.
4496 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4497
4498 * message.el (message-citation-line-format): New variable.
4499 (message-insert-formated-citation-line): New function.
4500 (message-citation-line-function): Add
4501 `message-insert-formated-citation-line' to custom type.
4502
4503 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4504 to doc string.
4505
4506 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4507 depending on mm-verify-option.
4508
4509 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
4510
4511 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4512 binding pgg-* variables; reimplement the section which prevents
4513 MIME header from being signed.
4514 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4515 pgg-text-mode; remove a blank line at the top of body.
4516
4517 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4518 lines at the top of body; use gnus-newsgroup-charset if there's no
4519 Charset header.
4520
4521 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
4522
4523 * message.el (message-self-insert-commands): Doc fix.
4524
4525 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
4526 (mm-uu-pgp-encrypted-test): Ditto.
4527 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
4528 between header and body; return application/pgp-encrypted handle
4529 if decryption failed; decode decrypted body by charset.
4530
4531 * mm-decode.el (mm-automatic-display): Don't make application/pgp
4532 element match to application/pgp-*.
4533
4534 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4535
4536 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
4537 HTML.
4538
4539 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4540
4541 * mail-source.el (mail-source-call-script): Message the error
4542 string.
4543
4544 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4545
4546 * gnus-util.el (gnus-byte-compile): Use it.
4547
4548 2006-04-22 xyblor <fake@invalid.email> (tiny change)
4549
4550 * gnus-util.el (kill-empty-logs): New function.
4551
4552 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4553
4554 * message.el (message-mail-alias-type): Doc fix.
4555 (message-mail-alias-type-p): New function.
4556 (message-send): Use it.
4557 (message-mode): Ditto.
4558 (message-strip-forbidden-properties): Ditto.
4559
4560 * ecomplete.el (ecomplete-database-file-coding-system): New
4561 variable.
4562 (ecomplete-save): Use it.
4563 (ecomplete-setup): Use it.
4564
4565 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
4566
4567 * message.el (message-self-insert-commands): New variable.
4568 (message-strip-forbidden-properties): Use it.
4569
4570 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4571
4572 * message.el (message-put-addresses-in-ecomplete): Use a regexp
4573 that doesn't make XEmacs choke.
4574
4575 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
4576
4577 * gnus-util.el (gnus-replace-in-string):
4578 Prefer replace-regexp-in-string over of replace-in-string.
4579
4580 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
4581
4582 * gnus-util.el (gnus-select-frame-set-input-focus):
4583 Use select-frame-set-input-focus if it is available in XEmacs; use
4584 definition defined in Emacs 22 for old Emacsen.
4585
4586 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
4587
4588 * mm-view.el (mm-inline-text): Use equal instead of equalp.
4589
4590 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
4591
4592 * gnus-registry.el (gnus-registry-cache-save): Remove text
4593 properties when saving via the temp buffer.
4594
4595 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
4596
4597 * message.el (message-generate-hashcash): Honor custom type.
4598
4599 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4600
4601 * message.el (message-generate-hashcash): Default to non-nil when
4602 hashcash is found.
4603
4604 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
4605 (gnus-refer-thread-limit): Increase default to 500.
4606
4607 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
4608
4609 * flow-fill.el (fill-flowed): Allow delete-space.
4610
4611 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
4612
4613 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4614 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
4615 Remove autoloads.
4616
4617 2006-04-18 Simon Josefsson <jas@extundo.com>
4618
4619 * message.el (message-generate-hashcash): Default to.
4620
4621 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
4622
4623 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4624 concatenating segments rather than before concatenating them.
4625
4626 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
4627
4628 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
4629
4630 * imap.el (imap-quote-specials): New function.
4631 (imap-login-auth): Quote specials.
4632
4633 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4634
4635 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
4636
4637 * message.el (message-forward-make-body-plain): Allow
4638 message-forward-ignored-headers to be a list.
4639 (message-remove-ignored-headers): Factor out into function.
4640 (message-forward-make-body-mml): Use it.
4641 * rfc2231.el (rfc2231-parse-string): Remove dead code.
4642 (rfc2231-parse-string): Allow concatanation of parameters that
4643 aren't contiguous. The test case is
4644 (mail-header-parse-content-type "message/external-body;
4645 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
4646 access-type=LOCAL-FILE;
4647 name*1*=plugh%2fhello-sailor%2fbing.pdf")
4648
4649 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
4650
4651 * nntp.el (nntp-accept-process-output): Return the value of
4652 `nnheader-accept-process-output'.
4653
4654 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4655
4656 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
4657 (gnus-button-alist): Recognize more diff formats.
4658 (gnus-button-patch): Strip directory.
4659
4660 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
4661
4662 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
4663 Emacs 22 when setting focus.
4664
4665 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4666
4667 * gnus-art.el (gnus-article-treat-types): Do treatment of
4668 text/x-verbatim parts.
4669 (gnus-button-patch): New command.
4670
4671 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
4672 addresses that contain invalid characters.
4673
4674 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4675
4676 * message.el (message-put-addresses-in-ecomplete): Use
4677 gnus-replace-in-string.
4678 (message-is-yours-p): Use the more correct
4679 mail-header-parse-address instead of
4680 mail-extract-address-components.
4681 (message-put-addresses-in-ecomplete): Fix typo.
4682
4683 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
4684 keystroke.
4685
4686 * gnus-art.el (gnus-treatment-function-alist): Change order of
4687 newsgroups/generic header folding to avoid double-folding.
4688
4689 * message.el (message-hidden-headers): Add X-Draft-From.
4690
4691 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
4692 command.
4693 (gnus-summary-repeat-search-article-backward): New command.
4694
4695 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
4696 groups in the parent topic.
4697
4698 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
4699
4700 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
4701 (spam-extra-header-to-number): Return the CRM114 number as a
4702 number instead of a string.
4703
4704 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4705
4706 * gnus-art.el (gnus-face-properties-alist): Moved here from
4707 gnus-fun.
4708
4709 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
4710
4711 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4712
4713 * message.el (message-strip-forbidden-properties): Only display on
4714 self-insert-command.
4715
4716 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
4717 reindent.
4718 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
4719
4720 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
4721
4722 * smiley.el (smiley-style): Fix typo.
4723
4724 2006-03-23 Kenichi Handa <handa@m17n.org>
4725
4726 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
4727 instead of set-buffer-multibyte.
4728
4729 2006-03-23 Kenichi Handa <handa@m17n.org>
4730
4731 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4732 buffer and then decode the buffer text if necessary.
4733 (rfc2231-encode-string): Be sure to work on multibyte buffer at
4734 first, and after mm-encode-body, change the buffer to unibyte.
4735
4736 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4737
4738 * hashcash.el (hashcash-insert-payment-async-2): Use
4739 message-goto-eoh instead of doing it manually.
4740 (mail-add-payment): Use message-narrow-to-header instead of trying
4741 to do the same itself.
4742
4743 * message.el (message-hidden-headers): Add Face.
4744
4745 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
4746 reparenting code.
4747 (gnus-summary-reparent-children): Refactored out code.
4748 (gnus-summary-thread-map): New keystroke.
4749 (gnus-summary-reparent-children): Make into command.
4750
4751 * smiley.el (smiley-style): Default to `medium' if using a large
4752 font.
4753
4754 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
4755 does it itself.
4756
4757 * message.el (message-point-in-header-p): Simplify definition.
4758
4759 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4760
4761 * nnagent.el (nnagent-request-set-mark): Silence log file
4762 writing.
4763 (nnagent-request-set-mark): Use write-region instead of
4764 append-to-file.
4765
4766 * gnus-sum.el (gnus-read-header): Fudge article number if using a
4767 strange select method.
4768
4769 * ecomplete.el (ecomplete-display-matches): Get highlightling
4770 right.
4771 (ecomplete-display-matches): Use literals.
4772 (ecomplete-display-matches): Disable message logging.
4773
4774 * message.el (message-display-abbrev): Small optimization.
4775
4776 * ecomplete.el (ecomplete-display-matches): Allow automatic
4777 display.
4778
4779 * message.el (message-strip-forbidden-properties): Display
4780 abbrevs.
4781 (message-display-abbrev): Get automatic display right.
4782
4783 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
4784 keystrokes.
4785
4786 2006-04-13 Romain Francoise <romain@orebokech.com>
4787
4788 TODO: Backport to v5-10!
4789
4790 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
4791 Moved here (and renamed) from gnus-registry.el.
4792
4793 * gnus-registry.el: Require gnus-util.
4794 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
4795
4796 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4797
4798 * gnus-group.el (gnus-group-catchup-current): Change
4799 if-then-else-if-then-else into cond.
4800 (gnus-group-catchup): Indent.
4801 (group-name-at-point): New function.
4802 (gnus-fetch-group): Provide default from thing at point.
4803
4804 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4805
4806 * message.el (message-display-abbrev): Fix regexp.
4807
4808 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
4809 choosing.
4810 (ecomplete-highlight-match-line): Fix up code rewrite, remove
4811 dead variables.
4812
4813 * message.el (message-newline-and-indent): Remove debugging.
4814 (message-display-abbrev): Use new implementation.
4815
4816 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4817
4818 * gnus-art.el (gnus-article-mode): Set
4819 cursor-in-non-selected-windows to nil.
4820
4821 * smiley.el: Revert previous change.
4822 (smiley-data-directory): defvar it before using it in the
4823 defcustom of `smiley-style'.
4824
4825 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4826
4827 * message.el (message-newline-and-indent): New function.
4828
4829 * ecomplete.el: Implement more bits.
4830
4831 * message.el (message-put-addresses-in-ecomplete): Clean up the
4832 string.
4833
4834 * ecomplete.el (ecomplete-add-item): Chop off decimals.
4835
4836 * gnus-sum.el (gnus-summary-save-parts): Bind
4837 gnus-summary-save-parts-counter and use it to make unique file
4838 names.
4839
4840 * gnus-art.el (gnus-ignored-headers): Add some more headers.
4841
4842 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
4843 parameter to say whether to actually parse the individual
4844 addresses.
4845
4846 * message.el (message-put-addresses-in-ecomplete): New function.
4847 (ecomplete): Require.
4848 (message-mail-alias-type): Add ecomplete as an option.
4849
4850 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
4851
4852 * flow-fill.el (fill-flowed): Remove trailing space from blank
4853 quoted lines.
4854
4855 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4856
4857 * smiley.el (smiley-style): Move definition later to avoid a
4858 compilation warning.
4859
4860 2006-04-12 Kenichi Handa <handa@m17n.org>
4861
4862 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4863 buffer and then decode the buffer text if necessary.
4864 (rfc2231-encode-string): Be sure to work on multibyte buffer at
4865 first, and after mm-encode-body, change the buffer to unibyte.
4866 Use mm-disable-multibyte instead of set-buffer-multibyte.
4867
4868 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
4869
4870 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
4871 Content-Type header instead of Content-Disposition header.
4872 (gnus-mime-inline-part): Ditto.
4873 (gnus-mime-view-part-as-charset): Ignore charset that the part
4874 specifies.
4875
4876 * mm-decode.el (mm-display-part): Work with external parts and
4877 usual parts similarly.
4878
4879 * mm-extern.el (mm-inline-external-body): Use mm-display-part
4880 instead of gnus-display-mime.
4881
4882 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
4883 instead of with-temp-buffer.
4884
4885 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
4886 tag to summarized topics part in order to encode non-ASCII text.
4887
4888 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
4889
4890 * smiley.el (smiley-style): New variable.
4891 (smiley-directory): New function.
4892 (smiley-data-directory): Derive from `smiley-style' using
4893 `smiley-directory'.
4894 (smiley-regexp-alist): Add new entries.
4895
4896 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
4897 (gnus-article-browse-delete-temp): Add :version.
4898
4899 2006-04-11 Arne Jørgensen <arne@arnested.dk>
4900
4901 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
4902 the sieve region.
4903
4904 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4905
4906 * gnus.el (gnus-version-number): Bump version.
4907
4908 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
4909
4910 * gnus.el: No Gnus v0.4 is released.
4911
4912 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4913
4914 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
4915 layout.
4916
4917 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
4918 unknown charset.
4919
4920 * message.el (message-header-synonyms): Add Original-To to the
4921 default.
4922
4923 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
4924 optional parameter.
4925
4926 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
4927
4928 * gnus-fun.el (gnus): Require it for gnus-directory.
4929
4930 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
4931
4932 * gnus-fun.el (gnus-face-properties-alist): Add :version.
4933
4934 2006-04-05 Daiki Ueno <ueno@unixuser.org>
4935
4936 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
4937
4938 2006-04-05 Simon Josefsson <jas@extundo.com>
4939
4940 * password.el (password-reset): New function.
4941
4942 2006-04-05 Daiki Ueno <ueno@unixuser.org>
4943
4944 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
4945 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
4946
4947 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4948
4949 * nnweb.el (nnweb-google-create-mapping): Update regexp.
4950 Some whitespace was matched into the url, which broke browsing hits
4951 > 100 when mm-url-use-external was nil.
4952
4953 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
4954
4955 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
4956 gnus-extra-headers for 'Newsgroups.
4957
4958 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
4959 bound.
4960
4961 2006-04-04 Daiki Ueno <ueno@unixuser.org>
4962
4963 * pgg-gpg.el: Clean up process buffers every time gpg processes
4964 complete.
4965
4966 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
4967
4968 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
4969 doc string.
4970
4971 2006-04-03 Daiki Ueno <ueno@unixuser.org>
4972
4973 * pgg-gpg.el (pgg-gpg-process-filter)
4974 (pgg-gpg-wait-for-completion): Check if buffer is alive.
4975
4976 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
4977 lines, temporary fix.
4978
4979 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
4980
4981 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
4982
4983 2006-03-29 Daiki Ueno <ueno@unixuser.org>
4984
4985 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
4986 default-enable-multibyte-characters. This reverts the change from
4987 revision 6.17 which is no longer necessary because the passphrase
4988 is sent separately now. GnuPG messages are unreadable under
4989 multibyte locales with default-enable-multibyte-characters set to
4990 nil.
4991
4992 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
4993
4994 * message.el (message-tool-bar-gnome): Move "spell".
4995
4996 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
4997
4998 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
4999 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
5000 instead.
5001
5002 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
5003
5004 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5005 newsgroups handling for NNTP overviews which don't include
5006 Newsgroups.
5007
5008 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5009
5010 * message.el (message-resend): Bind message-generate-hashcash to nil.
5011
5012 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5013
5014 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5015 when searching for already-paid recipients.
5016
5017 2006-03-27 Daiki Ueno <ueno@unixuser.org>
5018
5019 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5020 passphrases when it is not needed.
5021 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5022 passphrase stuff from gpg, should only be necessary when you use
5023 gpg with a smartcard.
5024
5025 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
5026
5027 * mml.el (mml-insert-mime): Ignore cached contents of
5028 message/external-body part.
5029
5030 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5031 (mm-insert-part): Ditto.
5032
5033 2006-03-23 Simon Josefsson <jas@extundo.com>
5034
5035 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5036 Reiner.
5037 (pgg-gpg-use-agent-p): Use it again.
5038
5039 2006-03-23 Simon Josefsson <jas@extundo.com>
5040
5041 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5042 older emacsen.
5043 (pgg-gpg-use-agent-p): Don't use it.
5044
5045 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
5046
5047 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5048 if we can.
5049
5050 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
5051
5052 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5053 (pgg-gpg-update-agent): New function.
5054 (pgg-gpg-use-agent-p): New function.
5055 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5056 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5057 (pgg-gpg-sign-region): Use it.
5058
5059 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
5060
5061 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5062 Reported by Ralf Wachinger <rwachinger@gmx.de>.
5063
5064 2006-03-21 Simon Josefsson <jas@extundo.com>
5065
5066 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5067 <wilde@sha-bang.de>.
5068 (pgg-gpg-use-agent): New variable.
5069 (pgg-gpg-process-region): Use it.
5070 (pgg-gpg-encrypt-region): Likewise.
5071 (pgg-gpg-encrypt-symmetric-region): Likewise.
5072 (pgg-gpg-decrypt-region): Likewise.
5073 (pgg-gpg-sign-region): Likewise.
5074 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5075
5076 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5077
5078 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5079
5080 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5081 Add comment on version.
5082
5083 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
5084
5085 * smiley.el: Add missing test smiley.
5086
5087 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
5088
5089 * mm-decode.el (mm-with-part): New macro.
5090 (mm-get-part): Use it; work with message/external-body as well.
5091 (mm-save-part): Treat name and filename equally.
5092
5093 * mm-extern.el (mm-extern-cache-contents): New function.
5094 (mm-inline-external-body): Use it; force the part to be displayed;
5095 move undisplayer added to the cached handle to the parent.
5096
5097 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5098 (gnus-mime-view-part-as-type): Work with message/external-body.
5099
5100 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5101
5102 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5103
5104 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5105 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
5106 Emacs.]
5107
5108 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
5109
5110 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5111 path rather than symbol. Always return list of directories.
5112 Guarantee that image directory comes first. [Sync with image.el,
5113 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
5114
5115 * message.el (message-make-tool-bar): Adjust to new API of
5116 `gmm-image-load-path-for-library'.
5117
5118 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5119
5120 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5121
5122 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5123
5124 * gnus-art.el (gnus-article-only-boring-p):
5125 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5126 intangible text.
5127 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5128
5129 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
5130
5131 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
5132 `defun' instead of `gmm-defun-compat'.
5133
5134 2006-03-14 Simon Josefsson <jas@extundo.com>
5135
5136 * message.el (message-unique-id): Don't use message-number-base36
5137 if (user-uid) is a float.
5138 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5139
5140 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
5141
5142 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5143
5144 * gnus-art.el (gnus-mime-display-single): Make sure there is an
5145 empty line between a part and a message part.
5146
5147 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
5148
5149 * smiley.el: Add more test smileys.
5150 (smiley-data-directory, smiley-regexp-alist)
5151 (gnus-smiley-file-types): Fix doc strings.
5152 (smiley-update-cache): Clear smiley-cached-regexp-alist before
5153 adding new elements.
5154 (smiley-mouse-map): Unused code. Make it a comment.
5155
5156 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
5157
5158 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5159 scan latest NoCeM messages instead of old ones.
5160 (gnus-nocem-check-article): Fix regexps so as to match to PGP
5161 delimiters that are recently used.
5162 (gnus-nocem-load-cache): Add autoload cookie.
5163
5164 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5165
5166 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5167 level which is larger than gnus-use-nocem is specified.
5168
5169 * gnus-group.el (gnus-group-get-new-news): Ditto.
5170
5171 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
5172
5173 * gnus-util.el (gnus-tool-bar-update): New function.
5174
5175 * gnus-group.el (gnus-group-update-tool-bar): New variable.
5176 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5177
5178 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5179
5180 * gnus-group.el (gnus-group-redraw-when-idle)
5181 (gnus-group-redraw-check): Remove.
5182 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5183
5184 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
5185
5186 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5187 if optional last element is specified in splits (FIELD VALUE...).
5188
5189 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
5190
5191 * message.el (message-make-tool-bar): Rename gmm-image-load-path
5192 to gmm-image-load-path-for-library. Call with no-error argument.
5193 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5194
5195 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5196
5197 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5198
5199 * gmm-utils.el (gmm-image-load-path): Remove alias.
5200
5201 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
5202
5203 * gmm-utils.el (gmm-image-load-path): Add alias.
5204
5205 * nnml.el (nnml-generate-nov-databases-directory): Rename from
5206 nnml-generate-nov-databases-1.
5207 (nnml-generate-nov-databases): Use it.
5208 (nnml-generate-nov-databases-directory): Document no-active
5209 argument.
5210
5211 * gmm-utils.el (gmm-image-load-path-for-library): Return single
5212 directory if path is t. Add no-error.
5213
5214 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5215 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5216
5217 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5218 resetting gnus-article-browse-html-temp-list.
5219
5220 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5221 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
5222 Add example to docstring. Rename local variables. Move error
5223 checks to default case in cond and simplify.
5224
5225 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
5226
5227 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5228 handle is multipart when calling it recursively.
5229 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5230
5231 2006-03-03 Daniel Pittman <daniel@rimspace.net>
5232
5233 * nnimap.el (nnimap-request-update-info-internal): Optimize.
5234 Don't `gnus-uncompress-range' to avoid excessive memory usage.
5235
5236 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5237
5238 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5239 is loaded.
5240
5241 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5242 loaded.
5243
5244 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
5245
5246 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5247 to "Emacs 23 (unicode)" in doc string.
5248
5249 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5250 "Emacs 23 (unicode)" in comment.
5251
5252 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5253
5254 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5255
5256 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5257 characters 160 through 255 in Emacs 23.
5258
5259 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5260
5261 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5262 gnus-article-browse-html-temp.
5263 (gnus-article-browse-delete-temp): Make it customizable. Add
5264 `file'. Adjust doc string.
5265 (gnus-article-browse-delete-temp-files): Add argument. Allow
5266 query for each file. Adjust doc string.
5267 (gnus-article-browse-html-parts): Add
5268 `gnus-article-browse-delete-temp-files' to
5269 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5270
5271 2006-03-02 Hynek Schlawack <hynek@ularx.de>
5272
5273 * gnus-art.el (gnus-article-browse-html-temp)
5274 (gnus-article-browse-delete-temp): New variables.
5275 (gnus-article-browse-delete-temp-files): New function.
5276 (gnus-article-browse-html-parts): Use it.
5277
5278 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5279
5280 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5281
5282 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5283 string.
5284
5285 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5286 gnus-summary-insert-new-articles when unplugged. Remove
5287 gnus-summary-search-article-forward.
5288
5289 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5290 display-visual-class instead of display-color-cells.
5291
5292 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
5293
5294 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5295 message/* containing non-ASCII text properly.
5296
5297 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
5298
5299 * message.el: Require gmm-utils, remove autoloads.
5300 (message-tool-bar): Set default based on
5301 gmm-tool-bar-style.
5302 (message-tool-bar-gnome): Add gmm-customize-mode.
5303
5304 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5305 gmm-tool-bar-style.
5306 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5307
5308 * gnus-group.el (gnus-group-tool-bar): Set default based on
5309 gmm-tool-bar-style.
5310 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5311
5312 * gmm-utils.el (gmm-image-directory): Rename variable from
5313 gmm-image-load-path.
5314 (gmm-image-load-path): Use gmm-image-directory.
5315 (gmm-customize-mode): New function.
5316 (gmm-tool-bar-style): New variable.
5317
5318 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5319 gnus-group-redraw-line-number.
5320 (gnus-group-redraw-check): Simplify.
5321 (gnus-group-tool-bar-update): Remove redraw check.
5322 (gnus-group-make-tool-bar): Add redraw check.
5323
5324 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
5325
5326 * gnus-art.el (gnus-button): Add missing parentheses.
5327
5328 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
5329
5330 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5331
5332 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
5333
5334 * gnus-art.el (gnus-button): New face.
5335 (gnus-article-button-face): Use it.
5336
5337 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5338 gnus-summary-next-page. Re-order.
5339
5340 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5341 next-node are now included.
5342 (gnus-group-redraw-line-number): New internal variable.
5343 (gnus-group-redraw-check): Helper function for updating the tool
5344 bar.
5345 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5346
5347 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5348
5349 * spam.el (spam-spamassassin-score-regexp): New internal variable.
5350 (spam-extra-header-to-number, spam-check-spamassassin-headers):
5351 Use it to match format of Spamassassin 3.0 and later. Reported by
5352 IRIE Tetsuya <irie@t.email.ne.jp>.
5353 (spam-check-bogofilter)
5354 (spam-bogofilter-register-with-bogofilter): Fix args of
5355 `gnus-error' calls.
5356
5357 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
5358
5359 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5360 unnecessary interaction when sending queued mails. Reported by
5361 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5362
5363 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
5364
5365 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5366 first or last are nil.
5367
5368 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5369
5370 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5371
5372 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5373
5374 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5375
5376 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5377
5378 * dns.el (query-dns): Protect more against buggy tcp output.
5379
5380 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
5381
5382 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5383 nov.php.
5384
5385 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5386
5387 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5388 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5389 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
5390 output on the server side.
5391 (nnweb-google-create-mapping): Update regexps and add some
5392 progress indication.
5393
5394 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
5395
5396 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5397 gnus-agent-toggle-plugged. Re-order icons.
5398 (gnus-group-tool-bar-gnome): Add
5399 gnus-group-{prev,next}-unread-group.
5400 (gnus-group-tool-bar-gnome): Re-order icons.
5401
5402 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5403 gnus-summary-insert-new-articles.
5404
5405 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5406 comments.
5407
5408 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
5409 also available in Emacs 21.3.
5410
5411 * message.el (message-fix-before-sending): Change "Emacs 22" to
5412 "Emacs 23 (unicode)" in comment.
5413
5414 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5415 "Emacs 23 (unicode)" in comment.
5416
5417 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5418 comment.
5419 (mm-coding-system-p): Add comment about no-MULE XEmacs.
5420
5421 * mm-view.el (mm-fill-flowed): Add :version.
5422
5423 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5424
5425 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5426 and load-path.
5427
5428 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
5429
5430 * message.el: Autoload gmm-image-load-path.
5431 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5432 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
5433 consitency.
5434
5435 * gmm-utils.el (gmm-image-load-path): Also search in
5436 "../etc/images". Don't set gmm-image-load-path if we don't find
5437 the image.
5438
5439 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
5440
5441 * gmm-utils.el (gmm-image-load-path): Don't make
5442 `gmm-image-load-path' include subdirectories which the second arg
5443 `image' might specify.
5444
5445 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5446 subdirectory to icon file names.
5447
5448 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
5449
5450 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
5451
5452 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5453 gmm-image-load-path calls.
5454
5455 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5456
5457 * message.el (message-make-tool-bar): Ditto.
5458
5459 * mml.el (mml-preview): Added comment concerning tool bar icons.
5460
5461 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5462 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
5463
5464 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5465 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
5466
5467 * message.el (message-tool-bar-gnome): Use new icon names.
5468 (message-make-tool-bar): Use `gmm-image-load-path'.
5469
5470 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5471 functions from MH-E.
5472 (gmm-image-load-path): New variable from MH-E.
5473 (gmm-image-load-path): New function from MH-E. Added arguments
5474 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
5475 *-image-load-path-called-flag.
5476
5477 2006-02-21 Milan Zamazal <pdm@brailcom.org>
5478
5479 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
5480
5481 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
5482
5483 * nnimap.el (nnimap-request-move-article): Change folder back to
5484 source group before deleting.
5485
5486 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
5487
5488 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5489
5490 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5491 mm-url.
5492
5493 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
5494
5495 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
5496
5497 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5498 coding system which mm-charset-to-coding-system returns for a
5499 given charset is valid.
5500
5501 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
5502
5503 * html2text.el (html2text-remove-tag-list):
5504 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
5505
5506 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5507
5508 * gnus-cus.el: Revert 2005-10-17 change.
5509
5510 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
5511
5512 * gnus-art.el (article-strip-banner): Call
5513 article-really-strip-banner only when the regexp match is made.
5514
5515 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
5516
5517 * gnus-art.el (article-strip-banner): Use
5518 gnus-extract-address-components instead of
5519 mail-header-parse-addresses to make it work with non-ASCII text;
5520 remove mail-encode-encoded-word-string.
5521
5522 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5523 values which are surrounded with \"...\"; make it never cause a
5524 Lisp error; give up parsing of parameters if it failed in
5525 extracting type.
5526
5527 2006-02-14 Arne Jørgensen <arne@arnested.dk>
5528
5529 * smime.el (smime-cert-by-ldap-1): Fix bug where
5530 `smime-ldap-search' returns results without userCertificates.
5531
5532 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
5533
5534 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
5535
5536 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
5537
5538 * spam.el (spam-check-spamassassin-headers): Adapt format for
5539 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
5540 <ari@mbf.ocn.ne.jp>.
5541 (spam-list-of-processors): Add spam-use-gmane.
5542
5543 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5544
5545 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
5546 make-temp-file; make it work with XEmacs as well.
5547
5548 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
5549 mm-make-temp-file.
5550
5551 * mm-decode.el (mm-display-external): Use the 3rd arg of
5552 mm-make-temp-file.
5553 (mm-create-image-xemacs): Ditto.
5554
5555 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5556
5557 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
5558 with message-narrow-to-headers.
5559 (gnus-draft-setup): Narrow to header to run message-fetch-field.
5560 (gnus-draft-check-draft-articles): New function.
5561 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
5562
5563 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
5564
5565 * gnus-art.el (gnus-article-browse-html-parts):
5566 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
5567 Don't use suffix argument for mm-make-temp-file for Emacs 21
5568 compatibility. Remove useless `format'.
5569
5570 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5571
5572 * nnweb.el (nnweb-google-wash-article): Update regexps.
5573 (nnweb-group-alist): Use defvoo instead of defvar.
5574
5575 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
5576
5577 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
5578 re-loading nn* modules.
5579
5580 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
5581
5582 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
5583 for `tool-bar-mode' and don't check it's default-value.
5584
5585 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5586
5587 * message.el (message-make-tool-bar): Ditto.
5588
5589 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
5590 `substring'. Shorten tmp-file name.
5591
5592 * gnus.el: Remove bogus comment.
5593
5594 2006-02-10 Hynek Schlawack <hynek@ularx.de>
5595
5596 * gnus-art.el (gnus-article-browse-html-parts): New function.
5597 (gnus-article-browse-html-article): New function for viewing html
5598 articles with a browser.
5599
5600 2006-02-09 Daiki Ueno <ueno@unixuser.org>
5601
5602 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
5603 (mml2015-pgg-encrypt): Ditto.
5604
5605 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
5606 (mml1991-pgg-encrypt): Ditto.
5607
5608 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
5609
5610 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
5611 message-make-date instead of current-time-string.
5612
5613 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
5614 to gnus-decoded which mm-uu might set.
5615
5616 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
5617
5618 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
5619 don't decode quoted parameters; remove misimported Emacs code.
5620 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5621 (rfc2231-decode-encoded-string): Don't use split-string which
5622 behaves differently according to Emacs version; use
5623 mm-decode-coding-region to convert charset to coding-system.
5624 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5625 (rfc2231-encode-string): Remove misimported Emacs code.
5626
5627 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
5628
5629 * gnus-art.el (article-decode-charset): Don't use ignore-errors
5630 when calling mail-header-parse-content-type.
5631 (article-de-quoted-unreadable): Ditto.
5632 (article-de-base64-unreadable): Ditto.
5633 (article-wash-html): Ditto.
5634
5635 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
5636 calling mail-header-parse-content-type and
5637 mail-header-parse-content-disposition.
5638 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
5639 mail-header-parse-content-type.
5640
5641 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
5642 insert charset and format parameters; encode description after
5643 inserting it to buffer.
5644 (mml-insert-parameter): Fold lines properly even if a parameter is
5645 segmented into two or more lines; change the max column to 76.
5646
5647 * rfc1843.el (rfc1843-decode-article-body): Don't use
5648 ignore-errors when calling mail-header-parse-content-type.
5649
5650 * rfc2231.el (rfc2231-parse-string): Return at least type if
5651 possible; don't cause an error even if it fails in parsing of
5652 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5653 (rfc2231-encode-string): Don't break lines at the beginning, leave
5654 it to mml-insert-parameter.
5655
5656 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
5657 calling mail-header-parse-content-type.
5658
5659 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
5660
5661 * spam-report.el (spam-report-gmane-use-article-number):
5662 Improve doc string.
5663 (spam-report-gmane-internal): Check if a suitable header was found
5664 in the article.
5665
5666 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
5667
5668 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
5669 (rfc2231-encode-string): Make param*=value always begin with LWSP.
5670
5671 2006-02-05 Romain Francoise <romain@orebokech.com>
5672
5673 Update copyright notices of all files in the gnus directory.
5674
5675 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5676
5677 * nnweb.el (nnweb-request-group): Avoid growing overview files.
5678
5679 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
5680
5681 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
5682 segmented lines of parameter value to cope with Thunderbird 1.5
5683 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
5684 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5685 (rfc2231-encode-string): Don't make lines exceeding 76 column.
5686
5687 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
5688
5689 * mml.el (mml-generate-mime-1): Correct the order of inline signed
5690 parts.
5691
5692 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5693
5694 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
5695 there's only one active file for all servers.
5696 (nnweb-request-scan): Make sure nnweb-articles is initialized on
5697 solid groups. Gnus might have used a FAST request to select the group.
5698 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
5699 and nnweb-search redundantly in the active file.
5700 (nnweb-request-list): Don't list bogus groups. There can only be one.
5701 (nnweb-request-create-group): Don't use ARGS.
5702 (nnweb-possibly-change-server, nnweb-request-group): Remove some
5703 initialisations. Let nnoo do the work.
5704
5705 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
5706
5707 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
5708 Say the part has been decoded.
5709
5710 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
5711
5712 2006-01-31 Kevin Ryde <user42@zip.com.au>
5713
5714 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
5715 mailcap-viewer-test-cache when there's no 'test clause, since that
5716 will invert the meaning of a "nil" test previously determined by
5717 mailcap-mailcap-entry-passes-test.
5718
5719 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
5720
5721 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
5722 compiling.
5723
5724 * gnus-sum.el: Ditto.
5725
5726 * message.el: Don't bind tool-bar-map when compiling.
5727
5728 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
5729
5730 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
5731
5732 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5733
5734 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
5735 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
5736 current Google Groups.
5737
5738 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
5739
5740 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
5741 and tool-bar-mode.
5742
5743 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
5744 and tool-bar-mode.
5745
5746 * message.el (message-tool-bar-update): Simplify.
5747 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
5748
5749 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
5750 gnus-summary-buffer.
5751 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
5752 gnus-summary-reply.
5753
5754 * gmm-utils.el (gmm): Add :version.
5755
5756 2006-01-26 Steve Youngs <steve@sxemacs.org>
5757
5758 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
5759 autoload.
5760
5761 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
5762
5763 * gmm-utils.el (gmm-verbose): Add :group.
5764
5765 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
5766
5767 * message.el: Change some comments WRT tool-bars.
5768
5769 * gnus-sum.el (gnus-summary-tool-bar)
5770 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
5771 (gnus-summary-tool-bar-zap-list): New variables.
5772 (gnus-summary-make-tool-bar): Complete rewrite using
5773 `gmm-tool-bar-from-list'.
5774
5775 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
5776 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
5777 variables.
5778 (gnus-group-make-tool-bar): Complete rewrite using
5779 `gmm-tool-bar-from-list'.
5780 (gnus-group-tool-bar-update): New function.
5781
5782 * message.el (message-mode-field-menu): Add "Show hidden Headers".
5783
5784 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
5785
5786 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
5787 is dissected into a single part of which the type is the same as
5788 the given one; decode charset.
5789
5790 2006-01-21 Kevin Ryde <user42@zip.com.au>
5791
5792 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
5793 into alists as symbol not string, since that's what
5794 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
5795 look for.
5796
5797 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
5798
5799 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
5800 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
5801
5802 * message.el (message-tool-bar-gnome): Use gmm-ignore.
5803
5804 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
5805
5806 * gnus-art.el (gnus-mime-security-button-commands): New variable.
5807 (gnus-mime-security-button-menu): New definition.
5808 (gnus-mime-security-button-map): Use them.
5809 (gnus-mime-security-button-menu): New function.
5810 (gnus-insert-mime-security-button): Addition to help echo.
5811 (gnus-mime-security-run-function, gnus-mime-security-save-part)
5812 (gnus-mime-security-pipe-part): New functions.
5813
5814 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
5815 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
5816
5817 * mm-decode.el (mm-handle-set-disposition): Remove.
5818 (mm-handle-set-description): Remove.
5819
5820 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
5821
5822 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
5823 (mm-w3m-standalone-supports-m17n-p): New function.
5824 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
5825 w3m usage.
5826
5827 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
5828 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
5829
5830 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
5831
5832 * message.el (message-tool-bar-zap-list): Use
5833 gmm-tool-bar-zap-list as custom type.
5834 (message-tool-bar-update): New function.
5835 (message-tool-bar, message-tool-bar-gnome)
5836 (message-tool-bar-retro): Add message-tool-bar-update.
5837 (message-tool-bar-gnome): Add flyspell-buffer.
5838
5839 * gnus-util.el (gnus-error): Describe `args'.
5840
5841 * gmm-utils.el (gmm-error): Describe `args'.
5842 (gmm-tool-bar-zap-list): New widget.
5843 (gmm-tool-bar-from-list): Improve description of `zap-list'.
5844
5845 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
5846
5847 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
5848 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
5849 the number of recursive calls.
5850
5851 * mm-decode.el (mm-handle-set-disposition): New macro.
5852 (mm-handle-set-description): New macro.
5853
5854 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
5855
5856 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
5857 encoding.
5858
5859 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
5860
5861 * message.el (message-tool-bar-zap-list, message-tool-bar)
5862 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
5863 (message-tool-bar-local-item-from-menu): Remove.
5864 (message-tool-bar-map): Replace by `message-make-tool-bar'.
5865 (message-make-tool-bar): New function.
5866 (message-mode): Use `message-make-tool-bar'.
5867
5868 * gmm-utils.el: New file.
5869 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
5870 (gmm-lazy): New widget copied from `nnmail.el'.
5871 (gmm-tool-bar-from-list): New function for creating customizable
5872 tool bars.
5873 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
5874 output.
5875 (gmm): Add :prefix to defgroup.
5876
5877 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
5878
5879 * gmm-utils.el (gmm-widget-p): New function.
5880
5881 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
5882
5883 * mml.el (mml-attach-file): Describe `description' in doc string.
5884 (mml-menu): Add Emacs MIME manual and PGG manual.
5885
5886 2006-01-20 Richard M. Stallman <rms@gnu.org>
5887
5888 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
5889
5890 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
5891
5892 * nntp.el (nntp-end-of-line): Doc fix.
5893
5894 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
5895
5896 * imap.el (imap-open): Handle case where buffer is a buffer
5897 object.
5898
5899 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
5900
5901 * gnus-delay.el (gnus-delay): Don't autoload.
5902 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
5903 to be re-loaded when customizing the `gnus-delay' group.
5904
5905 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
5906
5907 * message.el (message-insert-citation-line): Use newlines.
5908
5909 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
5910
5911 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
5912
5913 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
5914
5915 2006-01-19 Mark D. Baushke <mdb@gnu.org>
5916
5917 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
5918
5919 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
5920
5921 * mm-decode.el (mm-inlined-types): Add application/pgp.
5922 (mm-automatic-display): Ditto.
5923
5924 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
5925 part as text.
5926
5927 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
5928
5929 * nnrss.el: Update copyright.
5930 (nnrss-opml-import): Query whether to subscribe to each entry.
5931
5932 * gnus-art.el:
5933 * gnus-sum.el:
5934 * mm-uu.el:
5935 * mm-view.el: Update copyright.
5936
5937 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
5938
5939 * message.el (message-info): New function.
5940 (message-mode-menu): Add it.
5941 Update copyright.
5942
5943 * ChangeLog: Fix and update copyright.
5944
5945 2006-01-13 Romain Francoise <romain@orebokech.com>
5946
5947 * message.el (message-forward-subject-name-subject): Prefer the
5948 address to 'nowhere' if the sender has no name.
5949 Fix typo. Update copyright year.
5950
5951 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
5952
5953 * gnus-art.el (article-wash-html): Use
5954 gnus-summary-show-article-charset-alist if a numeric arg is given.
5955 (gnus-article-wash-html-with-w3m-standalone): New function.
5956
5957 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
5958 mm-inline-text-html-render-with-w3m-standalone.
5959 (mm-text-html-washer-alist): Map w3m-standalone to
5960 gnus-article-wash-html-with-w3m-standalone.
5961 (mm-inline-text-html-render-with-w3m-standalone): New function.
5962
5963 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
5964
5965 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
5966 Improve LaTeX.
5967
5968 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
5969
5970 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
5971 (nnrss-request-article): Render text/plain parts as HTML.
5972
5973 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
5974 the buffer.
5975
5976 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
5977
5978 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
5979 custom definition of `gnus-posting-styles'.
5980
5981 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
5982 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
5983
5984 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
5985
5986 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
5987 Use nntp for bug archive.
5988
5989 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
5990
5991 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
5992 parts.
5993 (nnrss-normalize-date): New function converts ISO 8601 date into
5994 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
5995 (nnrss-check-group): Use it.
5996
5997 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
5998
5999 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6000
6001 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6002 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
6003 (nnrss-insert-w3): Ditto.
6004
6005 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
6006
6007 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6008 the articles to be forwarded including the case where neither a
6009 number of articles nor a region is specified.
6010
6011 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
6012
6013 * nnrss.el (nnrss-request-article): Fix last change; fill
6014 text/plain parts.
6015
6016 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
6017
6018 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6019 in text/plain part.
6020 (nnrss-check-group): Don't add excessive newline to dc:subject.
6021
6022 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
6023
6024 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6025 article.
6026
6027 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
6028
6029 * nnml.el: Don't require gnus-bcklg. Autoload it.
6030 (nnml-use-compressed-files, nnml-save-mail): Support other
6031 comression programs such as bzip2.
6032
6033 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6034
6035 * dns.el (query-dns): Make sure we check the buffer size before
6036 removing tcp headers.
6037
6038 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
6039
6040 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6041 remove MIME buttons associated with multipart/alternative parts.
6042 (gnus-mime-display-alternative): Tag buttons using `article-type'
6043 text property.
6044
6045 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6046 associated with multipart/alternative parts.
6047
6048 * gnus-art.el (gnus-signature-separator): Fix custom type.
6049
6050 * mm-decode.el (mm-inlined-types): Fix custom type.
6051 (mm-keep-viewer-alive-types): Ditto.
6052 (mm-automatic-display): Ditto.
6053 (mm-attachment-override-types): Ditto.
6054 (mm-inline-override-types): Ditto.
6055 (mm-automatic-external-display): Ditto.
6056
6057 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
6058
6059 * spam-report.el (spam-report-user-mail-address)
6060 (spam-report-user-agent): New variables.
6061 (spam-report-url-ping-plain): Use spam-report-user-agent.
6062
6063 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
6064
6065 * gnus-art.el (gnus-button-handle-custom): Do not just use
6066 `customize-apropos' for any "M-x customize-*" button but the
6067 function called for. Accept both the function name and its
6068 argument in order to achieve this.
6069 (gnus-button-alist): Remove support for "custom:" URL's. Pass
6070 function name to `gnus-button-handle-custom' in case of "M-x
6071 customize-*" buttons.
6072
6073 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
6074
6075 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6076 multipart/alternative and add xref to mm-discouraged-alternatives
6077 in doc string.
6078
6079 * mm-decode.el (mm-discouraged-alternatives): Add xref to
6080 gnus-buttonized-mime-types in doc string.
6081
6082 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
6083
6084 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6085 Suggest image/.* in the doc string.
6086
6087 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6088
6089 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6090 message-marks (Debian bug #342521).
6091
6092 2005-12-12 Simon Josefsson <jas@extundo.com>
6093
6094 * password.el (password-read-from-cache): Add.
6095 (password-read): Use it.
6096
6097 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
6098
6099 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6100 us-ascii as a MIME charset.
6101
6102 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6103 against the case where the 2nd arg TYPE is nil.
6104
6105 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6106
6107 * pop3.el (pop3-stream-type): Fix custom version.
6108
6109 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6110
6111 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6112
6113 * mm-decode.el (mm-display-external): Add missing cdr.
6114
6115 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
6116
6117 * mm-decode.el (mm-display-external): Use nametemplate (defined in
6118 RFC1524) if it is in mailcap or add a suffix according to
6119 mailcap-mime-extensions when generating a temp filename; postpone
6120 deleting a temp file for 2 seconds for some wrappers, shell
6121 scripts, and so on, which might exit right after having started a
6122 viewer command as a background job.
6123
6124 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6125
6126 * nntp.el (nntp-marks-directory): Fix custom group.
6127
6128 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6129 steps when < 10.
6130
6131 * gnus-start.el (gnus-no-server-1): Mention
6132 `gnus-level-default-subscribed' in doc string.
6133
6134 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6135
6136 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6137 parens.
6138
6139 2005-11-26 Dave Love <fx@gnu.org>
6140
6141 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6142 (tls-program, tls-success): Provide openssl alternative.
6143
6144 * starttls.el: Doc fixes.
6145 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6146 SERVICE to PORT.
6147
6148 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
6149 port null or service name.
6150 (starttls-negotiate): Autoload.
6151
6152 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6153
6154 * message.el (message-kill-to-signature): Fix interactive spec.
6155
6156 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
6157
6158 * pop3.el (pop3-open-server): Recognize a string as a service name.
6159
6160 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
6161
6162 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6163
6164 2005-11-23 Dave Love <fx@gnu.org>
6165
6166 Add pop3s, pop3/starttls.
6167
6168 * pop3.el (pop3-authentication-scheme): Clarify doc.
6169 (open-tls-stream, starttls-open-stream): Autoload.
6170 (pop3-stream-type): New.
6171 (pop3-open-server): Use it.
6172
6173 * mail-source.el (mail-sources): Fix some :types. Add stream type
6174 for POP.
6175 (mail-source-keyword-map): Add :stream for POP.
6176 (mail-source-fetch-pop): Use pop3-stream-type.
6177
6178 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
6179
6180 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6181 of current-time-string.
6182
6183 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
6184
6185 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6186 date header.
6187
6188 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6189
6190 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6191 it can seriously impact performance as it bypasses the agent's
6192 local caches.
6193
6194 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6195
6196 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6197 must be explicitly online rather than "not explicitly offline" for
6198 its flags to be synchronized.
6199
6200 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6201 that gnus-uu-unmark-thread will function correctly.
6202
6203 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6204 1024K is instead displayed as 1M.
6205
6206 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6207
6208 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6209
6210 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
6211
6212 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6213
6214 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
6215
6216 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6217 error message to display actual error condition.
6218 (gnus-agent-save-local): Avoid saving symbols that are bound to
6219 nil as they simply result in a warning message in
6220 gnus-agent-read-local.
6221
6222 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6223
6224 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6225 rather than make-variable-buffer-local for file-precious-flag.
6226
6227 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6228
6229 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6230 for duplicates which are removed. The invalid sort check then
6231 triggers a rescan after the sort as sorting may have moved
6232 duplicate entries such that they can be cheaply detected.
6233
6234 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6235
6236 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6237
6238 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6239
6240 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6241 internal variable to a custom variable. Changed default value
6242 from compressed(2) to uncompressed(1).
6243 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6244 support for uncompressed agentview files. Taken together, reading
6245 the agentview file should now be 6-7 times faster.
6246
6247 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
6248
6249 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6250 as a buffer-local variable. This avoids creating truncated
6251 dribble files as a result of a hang up, eg.
6252
6253 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6254
6255 * gnus-start.el (gnus-start-draft-setup): Enforce
6256 `gnus-draft-mode' for nndraft:drafts at startup.
6257
6258 * gnus.el (gnus-splash): Change custom group.
6259 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6260 allow-list argument.
6261
6262 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6263 string.
6264
6265 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6266
6267 * gnus-art.el (gnus-default-article-saver): Add user-defined
6268 `function' to custom type.
6269
6270 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6271
6272 * imap.el (imap-open): Handle case where buffer is a buffer
6273 object.
6274
6275 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6276
6277 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6278 long lines.
6279 (gnus-cache-delete-group): Wrap doc strings.
6280
6281 * gnus-agent.el (gnus-agent-rename-group)
6282 (gnus-agent-delete-group): Wrap doc strings.
6283
6284 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6285
6286 * gnus-start.el (gnus-1): Add "native" to
6287 gnus-predefined-server-alist.
6288
6289 * gnus.el (gnus-method-to-server): Don't add "native" to the
6290 lists here, because that leads to problems when
6291 gnus-select-method is bound.
6292
6293 2005-11-09 Simon Josefsson <jas@extundo.com>
6294
6295 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6296 use (not sort-by-date) instead.
6297
6298 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6299
6300 * gnus-delay.el (gnus-delay-group): Don't autoload.
6301 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6302 to be re-loaded when customizing the `gnus-delay' group.
6303
6304 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
6305
6306 * message.el: Revert last changes.
6307 (message-insert-citation-line): Use newlines.
6308
6309 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
6310
6311 * message.el (message-courtesy-message)
6312 (message-mark-insert-begin, message-mark-insert-end)
6313 (message-elide-ellipsis, message-cancel-message)
6314 (message-add-header, message-change-subject)
6315 (message-cross-post-followup-to-header)
6316 (message-cross-post-insert-note, message-reduce-to-to-cc)
6317 (message-widen-reply, message-delete-not-region)
6318 (message-kill-to-signature, message-insert-signature)
6319 (message-insert-importance-high, message-insert-importance-low)
6320 (message-insert-or-toggle-importance)
6321 (message-insert-disposition-notification-to)
6322 (message-indent-citation, message-yank-original)
6323 (message-cite-original-without-signature, message-cite-original)
6324 (message-insert-citation-line, message-position-on-field)
6325 (message-fix-before-sending, message-send-mail-partially)
6326 (message-send-mail, message-send-mail-with-sendmail)
6327 (message-send-mail-with-qmail, message-send-news)
6328 (message-check-news-header-syntax, message-generate-headers)
6329 (message-insert-courtesy-copy, message-fill-address)
6330 (message-fill-header, message-shorten-references)
6331 (message-setup-1, message-cancel-news)
6332 (message-forward-make-body-plain, message-forward-make-body-mime)
6333 (message-forward-make-body-mml, message-encode-message-body)
6334 (message-forward-make-body-digest-plain)
6335 (message-forward-make-body-digest-mime)
6336 (message-use-alternative-email-as-from): Insert `hard-newline'
6337 instead of ordinary newlines.
6338
6339 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
6340
6341 * message.el (message-generate-headers): Downcase the argument
6342 given to message-check-element.
6343
6344 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
6345
6346 * nntp.el (nntp-authinfo-rejected): New error condition.
6347 (nntp-wait-for): Use new error condition to signal authentication
6348 error.
6349 (nntp-retrieve-data): Rethrow new error condition to break out of
6350 recursive call to nntp-send-authinfo.
6351
6352 2005-11-08 Romain Francoise <romain@orebokech.com>
6353
6354 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6355 (gnus-summary-exit-map): Bind to `Z p'.
6356 (gnus-summary-make-menu-bar): Add menu item.
6357
6358 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
6359
6360 * gnus-art.el (gnus-article-treat-custom): Add `first'.
6361 (gnus-treat-*): Add `first' in all doc strings.
6362
6363 * gnus-group.el (gnus-group-compact-group): Fix typo.
6364
6365 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6366
6367 * gnus.el (gnus-parameters-case-fold-search): New variable.
6368 (gnus-parameters-get-parameter): Use it.
6369
6370 * gnus-score.el (gnus-home-score-file): Doc fix.
6371
6372 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
6373
6374 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6375
6376 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
6377
6378 * mm-util.el (mm-special-display-p): New function.
6379
6380 * mml.el (mml-preview): Use it; doc fix.
6381
6382 2005-10-29 Romain Francoise <romain@orebokech.com>
6383
6384 * message.el (message-fix-before-sending): Fix comment.
6385
6386 2005-10-29 Jari Aalto <jari.aalto@cante.net>
6387
6388 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6389
6390 2005-10-29 Jari Aalto <jari.aalto@cante.net>
6391
6392 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6393 Used in gnus-score.el.
6394
6395 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6396
6397 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6398
6399 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
6400
6401 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6402 whitespace removed in revision 7.8. Use concatenated string to
6403 protect trailing whitespace.
6404
6405 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
6406
6407 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6408 (nnimap-request-expire-articles): Use it to avoid sending 'UID
6409 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6410 Courier IMAP ("some version from 2004"). Mostly based on similar
6411 code in the same function.
6412
6413 2005-10-26 Didier Verna <didier@xemacs.org>
6414
6415 * gnus-group.el (gnus-group-compact-group): Invalidate original
6416 article buffer.
6417 * gnus-srvr.el (gnus-server-compact-server): Ditto.
6418 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
6419 NOV database and in article itself.
6420 Invalidate article backlog.
6421
6422 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
6423
6424 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6425
6426 2005-10-26 Simon Josefsson <jas@extundo.com>
6427
6428 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6429 part of 2004-07-25 change.
6430
6431 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
6432
6433 * message.el (message-display-completion-list): New function.
6434 (message-expand-group): Use it; make sure the Completions buffer
6435 is modifiable.
6436
6437 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6438
6439 * imap.el (imap-open): Handle case where buffer is a buffer object.
6440
6441 2005-10-24 Eli Zaretskii <eliz@gnu.org>
6442
6443 * pgg-def.el:
6444 * pgg-gpg.el:
6445 * pgg-parse.el:
6446 * pgg-pgp.el:
6447 * pgg-pgp5.el:
6448 * pgg.el: Move to the parent lisp directory.
6449
6450 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
6451
6452 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6453 user-mail-name is an empty string.
6454
6455 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
6456
6457 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6458 depending on gnus-score-decay-constant.
6459
6460 * encrypt.el (encrypt-insert-file-contents)
6461 (encrypt-write-file-contents): Don't use `gnus-message'.
6462
6463 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6464 arguments.
6465 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
6466 arguments to mm-uu-verbatim-marks-extract.
6467 (mm-uu-hide-markers): New variable.
6468 (mm-uu-extract): Use face similar to `gnus-cite-3'.
6469
6470 * gnus-fun.el (gnus-convert-image-to-x-face-command)
6471 (gnus-convert-image-to-face-command): Use "convert" by default to
6472 allow other input image formats.
6473 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
6474 accordingly.
6475
6476 2005-10-23 Simon Josefsson <jas@extundo.com>
6477
6478 * imap.el (imap-gssapi-program): Align command line parameters
6479 with latest GNU SASL.
6480 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
6481
6482 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6483
6484 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
6485 HTML.
6486 (nnslashdot-request-article): Ditto.
6487
6488 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
6489
6490 * mail-source.el (mail-source-fetch-pop): Require pop3.
6491 (mail-source-check-pop): Ditto.
6492
6493 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6494
6495 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
6496 errors.
6497
6498 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
6499
6500 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
6501 (gnus-treat-strip-leading-blank-lines): Improve doc string.
6502
6503 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
6504
6505 * mm-bodies.el (mm-decode-string): Call
6506 `mm-charset-to-coding-system' with allow-override argument.
6507
6508 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6509
6510 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
6511 (rfc2047-charset-to-coding-system): New function.
6512 (rfc2047-decode-encoded-words): New function.
6513 (rfc2047-decode-region): Use them.
6514 (rfc2047-decode-cte): Remove.
6515 (rfc2047-parse-and-decode): Remove.
6516 (rfc2047-decode): Remove.
6517
6518 2005-10-15 Kenichi Handa <handa@m17n.org>
6519
6520 * rfc2047.el (rfc2047-decode-cte): New function.
6521 (rfc2047-decode-region): Change the way to decode successive
6522 encoded-words: decode B- or Q-encoding in each encoded-word,
6523 concatenate them, and decode it as charset.
6524
6525 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
6526
6527 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
6528 widget-move-and-invoke.
6529 (gnus-custom-mode): Use gnus-custom-map.
6530
6531 2005-10-15 Bill Wohler <wohler@newt.com>
6532
6533 * message.el (message-tool-bar-map): Renamed image file from
6534 mail_send to mail/send.
6535
6536 2005-10-16 Masatake YAMATO <jet@gyve.org>
6537
6538 * message.el (message-expand-group): Pass the common
6539 prefix substring of completion to `display-completion-list'.
6540
6541 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
6542
6543 * mml-sec.el (mml-secure-method): New internal variable.
6544 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
6545 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
6546 functions using mml-secure-method.
6547
6548 * mml.el (mml-mode-map): Add key bindings for those functions.
6549 (mml-menu): Simplify security menu entries. Suggested by Jesper
6550 Harder <harder@myrealbox.com>.
6551 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
6552 end of message if point is the headers of the message.
6553
6554 * message.el (message-in-body-p): New function.
6555
6556 * assistant.el: Autoload gnus-util and netrc.
6557
6558 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
6559 Use `mm-charset-override-alist' only when decoding.
6560
6561 * mm-bodies.el (mm-decode-body): Call
6562 `mm-charset-to-coding-system' with allow-override argument.
6563
6564 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
6565 `filename' from Content-Disposition if Content-Type doesn't
6566 provide `name'.
6567 (gnus-mime-view-part-as-type): Set default instead of
6568 initial-input.
6569
6570 2005-10-09 Daniel Brockman <daniel@brockman.se>
6571
6572 * format-spec.el (format-spec): Propagate text properties of % spec.
6573
6574 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
6575
6576 * gnus-art.el (gnus-treat-predicate): Add `first'.
6577
6578 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
6579
6580 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
6581 (mm-charset-override-alist): New variable.
6582 (mm-charset-to-coding-system): Use it.
6583 (mm-codepage-setup): New helper function.
6584 (mm-charset-eval-alist): New variable.
6585 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
6586 about unknown charsets.
6587
6588 2005-10-04 David Hansen <david.hansen@gmx.net>
6589
6590 * nnrss.el (nnrss-request-article): Add support for the comments tag.
6591 (nnrss-check-group): Ditto.
6592
6593 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
6594
6595 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
6596 Rename x-gnus-verbatim to x-verbatim.
6597 (mm-uu-type-alist): Fix regexp for verbatim-marks.
6598
6599 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
6600 x-verbatim.
6601
6602 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
6603
6604 * gnus-util.el (gnus-remove-duplicates): Remove.
6605
6606 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
6607 instead of gnus-remove-duplicates.
6608
6609 * message.el (message-remove-duplicates): Remove.
6610 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
6611 message-remove-duplicates.
6612
6613 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
6614 available, else use implementation from `delete-dups'.
6615
6616 * message.el (message-insert-expires): New function.
6617 (message-mode-map): Add key binding.
6618 (message-mode-field-menu): Add menu entry.
6619 (message-mode): Document it.
6620 (message-make-expires-date): Use `message-make-date'.
6621
6622 2005-10-04 Josh Huber <huber@alum.wpi.edu>
6623
6624 * message.el (message-make-expires-date): New function.
6625
6626 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
6627
6628 * time-date.el: Autoload parse-time-string, XEmacs needs it.
6629
6630 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6631
6632 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
6633 function rather than the diff-mode.el package.
6634 (mm-display-external): Use with-current-buffer.
6635 (mm-viewer-completion-map, mm-viewer-completion-map):
6636 Move initialization inside declaration.
6637
6638 2005-09-29 Simon Josefsson <jas@extundo.com>
6639
6640 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
6641 autoload mail-check-payment.
6642 (spam-check-hashcash): Define unconditionally, since hashcash.el
6643 is part of Gnus now. Ignore errors from payment checking.
6644
6645 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
6646
6647 * message.el (message-bold-region, message-unbold-region): Rename
6648 from `bold-region' and `unbold-region'.
6649
6650 * message.el: Remove useless autoloads.
6651
6652 2005-09-28 Simon Josefsson <jas@extundo.com>
6653
6654 * message.el (message-use-idna): Default to t.
6655 (message-use-idna): Test whether encoding works too. Doc fix.
6656
6657 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6658
6659 * nntp.el (nntp-warn-about-losing-connection): Remove.
6660
6661 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
6662
6663 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
6664 customizable. Change default value.
6665 (mm-uu-diff-groups-regexp): Change default value.
6666 (mm-uu-type-alist): Add doc string.
6667 (mm-uu-configure): Add doc string. Make it interactive.
6668 (mm-uu-tex-groups-regexp): New variable.
6669 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
6670 (mm-uu-type-alist): Add LaTeX documents.
6671 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
6672 of "text/verbatim".
6673 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
6674
6675 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
6676 instead of "text/verbatim".
6677
6678 * message.el (message-mark-inserted-region)
6679 (message-mark-insert-file): Use slrn style marks when called with
6680 prefix argument.
6681
6682 2005-09-27 Simon Josefsson <jas@extundo.com>
6683
6684 * message.el (message-idna-to-ascii-rhs-1): Reformat.
6685
6686 2005-09-27 Arne Jørgensen <arne@arnested.dk>
6687
6688 * message.el (message-remove-duplicates): New function.
6689 Implementation borrowed from `gnus-remove-duplicates'.
6690 (message-idna-to-ascii-rhs): Also encode idna addresses in
6691 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6692 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
6693 only ask about the same idna domain once per header and also tell
6694 in what header to replace the idna domain.
6695
6696 * gnus-art.el (article-decode-idna-rhs): Also decode idna
6697 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6698 (article-decode-idna-rhs): Fix regexp so that all idna-address in
6699 a header is decoded and not just the last one.
6700
6701 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
6702
6703 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
6704 has been decoded.
6705
6706 * mm-decode.el (mm-automatic-display): Add text/verbatim.
6707 (mm-insert-part): Don't modify text if it has been decoded.
6708
6709 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
6710 decoded.
6711
6712 * mm-view.el (mm-inline-text): Don't strip text props unless
6713 decoding enriched or richtext parts.
6714
6715 2005-09-25 Romain Francoise <romain@orebokech.com>
6716
6717 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
6718 * gnus-start.el (gnus-subscribe-interactively):
6719 * gnus-uu.el (gnus-uu-grab-articles):
6720 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
6721 space.
6722
6723 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
6724
6725 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6726 * mm-view.el (mm-view-pkcs7-decrypt):
6727 * gnus-sum.el (gnus-summary-limit-to-extra)
6728 (gnus-summary-respool-article, gnus-read-move-group-name):
6729 * gnus-score.el (gnus-summary-increase-score):
6730 * gnus-util.el (gnus-completing-read-with-default):
6731 * gnus-art.el (gnus-read-save-file-name)
6732 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
6733 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
6734 * message.el (message-check-news-header-syntax):
6735 Follow convention for reading with the minibuffer.
6736
6737 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
6738
6739 * spam-report.el (spam-report-url-ping-plain):
6740 Use gnus-extended-version as User-Agent.
6741
6742 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
6743 default value is nil.
6744
6745 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
6746 (mm-uu-verbatim-marks-extract): New function.
6747 (mm-uu-extract): New face.
6748 (mm-uu-copy-to-buffer): Use it.
6749
6750 * spam-report.el (spam-report-gmane-ham): Renamed from
6751 `spam-report-gmane-unspam'.
6752 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
6753 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
6754
6755 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
6756 Autoload.
6757 (spam-report-gmane-unregister-routine): Renamed
6758 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
6759
6760 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
6761
6762 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
6763 (spam-report-gmane-unregister-routine): Add support for gmane
6764 unregistration.
6765
6766 * spam-report.el (spam-report-gmane-unspam)
6767 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
6768 (spam-report-gmane): Change to take a single article and do unspam
6769 registration.
6770
6771 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
6772
6773 * mm-url.el (mm-url-decode-entities): Fix regexp.
6774
6775 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6776
6777 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
6778 default to nil, to be able to use Gnus at all. If the default
6779 switches to something else, then the function should be fixed not
6780 be exceedingly slow.
6781
6782 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
6783
6784 * gnus-start.el (gnus-activate-group): If the server is nil, don't
6785 fail hard.
6786
6787 * spam-report.el: Add better Keywords line.
6788
6789 * spam.el: Add Maintainer and better Keywords line.
6790
6791 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
6792
6793 * gnus-art.el (gnus-article-replace-part)
6794 (gnus-mime-replace-part): New functions.
6795 (gnus-mime-action-alist, gnus-mime-button-commands)
6796 (gnus-mime-save-part-and-strip): Added file argument.
6797 (gnus-article-part-wrapper): Added interactive argument.
6798
6799 * gnus-sum.el (gnus-summary-mime-map): Add
6800 `gnus-article-replace-part'.
6801
6802 2005-09-19 Didier Verna <didier@xemacs.org>
6803
6804 The nnml compaction feature:
6805 * nnml.el (nnml-request-compact-group): New function.
6806 * nnml.el (nnml-request-compact): New function.
6807 * gnus-int.el (gnus-request-compact-group): New function.
6808 * gnus-int.el (gnus-request-compact): New function.
6809 * gnus-group.el (gnus-group-compact-group): New function.
6810 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
6811 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
6812 * gnus-srvr.el (gnus-server-compact-server): New function.
6813 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
6814 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
6815
6816 2005-09-18 Deepak Goel <deego@gnufans.org>
6817
6818 * sieve.el (sieve-help): Fix `message' call: first arg should be a
6819 format spec.
6820
6821 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
6822
6823 * gnus.el (gnus-group-startup-message): Bind image-load-path.
6824
6825 2005-09-15 Romain Francoise <romain@orebokech.com>
6826
6827 * message.el (message-fill-paragraph): Clarify docstring.
6828
6829 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
6830
6831 * gnus-art.el (gnus-mime-display-part): Protect against broken
6832 MIME messages.
6833
6834 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
6835
6836 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
6837 before parsing header.
6838
6839 2005-09-11 Jari Aalto <jari.aalto@cante.net>
6840
6841 * html2text.el (html2text-replace-list): Add new entities.
6842
6843 2005-09-11 Romain Francoise <romain@orebokech.com>
6844
6845 * message.el (message-alternative-emails): Improve docstring.
6846 (message-setup-1): Call `message-use-alternative-email-as-from'
6847 after `message-setup-hook' to give it precedence over posting
6848 styles, etc.
6849 (message-use-alternative-email-as-from): Add docstring. Remove
6850 the original From header if present.
6851
6852 * nnml.el (nnml-compressed-files-size-threshold): New variable.
6853 (nnml-save-mail): Use it.
6854
6855 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
6856 articles. Add new argument `silent'.
6857 (gnus-uu-mark-all): Report the total number of marked articles.
6858
6859 2005-09-10 Romain Francoise <romain@orebokech.com>
6860
6861 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
6862 (gnus-uu-mark-series): Likewise.
6863
6864 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
6865
6866 * spam-report.el (spam-report-gmane): Fix generation of spam
6867 report URL.
6868
6869 2005-09-10 Simon Josefsson <jas@extundo.com>
6870
6871 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
6872 t, based on discussion on the ding list with Robert Epprecht
6873 <epprecht@solnet.ch>.
6874
6875 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
6876
6877 * spam-report.el (spam-report-gmane): Make it work without
6878 X-Report-Spam header. Gmane now only provides Archived-At.
6879 This is only used if `spam-report-gmane-use-article-number' is nil.
6880 (spam-report-gmane-spam-header): Remove. Not used anymore.
6881
6882 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
6883 make `gnus-summary-sort-by-recipient' work with threading.
6884
6885 * nnweb.el (nnweb-google-wash-article): Print a message if article
6886 is not available.
6887
6888 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6889
6890 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
6891 change. Decode text/* parts content before displaying.
6892
6893 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
6894
6895 * mml-smime.el: Remove defvar of gnus-extract-address-components.
6896
6897 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
6898
6899 * mm-view.el (mm-display-inline-fontify): Disable support modes.
6900
6901 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
6902
6903 * message.el (message-tab-body-function): Fix mismatched custom type.
6904
6905 * gnus.el (gnus-group-change-level-function): Ditto.
6906
6907 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
6908
6909 * gnus-art.el (gnus-signature-limit)
6910 (gnus-article-mime-part-function): Ditto.
6911
6912 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
6913
6914 * mml.el (mml-mode): Silence the byte compiler.
6915
6916 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
6917 using `(sit-for 0)' before moving the point to the specified part;
6918 skip unbuttonized parts.
6919 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
6920 return to the summary window if gnus-auto-select-part is non-nil.
6921
6922 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
6923
6924 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
6925 variables.
6926 (mml-dnd-attach-file, mml-mode): Use them.
6927
6928 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
6929 Make fetching article by MID work again for Google Groups. Added
6930 FIXME concerning gnus-group-make-web-group.
6931
6932 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
6933 Don't depend on Gnus by using mail-extract-address-components if
6934 gnus-extract-address-components is not bound.
6935
6936 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6937
6938 * gnus-art.el (gnus-mime-display-security): Don't display the
6939 signature, but only the signed part.
6940
6941 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
6942
6943 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
6944
6945 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
6946 list, not listp.
6947
6948 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
6949
6950 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
6951 when encoding.
6952
6953 * mm-bodies.el (mm-decode-content-transfer-encoding):
6954 De-canonicalize CRLF for all text content types, not just
6955 text/plain.
6956
6957 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6958
6959 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
6960 valid article; point arrow and cursor at the MIME button.
6961
6962 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
6963
6964 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
6965 Suggested by Dan Christensen <jdc@uwo.ca>.
6966
6967 * mm-decode.el (mm-save-part): Enable change of prompt.
6968
6969 2005-08-29 Jari Aalto <jari.aalto@cante.net>
6970
6971 * gnus-msg.el (gnus-inews-add-send-actions): Made
6972 `message-post-method' lambda parameter ARG `&optional'.
6973
6974 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
6975
6976 * gnus-sum.el (gnus-summary-mime-map): Added
6977 gnus-article-save-part-and-strip, gnus-article-delete-part and
6978 gnus-article-jump-to-part.
6979
6980 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
6981 (gnus-article-edit-part): Use it.
6982 (gnus-article-part-wrapper): Added no-handle argument.
6983 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
6984 functions.
6985
6986 2005-08-29 Romain Francoise <romain@orebokech.com>
6987
6988 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
6989 docstring.
6990 (gnus-face-from-file): Likewise.
6991
6992 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
6993
6994 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
6995 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
6996 non-nil.
6997 (gnus-auto-select-part): New variable.
6998 (gnus-article-jump-to-part): New function.
6999 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7000 (gnus-mime-delete-part): Allow selecting specified part after
7001 deleting or stripping parts.
7002 (gnus-article-jump-to-part): Don't use `read-number'. Use last
7003 part if argument is bogus.
7004
7005 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
7006
7007 * gnus-art.el (w3m-minor-mode-map):
7008 * gnus-spec.el (gnus-newsrc-file-version):
7009 * gnus-util.el (nnmail-active-file-coding-system)
7010 (gnus-original-article-buffer, gnus-user-agent):
7011 * gnus.el (gnus-ham-process-destinations)
7012 (gnus-parameter-ham-marks-alist)
7013 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7014 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7015 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7016 * mm-decode.el (gnus-current-window-configuration):
7017 * mm-extern.el (gnus-article-mime-handles):
7018 * mm-url.el (url-current-object, url-package-name)
7019 (url-package-version):
7020 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7021 (smime-keys, w3m-cid-retrieve-function-alist)
7022 (w3m-current-buffer, w3m-display-inline-images)
7023 (w3m-minor-mode-map):
7024 * mml-smime.el (gnus-extract-address-components):
7025 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7026 (gnus-newsrc-hashtb, message-default-charset)
7027 (message-deletable-headers, message-options)
7028 (message-posting-charset, message-required-mail-headers)
7029 (message-required-news-headers):
7030 * mml1991.el (mc-pgp-always-sign):
7031 * mml2015.el (mc-pgp-always-sign):
7032 * nnheader.el (nnmail-extra-headers):
7033 * rfc1843.el (gnus-decode-encoded-word-function)
7034 (gnus-decode-header-function, gnus-newsgroup-name):
7035 * spam-stat.el (gnus-original-article-buffer): Add defvars.
7036
7037 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
7038
7039 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7040 the end of the date treatments.
7041
7042 2005-08-15 Simon Josefsson <jas@extundo.com>
7043
7044 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7045 it in url-handlers.el and XEmacs in url.el. Reported by Luca
7046 Capello and Romain Francoise.
7047 (pgg-fetch-key-function): Removed, not used?
7048 (pgg-insert-url-with-w3): Require url, to get
7049 url-insert-file-contents regardless of where it is defined.
7050
7051 2005-08-13 Romain Francoise <romain@orebokech.com>
7052
7053 * message.el (message-cite-original-1): New function.
7054 (message-cite-original): Use it.
7055 (message-cite-original-without-signature): Ditto.
7056
7057 2005-08-08 Romain Francoise <romain@orebokech.com>
7058
7059 * message.el (message-yank-empty-prefix): New variable.
7060 (message-indent-citation): Use it.
7061 (message-cite-original-without-signature): Respect X-No-Archive.
7062
7063 2005-08-08 Simon Josefsson <jas@extundo.com>
7064
7065 * pgg.el: Autoload url-insert-file-contents instead of loading
7066 w3/url.
7067 (pgg-insert-url-with-w3): Don't load url here.
7068
7069 2005-08-07 Jesper Harder <harder@phys.au.dk>
7070
7071 * message.el (message-kill-to-signature): Don't insert newline at
7072 bol.
7073 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7074
7075 2005-08-06 Romain Francoise <romain@orebokech.com>
7076
7077 * message.el (message-user-fqdn): Fix typo in docstring.
7078
7079 2005-08-05 Daiki Ueno <ueno@unixuser.org>
7080
7081 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7082
7083 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7084
7085 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
7086
7087 * mm-bodies.el (mm-encode-body): Use coding system rather than
7088 charset to encode text.
7089
7090 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7091 number of charsets if utf-8 is available (XEmacs).
7092
7093 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
7094
7095 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7096 taken from `gnus-button-mid-or-mail-regexp'.
7097 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7098 (gnus-button-alist): Improve regexp for domain part of the MIDs
7099 for news:localpart@domain buttons.
7100 (gnus-button-ctan-directory-regexp): Update.
7101
7102 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
7103
7104 * sieve-manage.el (sieve-manage-interactive-login): Use
7105 make-local-variable rather than make-variable-buffer-local.
7106 (sieve-manage-open): Ditto.
7107 (sieve-manage-authenticate): Ditto.
7108
7109 * mml.el (mml-generate-mime-1): Make the content type default to
7110 text/plain if the filename is not specified.
7111
7112 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
7113
7114 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7115 instead of insert-buffer.
7116
7117 * message.el (message-yank-original): Ditto; set the mark at the
7118 end of the yanked message.
7119
7120 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
7121
7122 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7123 lines to scroll rather than to stop it.
7124
7125 * mml.el (mml-generate-default-type): Add doc string.
7126 (mml-generate-mime-1): Use mm-default-file-encoding or make it
7127 default to application/octet-stream when determining the content
7128 type if it is not specified for the part or the mml contents; add
7129 a comment about mml-generate-default-type.
7130
7131 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
7132
7133 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7134 make it default to application/octet-stream when determining the
7135 content type if it is not specified for the external contents.
7136
7137 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
7138
7139 * rfc2231.el (rfc2231-parse-string): Take care that not only a
7140 segmented parameter but also other parameters might be there.
7141
7142 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
7143
7144 * mm-decode.el (mm-display-external): Delete temp file, directory
7145 and buffer immediately if the external process is exited.
7146
7147 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
7148
7149 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7150 fewer lines than that of scroll-margin.
7151 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7152
7153 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
7154
7155 * gnus-art.el (gnus-article-next-page): Revert.
7156 (gnus-article-beginning-of-window): New macro.
7157 (gnus-article-next-page-1): Use it.
7158 (gnus-article-prev-page): Ditto.
7159 (gnus-article-edit-part): Use insert-buffer-substring instead of
7160 insert-buffer.
7161 (gnus-article-edit-exit): Ditto.
7162
7163 * gnus-util.el (gnus-beginning-of-window): Remove.
7164 (gnus-end-of-window): Remove.
7165
7166 2005-07-25 Simon Josefsson <jas@extundo.com>
7167
7168 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7169 to have the url package without w3. Reported by Daiki Ueno
7170 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7171
7172 2005-07-20 Didier Verna <didier@xemacs.org>
7173
7174 * gnus-diary.el: Remove the description comment (nndiary is now
7175 properly documented in the Gnus manual).
7176 Fix the spelling of "Back End".
7177 * nndiary.el: Ditto.
7178 Fix the copyright notice.
7179
7180 2005-07-18 Romain Francoise <romain@orebokech.com>
7181
7182 * gnus-sum.el (gnus-summary-to-prefix)
7183 (gnus-summary-newsgroup-prefix): New variables.
7184 (gnus-summary-from-or-to-or-newsgroups): Use them.
7185
7186 2005-07-17 Romain Francoise <romain@orebokech.com>
7187
7188 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7189 space as it's generally not especially interesting to the user.
7190
7191 2005-07-16 Romain Francoise <romain@orebokech.com>
7192
7193 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7194 nil to avoid prompting and file modification if one of the
7195 messages at the top of the nnfolder file contains a copyright
7196 notice.
7197 Update copyright notice.
7198
7199 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7200 instead of `current-time-string' as the latter creates a time
7201 string that is not RFC 2822 compliant (it lacks the zone).
7202 Update copyright notice.
7203
7204 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
7205
7206 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7207 for text/rtf. Display default in prompt. Pass default for M-n.
7208
7209 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7210
7211 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7212
7213 * gnus-msg.el (gnus-button-mailto): Remove
7214 save-selected-window-window hackery because it relies on
7215 save-selected-window internals.
7216
7217 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
7218
7219 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7220 (gnus-article-next-page-1): Use gnus-beginning-of-window.
7221 (gnus-article-prev-page): Ditto.
7222
7223 * gnus-util.el (gnus-beginning-of-window): New function.
7224 (gnus-end-of-window): New function.
7225
7226 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
7227
7228 * gnus-score.el (gnus-score-edit-all-score): Set
7229 gnus-score-edit-exit-function to gnus-score-edit-done and call
7230 gnus-message.
7231
7232 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7233
7234 * gnus-msg.el (gnus-button-mailto): Remove
7235 save-selected-window-window hackery because it relies on
7236 save-selected-window internals.
7237
7238 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
7239
7240 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7241 add-minor-mode.
7242 (gnus-binary-mode): Ditto.
7243
7244 * gnus-topic.el (gnus-topic-mode): Ditto.
7245
7246 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
7247
7248 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7249 (gnus-article-prev-page): Take scroll-margin into consideration.
7250
7251 2005-07-04 Lute Kamstra <lute@gnu.org>
7252
7253 Update FSF's address in GPL notices.
7254
7255 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
7256
7257 * gnus.el (gnus-exit):
7258 * gnus-group.el (gnus-group-icons):
7259 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7260
7261 * gnus-nocem.el (gnus-nocem):
7262 * message.el (message-various, message-buffers, message-sending)
7263 (message-interface, message-forwarding, message-insertion)
7264 (message-headers, message-news, message-mail):
7265 * pgg-gpg.el (pgg-gpg):
7266 * pgg-parse.el (pgg-parse):
7267 * pgg-pgp.el (pgg-pgp):
7268 * pgg-pgp5.el (pgg-pgp5):
7269 * pop3.el (pop3): Finish `defgroup' description with period.
7270
7271 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
7272
7273 * gnus-art.el (article-display-face): Improve the efficiency.
7274 (article-display-x-face): Ditto; remove grey x-face stuff.
7275
7276 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
7277
7278 * gnus-art.el (article-display-face): Correct the position in
7279 which Faces are inserted.
7280
7281 2005-06-29 Didier Verna <didier@xemacs.org>
7282
7283 * gnus-art.el (article-display-face): Display faces in correct
7284 order.
7285
7286 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7287
7288 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7289 (gnus-fill-real-hashtb): Use hash table instead of obarray.
7290 (gnus-nocem-check-article): Fetch the Type header.
7291 (gnus-nocem-message-wanted-p): Fix the way to examine types.
7292 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7293 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7294 make sure gnus-nocem-hashtb is initialized.
7295 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7296 (gnus-nocem-unwanted-article-p): Ditto.
7297
7298 * pgg.el (pgg-verify): Return the verification result.
7299
7300 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7301
7302 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7303 is ascii.
7304
7305 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
7306
7307 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7308 `show-nonbreak-escape'.
7309
7310 2005-06-23 Lute Kamstra <lute@gnu.org>
7311
7312 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7313
7314 * dig.el (dig-mode):
7315 * smime.el (smime-mode): Use gnus-run-mode-hooks.
7316
7317 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
7318
7319 * nnimap.el (nnimap-split-download-body): Fix spellings.
7320
7321 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
7322
7323 * gnus-art.el (gnus-article-encrypt-body):
7324 * gnus-cus.el (gnus-score-customize):
7325 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7326 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7327
7328 2005-06-16 Arne Jørgensen <arne@arnested.dk>
7329
7330 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7331 header by looking for magic "MII" at the beginnig.
7332
7333 2005-06-16 Miles Bader <miles@gnu.org>
7334
7335 * assistant.el (assistant-field): Remove "-face" suffix from face name.
7336 (assistant-field-face): New backward-compatibility alias for renamed
7337 face.
7338 (assistant-render-text): Use renamed assistant-field face.
7339
7340 * spam.el (spam): Remove "-face" suffix from face name.
7341 (spam-face): New backward-compatibility alias for renamed face.
7342 (spam-face, spam-initialize): Use renamed spam face.
7343
7344 * message.el (message-header-to, message-header-cc)
7345 (message-header-subject, message-header-newsgroups)
7346 (message-header-other, message-header-name)
7347 (message-header-xheader, message-separator, message-cited-text)
7348 (message-mml): Remove "-face" suffix from face names.
7349 (message-header-to-face, message-header-cc-face)
7350 (message-header-subject-face, message-header-newsgroups-face)
7351 (message-header-other-face, message-header-name-face)
7352 (message-header-xheader-face, message-separator-face)
7353 (message-cited-text-face, message-mml-face):
7354 New backward-compatibility aliases for renamed faces.
7355 (message-font-lock-keywords): Use renamed message faces.
7356
7357 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7358 (sieve-test-commands, sieve-tagged-arguments):
7359 Remove "-face" suffix from face names.
7360 (sieve-control-commands-face, sieve-action-commands-face)
7361 (sieve-test-commands-face, sieve-tagged-arguments-face):
7362 New backward-compatibility aliases for renamed faces.
7363 (sieve-control-commands-face, sieve-action-commands-face)
7364 (sieve-test-commands-face, sieve-tagged-arguments-face):
7365 Use renamed sieve faces.
7366
7367 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7368 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7369 (gnus-group-news-3-empty, gnus-group-news-4)
7370 (gnus-group-news-4-empty, gnus-group-news-5)
7371 (gnus-group-news-5-empty, gnus-group-news-6)
7372 (gnus-group-news-6-empty, gnus-group-news-low)
7373 (gnus-group-news-low-empty, gnus-group-mail-1)
7374 (gnus-group-mail-1-empty, gnus-group-mail-2)
7375 (gnus-group-mail-2-empty, gnus-group-mail-3)
7376 (gnus-group-mail-3-empty, gnus-group-mail-low)
7377 (gnus-group-mail-low-empty, gnus-summary-selected)
7378 (gnus-summary-cancelled, gnus-summary-high-ticked)
7379 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7380 (gnus-summary-high-ancient, gnus-summary-low-ancient)
7381 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7382 (gnus-summary-low-undownloaded)
7383 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7384 (gnus-summary-low-unread, gnus-summary-normal-unread)
7385 (gnus-summary-high-read, gnus-summary-low-read)
7386 (gnus-summary-normal-read, gnus-splash):
7387 Remove "-face" suffix from face names.
7388 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7389 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7390 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7391 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7392 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7393 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7394 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7395 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7396 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7397 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7398 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7399 (gnus-summary-selected-face, gnus-summary-cancelled-face)
7400 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7401 (gnus-summary-normal-ticked-face)
7402 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7403 (gnus-summary-normal-ancient-face)
7404 (gnus-summary-high-undownloaded-face)
7405 (gnus-summary-low-undownloaded-face)
7406 (gnus-summary-normal-undownloaded-face)
7407 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7408 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7409 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7410 (gnus-splash-face):
7411 New backward-compatibility aliases for renamed faces.
7412 (gnus-group-startup-message): Use renamed gnus faces.
7413
7414 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7415 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7416 (gnus-server-agent): Remove "-face" suffix from face names.
7417 (gnus-server-agent-face, gnus-server-opened-face)
7418 (gnus-server-closed-face, gnus-server-denied-face)
7419 (gnus-server-offline-face):
7420 New backward-compatibility aliases for renamed faces.
7421 (gnus-server-agent-face, gnus-server-opened-face)
7422 (gnus-server-closed-face, gnus-server-denied-face)
7423 (gnus-server-offline-face): Use renamed gnus faces.
7424
7425 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7426 Remove "-face" suffix from face names.
7427 (gnus-picon-xbm-face, gnus-picon-face):
7428 New backward-compatibility aliases for renamed faces.
7429
7430 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7431 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7432 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7433 (gnus-cite-11): Remove "-face" suffix from face names.
7434 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7435 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7436 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7437 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7438 New backward-compatibility aliases for renamed faces.
7439 (gnus-cite-attribution-face, gnus-cite-face-list)
7440 (gnus-article-boring-faces): Use renamed gnus faces.
7441
7442 * gnus-art.el (gnus-signature, gnus-header-from)
7443 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
7444 (gnus-header-content): Remove "-face" suffix from face names.
7445 (gnus-signature-face, gnus-header-from-face)
7446 (gnus-header-subject-face, gnus-header-newsgroups-face)
7447 (gnus-header-name-face, gnus-header-content-face):
7448 New backward-compatibility aliases for renamed faces.
7449 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
7450
7451 * gnus-sum.el (gnus-summary-selected-face)
7452 (gnus-summary-highlight): Use renamed gnus faces.
7453 * gnus-group.el (gnus-group-highlight): Likewise.
7454
7455 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
7456
7457 * gnus-sieve.el (gnus-sieve-article-add-rule):
7458 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
7459 * spam-stat.el (spam-stat-buffer-change-to-spam)
7460 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
7461
7462 * message.el (message-is-yours-p):
7463 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
7464
7465 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
7466
7467 * mm-view.el (mm-inline-text): Withdraw the last change.
7468
7469 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
7470
7471 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
7472 executing enriched-decode.
7473
7474 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
7475
7476 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
7477 charset of tar files.
7478
7479 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
7480
7481 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
7482
7483 2005-06-04 Lute Kamstra <lute@gnu.org>
7484
7485 * nnfolder.el (nnfolder-read-folder): Make sure that undo
7486 information is never recorded.
7487
7488 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7489
7490 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
7491
7492 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
7493
7494 * pop3.el (pop3-apop): Run md5 in the binary mode.
7495
7496 * starttls.el (starttls-set-process-query-on-exit-flag):
7497 Use eval-and-compile.
7498
7499 2005-05-31 Simon Josefsson <jas@extundo.com>
7500
7501 * smime.el (smime-replace-in-string): Define.
7502 (smime-cert-by-ldap-1): Use it.
7503
7504 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
7505
7506 * gnus-art.el (article-display-x-face): Replace
7507 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7508
7509 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
7510 set-process-query-on-exit-flag or process-kill-without-query.
7511
7512 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
7513 loop instead of replace-regexp.
7514
7515 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
7516 instead of process-kill-without-query if it is available.
7517
7518 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
7519 instead of find-file-hooks if it is available.
7520
7521 * mml1991.el: Bind pgg-default-user-id when compiling.
7522
7523 * mml2015.el: Bind pgg-default-user-id when compiling.
7524
7525 * nndraft.el (nndraft-request-associate-buffer):
7526 Use write-contents-functions instead of write-contents-hooks if it is
7527 available.
7528
7529 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
7530 instead of find-file-hooks if it is available.
7531
7532 * nntp.el (nntp-open-connection): Replace
7533 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7534 (nntp-open-ssl-stream): Ditto.
7535 (nntp-open-tls-stream): Ditto.
7536
7537 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
7538 set-process-query-on-exit-flag or process-kill-without-query.
7539 (starttls-open-stream-gnutls): Use it instead of
7540 process-kill-without-query.
7541 (starttls-open-stream): Ditto.
7542
7543 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
7544
7545 * smime.el (smime-cert-by-ldap-1): Don't use
7546 replace-regexp-in-string.
7547
7548 2005-05-31 Arne Jørgensen <arne@arnested.dk>
7549
7550 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
7551
7552 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
7553 in PEM format. Adjust to the XEmacs compability.
7554
7555 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
7556
7557 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
7558 by `string-to-number'.
7559 * gnus-agent.el (gnus-agent-regenerate-group)
7560 (gnus-agent-fetch-articles): Ditto.
7561 * gnus-art.el (gnus-button-fetch-group): Ditto.
7562 * gnus-cache.el (gnus-cache-generate-active)
7563 (gnus-cache-articles-in-group): Ditto.
7564 * gnus-group.el (gnus-group-set-current-level)
7565 (gnus-group-insert-group-line): Ditto.
7566 * gnus-score.el (gnus-score-set-expunge-below)
7567 (gnus-score-set-mark-below, gnus-summary-score-effect)
7568 (gnus-summary-score-entry): Ditto.
7569 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
7570 (gnus-soup-pack): Ditto.
7571 * gnus-spec.el (gnus-xmas-format): Ditto.
7572 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
7573 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
7574 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
7575 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
7576 * nndb.el (nndb-get-remote-expire-response): Ditto.
7577 * nndiary.el (nndiary-parse-schedule-value)
7578 (nndiary-string-to-number, nndiary-request-replace-article)
7579 (nndiary-request-article): Ditto.
7580 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
7581 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
7582 * nneething.el (nneething-make-head): Ditto.
7583 * nnfolder.el (nnfolder-request-article)
7584 (nnfolder-retrieve-headers): Ditto.
7585 * nnheader.el (nnheader-file-to-number): Ditto.
7586 * nnkiboze.el (nnkiboze-request-article): Ditto.
7587 * nnmail.el (nnmail-process-unix-mail-format)
7588 (nnmail-process-babyl-mail-format): Ditto.
7589 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
7590 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
7591 (nnmh-request-create-group, nnmh-request-list-1)
7592 (nnmh-request-group, nnmh-request-article): Ditto.
7593 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
7594 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
7595 * nnsoup.el (nnsoup-make-active): Ditto.
7596 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
7597 * nntp.el (nntp-find-group-and-number)
7598 (nntp-retrieve-headers-with-xover): Ditto.
7599 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
7600 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
7601 (pgg-format-key-identifier): Ditto.
7602 * pop3.el (pop3-last, pop3-stat): Ditto.
7603 * qp.el (quoted-printable-decode-region): Ditto.
7604
7605 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
7606 of concat.
7607
7608 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
7609
7610 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
7611
7612 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
7613
7614 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
7615
7616 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
7617
7618 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
7619
7620 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
7621
7622 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
7623 (gnus-carpal-mode): Ditto.
7624
7625 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
7626 (gnus-browse-mode): Ditto.
7627
7628 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
7629
7630 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
7631
7632 2005-05-29 Richard M. Stallman <rms@gnu.org>
7633
7634 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
7635
7636 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
7637
7638 * gnus-util.el (gnus-run-mode-hooks): New function.
7639
7640 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
7641
7642 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7643
7644 * gnus-agent.el (gnus-agent-make-mode-line-string):
7645 Use mode-line-highlight as mouse-face.
7646
7647 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
7648
7649 * canlock.el (canlock): Change the parent group to news.
7650
7651 * deuglify.el (gnus-outlook-deuglify): Add :group.
7652
7653 * dig.el (dig): Add :group.
7654
7655 * dns-mode.el (dns-mode): Add :group.
7656
7657 * encrypt.el (encrypt): Add :group.
7658
7659 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
7660 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
7661 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
7662 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
7663 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
7664
7665 * gnus-diary.el (gnus-diary): Add :group.
7666
7667 * gnus.el (gnus-group-news-1-face): Add :group.
7668 (gnus-group-news-1-empty-face): Ditto.
7669 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
7670 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
7671 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
7672 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
7673 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
7674 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
7675 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
7676 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
7677 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
7678 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
7679 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
7680 (gnus-summary-high-ticked-face): Ditto.
7681 (gnus-summary-low-ticked-face): Ditto.
7682 (gnus-summary-normal-ticked-face): Ditto.
7683 (gnus-summary-high-ancient-face): Ditto.
7684 (gnus-summary-low-ancient-face): Ditto.
7685 (gnus-summary-normal-ancient-face): Ditto.
7686 (gnus-summary-high-undownloaded-face): Ditto.
7687 (gnus-summary-low-undownloaded-face): Ditto.
7688 (gnus-summary-normal-undownloaded-face): Ditto.
7689 (gnus-summary-high-unread-face): Ditto.
7690 (gnus-summary-low-unread-face): Ditto.
7691 (gnus-summary-normal-unread-face): Ditto.
7692 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
7693 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
7694
7695 * hashcash.el (hashcash): New custom group.
7696 (hashcash-default-payment): Add :group.
7697 (hashcash-payment-alist): Ditto.
7698 (hashcash-default-accept-payment): Ditto.
7699 (hashcash-accept-resources): Ditto.
7700 (hashcash-path): Ditto.
7701 (hashcash-extra-generate-parameters): Ditto.
7702 (hashcash-double-spend-database): Ditto.
7703 (hashcash-in-news): Ditto.
7704
7705 * message.el (message-minibuffer-local-map): Add :group.
7706
7707 * netrc.el (netrc): Add :group.
7708
7709 * sieve-manage.el (sieve-manage-log): Add :group.
7710 (sieve-manage-default-user): Diito.
7711 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
7712 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
7713 (sieve-manage-authenticators): Ditto.
7714 (sieve-manage-authenticator-alist): Ditto.
7715 (sieve-manage-default-port): Ditto.
7716
7717 * sieve-mode.el (sieve-control-commands-face): Add :group.
7718 (sieve-action-commands-face): Ditto.
7719 (sieve-test-commands-face): Ditto.
7720 (sieve-tagged-arguments-face): Ditto.
7721
7722 * smime.el (smime): Add :group.
7723
7724 * spam-report.el (spam-report): Add :group.
7725
7726 * spam.el (spam, spam-face): Add :group.
7727
7728 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7729
7730 * nntp.el (nntp-next-result-arrived-p): Some news servers may
7731 return \n.\n.\n at the end of articles. Protect against that.
7732 (nntp-with-open-group): Allow debugging.
7733
7734 * nnheader.el (mail-header-set-extra): Make into a function
7735 because I just could't understand how to quote the list properly.
7736
7737 * dns.el (query-dns-cached): New function.
7738
7739 2005-05-26 Lute Kamstra <lute@gnu.org>
7740
7741 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
7742
7743 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
7744
7745 * gnus-art.el: Don't autoload mail-extract-address-components.
7746
7747 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
7748 eval-and-compile to evaluate it.
7749
7750 * hashcash.el: Don't autoload executable-find.
7751
7752 * nndb.el: Don't declare the nndb back end two or more times; don't
7753 autoload news-reply-mode, news-setup, cancel-timer and telnet.
7754
7755 * nntp.el: Autoload format-spec instead of format; use
7756 eval-and-compile to evaluate autoload forms.
7757
7758 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
7759
7760 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
7761
7762 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7763
7764 * gnus.el (gnus-version-number): Bump version.
7765
7766 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
7767
7768 * gnus.el: No Gnus v0.3 is released.
7769
7770 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
7771
7772 * gnus-art.el (gnus-article-edit-part): Disable undo.
7773
7774 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
7775
7776 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
7777 gnus-article-date-lapsed-new-header is t if date timer is active;
7778 skip headers in which the original date value is empty.
7779 (gnus-article-save-original-date): Redefine it as a macro.
7780 (gnus-display-mime): Use it.
7781
7782 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
7783
7784 * gnus-art.el (article-date-ut): Support converting date in
7785 forwarded parts as well.
7786 (gnus-article-save-original-date): New function.
7787 (gnus-display-mime): Use it.
7788
7789 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
7790
7791 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
7792 enclosure element of <item>.
7793
7794 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
7795
7796 * message.el (message-kill-buffer-query): Renamed from
7797 `message-kill-buffer-query-if-modified'. Added :version.
7798
7799 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
7800
7801 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
7802 window layout.
7803
7804 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
7805
7806 * mml.el: Autoload dnd when compiling.
7807
7808 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
7809
7810 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
7811 x-dnd-*.
7812
7813 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
7814
7815 * qp.el (quoted-printable-encode-region): Save excursion.
7816
7817 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
7818
7819 * message.el (message-kill-buffer-query-if-modified): Add new variable
7820 so the user can kill a modified message buffer quickly.
7821 (message-kill-buffer): Use it.
7822
7823 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
7824
7825 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
7826 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
7827
7828 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
7829
7830 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
7831 contained in text because xml.el decodes entities) with LFs.
7832
7833 2005-04-11 Lute Kamstra <lute@gnu.org>
7834
7835 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
7836 differently.
7837
7838 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7839
7840 * mm-util.el (mm-detect-coding-region): Typo.
7841
7842 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
7843
7844 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
7845
7846 2005-04-06 D Goel <deego@gnufans.org>
7847
7848 * spam-stat.el (spam-stat-score-buffer): Add a call to a
7849 user-function allow user modifications of the scores.
7850 (spam-stat-score-buffer-user): New function, to allow
7851 user-computed modifications to the score.
7852 (spam-stat-score-buffer-user-functions): List of additional
7853 scoring functions.
7854 (spam-stat-error-holder): Global temporary error holder.
7855 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
7856 variable.
7857
7858 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
7859
7860 * gnus-registry.el (gnus-registry-clean-empty-function)
7861 (gnus-registry-trim, gnus-registry-fetch-groups)
7862 (gnus-registry-delete-group): Groups that match
7863 `gnus-registry-ignored-groups' are removed from the registry
7864 entries, not just ignored for splitting. This helps clean up the
7865 registry. Also, `gnus-registry-fetch-groups' is a convenient way
7866 to get all the groups a message ID is in.
7867
7868 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
7869 (spam-stat-split-fancy): Change "threshhold" to "threshold"
7870 (spam-stat-score-buffer-user-functions): Add :number custom type.
7871
7872 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7873
7874 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
7875 argument in XEmacs.
7876
7877 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
7878 (nnrss-request-group): Decode group name first.
7879 (nnrss-request-article): Make a text/plain article if mml-to-mime
7880 failed.
7881 (nnrss-get-encoding): Return a compatible encoding according to
7882 nnrss-compatible-encoding-alist.
7883 (nnrss-find-el): Use consp instead of listp.
7884 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
7885
7886 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7887
7888 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
7889 which Emacs 20 doesn't support.
7890 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
7891
7892 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
7893
7894 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
7895 silence the byte compiler inside the defun.
7896
7897 * gnus-demon.el (parse-time-string): Add autoload.
7898
7899 * gnus-delay.el (parse-time-string): Add autoload.
7900
7901 * gnus-art.el (parse-time-string): Add autoload.
7902
7903 * nnultimate.el (parse-time): Require for `parse-time-string'.
7904
7905 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7906
7907 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
7908
7909 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
7910
7911 * smime.el (smime-ldap-host-list): Add :version.
7912
7913 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
7914
7915 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
7916 pass it to `gnus-browse-read-group'.
7917 (gnus-browse-read-group): Add NUMBER argument and pass it to
7918 `gnus-group-read-ephemeral-group'.
7919
7920 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
7921 argument and pass it to `gnus-group-read-group'.
7922
7923 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
7924
7925 * mm-util.el (mm-xemacs-find-mime-charset): Only call
7926 mm-xemacs-find-mime-charset-1 if we have the mule feature
7927 available at runtime.
7928
7929 2005-03-25 Werner Lemberg <wl@gnu.org>
7930
7931 * nnmaildir.el: Replace `illegal' with `invalid'.
7932
7933 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7934
7935 * gnus-start.el (gnus-display-time-event-handler):
7936 Check display-time-timer at runtime rather than only at load time
7937 in case display-time-mode is turned off in the mean time.
7938
7939 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
7940
7941 * nnimap.el (nnimap-open-connection): Print which authinfo file is
7942 used.
7943
7944 * nneething.el (nneething-map-file-directory): Derive from
7945 `gnus-directory'.
7946
7947 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
7948 the To/Cc button.
7949
7950 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
7951
7952 * nnmaildir.el (nnmaildir-request-accept-article):
7953 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
7954
7955 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
7956
7957 * gnus-async.el: Require timer-funcs at compile time when in
7958 XEmacs for `run-with-idle-timer'.
7959
7960 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
7961
7962 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
7963 autoloaded function.
7964
7965 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7966
7967 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
7968
7969 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
7970
7971 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
7972
7973 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7974
7975 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
7976 gnus-expert-user to default.
7977
7978 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
7979
7980 * nnimap.el (nnimap-open-server): Ditto.
7981
7982 * imap.el (imap-authenticate): Fix typo.
7983
7984 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
7985
7986 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
7987 buffer (since IMAP server might return FETCH response out of
7988 order, and the nntp buffer must be sorted).
7989
7990 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
7991
7992 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
7993 comparison on string.
7994
7995 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
7996 (gnus-agent-score): Renamed category keywords to match gnus-cus.
7997 (gnus-agent-summary-fetch-series): Modified to protect against
7998 gnus-agent-summary-fetch-group clearing processable flags.
7999 (gnus-agent-synchronize-group-flags): Update live group buffer as
8000 synchronization may occur due to the user toggle the plugged
8001 status.
8002 (gnus-agent-fetch-group-1): Clear downloadable flag when article
8003 successfully downloaded.
8004 (gnus-agent-expire-group-1): Avoid using markers when the overview
8005 is in ascending order; greatly improves performance.
8006 (gnus-agent-regenerate-group): Use
8007 gnus-agent-synchronize-group-flags to reset read status in both
8008 gnus and server.
8009 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8010
8011 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8012
8013 * message.el: Don't autoload former message-utils variables.
8014 (message-strip-subject-trailing-was): Change doc string.
8015
8016 * nnweb.el: Fixes for `gnus-group-make-web-group'.
8017 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
8018 (nnweb-google-search): Add "hl=en" here.
8019 (nnweb-google-parse-1, nnweb-google-create-mapping):
8020 Don't hardcode URL.
8021
8022 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8023
8024 * message.el (message-get-reply-headers, message-followup):
8025 Mention related variables `message-use-followup-to' and
8026 `message-use-mail-followup-to', in the information buffer.
8027
8028 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8029 of broken groups(-beta).google.com.
8030
8031 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
8032
8033 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8034 parameter to invoked gnus-request-move-article; remove the
8035 redundant gnus-sum-hint-move-is-internal variable; apply the marks
8036 all at once instead of once per article.
8037 (gnus-summary-remove-process-mark): Accept a list of articles as
8038 well as a single article for processing.
8039
8040 * gnus-int.el (gnus-request-move-article): Add move-is-internal
8041 parameter.
8042
8043 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8044
8045 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8046
8047 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8048 parameter.
8049
8050 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8051 parameter.
8052
8053 * nnimap.el (nnimap-request-move-article): Add move-is-internal
8054 parameter and remove the gnus-sum-hint-move-is-internal variable.
8055
8056 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8057 parameter.
8058
8059 * nndraft.el (nndraft-request-move-article): Add move-is-internal
8060 parameter.
8061
8062 * nndiary.el (nndiary-request-move-article): Add move-is-internal
8063 parameter.
8064
8065 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8066
8067 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8068 parameter.
8069
8070 * nnagent.el (nnagent-request-move-article): Add move-is-internal
8071 parameter.
8072
8073 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
8074
8075 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8076 a more conservative way.
8077
8078 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
8079
8080 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8081 buffer, so it moves the window's cursor.
8082
8083 2005-02-26 Arne Jørgensen <arne@arnested.dk>
8084
8085 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8086 `mm-dissect-multipart' and receive the from field as an (optional)
8087 argument from `mm-dissect-multipart'.
8088 (mm-dissect-multipart): Receive the from field as an argument and
8089 pass it on when we call `mm-dissect-buffer' on MIME parts.
8090 Fixes verification/decryption of signed/encrypted MIME parts.
8091
8092 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
8093
8094 * gnus-sum.el (gnus-summary-move-article): Set
8095 gnus-sum-hint-move-is-internal for gnus-request-move-article and
8096 whatever it calls (right now, only nnimap-request-move article
8097 respects it).
8098
8099 * nnimap.el (nnimap-request-move-article): When
8100 gnus-sum-hint-move-is-internal is set, don't do the extra
8101 nnimap-request-article.
8102
8103 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
8104
8105 * nnheader.el (nnheader-find-file-noselect): Add doc string.
8106
8107 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8108 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8109
8110 * gnus-sum.el (gnus-summary-caesar-message):
8111 Apply `gnus-treat-article' after rotation.
8112
8113 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8114 doc string.
8115
8116 2005-02-22 Simon Josefsson <jas@extundo.com>
8117
8118 * encrypt.el (encrypt-password-cache-expiry): Remove (use
8119 `password-cache-expiry' instead). Reported by Arne Jørgensen
8120 <arne@arnested.dk>.
8121 (encrypt): Add password-cache and password-cache-expiry as group
8122 members.
8123
8124 2005-02-22 Arne Jørgensen <arne@arnested.dk>
8125
8126 * smime.el (smime-ldap-host-list): Doc fix.
8127 (smime-ask-passphrase): Use `password-read-and-add' to read (and
8128 cache) password.
8129 (smime-sign-region): Use it.
8130 (smime-decrypt-region): Use it.
8131 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8132 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8133 fails.
8134 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8135 certificate from DER to PEM format rather than calling openssl.
8136
8137 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8138
8139 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8140 for signing/encryption.
8141
8142 * mml.el (mml-parse-1): Use them.
8143
8144 2005-02-21 Arne Jørgensen <arne@arnested.dk>
8145
8146 * nnrss.el (nnrss-verbose): Removed.
8147 (nnrss-request-group): Use `nnheader-message' instead.
8148
8149 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
8150
8151 * nnrss.el (nnrss-verbose): New variable.
8152 (nnrss-request-group): Make it say nnrss is requesting a group.
8153
8154 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
8155
8156 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8157 Handle news URL with given port correctly.
8158
8159 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
8160
8161 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8162 containing special characters.
8163
8164 * gnus-sum.el (gnus-summary-edit-article): Ditto.
8165
8166 * mml.el (mime-to-mml): Ditto.
8167
8168 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8169 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8170 (rfc2047-decode-region): Quote decoded words containing special
8171 characters when rfc2047-quote-decoded-words-containing-tspecials
8172 is non-nil.
8173
8174 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
8175
8176 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8177
8178 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8179
8180 2005-02-15 Simon Josefsson <jas@extundo.com>
8181
8182 * nnimap.el (nnimap-debug): Doc fix.
8183
8184 * imap.el (imap-debug): Doc fix.
8185
8186 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
8187
8188 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8189
8190 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
8191
8192 * gnus.el (spam-contents): Improve docs for spam-contents
8193 parameter in its variable incarnation.
8194
8195 2005-02-14 Simon Josefsson <jas@extundo.com>
8196
8197 * smime-ldap.el: Use require instead of load-library for ldap.
8198 (smime-ldap-search): Indent.
8199 (smime-ldap-search-internal): Shorten line.
8200
8201 * smime.el (smime-cert-by-dns): Add doc-string.
8202 (smime-cert-by-ldap-1): Indent.
8203
8204 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8205 mml-smime-get-dns-ldap.
8206 (mml-smime-encrypt-query): Use new function. Default to ldap.
8207
8208 2005-02-14 Arne Jørgensen <arne@arnested.dk>
8209
8210 * smime.el: Require smime-ldap.
8211 (smime-ldap-host-list): New variable.
8212 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8213
8214 * mml-smime.el (mml-smime-encrypt-query): New function.
8215 (mml-smime-encrypt-query): Use it.
8216
8217 * smime-ldap.el: New file.
8218
8219 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
8220
8221 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8222
8223 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8224
8225 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8226 argument in doc string. Make query for type more clear.
8227
8228 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
8229
8230 * gnus.el (gnus-group-startup-message): Search for gnus images in
8231 etc/images/gnus.
8232 * mm-util.el (mm-image-load-path): Likewise.
8233 * smiley.el (smiley-data-directory): Search for smilies in
8234 etc/images/smilies.
8235
8236 2005-02-09 Kim F. Storm <storm@cua.dk>
8237
8238 Change Emacs release version from 21.4 to 22.1 throughout.
8239 Change Emacs development version from 21.3.50 to 22.0.50.
8240
8241 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
8242
8243 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8244
8245 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8246 non-Mule XEmacs as well.
8247 (mm-decompress-buffer): Signal an error intentionally if it does
8248 not decompress compressed data because auto-compression-mode is
8249 disabled.
8250
8251 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
8252
8253 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8254 an ID in the registry even if it has no groups.
8255
8256 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
8257
8258 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8259 merge it into mm-decompress-buffer.
8260 (gnus-mime-copy-part): Use the MIME part charset, the value which
8261 a user specified or gnus-newsgroup-charset for decoding, like
8262 gnus-mime-inline-part does; set buffer-file-coding-system to tell
8263 save-buffer what was used. Suggested by Kevin Ryde
8264 <user42@zip.com.au>.
8265 (gnus-mime-inline-part): Allow the name parameter as well as the
8266 filename parameter; force decompressing of compressed data; always
8267 display contents being not decoded as unibyte.
8268
8269 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8270 as well as the filename parameter.
8271
8272 * mm-util.el (mm-decompress-buffer): Merge
8273 gnus-mime-jka-compr-maybe-uncompress.
8274 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8275 of compressed data.
8276
8277 2005-02-08 Simon Josefsson <jas@extundo.com>
8278
8279 * imap.el (imap-log): Doc fix.
8280
8281 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
8282
8283 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8284 the coding cookies; decompress compressed parts.
8285
8286 * mml.el (mml-generate-mime-1): Add the charaset parameter according
8287 to the value which a user specified manually or the coding cookie.
8288
8289 * mm-util.el (mm-string-to-multibyte): New function.
8290 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8291 (mm-coding-system-to-mime-charset): New function.
8292 (mm-decompress-buffer): New function.
8293 (mm-find-buffer-file-coding-system): New function.
8294
8295 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8296 (mm-display-inline-fontify): Rewrite for decoding and decompressing
8297 parts.
8298
8299 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8300
8301 * mm-view.el (mm-display-inline-fontify): Decode a part according
8302 to the charset parameter.
8303
8304 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
8305
8306 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8307 prefix arg is neither nil nor a number, as info specifies.
8308
8309 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
8310
8311 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8312 timestamps.
8313
8314 2005-02-02 Jari Aalto <jari.aalto@cante.net>
8315
8316 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8317 groups error checking and notify user.
8318
8319 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
8320
8321 * message.el (message-send-mail-function): Check existence of
8322 sendmail-program first before using default value
8323 `message-send-mail-with-sendmail'. Otherwise use more generic
8324 `smtpmail-send-it'.
8325
8326 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
8327
8328 * nntp.el (nntp-request-update-info): Always return nil.
8329
8330 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
8331
8332 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8333
8334 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8335
8336 * message.el (message-beginning-of-line): Change the behavior when
8337 invoked between BOL and : so that it first moves backward.
8338
8339 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8340
8341 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8342 article buffer when editing of the article is discarded.
8343 (gnus-article-prepare): Revert.
8344
8345 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8346
8347 * gnus-art.el (gnus-article-prepare):
8348 Remove message-strip-forbidden-properties from the local hook.
8349
8350 2005-01-27 Simon Josefsson <jas@extundo.com>
8351
8352 * password.el (password-cache-add): Only start one timer per key.
8353 Reported by Derek Atkins <warlord@MIT.EDU>.
8354
8355 2005-01-26 Steve Youngs <steve@sxemacs.org>
8356
8357 * run-at-time.el: Removed. It is no longer needed as
8358 timer-funcs.el in the xemacs-base package has a working version of
8359 `run-at-time'.
8360
8361 * password.el: Require timer-funcs instead of run-at-time in
8362 XEmacs.
8363 Remove `password-run-at-time' macro.
8364 (password-cache-add): Use `run-at-time' instead of
8365 `password-run-at-time'.
8366
8367 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8368 for `run-with-idle-timer'.
8369
8370 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8371 for `run-at-time'.
8372
8373 * mm-url.el: Require timer-funcs at compile time when in XEmacs
8374 for `with-timeout'.
8375
8376 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8377
8378 * mml.el (mml-generate-mime-1): Convert string into unibyte when
8379 inserting " *mml*" buffer's contents into a unibyte temp buffer.
8380
8381 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
8382
8383 * mail-source.el (mail-source-fetch-imap): Search for ^From case
8384 sensitively.
8385
8386 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
8387
8388 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8389
8390 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
8391
8392 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8393 which will be inserted according to the multibyteness of a buffer
8394 rather than the type of contents. Suggested by ARISAWA Akihiro
8395 <ari@mbf.ocn.ne.jp>.
8396
8397 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8398 of string which old xml.el may return rather than a string.
8399
8400 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
8401
8402 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8403
8404 2005-01-16 Simon Josefsson <jas@extundo.com>
8405
8406 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
8407 idn/idna.el isn't available.
8408 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
8409 <michael@waxrat.com>.
8410
8411 * hashcash.el: Remove non-FSF copyright header.
8412
8413 * hashcash.el (hashcash-extra-generate-parameters): New variable.
8414 (hashcash-generate-payment): Use it.
8415 (hashcash-generate-payment-async): Use it.
8416
8417 2005-01-15 Simon Josefsson <jas@extundo.com>
8418
8419 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
8420 Suggested by Raymond Scholz <ray-2005@zonix.de>.
8421
8422 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
8423 gnus-summary-idna-message.
8424 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
8425 (gnus-summary-idna-message): New function.
8426
8427 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
8428
8429 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
8430 gnus-novice-user.
8431
8432 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
8433
8434 * nnrss.el (nnrss-request-delete-group): Delete entries in
8435 nnrss-group-alist as well.
8436 (nnrss-save-server-data): Insert newline.
8437
8438 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
8439
8440 * gnus.el (gnus-user-agent): Use list of symbols instead of
8441 symbols. Display full version number for (S)XEmacs. Optionally
8442 display (S)XEmacs codename.
8443
8444 * gnus-util.el (gnus-emacs-version): Update for new
8445 `gnus-user-agent'.
8446
8447 * gnus-msg.el (gnus-extended-version): Make it possible to omit
8448 Gnus version.
8449
8450 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
8451
8452 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
8453 which is unreadable in some setups.
8454
8455 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8456
8457 * gnus-spec.el (gnus-update-format-specifications): Flush the
8458 group format spec cache if it doesn't support decoded group names.
8459
8460 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8461
8462 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
8463 Allow to apply decay on score files matching a regexp.
8464
8465 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
8466
8467 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
8468 compatibility in %g and %c.
8469
8470 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
8471
8472 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
8473 name for only %g and %c.
8474 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
8475 of gnus-tmp-group to decoded group name.
8476 (gnus-group-make-rss-group): Exclude `/'s from group names.
8477
8478 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
8479
8480 * nnrss.el (nnrss-get-encoding): Fix regexp.
8481
8482 2004-12-27 Simon Josefsson <jas@extundo.com>
8483
8484 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
8485 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
8486 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
8487
8488 2004-12-17 Kim F. Storm <storm@cua.dk>
8489
8490 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
8491
8492 * gnus-sum.el (gnus-summary-mode-map): Likewise.
8493
8494 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8495
8496 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
8497
8498 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
8499
8500 * nnrss.el: Require rfc2047 and mml.
8501 (nnrss-file-coding-system): New variable.
8502 (nnrss-format-string): Redefine it as an inline function.
8503 (nnrss-decode-group-name): New function.
8504 (nnrss-string-as-multibyte): Remove.
8505 (nnrss-retrieve-headers): Decode group name; don't use
8506 nnrss-format-string.
8507 (nnrss-request-group): Decode group name.
8508 (nnrss-request-article): Decode group name; allow a Message-ID as
8509 well as an article number; don't use nnrss-format-string; encode a
8510 Message-ID string which may contain non-ASCII characters; use
8511 mml-to-mime to compose a MIME article.
8512 (nnrss-request-expire-articles): Decode group name.
8513 (nnrss-request-delete-group): Decode group name.
8514 (nnrss-fetch): Clarify error message.
8515 (nnrss-read-server-data): Use insert-file-contents instead of load;
8516 bind file-name-coding-system; use multibyte buffer.
8517 (nnrss-save-server-data): Bind coding-system-for-write to the
8518 value of nnrss-file-coding-system; bind file-name-coding-system;
8519 add coding cookie.
8520 (nnrss-read-group-data): Use insert-file-contents instead of load;
8521 bind file-name-coding-system; use multibyte buffer.
8522 (nnrss-save-group-data): Bind coding-system-for-write to the
8523 value of nnrss-file-coding-system; bind file-name-coding-system.
8524 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
8525 make it work with non-ASCII text.
8526 (nnrss-find-el): Make it work with old xml.el as well.
8527
8528 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8529
8530 * nnrss.el (nnrss-get-encoding): New function.
8531 (nnrss-fetch): Use unibyte buffer initially; bind
8532 coding-system-for-read while performing mm-url-insert; remove ^Ms;
8533 decode contents according to the encoding attribute.
8534 (nnrss-save-group-data): Add coding cookie.
8535 (nnrss-mime-encode-string): New function.
8536 (nnrss-check-group): Use it to encode subject and author.
8537
8538 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
8539
8540 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
8541 imaginary variable.
8542
8543 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8544
8545 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
8546 correctly even if there are wide characters.
8547
8548 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
8549
8550 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
8551 downcased symbol names; make a new cache instead of reusing
8552 bbdb-hashtable.
8553
8554 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
8555
8556 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8557 concatenating segments rather than before concatenating them.
8558 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8559
8560 * message.el (message-get-reply-headers): Bind `extra'.
8561
8562 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8563
8564 * message.el (message-extra-wide-headers): New variable.
8565 (message-get-reply-headers): Use it.
8566
8567 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
8568
8569 * gnus-agent.el (gnus-agent-group-path): Decode group name.
8570 (gnus-agent-group-pathname): Ditto.
8571
8572 * gnus-cache.el (gnus-cache-file-name): Decode group name.
8573
8574 * gnus-group.el (gnus-group-make-group): Decode group name.
8575 (gnus-group-make-rss-group): Register the group data after opening
8576 the nnrss group.
8577
8578 2004-12-17 Paul Jarc <prj@po.cwru.edu>
8579
8580 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
8581 by expiry now get marked as read.
8582
8583 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8584
8585 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
8586
8587 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
8588
8589 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
8590 unify Latin characters in XEmacs.
8591 (mm-find-mime-charset-region): Use it.
8592
8593 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8594
8595 * gnus-util.el (gnus-delete-directory): New function.
8596
8597 * gnus-agent.el (gnus-agent-delete-group): Use it.
8598
8599 * gnus-cache.el (gnus-cache-delete-group): Use it.
8600
8601 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
8602
8603 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
8604 names.
8605
8606 2004-12-16 Simon Josefsson <jas@extundo.com>
8607
8608 * hashcash.el (hashcash-payment-alist): Fix custom :type.
8609
8610 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
8611
8612 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
8613
8614 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
8615 (gnus-group-set-current-level): Decode group name.
8616
8617 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
8618
8619 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
8620 failed.
8621
8622 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
8623
8624 * gnus-group.el (gnus-group-delete-group): Decode group name.
8625 (gnus-group-make-rss-group): Encode group name.
8626 (gnus-group-catchup-current): Decode group name.
8627 (gnus-group-kill-group): Decode group name.
8628
8629 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
8630
8631 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
8632
8633 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
8634
8635 * gnus-group.el (gnus-group-make-rss-group):
8636 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
8637
8638 * gnus-start.el (gnus-setup-news): Honor user's setting to
8639 gnus-message-archive-method. Suggested by Lute Kamstra
8640 <lute@gnu.org>.
8641
8642 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
8643
8644 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
8645 global counterparts of the buffer-local variables.
8646
8647 2004-11-16 Romain Francoise <romain@orebokech.com>
8648
8649 * gnus-sum.el (gnus-summary-exit): Don't clear the global
8650 counterparts of the buffer-local variables.
8651
8652 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8653
8654 * message.el (message-forbidden-properties): Fixed typo in doc
8655 string.
8656
8657 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8658
8659 * gnus-util.el (gnus-replace-in-string): Added doc string.
8660
8661 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
8662 to avoid problems when splitting mails with many recipients.
8663
8664 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8665
8666 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
8667 pop-to-buffer, covered by the subsequent gnus-configure-windows.
8668
8669 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
8670
8671 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
8672 if there is no hashtable in memory or file modification time is
8673 newer than cached timestamp.
8674
8675 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
8676
8677 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
8678 not-matching option.
8679
8680 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
8681
8682 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
8683 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
8684 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8685 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
8686 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
8687 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
8688
8689 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
8690
8691 * message.el (message-forward-make-body-mml): Remove headers
8692 according to message-forward-ignored-headers if a message is decoded.
8693
8694 2004-12-02 Romain Francoise <romain@orebokech.com>
8695
8696 * message.el (message-forward-make-body-plain): Always remove
8697 headers according to message-forward-ignored-headers.
8698
8699 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
8700
8701 * spam.el (spam-summary-prepare-exit): Remove the
8702 gnus-summary-limit pop for now, it has problems with ham marks for
8703 me.
8704
8705 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
8706
8707 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
8708 correctly.
8709
8710 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
8711
8712 * format-spec.el (format-spec): Message the char.
8713
8714 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8715
8716 * gnus-art.el (gnus-split-methods): Reformat comments.
8717
8718 * spam.el (spam-summary-prepare-exit): Remove article limits
8719 before exiting the summary buffer.
8720
8721 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
8722
8723 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
8724 order to silence the byte compiler.
8725
8726 * spam.el: Fix the way to silence the byte compiler, which
8727 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
8728 bbdb-search-simple, spam-BBDB-register-routine,
8729 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
8730 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
8731 spam-stat-buffer-is-spam, spam-stat-load,
8732 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
8733 spam-stat-save and spam-stat-split-fancy.
8734
8735 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
8736
8737 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
8738 which may confuse users.
8739 (canlock-password-for-verify): Ditto.
8740
8741 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
8742
8743 * gnus-art.el (gnus-emphasis-alist): Ditto.
8744
8745 * gnus-registry.el (gnus-registry-max-entries): Ditto.
8746
8747 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
8748
8749 * gnus-start.el (gnus-save-killed-list): Ditto.
8750
8751 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
8752 (gnus-sum-thread-tree-root): Ditto.
8753 (gnus-sum-thread-tree-false-root): Ditto.
8754 (gnus-sum-thread-tree-single-indent): Ditto.
8755
8756 * message.el (message-courtesy-message): Ditto.
8757 (message-archive-note): Ditto.
8758 (message-subscribed-address-file): Ditto.
8759 (message-user-fqdn): Ditto.
8760
8761 * spam-report.el (spam-report-gmane-regex): Ditto.
8762
8763 * spam.el (spam-blackhole-good-server-regex): Ditto.
8764
8765 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8766
8767 * mml.el (mml-preview): Widen the message buffer before copying
8768 the contents to the preview buffer; sort headers before previewing.
8769
8770 * message.el (message-hidden-headers): Fix the way to avoid a bug
8771 in the `repeat' widget in Emacs 21.3 or earlier.
8772
8773 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8774
8775 * message.el (message-hidden-headers): Default to "^References:".
8776 Improve customization type. Suggested by Reiner Steib
8777 <Reiner.Steib@gmx.de>.
8778
8779 2004-11-25 Romain Francoise <romain@orebokech.com>
8780
8781 * message.el (message-strip-forbidden-properties): Remove check for
8782 obsolete `message-hidden' text property, hidden headers are not
8783 accessible in the buffer anymore.
8784
8785 2004-11-22 Romain Francoise <romain@orebokech.com>
8786
8787 * message.el (message-header-format-alist): Add `From' in list
8788 so that it can be sorted.
8789 (message-fix-before-sending): Widen and sort headers before
8790 sending.
8791 (message-hide-headers): Use narrowing to hide headers by moving
8792 them to the top of the buffer and narrowing to the region
8793 underneath.
8794
8795 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8796
8797 * message.el (message-strip-forbidden-properties): Bind
8798 buffer-read-only (etc) to nil.
8799
8800 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
8801
8802 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
8803 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8804
8805 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
8806
8807 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
8808
8809 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8810
8811 * dns.el (query-dns): Use sit-for to time instead of
8812 accept-process-output, since that doesn't seem to work on udp
8813 sockets.
8814
8815 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
8816
8817 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
8818
8819 2004-11-15 Jesper Harder <harder@ifa.au.dk>
8820
8821 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
8822 doc string. Improve doc string.
8823
8824 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
8825
8826 * nntp.el (nntp-request-update-info): Return nil if
8827 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
8828 may not call gnus-activate-group which uselessly issues the GROUP
8829 commands for all nntp groups and wastes time. Reported by Romain
8830 Francoise <romain@orebokech.com>.
8831
8832 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
8833
8834 2004-11-15 Simon Josefsson <jas@extundo.com>
8835
8836 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
8837 headers separately.
8838 (gnus-button-openpgp): New function, inspired by Jochen Küpper
8839 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
8840
8841 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
8842
8843 * gnus-start.el (gnus-convert-old-newsrc):
8844 Assign legacy-gnus-agent to 5.10.7.
8845
8846 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8847
8848 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
8849 start of the lines.
8850
8851 2004-11-14 Magnus Henoch <mange@freemail.hu>
8852
8853 * hashcash.el (hashcash-default-payment): Change default to 20
8854 (hashcash-default-accept-payment): Change default to 20
8855 (hashcash-process-alist): New variable
8856 (hashcash-generate-payment-async): Add
8857 (hashcash-already-paid-p): Add
8858 (hashcash-insert-payment): Don't generate payments twice
8859 (hashcash-insert-payment-async): Add
8860 (hashcash-insert-payment-async-2): Add
8861 (hashcash-cancel-async): Add
8862 (hashcash-wait-async): Add
8863 (hashcash-processes-running-p): Add
8864 (hashcash-wait-or-cancel): Add
8865 (mail-add-payment): New optional argument. Conditionally start
8866 asynchronous calculation.
8867 (mail-add-payment-async): Add
8868
8869 * message.el (message-send-mail): Wait for asynchronous hashcash
8870 results. Don't clobber existing X-Hashcash headers.
8871 (message-setup-1): Call mail-add-payment-async when
8872 message-generate-hashcash is non-nil.
8873
8874 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8875
8876 * message.el (message-use-alternative-email-as-from): Examine the
8877 From header as well; use message-make-from in order to include a
8878 user's full name.
8879
8880 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8881
8882 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
8883 default; improve customization type.
8884 (gnus-emphasis-custom-with-format): New macro.
8885 (gnus-emphasis-custom-value-to-external): New function.
8886 (gnus-emphasis-custom-value-to-internal): New function.
8887
8888 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8889
8890 * dns.el (query-dns): Resolve reverse addresses.
8891
8892 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8893
8894 * gnus-group.el (gnus-group-get-new-news): Use it.
8895
8896 * gnus-start.el (gnus-check-reasonable-setup): New function.
8897
8898 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
8899
8900 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
8901 "Args out of range" error. Reported by Arnaud Giersch
8902 <arnaud.giersch@free.fr>.
8903
8904 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
8905
8906 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
8907
8908 2004-11-04 Richard M. Stallman <rms@gnu.org>
8909
8910 * spam.el (spam group): Add :version.
8911
8912 * pgg-def.el (pgg group): Add :version.
8913
8914 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
8915
8916 * gnus-art.el (gnus-article-edit-article): Don't associate the
8917 article buffer with a draft file. This is a temporary measure
8918 against the 2004-08-22 change to gnus-article-edit-mode.
8919
8920 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8921
8922 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
8923 (html2text-format-tags): Remove unused variable `attr'.
8924
8925 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
8926
8927 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
8928
8929 * spam-stat.el (spam-stat): Add :version.
8930
8931 * sieve.el (sieve): Add :version.
8932
8933 * sha1.el (sha1): Add :version.
8934 (sha1-use-external): Remove redundant version.
8935
8936 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
8937 (nnmail-cache-ignore-groups, nnmail-spool-hook)
8938 (nnmail-split-fancy-match-partial-words)
8939 (nnmail-split-lowercase-expanded): Add :version.
8940
8941 * nndiary.el (nndiary): Add :version.
8942
8943 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
8944
8945 * mml-sec.el (mml-default-sign-method)
8946 (mml-default-encrypt-method, mml-signencrypt-style-alist):
8947 Add :version.
8948
8949 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
8950
8951 * mm-url.el (mm-url-use-external, mm-url-program)
8952 (mm-url-arguments): Add :version.
8953
8954 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
8955 (mm-attachment-file-modes, mm-decrypt-option)
8956 (mm-w3m-safe-url-regexp): Add :version.
8957
8958 * message.el (message-cite-prefix-regexp)
8959 (message-sendmail-envelope-from, message-minibuffer-local-map)
8960 (message-user-fqdn, message-completion-alist): Add :version.
8961
8962 * gnus-win.el (gnus-configure-windows-hook)
8963 (gnus-use-frames-on-any-display): Add :version.
8964
8965 * gnus-art.el (gnus-article-address-banner-alist)
8966 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
8967 (gnus-treat-from-picon, gnus-treat-mail-picon)
8968 (gnus-treat-x-pgp-sig): Add :version.
8969
8970 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
8971 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
8972 (gnus-summary-article-delete-hook)
8973 (gnus-summary-display-while-building): Add :version.
8974
8975 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
8976 (gnus-get-top-new-news-hook):Add :version.
8977
8978 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8979 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
8980
8981 * gnus-registry.el (gnus-registry): Add :version.
8982
8983 * gnus-spec.el (gnus-use-correct-string-widths)
8984 (gnus-make-format-preserve-properties): Add :version.
8985
8986 * gnus.el (gnus-group-charter-alist)
8987 (gnus-group-fetch-control-use-browse-url)
8988 (gnus-install-group-spam-parameters): Add :version.
8989
8990 * gnus-diary.el (gnus-diary): Add :version.
8991
8992 * gnus-delay.el (gnus-delay): Add :version.
8993
8994 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
8995 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
8996 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
8997 Add :version.
8998
8999 * gnus-agent.el (gnus-agent-max-fetch-size)
9000 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9001 (gnus-agent-prompt-send-queue): Add :version.
9002
9003 * deuglify.el (gnus-outlook-deuglify): Add :version.
9004
9005 * html2text.el: Beautify code. Improve doc strings. Some
9006 checkdoc cleanup.
9007 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9008
9009 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
9010
9011 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9012
9013 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
9014
9015 * gnus-registry.el (gnus-registry-hashtb): Create the registry
9016 when package is loaded.
9017
9018 * spam.el (spam-summary-score-preferred-header): Add global preference
9019 for people who want to override the default SpamAssassin over
9020 Bogofilter preference (when both are set).
9021 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9022 (spam-user-format-function-S): Check
9023 spam-summary-score-preferred-header.
9024 (spam-extra-header-to-number): Add X-Bogosity header parsing.
9025 (spam-user-format-function-S): Format the score correctly.
9026
9027 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
9028
9029 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9030 signature file. Suggested by Manoj Srivastava
9031 <srivasta@golden-gryphon.com>.
9032
9033 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9034 iso-2022-jp even in the Japanese language environment.
9035 Suggested by Jason Rumney <jasonr@gnu.org>.
9036
9037 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
9038
9039 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9040 use the same characters as the dummy marks; make it free from
9041 getting affected by the language environment.
9042 (gnus-summary-read-group-1): Update mark positions only when the
9043 format spec is updated.
9044
9045 * gnus-spec.el (gnus-update-format-specifications): Return a list
9046 of updated types.
9047
9048 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
9049
9050 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9051 of boundp to check if display-warning is available.
9052
9053 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
9054
9055 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9056
9057 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
9058
9059 * nnspool.el (nnspool-spool-directory): Use news-path if the
9060 news-directory variable is not bound.
9061
9062 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9063 function instead of display-warning if it is not available.
9064
9065 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9066
9067 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9068 v5-10: Use `point-at-bol'.
9069
9070 2004-10-26 Simon Josefsson <jas@extundo.com>
9071
9072 * hashcash.el: Fix URL in comment, reported by Cheng Gao
9073 <chenggao@gmail.com>.
9074
9075 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9076
9077 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
9078 instead.
9079
9080 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
9081
9082 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9083 to remove a server from the nnimap-server-buffer-alist.
9084 (nnimap-open-connection, nnimap-close-server): Use it.
9085
9086 * gnus-encrypt.el: Remove file in favor of encrypt.el.
9087
9088 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
9089
9090 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9091 running the major-mode function.
9092
9093 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
9094
9095 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9096 dummy marks in the right way.
9097
9098 2004-10-18 David Edmondson <dme@dme.org>
9099
9100 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9101 excessively.
9102
9103 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
9104
9105 * gnus-util.el (gnus-split-references): Accept a nil references
9106 string and go on blissfully.
9107
9108 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9109 cases where the references string is non-nil but has no references.
9110
9111 * encrypt.el: Add autoload tags.
9112
9113 * spam.el (spam-resolve-registrations-routine): Remove article
9114 from unregistration list too. Reported by David Hanak
9115 <dhanak@isis.vanderbilt.edu>
9116
9117 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
9118
9119 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9120 nil. Changed custom type.
9121
9122 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
9123
9124 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9125
9126 * gnus-sum.el (gnus-summary-move-article): Use it.
9127
9128 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
9129
9130 * encrypt.el: Add autoload cookies.
9131
9132 * spam.el (spam-backend-article-list-property)
9133 (spam-backend-get-article-todo-list)
9134 (spam-backend-put-article-todo-list, )
9135 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9136 Resolve registrations separately.
9137 (spam-register-routine): Format comments.
9138 (spam-unregister-routine, spam-register-routine): Always call with
9139 specific-articles, no default list.
9140 (spam-summary-prepare-exit): Use the spam-classifications function.
9141
9142 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9143 gnus-encrypt.el.
9144
9145 * encrypt.el: Copied from gnus-encrypt.el.
9146
9147 * gnus-encrypt.el: Commented that it's obsolete.
9148
9149 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9150
9151 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9152 (gnus-score-save): Use it.
9153
9154 * message.el (message-bury): Use `window-dedicated-p'.
9155
9156 2004-10-15 Simon Josefsson <jas@extundo.com>
9157
9158 * pop3.el (top-level): Don't require nnheader.
9159 (pop3-read-timeout): Add.
9160 (pop3-accept-process-output): Add.
9161 (pop3-read-response, pop3-retr): Use it.
9162
9163 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
9164
9165 * spam.el (spam-register-routine): Move comment.
9166 (spam-verify-bogofilter): Use 'unknown for the initial
9167 spam-bogofilter-valid state, not 'never.
9168
9169 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9170 for netrc-machine.
9171
9172 * nnimap.el (nnimap-open-connection): Use
9173 netrc-machine-user-or-password.
9174
9175 2004-10-17 Richard M. Stallman <rms@gnu.org>
9176
9177 * gnus-registry.el (gnus-registry-unload-hook):
9178 Set as a variable with add-hook.
9179
9180 * nnspool.el (nnspool-spool-directory): Use news-directory instead
9181 of news-path.
9182
9183 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9184
9185 * spam.el: Delete duplicate `provide'.
9186 (spam-unload-hook): Set as a variable with add-hook.
9187
9188 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9189
9190 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9191 in the doc string.
9192
9193 * message.el (message-ignored-news-headers)
9194 (message-ignored-supersedes-headers)
9195 (message-ignored-resent-headers)
9196 (message-forward-ignored-headers): Improve custom type.
9197
9198 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
9199
9200 * message.el (message-tokenize-header): Fix 2004-09-06 change
9201 which used point-min in the wrong place.
9202
9203 2004-10-12 Simon Josefsson <jas@extundo.com>
9204
9205 * tls.el (tls-certtool-program): New variable.
9206 (tls-certificate-information): New function, based on
9207 ssl-certificate-information.
9208
9209 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9210
9211 * compface.el: Move the version of ELisp-based uncompface program
9212 to the contrib directory because of the copyright problem.
9213
9214 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9215
9216 * message.el (message-kill-buffer): Raise the current frame.
9217
9218 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
9219
9220 * gnus-sum.el: Mention that multibyte characters don't work as marks.
9221
9222 * gnus.el (message-y-or-n-p): Autoload.
9223
9224 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9225 (pop3-password-required, pop3-authentication-scheme)
9226 (pop3-leave-mail-on-server): Made customizable.
9227 (pop3): New custom group.
9228 (pop3-retr): Remove `sleep-for' statements.
9229 Suggested by Dave Love <fx@gnu.org>.
9230
9231 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9232 Windows/DOS.
9233
9234 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9235 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
9236 Dave Love <fx@gnu.org>.
9237
9238 * mml.el (mml-minibuffer-read-disposition): Require match.
9239 Suggested by Dave Love <fx@gnu.org>.
9240
9241 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
9242
9243 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
9244 doc string.
9245
9246 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
9247
9248 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9249
9250 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9251
9252 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9253 instead of calling `mm-insert-inline', to decode text/* parts
9254 before displaying them.
9255
9256 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9257
9258 * mm-uu.el (mm-uu-text-plain-type): New variable.
9259 (mm-uu-pgp-signed-extract-1): Use it.
9260 (mm-uu-pgp-encrypted-extract-1): Use it.
9261 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9262 bind mm-uu-text-plain-type with that value.
9263 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9264 mm-uu-dissect.
9265
9266 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9267
9268 * gnus-group.el (gnus-update-group-mark-positions):
9269 * gnus-sum.el (gnus-update-summary-mark-positions):
9270 * message.el (message-check-news-body-syntax):
9271 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9272 of string-as-multibyte.
9273
9274 2004-10-05 Juri Linkov <juri@jurta.org>
9275
9276 * gnus-group.el (gnus-update-group-mark-positions):
9277 * gnus-sum.el (gnus-update-summary-mark-positions):
9278 * message.el (message-check-news-body-syntax):
9279 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9280 8-bit unibyte values to a multibyte string for search functions.
9281
9282 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9283
9284 * mm-uu.el (mm-uu-dissect): Allow optional arg.
9285 (mm-uu-dissect-text-parts): New function.
9286
9287 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9288 dissect text parts.
9289
9290 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9291 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9292
9293 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9294
9295 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9296 gnus-current-topics instead of gnus-current-topic.
9297
9298 2004-10-06 Jesper Harder <harder@ifa.au.dk>
9299
9300 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9301
9302 2004-10-05 Jesper Harder <harder@ifa.au.dk>
9303
9304 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9305 where approriate.
9306
9307 * nnml.el (nnml-generate-active-info): do.
9308
9309 * nndiary.el (nndiary-generate-active-info): do.
9310
9311 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9312 (gnus-topic-move): do.
9313
9314 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9315 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9316
9317 * gnus-srvr.el (gnus-server-prepare)
9318 (gnus-server-open-all-servers): do.
9319
9320 * gnus-msg.el (gnus-summary-cancel-article)
9321 (gnus-summary-resend-message)
9322 (gnus-summary-mail-crosspost-complaint): do.
9323
9324 * gnus-move.el (gnus-change-server): do.
9325
9326 * gnus-group.el (gnus-group-unmark-all-groups)
9327 (gnus-group-set-current-level): do.
9328
9329 2004-10-04 Simon Josefsson <jas@extundo.com>
9330
9331 * message.el (message-generate-hashcash): Doc fix.
9332
9333 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
9334
9335 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9336 avoid infinite recursion via gnus-get-function.
9337
9338 2004-10-02 Jesper Harder <harder@ifa.au.dk>
9339
9340 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9341
9342 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9343
9344 * nnmail.el (nnmail-split-history): do.
9345
9346 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9347 (nnml-request-delete-group): do.
9348
9349 * nnslashdot.el (nnslashdot-read-groups): do.
9350
9351 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9352 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9353
9354 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9355 (nnspool-sift-nov-with-sed): Use last
9356 (nnspool-retrieve-headers-with-nov): Use mapc.
9357 (nnspool-request-newgroups): Use dolist.
9358 (nnspool-request-group): Use last.
9359
9360 * nntp.el (nntp-read-server-type): Use dolist.
9361
9362 * nnvirtual.el (nnvirtual-create-mapping)
9363 (nnvirtual-update-read-and-marked): Use dolist.
9364 (nnvirtual-convert-headers): Simplify.
9365
9366 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9367
9368 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9369 support for sync'ing tick marks.
9370
9371 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
9372
9373 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9374 there's no visible header.
9375
9376 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9377
9378 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9379 necessary, pass full group name to gnus-request-set-marks.
9380
9381 2004-10-01 Simon Josefsson <jas@extundo.com>
9382
9383 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
9384 acroread.
9385
9386 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9387
9388 * spam-report.el (spam-report-gmane): Fix interactive.
9389
9390 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9391
9392 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9393 when writing file.
9394 (gnus-agent-synchronize-flags): Don't default to being
9395 interactive.
9396
9397 2004-09-30 Simon Josefsson <jas@extundo.com>
9398
9399 * message.el (message-generate-hashcash): Add.
9400 (message-send-mail): Use it, call mail-add-payment.
9401
9402 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
9403
9404 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
9405
9406 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
9407
9408 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
9409 gnus-requst-update-info with explicit code to sync the in-memory
9410 info read flags with the marks being sync'd to the backend.
9411
9412 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
9413
9414 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9415
9416 * spam.el (spam-verify-bogofilter): Add new function.
9417 (spam-check-bogofilter)
9418 (spam-bogofilter-register-with-bogofilter): Use it.
9419 (spam-verify-bogofilter): Add small fixes.
9420
9421 2004-09-28 Simon Josefsson <jas@extundo.com>
9422
9423 * hashcash.el (hashcash-generate-payment): Revert.
9424
9425 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9426
9427 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
9428 gnus-extract-references instead of gnus-split-references.
9429
9430 * gnus-util.el (gnus-extract-references): Add new function, analogous
9431 to gnus-split-references but extracts only the message-ID without
9432 anything extra.
9433
9434 * hashcash.el (hashcash-generate-payment)
9435 (hashcash-check-payment): Do the right thing if hashcash-path is
9436 nil (because the hashcash program could not be found).
9437
9438 * spam.el (spam-use-hashcash): Remove comment.
9439
9440 2004-09-27 Jesper Harder <harder@ifa.au.dk>
9441
9442 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
9443 (gnus-cache-enter-article, gnus-cache-remove-article)
9444 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
9445
9446 * gnus-async.el (gnus-async-prefetch-remove-group): do.
9447
9448 * gnus-art.el (article-hide-boring-headers)
9449 (article-translate-strings, article-display-face)
9450 (gnus-article-mime-match-handle-first)
9451 (gnus-article-highlight-headers)
9452 (gnus-article-add-buttons-to-head): do.
9453
9454 2004-09-27 Simon Josefsson <jas@extundo.com>
9455
9456 * hashcash.el: New version, from
9457 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
9458 ../contrib/.
9459
9460 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
9461
9462 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
9463
9464 2004-09-26 Jesper Harder <harder@ifa.au.dk>
9465
9466 * gnus-dup.el (gnus-dup-open): Use mapc.
9467 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
9468
9469 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
9470 Reported by Stefan Wiens <s.wi@gmx.net>.
9471
9472 * gnus.el (gnus-shutdown): Use dolist.
9473
9474 * gnus-undo.el (gnus-undo): Use mapc.
9475
9476 * nnrss.el (nnrss-generate-active): do.
9477
9478 * message.el (message-cite-original-without-signature)
9479 (message-cite-original): Use mapc.
9480 (message-do-actions, message-make-forward-subject): Use dolist.
9481
9482 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9483
9484 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
9485 deletion to remove entire duplicate line. Fixes merged article
9486 number bug.
9487
9488 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9489
9490 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
9491 servers that are offline. Avoids having gnus-agent-toggle-plugged
9492 first ask if you want to open a server and then, even when you
9493 responded with no, asking if you want to synchronize the server's
9494 flags.
9495 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
9496 multi-line expressions.
9497 (gnus-agent-synchronize-group-flags): New internal function.
9498 Updates marks in memory (in the info structure) AND in the
9499 backend.
9500
9501 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
9502
9503 * nnagent.el (nnagent-request-set-mark): Use
9504 gnus-agent-synchronize-group-flags, not backend's request-set-mark
9505 method, to ensure that synchronization updates marks in the
9506 backend and in the info (in memory) structure.
9507
9508 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9509
9510 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
9511 convention fully; don't miss the root article of a thread; make
9512 the X-Draft-From header with correct article numbers.
9513
9514 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
9515
9516 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
9517 unless plugged. Disable the agent so that an open failure causes
9518 an error.
9519
9520 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
9521 Reverted 2004-09-21 change. The backend must be opened while
9522 synchronizing flags even when the backend stores the flags
9523 locally.
9524
9525 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
9526
9527 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
9528 in `header' match. Reported by Svend Tollak Munkejord.
9529
9530 * message.el (message-cite-original): Fix use of
9531 `message-cite-articles-with-x-no-archive'.
9532
9533 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9534
9535 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
9536 (gnus-window-to-buffer): Ditto.
9537
9538 * mml.el (mml-preview-buffer): New variable.
9539 (mml-preview): Manage window layout with gnus-buffer-configuration.
9540
9541 * gnus-msg.el (gnus-setup-message): Put article numbers into the
9542 X-Draft-From header even if those articles aren't quoted.
9543
9544 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
9545
9546 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
9547 (gnus-request-set-mark, gnus-request-update-mark): Use new
9548 g-s-t-u-l-m to decide to use backend even when unplugged.
9549
9550 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
9551
9552 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
9553 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
9554
9555 2004-09-20 Simon Josefsson <jas@extundo.com>
9556
9557 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
9558 "utf-16-le".
9559
9560 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9561
9562 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
9563
9564 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
9565
9566 * uudecode.el (uudecode-use-external): Add :version.
9567
9568 * smime.el (smime-CA-file, smime-encrypt-cipher)
9569 (smime-dns-server): Add :version.
9570
9571 * smiley.el (gnus-smiley-file-types): Add :version.
9572
9573 * sha1.el (sha1-use-external): Add :version.
9574
9575 * pgg-def.el (pgg-query-keyserver): Add :version.
9576
9577 * nnmail.el (nnmail-fancy-expiry-targets)
9578 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
9579 Add :version.
9580
9581 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
9582 (nnimap-retrieve-groups-asynchronous): Add :version.
9583 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
9584
9585 * mml.el (mml-content-disposition-parameters)
9586 (mml-insert-mime-headers-always): Add :version.
9587
9588 * mm-util.el (mm-coding-system-priorities): Add :version.
9589
9590 * mm-decode.el (mm-inline-text-html-with-images)
9591 (mm-keep-viewer-alive-types, mm-external-terminal-program)
9592 (mm-verify-option): Add :version.
9593 (mm-text-html-renderer): Change :version.
9594
9595 * message.el (message-fcc-externalize-attachments)
9596 (message-required-headers, message-draft-headers)
9597 (message-subject-trailing-was-query)
9598 (message-subject-trailing-was-ask-regexp)
9599 (message-subject-trailing-was-regexp, message-mark-insert-begin)
9600 (message-mark-insert-end, message-archive-header)
9601 (message-archive-note, message-cross-post-default)
9602 (message-cross-post-note, message-followup-to-note)
9603 (message-cross-post-note-function, message-use-mail-followup-to)
9604 (message-subscribed-address-functions)
9605 (message-subscribed-address-file, message-subscribed-addresses)
9606 (message-subscribed-regexps, message-allow-no-recipients)
9607 (message-yank-cited-prefix, message-signature-insert-empty-line)
9608 (message-hidden-headers, message-hierarchical-addresses)
9609 (message-mail-user-agent, message-use-idna)
9610 (message-valid-fqdn-regexp)
9611 (message-strip-special-text-properties, message-header-synonyms)
9612 (message-beginning-of-line, message-tab-body-function): Add :version.
9613 (message-insert-canlock, message-wide-reply-confirm-recipients):
9614 Change :version.
9615
9616 * mail-source.el (mail-source-ignore-errors): Add :group, :type
9617 and :version.
9618 (mail-source-delete-old-incoming-confirm)
9619 (mail-source-movemail-program): Add :version.
9620
9621 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
9622 (gnus-agent-cache, gnus-agent): Change :version.
9623
9624 * gnus-util.el (gnus-use-byte-compile): Change :version.
9625
9626 * gnus-sum.el (gnus-summary-make-false-root-always)
9627 (gnus-summary-default-high-score)
9628 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
9629 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
9630 (gnus-read-all-available-headers, gnus-article-emulate-mime)
9631 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
9632 (gnus-sum-thread-tree-single-indent)
9633 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9634 (gnus-sum-thread-tree-leaf-with-other)
9635 (gnus-sum-thread-tree-single-leaf): Add :version.
9636 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
9637 (gnus-article-loose-mime): Change :version.
9638
9639 * gnus-start.el (gnus-backup-startup-file)
9640 (gnus-save-startup-file-via-temp-buffer): Add :version.
9641
9642 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
9643 (gnus-server-offline-face): Add :version.
9644
9645 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
9646
9647 * gnus-msg.el (gnus-gcc-externalize-attachments)
9648 (gnus-debug-files, gnus-debug-exclude-variables)
9649 (gnus-discouraged-post-methods): Change :version.
9650 (gnus-confirm-mail-reply-to-news)
9651 (gnus-confirm-treat-mail-like-news): Add :version.
9652
9653 * gnus-int.el (gnus-server-unopen-status): Add :version.
9654
9655 * gnus-group.el (gnus-group-jump-to-group-prompt)
9656 (gnus-large-ephemeral-newsgroup)
9657 (gnus-fetch-old-ephemeral-headers): Add :version.
9658
9659 * gnus-fun.el (gnus-x-face-directory)
9660 (gnus-convert-pbm-to-x-face-command)
9661 (gnus-convert-image-to-x-face-command)
9662 (gnus-convert-image-to-face-command): Add :version.
9663
9664 * gnus-delay.el (gnus-delay-default-hour): Add :version.
9665
9666 * gnus-cite.el (gnus-cite-blank-line-after-header)
9667 (gnus-article-boring-faces): Add :version.
9668
9669 * gnus-art.el (gnus-buttonized-mime-types)
9670 (gnus-inhibit-mime-unbuttonizing)
9671 (gnus-treat-display-face)
9672 (gnus-treat-body-boundary): Change :version.
9673 (gnus-body-boundary-delimiter, gnus-picon-databases)
9674 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
9675 (gnus-treat-date-english, gnus-treat-fold-headers)
9676 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
9677 (gnus-treat-mail-picon, gnus-treat-wash-html)
9678 (gnus-article-encrypt-protocol)
9679 (gnus-use-idna, gnus-article-over-scroll)
9680 (gnus-mime-display-multipart-alternative-as-mixed)
9681 (gnus-mime-display-multipart-related-as-mixed)
9682 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
9683 (gnus-ctan-url, gnus-button-ctan-handler)
9684 (gnus-button-handle-ctan-bogus-regexp)
9685 (gnus-button-ctan-directory-regexp)
9686 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
9687 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
9688 (gnus-button-man-level, gnus-button-emacs-level)
9689 (gnus-button-message-level, gnus-button-browse-level): Add :version.
9690
9691 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
9692 (gnus-agent-go-online): Change :version.
9693 (gnus-agent-expire-unagentized-dirs)
9694 (gnus-agent-auto-agentize-methods): Add :version.
9695
9696 * flow-fill.el (fill-flowed-display-column)
9697 (fill-flowed-encode-column): Add :version.
9698
9699 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9700 (gnus-outlook-deuglify-unwrap-max)
9701 (gnus-outlook-deuglify-cite-marks)
9702 (gnus-outlook-deuglify-unwrap-stop-chars)
9703 (gnus-outlook-deuglify-no-wrap-chars)
9704 (gnus-outlook-deuglify-attrib-cut-regexp)
9705 (gnus-outlook-deuglify-attrib-verb-regexp)
9706 (gnus-outlook-deuglify-attrib-end-regexp)
9707 (gnus-outlook-display-hook): Add :version.
9708
9709 * binhex.el (binhex-use-external): Add :version.
9710
9711 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
9712
9713 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
9714 and `invisible'.
9715
9716 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9717
9718 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
9719 in gnus-registry-trim.
9720
9721 2004-09-13 Simon Josefsson <jas@extundo.com>
9722
9723 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
9724
9725 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
9726
9727 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
9728 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9729 <yamaoka@jpl.org>.
9730 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
9731 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9732 <yamaoka@jpl.org>.
9733
9734 * sieve.el (sieve-manage-mode): Ditto.
9735
9736 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
9737
9738 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
9739
9740 2004-09-11 Simon Josefsson <jas@extundo.com>
9741
9742 * dns-mode.el: Add.
9743
9744 * mm-view.el (mm-display-dns-inline): Add.
9745
9746 * mm-decode.el (mm-inline-media-tests): Add text/dns.
9747 (mm-automatic-display): Ditto.
9748
9749 * mailcap.el (mailcap-mime-data): Add text/dns.
9750 (mailcap-mime-extensions): Map .soa to text/dns.
9751
9752 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
9753
9754 * gnus-art.el (article-decode-mime-words, article-babel)
9755 (gnus-article-highlight-signature, gnus-article-add-buttons)
9756 (gnus-signature-toggle): Remove unnecessary bindings of
9757 `inhibit-read-only' inherited from v5.10 merge.
9758
9759 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
9760
9761 * nntp.el (nntp): New customization group.
9762 (nntp-authinfo-file): Add customization group.
9763
9764 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
9765
9766 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
9767
9768 * gnus.el (to-address, to-list, subscribed)
9769 (large-newsgroup-initial): Ditto.
9770
9771 * flow-fill.el (fill-flowed-display-column)
9772 (fill-flowed-encode-column): Ditto.
9773
9774 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9775
9776 * message.el (message-tokenize-header, message-send-mail-with-qmail):
9777 Use point-min rather than 1.
9778 (message-send-mail): Use buffer-size rather than point-max.
9779
9780 * gnus-sum.el (gnus-summary-search-article-forward):
9781 Signal a specific `search-failed' rather than a generic `error'.
9782
9783 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
9784 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
9785 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
9786
9787 2004-09-10 Simon Josefsson <jas@extundo.com>
9788
9789 * nndb.el (require): Remove tcp and duplicate cl.
9790
9791 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
9792
9793 * gnus-agent.el (directory-files-and-attributes): Move forward.
9794
9795 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
9796
9797 * gnus-agent.el (directory-files-and-attributes): Optionally
9798 defined to support XEmacs.
9799
9800 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
9801
9802 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
9803 to avoid run-time CL dependencies.
9804 (gnus-agent-unfetch-articles): New function.
9805 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
9806 article numbers even when local .overview file is missing.
9807 (gnus-agent-read-article-number): New function. Only accepts
9808 27-bit article numbers.
9809 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
9810 gnus-agent-read-article-number.
9811 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
9812 from backend while recognizing that article numbers in .overview
9813 must be valid.
9814 (gnus-agent-update-files-total-fetched-for): Use
9815 directory-files-and-attributes to improve performance.
9816 * gnus-int.el (gnus-request-move-article): Use
9817 gnus-agent-unfetch-articles in place of gnus-agent-expire to
9818 improve performance.
9819
9820 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
9821 some users confused by references to .newsrc when they only have a
9822 .newsrc.eld file.
9823 (gnus-convert-mark-converter-prompt)
9824 (gnus-convert-converter-needs-prompt): Fixed use of property list.
9825 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
9826 New function. Used internally to only display 'gnus converting
9827 files' message when actually necessary.
9828
9829 * gnus-sum.el (): Removed (require 'gnus-agent) as required
9830 methods now autoloaded.
9831
9832 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
9833
9834 * gnus-sum.el (gnus-summary-insert-subject): Remove list
9835 identifiers.
9836
9837 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
9838
9839 * gnus-picon.el: Fix indentation and closing parenthesis.
9840
9841 2004-09-01 Simon Josefsson <jas@extundo.com>
9842
9843 * message.el (message-canlock-generate): Require sha1, not
9844 sha1-el. (Can we get rid of this require altogether? It is ugly
9845 to require within a function. Sadly, if sha1.el isn't loaded, the
9846 let binding in m-c-g will hide the defcustom definition, which is
9847 bad.)
9848
9849 * canlock.el: Require sha1, not sha1-el.
9850
9851 * message.el: Don't autoload sha1 (there is a autoload cookie in
9852 sha1.el).
9853
9854 * sha1-el.el: Renamed to sha1.el.
9855
9856 2004-08-30 Juanma Barranquero <lektu@terra.es>
9857
9858 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
9859
9860 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9861
9862 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
9863
9864 2004-08-30 Kim F. Storm <storm@cua.dk>
9865
9866 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
9867
9868 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
9869 Add :group 'nnimap.
9870
9871 2004-08-30 Andreas Schwab <schwab@suse.de>
9872
9873 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
9874 ?* and ?\;.
9875
9876 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
9877 and ?\' to symbol instead of whitespace.
9878
9879 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
9880
9881 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
9882
9883 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
9884 instead of re-search-forward.
9885
9886 * gnus-uu.el (gnus-uu-save-article): Ditto.
9887 (gnus-uu-post-encode-uuencode): Ditto.
9888
9889 * html2text.el (html2text-clean-list-items): Ditto.
9890 (html2text-clean-dtdd): Ditto.
9891 (html2text-format-tags): Ditto.
9892
9893 * message.el (message-send-mail-with-sendmail): Fix regexp.
9894 (message-fill-field-general): Use search-forward instead of
9895 re-search-forward.
9896 (unbold-region): Ditto.
9897
9898 * nnrss.el (nnrss-request-article): Ditto.
9899
9900 * nnslashdot.el (nnslashdot-request-article): Ditto.
9901
9902 * nnweb.el (nnweb-gmane-wash-article): Ditto.
9903
9904 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
9905 "Unrecognized menu descriptor" error in XEmacs.
9906
9907 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
9908
9909 * gnus-sum.el (gnus-read-header): Don't remove a header for the
9910 parent article of a sparse article in the thread hashtb.
9911
9912 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
9913
9914 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
9915 (nnmail-expand-newtext): Lowercase expanded entries if
9916 nnmail-split-lowercase-expanded is non-nil.
9917
9918 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
9919
9920 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
9921
9922 * gnus-group.el (gnus-group-line-format-alist): Convert the value
9923 of gnus-tmp-news-method into string under XEmacs. It will be
9924 passed to gnus-correct-length which takes only a string argument.
9925
9926 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
9927
9928 * gnus-util.el (gnus-bind-print-variables): New macro.
9929 (gnus-prin1): Use it.
9930 (gnus-prin1-to-string): Use it.
9931 (gnus-pp): New function.
9932 (gnus-pp-to-string): New function.
9933
9934 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
9935 Replace pp-to-string with gnus-pp-to-string.
9936 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
9937 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
9938 * gnus-msg.el (gnus-debug): Ditto.
9939 * gnus-score.el (gnus-score-save): Ditto.
9940 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
9941 gnus-pp-to-string.
9942 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
9943 with gnus-pp.
9944 * score-mode.el (gnus-score-pretty-print): Ditto.
9945 * webmail.el (webmail-debug): Ditto.
9946
9947 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
9948
9949 * gnus-art.el (article-display-face, article-display-x-face):
9950 Use buffer-read-only.
9951
9952 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
9953
9954 * gnus-art.el (article-hide-list-identifiers):
9955 Bind inhibit-read-only as t.
9956
9957 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
9958
9959 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
9960
9961 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9962
9963 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
9964 (gnus-narrow-to-page): Don't assume point-min == 1.
9965 (gnus-article-edit-mode): Derive from message-mode.
9966
9967 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
9968 point-min == 1.
9969
9970 * imap.el (imap-parse-address-list, imap-parse-body-ext):
9971 Disable incorrect use of `assert'.
9972
9973 * message.el (message-mode): Set comment-start-skip.
9974
9975
9976 2004-08-22 Sam Steingold <sds@gnu.org>
9977
9978 * pop3.el (pop3-leave-mail-on-server): New user variable.
9979 (pop3-movemail): Delete mail only when it is nil.
9980
9981 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
9982
9983 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
9984
9985 * mml.el (mml-preview): Use `pop-to-buffer'.
9986
9987 * message.el (message-goto-mail-followup-to): Insert after "To".
9988 (message-carefully-insert-headers): Add comment.
9989
9990 * gnus.el: Remove unused variable `gnus-article-check-size'.
9991
9992 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
9993
9994 * gnus-art.el (gnus-button-alist): Improve
9995 `gnus-button-handle-library' entry.
9996
9997 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
9998
9999 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10000 downcase, since XEmacs capitalizes error messages differently.
10001
10002 2004-08-18 Jesper Harder <harder@ifa.au.dk>
10003
10004 * nntp.el: Add (require 'gnus) due to reference to
10005 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
10006
10007 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
10008
10009 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10010 `mm-fill-flowed'.
10011
10012 * mm-decode.el (mm-dissect-singlepart): Check it.
10013
10014 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
10015
10016 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10017 'imap' for netrc parsing.
10018
10019 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
10020
10021 * mailcap.el (mailcap-mime-data): Mark as risky.
10022
10023 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
10024
10025 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10026 may be included in the encoded word.
10027 (rfc2047-encode): Don't append a space if the encoded word
10028 includes close parenthesis.
10029
10030 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
10031
10032 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10033 of text within parentheses.
10034
10035 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
10036
10037 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10038 (gnus-encrypt-write-file-contents): Make the password key the file
10039 name PLUS the cipher, not just the cipher. Also remove failed
10040 passwords from the cache.
10041
10042 2004-08-06 Simon Josefsson <jas@extundo.com>
10043
10044 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
10045 fix.
10046
10047 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
10048
10049 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10050 LWSP.
10051
10052 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
10053
10054 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10055 to append in-reply-to: data to the references: header.
10056
10057 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10058 (netrc-parse): Use gnus-encrypt.el functions.
10059
10060 * gnus-encrypt.el: Add new file for encryption support; currently
10061 does only a few GPG ciphers and an internal XOR cipher.
10062
10063 * password.el: Add comments on using password-read-and-add.
10064 (password-read-and-add): Add function to read and add the
10065 password to the cache at once.
10066
10067 2004-07-28 Simon Josefsson <jas@extundo.com>
10068
10069 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10070 parameter (but don't use it, for now).
10071
10072 * imap.el (imap-ssl-open): Use imap-process-connection-type,
10073 instead of hard coding to nil.
10074
10075 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
10076
10077 * mm-view.el (mm-inline-image-emacs): Open lines under an image
10078 as mm-inline-image-xemacs does.
10079
10080 2004-07-26 Simon Josefsson <jas@extundo.com>
10081
10082 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10083 Revert part of 2004-07-17 change below.
10084
10085 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
10086
10087 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
10088 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10089
10090 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10091
10092 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10093 quotes that actually start with ">" at the beginning of the
10094 lines.
10095
10096 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10097
10098 * rfc2047.el (rfc2047-encode-region): Fix last change.
10099 (rfc2047-encode-parameter): Remove useless concat.
10100
10101 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
10102
10103 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10104 encode special characters; fix some kind of misconfigured headers;
10105 signal a real error if debug-on-quit or debug-on-error is non-nil.
10106 (rfc2047-encode-max-chars): New variable.
10107 (rfc2047-encode-1): Use it.
10108 (rfc2047-encode-parameter): New function.
10109
10110 * mml.el (mml-insert-parameter): Remove an excessive space.
10111
10112 2004-07-17 Simon Josefsson <jas@extundo.com>
10113
10114 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10115 Kai Grossjohann <kai@emptydomain.de>.
10116 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10117 (gnus-group-make-menu-bar): Ditto.
10118
10119 * gnus-util.el (gnus-group-server): Add.
10120
10121 2004-07-16 Jesper Harder <harder@ifa.au.dk>
10122
10123 * message.el (message-clone-locals): Clone sendmail and smtp
10124 variables.
10125
10126 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10127
10128 * rfc2047.el (rfc2047-encode-region): Fix last change.
10129
10130 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10131
10132 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10133 characters as non-special.
10134
10135 2004-07-09 Simon Josefsson <jas@extundo.com>
10136
10137 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10138 Users will lose all flag changes made while unplugged with
10139 e.g. nntp unless flag synchronization happens, thus `nil' is not a
10140 good default. See numerous reports on ding mailing list.
10141
10142 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
10143
10144 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10145 add generate-head-function and generate-article-function to the
10146 rfc822-forward entry.
10147 (nndoc-rfc822-forward-generate-article): New function.
10148 (nndoc-rfc822-forward-generate-head): New function.
10149
10150 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10151
10152 2004-07-06 Dan Christensen <jdc@uwo.ca>
10153
10154 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10155 respect display group parameter and gnus-summary-expunge-below.
10156 (gnus-articles-to-read): Remove unused reference to display group
10157 parameter.
10158
10159 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10160
10161 * nnheader.el (nnheader-uniquify-message-id): New experimental
10162 variable.
10163 (nnheader-nov-read-message-id): Use it.
10164
10165 * spam-report.el (spam-report-gmane): Add interactive.
10166
10167 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10168
10169 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10170 qp-or-base64 for the application/* types.
10171
10172 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
10173
10174 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10175
10176 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
10177
10178 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10179 trim value.
10180
10181 2004-01-25 Paul Jarc <prj@po.cwru.edu>
10182
10183 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10184 New macro and function.
10185 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10186
10187 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10188
10189 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10190 after-load-alist.
10191
10192 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10193
10194 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10195 update info that isn't there.
10196
10197 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
10198
10199 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10200 entry.
10201
10202 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10203
10204 * mm-view.el (mm-inline-render-with-function): Use multibyte
10205 buffer; decode html source by charset.
10206
10207 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10208
10209 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10210 Mule-UCS is loaded under XEmacs.
10211 (mm-mime-mule-charset-alist): Avoid duplicated entries.
10212
10213 2004-06-28 Jesper Harder <harder@ifa.au.dk>
10214
10215 * nnheader.el (nnheader-max-head-length): Increase to 8192.
10216
10217 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
10218
10219 * mm-util.el (mm-coding-system-p): Return a coding-system.
10220 (mm-mime-mule-charset-alist): Use shift_jis instead of
10221 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10222 entries for the mime charsets iso-2022-jp-3 and shift_jis.
10223 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10224 instead of japanese-shift-jis and iso-latin-1 respectively in
10225 order to share the default value with both Emacs and XEmacs-mule.
10226 (mm-mule-charset-to-mime-charset): Make
10227 mm-coding-system-priorities effective.
10228 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10229 while predicating of candidates upon the priorities.
10230
10231 2004-06-27 Jesper Harder <harder@ifa.au.dk>
10232
10233 * gnus-sum.el (gnus-summary-make-menu-bar): Add
10234 gnus-uu-invert-processable.
10235
10236 * gnus.el: Autoload gnus-uu-invert-processable.
10237
10238 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
10239
10240 * mm-util.el (mm-with-multibyte-buffer): New macro.
10241
10242 * rfc2047.el (rfc2047-encode-string): Use it.
10243 (rfc2047-encode-region): Move point to the end of the region after
10244 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10245
10246 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10247
10248 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10249 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10250
10251 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10252
10253 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10254 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
10255 Karl Chen <quarl@nospam.quarl.org>.
10256
10257 2004-06-23 Jesper Harder <harder@ifa.au.dk>
10258
10259 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10260 invalid addresses.
10261
10262 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
10263
10264 * spam.el: Change section markers, revise TODO list.
10265 (spam-backends): Make new master list of all installed backends.
10266 (spam-summary-exit-behavior): Add new variable to determine how
10267 messages moves are done at summary exit.
10268 (spam-move-spam-nonspam-groups-only)
10269 (spam-process-ham-in-nonham-groups)
10270 (spam-process-ham-in-spam-groups): Remove variables, the
10271 spam-summary-exit-behavior variable should be used to manage this
10272 behavior.
10273 (spam-old-ham-articles, spam-old-spam-articles): Remove.
10274 (spam-old-articles): Add variable, replacing spam-old-ham-articles
10275 and spam-old-spam-articles.
10276 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10277 Add empty variables, placeholders for the backends they represent.
10278 (spam-set-difference): Move, unchanged.
10279 (spam-list-of-processors): Declare OBSOLETE, not used anymore
10280 unless the user has a processor variable.
10281 (spam-classifications, spam-classification-valid-p)
10282 (spam-backend-properties, spam-backend-property-valid-p)
10283 (spam-backend-function-type-valid-p)
10284 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10285 (spam-report-articles-gmane, spam-report-articles-resend):
10286 Remove functions, they are not needed.
10287 (spam-install-backend-super, spam-backend-list)
10288 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10289 (spam-backend-function, spam-backend-ham-registration-function)
10290 (spam-backend-spam-registration-function)
10291 (spam-backend-ham-unregistration-function)
10292 (spam-backend-spam-unregistration-function)
10293 (spam-backend-statistical-p, spam-backend-mover-p)
10294 (spam-install-backend-alias, spam-install-checkonly-backend)
10295 (spam-install-mover-backend, spam-install-nocheck-backend)
10296 (spam-install-backend, spam-install-statistical-backend)
10297 (spam-install-statistical-checkonly-backend): Add backend installation
10298 support.
10299 (spam-summary-prepare-exit): Rewrite to use the new backend code.
10300 (spam-group-processor-p): Use the new backend code and respect the
10301 summary exit behavior.
10302 (spam-mark-spam-as-expired-and-move-routine): Remove.
10303 (spam-summary-prepare): Change to use the new spam-old-articles
10304 variable.
10305 (spam-copy-or-move-routine, spam-copy-spam-routine)
10306 (spam-move-spam-routine, spam-copy-ham-routine)
10307 (spam-move-ham-routine): Add code to copy/move ham or spam.
10308 (spam-fetch-field-fast): Improve doc and code, plus allow the
10309 'number request.
10310 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10311 variables.
10312 (spam-split, spam-find-spam): Use the new backend code.
10313 (spam-registration-functions): Remove variable.
10314 (spam-unregister-routine): Add convenience wrapper.
10315 (spam-log-undo-registration, spam-register-routine)
10316 (spam-log-processing-to-registry)
10317 (spam-log-unregistration-needed-p): Rename "check" to "backend"
10318 where possible.
10319 (spam-check-gmane-xref, spam-check-regex-headers)
10320 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10321 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10322 (spam-check-bogofilter-headers, spam-check-spamoracle)
10323 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10324 (spam-check-crm114-headers): Use the spam-split-group that
10325 spam-split prepares, no need to determine it every time.
10326
10327 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10328 to the nnheader-parse-naked-head call.
10329
10330 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10331
10332 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10333 the nnheader-nov-read-message-id call.
10334
10335 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
10336
10337 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10338 gnus-activate-group twice. Suggested by Markus Peter
10339 <warp@spin.de>.
10340
10341 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
10342
10343 * gnus-art.el (gnus-article-time-format): Exchange the order of
10344 day and month in the default value; fix customization type.
10345 (article-date-ut): Use add-text-properties.
10346 (article-make-date-line): Use message-make-date instead of
10347 current-time-string.
10348
10349 * message.el (message-fetch-field): Don't use set-text-properties.
10350 (message-make-date): Simplify.
10351
10352 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
10353
10354 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10355 (rfc2047-encode-region): Treat text within parentheses as special;
10356 show the original text when error has occurred.
10357
10358 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10359 already-computed method to gnus-activate-group.
10360
10361 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10362 same select-methods identical Lisp objects.
10363
10364 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10365 object when modifying the info.
10366
10367 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
10368
10369 * gnus-srvr.el (gnus-server-set-info): Remove the server from
10370 gnus-opened-servers since it has never been opened with the new
10371 configuration yet.
10372
10373 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
10374
10375 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10376 arg to nnheader-generate-fake-message-id.
10377
10378 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
10379
10380 * nnheader.el (nnheader-generate-fake-message-id): Accept a
10381 number and build a fake message ID localized to a group and
10382 article number (so it's repeatable from that point on).
10383 (nnheader-fake-message-id-p): Change regex to accommodate new fake
10384 ID format.
10385
10386 * gnus-sum.el (gnus-get-newsgroup-headers): Call
10387 nnheader-generate-fake-message-id with the article number.
10388
10389 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
10390
10391 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
10392 end-of-buffer.
10393
10394 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10395
10396 * message.el (message-ignored-supersedes-headers): Add Approved.
10397
10398 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
10399
10400 * rfc2047.el (rfc2047-encode-message-header): Remove useless
10401 goto-char.
10402 (rfc2047-encode): Fold the line before encoding.
10403
10404 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10405
10406 * rfc2047.el (rfc2047-encode-message-header): Disabled header
10407 folding -- not all headers can be folded, and this should be done
10408 by the message composition mode. Probably. I think.
10409
10410 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
10411
10412 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
10413 fast.
10414
10415 * gnus-ems.el (gnus-remove-image): Don't use
10416 message-text-with-property; remove only the image found first.
10417
10418 2004-06-09 Jesper Harder <harder@ifa.au.dk>
10419
10420 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
10421
10422 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
10423
10424 * message.el (message-text-with-property): Make it fast and accept
10425 optional arguments.
10426 (message-strip-forbidden-properties): Use it.
10427 (message-fix-before-sending): Follow the m-t-w-p change.
10428
10429 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
10430
10431 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
10432
10433 * gnus-art.el (article-hide-headers): Don't change the buffer
10434 mistakenly when performing mml-preview even if
10435 gnus-single-article-buffer is nil.
10436
10437 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
10438
10439 * message.el (message-expand-name-databases): New user option.
10440 (message-expand-name): Use it.
10441
10442 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
10443
10444 * spam.el (spam-report-articles-resend)
10445 (spam-report-resend-register-routine): Allow ham reporting.
10446 (spam-report-resend-register-ham-routine): Add wrapper.
10447 (spam-registration-functions): Add ham resending functions.
10448 (spam-list-of-processors): Add ham resend processor.
10449
10450 * gnus.el (ham-resend-to): Add new group parameter.
10451 (spam-process): Add ham resend option.
10452
10453 * spam-report.el (spam-report-resend): Allow reporting ham.
10454 (spam-report-resend-ham): Add wrapper.
10455
10456 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10457
10458 * message.el (message-cite-articles-with-x-no-archive): New
10459 variable.
10460 (message-cite-original): Use it.
10461
10462 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10463
10464 * message.el (message-cite-original): Respect X-No-Archive.
10465
10466 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
10467
10468 * gnus-art.el (article-hide-headers): Refer to the values for
10469 gnus-ignored-headers and gnus-visible-headers in the summary
10470 buffer since a user may have set them as group parameters.
10471
10472 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
10473
10474 * assistant.el (assistant-node-name): Add convenience function.
10475 (assistant-render-text, assistant-render-node): Add error handling,
10476 plus handle multiple next nodes.
10477 (assistant-find-next-node): Comment out for now.
10478 (assistant-find-next-nodes): Add function, returns list of next
10479 nodes.
10480
10481 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
10482
10483 * mail-source.el (mail-source-directory): Fix doc-string.
10484
10485 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
10486
10487 * assistant.el (assistant-render-text, assistant-eval): Add :set
10488 widget type, which is different because it takes and returns a
10489 list. Much hilarity ensues.
10490
10491 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
10492
10493 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
10494
10495 * gnus-group.el (gnus-group-get-new-news-this-group): Added
10496 doc-string.
10497
10498 * gnus-start.el (gnus-activate-group): Added doc-string.
10499
10500 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
10501
10502 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
10503
10504 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
10505
10506 * assistant.el (assistant-render-text): Try to add a :set
10507 widget, more to come.
10508
10509 * spam.el (spam-group-spam-contents-p): Handle empty groupname
10510 strings.
10511 (spam-report-articles-resend)
10512 (spam-register-routine): Do registration iff any articles warrant
10513 it.
10514 (spam-summary-prepare-exit): Change log message for nil group
10515 destinations.
10516
10517 2004-05-27 Daniel Pittman <daniel@rimspace.net>
10518
10519 * spam.el (spam-report-resend-register-routine): Allow
10520 spam-report-resend-to to be a group parameter or a global value.
10521
10522 2004-05-26 Simon Josefsson <jas@extundo.com>
10523
10524 * starttls.el: Merge with my GNUTLS based starttls.el.
10525 (starttls-gnutls-program, starttls-use-gnutls)
10526 (starttls-extra-arguments, starttls-process-connection-type)
10527 (starttls-connect, starttls-failure, starttls-success): New
10528 variables.
10529 (starttls-program, starttls-extra-args): Doc fix.
10530 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
10531 functions.
10532 (starttls-negotiate, starttls-open-stream): Check
10533 `starttls-use-gnutls' and pass on to corresponding *-gnutls
10534 function if it is set.
10535
10536 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
10537
10538 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
10539 structured fields.
10540
10541 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10542
10543 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
10544
10545 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
10546
10547 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
10548 variable.
10549 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
10550 assigning the spam-mark to new messages.
10551
10552 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
10553
10554 (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
10555
10556 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10557
10558 * rfc2047.el (rfc2047-encodable-p): Don't move point.
10559 (rfc2047-decode): Treat the ascii coding-system as raw-text by
10560 default.
10561
10562 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
10563
10564 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
10565 correct data.
10566
10567 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
10568
10569 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
10570 (spam-group-processor-p): Fix function.
10571 (spam-group-processor-multiple-p)
10572 (spam-group-spam-processor-report-gmane-p)
10573 (spam-group-spam-processor-report-resend-p)
10574 (spam-group-spam-processor-bogofilter-p)
10575 (spam-group-spam-processor-blacklist-p)
10576 (spam-group-spam-processor-ifile-p)
10577 (spam-group-ham-processor-ifile-p)
10578 (spam-group-spam-processor-spamoracle-p)
10579 (spam-group-spam-processor-crm114-p)
10580 (spam-group-ham-processor-bogofilter-p)
10581 (spam-group-spam-processor-stat-p)
10582 (spam-group-ham-processor-stat-p)
10583 (spam-group-ham-processor-whitelist-p)
10584 (spam-group-ham-processor-BBDB-p)
10585 (spam-group-ham-processor-spamoracle-p)
10586 (spam-group-ham-processor-copy-p): Remove functions with some
10587 prejudice against unneeded code.
10588 (spam-report-articles-resend)
10589 (spam-report-resend-register-routine): Allow the group/topic
10590 spam-resend-to value to override spam-report-resend-to.
10591 (spam-summary-prepare-exit): Invoke spam-group-processor-p
10592 properly now.
10593
10594 * gnus.el (spam-resend-to): Add group/topic parameter.
10595 (spam-process): Move the OBSOLETE processors to the end of the
10596 choices.
10597
10598 2004-05-24 Daniel Pittman <daniel@rimspace.net>
10599
10600 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
10601 with resend-to set to nil, and then ask the user if necessary.
10602 (spam-report-resend): spam-report-resend takes a list of articles, not
10603 separate article numbers.
10604
10605 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
10606
10607 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
10608 addition to emacs-w3m.
10609
10610 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10611
10612 * assistant.el (assistant-authinfo-data): New function.
10613 (assistant-eval): Eval for entire assistant.
10614
10615 * netrc.el (netrc-services-file): New variable.
10616 (netrc-parse-services): New function.
10617 (netrc-find-service-name): New function.
10618 (netrc-find-service-number): New function.
10619 (netrc-port-equal): New function.
10620 (netrc-machine): Use it.
10621
10622 * nnimap.el (nnimap-open-connection): Use netrc.
10623
10624 * gnus-util.el (gnus-netrc-get): Remove aliases.
10625
10626 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
10627
10628 * assistant.el (wid-edit): Fix compilation.
10629
10630 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
10631
10632 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
10633
10634 * gnus-util.el (gnus-set-file-modes): New function. (small
10635 patch).
10636
10637 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10638
10639 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
10640
10641 * assistant.el (assistant-render-node): Fix up rendering and
10642 read-only text.
10643 (assistant-render-node): Reset.
10644 (assistant-make-read-only): Not sticky.
10645
10646 2004-05-20 Danny Siu <dsiu@adobe.com>
10647
10648 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
10649 centered even when gnus-auto-center-summary is t
10650
10651 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10652
10653 * dns.el (dns-get-txt-answer): New function.
10654 (dns-read-txt): Ditto.
10655 (query-dns): Use it.
10656
10657 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
10658
10659 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
10660 active for foreign groups even if the group level is higher than
10661 the specified value.
10662
10663 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10664
10665 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
10666 non-active groups.
10667
10668 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
10669
10670 2004-05-20 Magnus Henoch <mange@freemail.hu>
10671
10672 * dns.el (dns-read-type): Add support for SVR. (small patch)
10673
10674 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
10675
10676 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
10677 (spam-crm114-header, spam-crm114-spam-switch)
10678 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
10679 (spam-crm114-positive-spam-header)
10680 (spam-crm114-database-directory, spam-list-of-processors)
10681 (spam-group-spam-processor-crm114-p)
10682 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
10683 (spam-generic-score, spam-list-of-checks)
10684 (spam-list-of-statistical-checks, spam-registration-functions)
10685 (spam-check-crm114-headers, spam-crm114-score)
10686 (spam-check-crm114, spam-crm114-register-with-crm114)
10687 (spam-crm114-register-spam-routine)
10688 (spam-crm114-unregister-spam-routine)
10689 (spam-crm114-register-ham-routine)
10690 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
10691 asjo@koldfront.dk (Adam Sjøgren).
10692
10693 * gnus.el: Add spam-use-crm114.
10694
10695 * spam.el (spam-list-of-processors, spam-registration-functions):
10696 Add spam-use-resend.
10697 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
10698 (spam-report-articles-gmane): Add doc fix.
10699 (spam-report-articles-resend, spam-report-resend-register-routine):
10700 Add wrappers around spam-report-resend-to.
10701
10702 * spam-report.el (spam-report-resend-to, spam-report-resend):
10703 Add support for resending spam.
10704 (spam-report-gmane): Fix line length >80.
10705
10706 * gnus.el (spam-process): Add spam-use-resend.
10707
10708 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10709
10710 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
10711 number of processed spam messages.
10712 (spam-ham-copy-or-move-routine): Return the number of processed
10713 ham messages.
10714 (spam-summary-prepare-exit): Use the above values to decide
10715 whether status messages shouled be displayed.
10716
10717 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
10718
10719 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
10720 `rfc2047-encoding-function-alist' in order to avoid conflicting
10721 with the old version.
10722 (rfc2047-encode-region): Concatenate words containing non-ASCII
10723 characters in structured fields; don't encode space-delimited
10724 ASCII words even in unstructured fields; don't break words at
10725 char-category boundaries.
10726 (rfc2047-encode-1): New function.
10727 (rfc2047-encode): Use it; encode text so that it occupies the
10728 maximum width within 76-column; work correctly on Q encoding for
10729 iso-2022-* charsets.
10730 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
10731 sure not to break a line just after the header name.
10732 (rfc2047-b-encode-region): Removed.
10733 (rfc2047-b-encode-string): New function.
10734 (rfc2047-q-encode-region): Removed.
10735 (rfc2047-q-encode-string): New function.
10736
10737 * mm-util.el (mm-replace-in-string): New function.
10738
10739 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10740
10741 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
10742 get it right.
10743 (gnus-inews-make-draft): Really.
10744
10745 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
10746
10747 * nnmh.el (nnmh-request-list-1): Don't check the link count
10748 before descending. (small patch)
10749
10750 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10751
10752 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
10753 stuff.
10754
10755 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
10756 on real group name.
10757
10758 * gnus-art.el (gnus-signature-limit): Doc fix.
10759
10760 * gnus-msg.el (gnus-inews-make-draft): Quote list.
10761
10762 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10763
10764 * gnus-draft.el (gnus-draft-send): Bind
10765 rfc2047-encode-encoded-words.
10766
10767 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
10768 (rfc2047-encodable-p): Say that =? needs encoding.
10769 (rfc2047-encode-encoded-words): New variable.
10770
10771 * gnus-group.el (gnus-group-select-group): Doc fix.
10772
10773 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
10774
10775 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
10776 to nil.
10777
10778 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
10779
10780 * nnheader.el (nnheader-get-lines-and-char): New function.
10781
10782 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
10783
10784 * gnus-msg.el (gnus-summary-followup-with-original): Document
10785 yanking of region when active.
10786
10787 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
10788
10789 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
10790 groups if the group level is higher than the specified value.
10791
10792 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10793
10794 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
10795 (gnus-group-jump-to-group): Added prefix argument using
10796 `gnus-group-jump-to-group-prompt'. Query before jumping to
10797 non-active group.
10798
10799 * compface.el (uncompface): Be verbose when changing
10800 `uncompface-use-external'.
10801
10802 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
10803 handle manual section.
10804
10805 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10806
10807 * gnus-art.el (gnus-button-alist): Revert previous change.
10808
10809 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10810
10811 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
10812
10813 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10814
10815 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
10816 whether backend can accept message.
10817
10818 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
10819
10820 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
10821
10822 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
10823 Avoid creating directory when nntp-marks-is-evil is true.
10824 Reported by Reiner Steib.
10825
10826 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10827
10828 * gnus-picon.el (gnus-picon-style): New variable.
10829 (gnus-picon-insert-glyph): Added optional `nostring' argument.
10830 (gnus-picon-transform-address): Support `gnus-picon-style'. From
10831 Jesper Harder <harder@ifa.au.dk>.
10832
10833 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10834
10835 * message.el (message-fill-field): Return point.
10836 (message-generate-headers): Go to end of field.
10837
10838 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
10839 stuff for non-living groups.
10840
10841 2004-05-18 Jesper Harder <harder@ifa.au.dk>
10842
10843 * gnus-art.el (gnus-article-followup-with-original)
10844 (gnus-article-reply-with-original): gnus-mark-active-p ->
10845 gnus-region-active-p.
10846
10847 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
10848
10849 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
10850 only when there is spam or ham to be processed.
10851
10852 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10853
10854 * mail-source.el (mail-source-delete-crash-box): Refactor.
10855 (mail-source-fetch): Use it.
10856 (mail-source-fetch-file): Ditto.
10857 (mail-source-fetch-directory): Run postscript in loop.
10858 (mail-source-fetch-pop): Delete.
10859 (mail-source-fetch-maildir): Ditto.
10860 (mail-source-fetch-imap): Ditto.
10861
10862 * imap.el (imap-authenticators): Comment out sasl.
10863
10864 * message.el (message-skip-to-next-address): New function.
10865 (message-fill-header-address): Refactor.
10866 (message-fill-address): Use it.
10867 (message-delete-address): Use it.
10868 (message-fill-header-general): Refactor.
10869 (message-fill-field-address): Rename.
10870 (message-narrow-to-field): Find the start of the header.
10871 (message-header-format-alist): Don't pre-fill.
10872 (message-fill-header): Removed.
10873 (message-insert-header): New function.
10874 (message-shorten-references): Use it.
10875
10876 * rfc2047.el (rfc2047-field-value): Strip props.
10877
10878 * mail-parse.el (mail-header-make-address): New alias.
10879
10880 * ietf-drums.el (ietf-drums-make-address): New function.
10881
10882 * imap.el: Add compiler directives.
10883
10884 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
10885
10886 * gnus-art.el (article-decode-idna-rhs): Don't use
10887 message-idna-inside-rhs-p.
10888
10889 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10890
10891 * message.el (message-idna-inside-rhs-p): Removed.
10892 (message-idna-to-ascii-rhs-1): Use proper address parsing.
10893
10894 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
10895 false positives.
10896
10897 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
10898
10899 * imap.el (imap-sasl-make-mechanisms): Use sasl.
10900
10901 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10902
10903 * nneething.el (nneething-file-name): Don't create spurious
10904 files.
10905
10906 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
10907 (gnus-inews-do-gcc): Remove sleep.
10908
10909 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
10910 part under point.
10911
10912 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
10913 (gnus-agent-regenerate-group): Using nil messages aren't valid.
10914
10915 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
10916
10917 * spam.el (spam-summary-prepare-exit): Fixed (length).
10918
10919 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
10920
10921 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
10922 as expired without moving it" message when there are spam
10923 messages left.
10924
10925 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
10926
10927 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
10928 header is not nil.
10929
10930 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
10931
10932 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
10933 nntp-possibly-create-directory, not nntp-possibly-change-group.
10934 (nntp-marks-changed-p): New arg SERVER.
10935 (nntp-request-update-info): Adjust caller.
10936
10937 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
10938
10939 * nntp.el (nntp-save-marks): Pass missing arg.
10940
10941 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
10942
10943 * nntp.el: Support marks.
10944 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
10945 (nntp-marks-modtime, nntp-marks-directory): New variables.
10946 (nntp-request-set-mark, nntp-request-update-info)
10947 (nntp-possibly-create-directory, nntp-marks-changed-p)
10948 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
10949 functions.
10950
10951 2004-05-12 Jesper Harder <harder@ifa.au.dk>
10952
10953 * gnus-score.el (gnus-score-insert-help): Use
10954 gnus-select-lowest-window.
10955
10956 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
10957 appt-select-lowest-window and rename to gnus-select-lowest-window.
10958
10959 * gnus.el: do.
10960
10961 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10962
10963 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
10964 encodings of MIME-encoded words, in order to improve
10965 interoperability with several broken MUAs.
10966
10967 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10968
10969 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
10970 tags, only when charsets are not specified in headers.
10971 (mm-inline-text-html-render-with-w3m): Ditto.
10972
10973 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10974
10975 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
10976 instead of MIME-decoded from fields when checking
10977 `gnus-article-address-banner-alist'.
10978
10979 2004-05-03 Jesper Harder <harder@ifa.au.dk>
10980
10981 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
10982 description rather than subject.
10983
10984 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10985
10986 * gnus.el (gnus-version-number): Bump.
10987
10988 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
10989
10990 * gnus.el: No Gnus v0.2 is released.
10991
10992 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10993
10994 * gnus-agent.el (gnus-agent-read-agentview): Inline
10995 gnus-uncompress-range.
10996
10997 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10998
10999 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11000 `exec-installed-p'.
11001
11002 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11003
11004 * gnus.el (spam-process, spam-autodetect-methods): Add
11005 bsfilter and bsfilter-headers.
11006
11007 * spam.el (spam-bsfilter): New customize group.
11008 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11009 (spam-bsfilter-header, spam-bsfilter-probability-header)
11010 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11011 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11012 (spam-bsfilter-database-directory): New options.
11013 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11014 (spam-list-of-statistical-checks, spam-registration-functions):
11015 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11016 (spam-bsfilter-score): New command.
11017 (spam-check-bsfilter-headers, spam-check-bsfilter)
11018 (spam-bsfilter-register-with-bsfilter)
11019 (spam-bsfilter-register-spam-routine)
11020 (spam-bsfilter-unregister-spam-routine)
11021 (spam-bsfilter-register-ham-routine)
11022 (spam-bsfilter-unregister-ham-routine): New functions.
11023 (spam-generic-score): Support bsfilter; Accept an optional argument
11024 to recalcurate spam score even if scoring header has already been
11025 added.
11026 (spam-bogofilter-score, spam-spamassassin-score): Accept an
11027 optional argument to recalcurate spam score even if scoring header
11028 has already been added.
11029
11030 2004-04-29 Jesper Harder <harder@ifa.au.dk>
11031
11032 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11033 strings! Reported by David D. Smith <davidsmith@acm.org>.
11034 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11035 link is missing.
11036
11037 2004-04-28 Jesper Harder <harder@ifa.au.dk>
11038
11039 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11040 (html2text-get-attr): Rewrite.
11041
11042 * message.el (message-setup-1): Remove redundant put-text-property
11043 on mail-header-separator.
11044
11045 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
11046
11047 * gnus-registry.el (gnus-registry-cache-whitespace)
11048 (gnus-registry-action, gnus-registry-spool-action)
11049 (gnus-registry-split-fancy-with-parent): Change message levels
11050 from 5 to 3 or 7, as needed.
11051
11052 * spam.el (spam-summary-prepare-exit)
11053 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11054 (spam-split, spam-find-spam, spam-log-undo-registration)
11055 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11056 level from 5 to 6.
11057
11058 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
11059
11060 * gnus-ems.el: Autoload appt-select-lowest-window (revert
11061 2004-03-04 change).
11062
11063 2004-04-25 Jesper Harder <harder@ifa.au.dk>
11064
11065 * sieve-manage.el (sieve-manage-open):
11066 * nnweb.el (nnweb-insert-html):
11067 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
11068 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11069 * nnspool.el (nnspool-request-group):
11070 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
11071 * nnml.el (nnml-request-update-info):
11072 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
11073 (nnmh-request-create-group, nnmh-update-gnus-unreads):
11074 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
11075 (nnimap-request-set-mark):
11076 * nnfolder.el (nnfolder-request-update-info):
11077 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
11078 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11079 * gnus-uu.el (gnus-uu-find-articles-matching):
11080 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
11081 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
11082 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11083 * gnus-nocem.el (gnus-nocem-scan-groups):
11084 * gnus-int.el (gnus-start-news-server):
11085 * gnus-group.el (gnus-group-make-kiboze-group)
11086 (gnus-group-browse-foreign-server):
11087 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11088 Use mapc when appropriate.
11089
11090 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
11091
11092 FIXME: Make separate entries for each person.
11093
11094 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
11095 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
11096 <shields@msrl.com>:
11097
11098 * spam.el (spam-necessary-extra-headers): Get the extra headers we
11099 may need for spam sorting and scoring.
11100 (spam-user-format-function-S): Add user format function suitable for
11101 general use.
11102 (spam-article-sort-by-spam-status): Add sorting function for summary
11103 sorting.
11104 (spam-extra-header-to-number): Add function to get a score from a
11105 header.
11106 (spam-summary-score): Add function to get a numeric score from the
11107 headers.
11108 (spam-generic-score): Fix function doc, was in wrong place.
11109 (spam-initialize): Take symbols when it's run, and install the
11110 extra headers that spam-necessary-extra-headers thinks we need.
11111
11112 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
11113
11114 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
11115 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
11116
11117 2004-04-17 Jesper Harder <harder@ifa.au.dk>
11118
11119 * gnus-sum.el (gnus-set-global-variables)
11120 (gnus-build-all-threads, gnus-get-newsgroup-headers)
11121 (gnus-article-get-xrefs, gnus-summary-best-group)
11122 (gnus-summary-next-article, gnus-summary-enter-digest-group)
11123 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
11124 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11125 Use with-current-buffer.
11126
11127 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
11128
11129 * spam.el (spam-summary-prepare-exit): Simplify logic.
11130 (spam-fetch-article-header): Read the article header if it's not
11131 available.
11132 (spam-list-articles): Simplify logic.
11133 (spam-filelist-register-routine): Fix bug with unregister-list.
11134
11135 * gnus-registry.el: Fix comments at beginning.
11136
11137 2004-04-16 Jesper Harder <harder@ifa.au.dk>
11138
11139 * message.el (message-cater-to-broken-inn): Remove.
11140 (message-shorten-references): Make sure the total folded length of
11141 References is shorter than 998 characters to cater to a bug in INN
11142 2.3. Also, don't pretend that references aren't folded -- this
11143 hasn't worked for a while.
11144
11145 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
11146
11147 * gnus-agent.el (gnus-agentize):
11148 gnus-agent-send-mail-real-function no longer set to current value
11149 of message-send-mail-function but rather a lambda that calls
11150 message-send-mail-function. The change makes the agent real-time
11151 responsive to user changes to message-send-mail-function.
11152
11153 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
11154
11155 * legacy-gnus-agent.el
11156 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11157 help from Florian Weimer <fw@deneb.enyo.de>
11158
11159 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
11160
11161 * nnmail.el (nnmail-cache-insert): Revert last change.
11162
11163 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
11164
11165 * nnmail.el (nnmail-cache-insert): Always check whether
11166 nnmail-cache-ignore-groups matches a group name.
11167
11168 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
11169
11170 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11171 (spam-find-spam, spam-log-processing-to-registry)
11172 (spam-log-registered-p, spam-log-unregistration-needed-p)
11173 (spam-log-undo-registration): Use gnus-message instead of
11174 gnus-error, none of these errors are fatal.
11175
11176 * gnus-registry.el (gnus-registry-clean-empty-function)
11177 (gnus-registry-clean-empty): Remove only empty entries without
11178 extra data.
11179
11180 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
11181
11182 * spam-stat.el (spam-stat-buffer-change-to-spam)
11183 (spam-stat-buffer-change-to-non-spam): Change (error) to
11184 (gnus-message 8) invocation.
11185
11186 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
11187
11188 * nntp.el (nntp-via-netcat-command): New variable.
11189 (nntp-via-netcat-switches): New variable.
11190 (nntp-open-via-rlogin-and-netcat): New function.
11191 (nntp-open-connection-function): Doc fix.
11192 (nntp-telnet-command): Doc fix.
11193 (nntp-end-of-line): Doc fix.
11194 (nntp-via-rlogin-command): Doc fix.
11195 (nntp-via-user-name): Doc fix.
11196 (nntp-via-address): Doc fix.
11197
11198 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
11199
11200 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11201 error in Emacs 21.1.
11202
11203 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
11204
11205 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
11206
11207 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
11208 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11209 (gnus-agent-with-refreshed-group): New macro.
11210 (gnus-agent-rename-group): New function.
11211 (gnus-agent-delete-group): New function.
11212 (gnus-agent-save-group-info): Use gnus-command-method when
11213 `method' parameter is nil. Don't write nil entries into the
11214 active file.
11215 (gnus-agent-get-group-info): New function.
11216 (gnus-agent-fetch-articles): Use
11217 gnus-agent-update-files-total-fetched-for to increment disk space
11218 used.
11219 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11220 gnus-agent-update-view-total-fetched-for to increment disk space
11221 used.
11222 (gnus-agent-get-local): Added optional parameters to avoid calling
11223 gnus-group-real-name and gnus-find-method-for-group.
11224 (gnus-agent-set-local): Delete stored entry if either min, or max,
11225 are nil.
11226 (gnus-agent-fetch-session): Reworded error/quit messages. On
11227 quit, use gnus-agent-regenerate-group to record existance of any
11228 articles fetched to disk before the quit occurred.
11229 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11230 gnus-agent-update-view-total-fetched-for, and
11231 gnus-agent-update-files-total-fetched-for to decrement disk space
11232 used.
11233 (gnus-agent-retrieve-headers): Use
11234 gnus-agent-update-view-total-fetched-for to increment disk space
11235 used.
11236 (gnus-agent-regenerate-group): Replace gnus-group-update-group
11237 with gnus-agent-update-files-total-fetched-for to decrement disk
11238 space and fresh group buffer.
11239 (gnus-agent-inhibit-update-total-fetched-for): New variable.
11240 (gnus-agent-need-update-total-fetched-for): New variable.
11241 (gnus-agent-update-files-total-fetched-for): New function.
11242 (gnus-agent-update-view-total-fetched-for): New function.
11243 (gnus-agent-total-fetched-for): New function.
11244
11245 * gnus-cache.el (gnus-cache-save-buffers): Use
11246 gnus-cache-update-overview-total-fetched-for to change disk space
11247 used by this group.
11248 (gnus-cache-possibly-enter-article): Use
11249 gnus-cache-update-file-total-fetched-for to increment disk space
11250 used by this group.
11251 (gnus-cache-possibly-remove-article): Use
11252 gnus-cache-update-file-total-fetched-for to decrement disk space
11253 used by this group.
11254 (gnus-cache-generate-nov-databases): Purge total fetched cache.
11255 (gnus-cache-rename-group): New function.
11256 (gnus-cache-delete-group): New function.
11257 (gnus-cache-inhibit-update-total-fetched-for): New variable.
11258 (gnus-cache-need-update-total-fetched-for): New variable.
11259 (gnus-cache-with-refreshed-group): New macro.
11260 (gnus-cache-update-file-total-fetched-for): New function.
11261 (gnus-cache-update-overview-total-fetched-for): New function.
11262 (gnus-cache-rename-group-total-fetched-for): New function.
11263 (gnus-cache-delete-group-total-fetched-for): New function.
11264 (gnus-cache-total-fetched-for): New function.
11265
11266 * gnus-group.el: Require gnus-sum and autoload functions to
11267 resolve warnings when gnus-group.el compiled alone.
11268 (gnus-group-line-format): Documented new %F
11269 (size of Fetched data) group line format; identifies disk space
11270 used by agent and cache.
11271 (gnus-group-line-format-alist): Defined new F format.
11272 (gnus-total-fetched-for): New function.
11273 (gnus-group-delete-group): No longer update
11274 gnus-cache-active-altered as gnus-request-delete-group now keeps
11275 the cache in sync.
11276 (gnus-group-list-active): Let the agent store a server's active
11277 list if currently plugged.
11278
11279 * gnus-int.el (gnus-request-delete-group):
11280 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
11281 local disk in sync with the server.
11282 (gnus-request-rename-group):
11283 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
11284 local disk in sync with the server.
11285
11286 * gnus-start.el (gnus-get-unread-articles):
11287 Cosmetic simplification to logic.
11288
11289 * gnus-util.el (gnus-rename-file): New function.
11290
11291 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
11292
11293 * mm-util.el (mm-image-load-path): Handle nil in load-path.
11294
11295 2004-04-07 Jesper Harder <harder@ifa.au.dk>
11296
11297 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11298 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
11299
11300 2004-04-06 Jesper Harder <harder@ifa.au.dk>
11301
11302 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11303 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
11304
11305 2004-04-03 Jesper Harder <harder@ifa.au.dk>
11306
11307 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
11308
11309 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
11310
11311 * spam.el (spam-set-difference): Add function to replace
11312 gnus-set-difference in spam.el.
11313 (spam-summary-prepare-exit): Use spam-set-difference.
11314
11315 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
11316
11317 * gnus-registry.el (gnus-registry-cache-file): Update to use
11318 gnus-dribble-directory OR gnus-home-directory OR ~.
11319 (gnus-registry-split-fancy-with-parent): Fix doc.
11320
11321 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
11322
11323 * message.el (message-exchange-point-and-mark): Use
11324 message-mark-active-p. Suggested by Jesper Harder
11325 <harder@ifa.au.dk>.
11326
11327 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
11328
11329 * message.el (message-exchange-point-and-mark): Don't activate
11330 region if it was inactive. Suggested by Hiroshi Fujishima
11331 <pooh@nature.tsukuba.ac.jp>.
11332
11333 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
11334
11335 * gnus-art.el (article-display-face): Display Faces in the same
11336 order as X-Faces.
11337
11338 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
11339
11340 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
11341
11342 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11343
11344 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11345 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11346 (gnus-article-mime-hierarchy): Remove.
11347 (gnus-article-mime-hierarchy-next): Remove.
11348 (gnus-article-mode): Revert 2004-03-19 change.
11349 (gnus-article-setup-buffer): Revert 2004-03-19 change.
11350 (gnus-insert-mime-button): Revert 2004-03-19 change.
11351 (gnus-mime-accumulate-hierarchy): Remove.
11352 (gnus-mime-enter-multipart): Remove.
11353 (gnus-mime-leave-multipart): Remove.
11354 (gnus-mime-display-part): Revert 2004-03-19 change.
11355 (gnus-mime-display-alternative): Revert 2004-03-19 change.
11356
11357 * mml.el (mml-preview): Revert 2004-03-19 change.
11358
11359 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
11360
11361 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
11362
11363 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
11364
11365 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11366 t while entering a file name using the mm-with-multibyte macro.
11367 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11368
11369 * mm-util.el (mm-with-multibyte): New macro.
11370
11371 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
11372
11373 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11374 user option.
11375 (gnus-mime-multipart-functions): Doc and customization fix.
11376 (gnus-article-mime-hierarchy): New variable.
11377 (gnus-article-mime-hierarchy-next): New variable.
11378 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11379 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11380 gnus-article-mime-hierarchy-next to nil.
11381 (gnus-insert-mime-button): Show hierarchy numbers.
11382 (gnus-mime-accumulate-hierarchy): New function.
11383 (gnus-mime-enter-multipart): New function.
11384 (gnus-mime-leave-multipart): New function.
11385 (gnus-mime-display-part): Recompute hierarchical MIME structure.
11386 (gnus-mime-display-alternative): Show hierarchy numbers.
11387
11388 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
11389 gnus-article-mime-hierarchy-next to nil.
11390
11391 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
11392
11393 * dns.el: Don't require gnus-xmas.
11394
11395 2004-03-17 Jesper Harder <harder@ifa.au.dk>
11396
11397 * mml.el (mml-generate-mime-1): Don't use format=flowed with
11398 inline PGP.
11399 (mml-menu): Disable mml-quote-region if mark is inactive.
11400
11401 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
11402
11403 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
11404 when the group's active is not available.
11405
11406 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
11407
11408 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
11409 error.
11410
11411 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
11412
11413 * imap.el (imap-store-password): New variable.
11414 (imap-interactive-login): Use it.
11415 Suggested by Mark Plaksin <happy@mcplaksin.org>.
11416
11417 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
11418
11419 * gnus-art.el (gnus-article-read-summary-keys): Restore new
11420 window-start and hscroll to summary window.
11421
11422 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
11423
11424 * gnus-start.el (gnus-convert-old-newsrc): Only write the
11425 conversion message to newsrc-dribble when an actual conversion is
11426 performed.
11427
11428 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
11429
11430 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
11431
11432 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
11433
11434 * mm-decode.el (mm-complicated-handles): New function reviving
11435 former definition of mm-multiple-handles.
11436
11437 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11438 (gnus-mime-delete-part): Use it.
11439
11440 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
11441
11442 * gnus-agent.el (gnus-agent-read-local): Bind
11443 nnheader-file-coding-system to gnus-agent-file-coding-system to
11444 avoid the implicit assumption that they will always be equal.
11445 (gnus-agent-save-local): Bind buffer-file-coding-system, not
11446 coding-system-for-write, as the with-temp-file macro first prints
11447 to a buffer then saves the buffer.
11448
11449 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
11450
11451 * gnus-art.el (gnus-article-edit-part): New function.
11452 (gnus-mime-save-part-and-strip): Use it; do query instead of
11453 signaling an error; don't use mm-multiple-handles.
11454 (gnus-mime-delete-part): Ditto.
11455
11456 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
11457
11458 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
11459 old file versions.
11460 (gnus-group-prepare-hook): Removed function that converted list
11461 form of gnus-agent-expire-days to group properties.
11462
11463 * gnus-int.el: Autoload gnus-agent-regenerate-group.
11464 (gnus-request-accept-article): Re-indented.
11465
11466 * gnus-start.el (gnus-convert-old-newsrc): Registered new
11467 converters to handle old agent file formats. Added logic for a
11468 "backup before upgrading warning".
11469 (gnus-convert-mark-converter-prompt): Developers can mark
11470 functions as needing (default), or not needing,
11471 gnus-convert-old-newsrc's "backup before upgrading warning".
11472 (gnus-convert-converter-needs-prompt): Tests whether the user
11473 should be protected from potentially irreversable changes by the
11474 function.
11475
11476 * legacy-gnus-agent.el: New. Provides converters that are only
11477 loaded when gnus-convert-old-newsrc needs to call them.
11478
11479 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
11480
11481 * mail-source.el (mail-source-touch-pop): Doc fix.
11482
11483 * message.el (message-smtpmail-send-it): Doc fix.
11484
11485 2004-03-05 Jesper Harder <harder@ifa.au.dk>
11486
11487 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
11488
11489 * nnmail.el (nnmail-split-fancy): do.
11490
11491 * gnus-kill.el (gnus-kill, gnus-execute): do.
11492
11493 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
11494
11495 * gnus-sum.el (gnus-widget-reversible-match)
11496 (gnus-widget-reversible-to-internal)
11497 (gnus-widget-reversible-to-external): New functions.
11498 (gnus-widget-reversible): New widget.
11499 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
11500
11501 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
11502
11503 * gnus-sum.el (gnus-thread-sort-functions)
11504 (gnus-article-sort-functions): Document `(not F)' items.
11505
11506 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
11507
11508 * spam.el (spam-use-gmane-xref): Add new backend.
11509 (spam-gmane-xref-spam-group): Add variable to control the name of the
11510 Gmane spam group.
11511 (spam-blackhole-servers, spam-blackhole-good-server-regex)
11512 (spam-regex-headers-spam, spam-regex-headers-ham)
11513 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
11514 (spam-list-of-checks): Add spam-use-gmane-xref to list of
11515 backends and checks.
11516 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
11517
11518 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
11519 an autodetect method.
11520
11521 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
11522
11523 * gnus-int.el (gnus-request-accept-article): Inform the agent that
11524 articles are being added to a group.
11525 (gnus-request-replace-article): Inform the agent that articles
11526 need to be uncached as the cached contents are no longer valid.
11527
11528 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
11529
11530 * binhex.el: Don't autoload executable-find.
11531
11532 * canlock.el: Don't autoload mail-fetch-field.
11533
11534 * gnus-ems.el: Don't autoload appt-select-lowest-window.
11535
11536 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
11537 rmail-dont-reply-to and rmail-output.
11538
11539 * gnus-score.el: Don't autoload ffap-string-at-point.
11540
11541 * gnus-setup.el: Don't autoload sc-cite-original.
11542
11543 * imap.el: Don't autoload base64-decode-string,
11544 base64-encode-string and md5.
11545
11546 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
11547 and rmail-msg-restore-non-pruned-header.
11548
11549 * mm-decode.el: Don't autoload executable-find.
11550
11551 * mm-url.el: Don't autoload executable-find.
11552
11553 * mm-view.el: Don't autoload diff-mode.
11554
11555 * nndb.el: Don't autoload news-reply-mode, news-setup,
11556 cancel-timer and telnet.
11557
11558 * password.el: Don't autoload run-at-time for Emacs.
11559
11560 * sha1-el.el: Don't autoload executable-find.
11561
11562 * sieve-mode.el: Don't autoload c-mode.
11563
11564 * uudecode.el: Don't autoload executable-find.
11565
11566 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
11567
11568 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
11569 (gnus-agent-possibly-alter-active): Avoid null in numeric
11570 comparison.
11571 (gnus-agent-set-local): Refuse to save null in local object table.
11572 (gnus-agent-regenerate-group): The REREAD parameter can now be a
11573 list of articles that will be marked as unread.
11574
11575 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
11576
11577 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
11578
11579 2004-03-04 Jesper Harder <harder@ifa.au.dk>
11580
11581 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
11582 language tags.
11583
11584 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
11585
11586 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
11587 Don't bind "obarray".
11588
11589 * gnus-sum.el (gnus-thread-sort-functions): Added
11590 `gnus-thread-sort-by-most-recent-number' and
11591 `gnus-thread-sort-by-most-recent-date'.
11592 Reported by Kai Grossjohann <kai@emptydomain.de>.
11593
11594 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11595
11596 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
11597
11598 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
11599
11600 * gnus-cus.el (gnus-agent-customize-category): Removed
11601 ignore-errors macro reference that required cl to be loaded at
11602 run-time.
11603
11604 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
11605 single-interval range of the form (min . max). Previously the
11606 range had to look like ((min . max)). Likewise, return
11607 (min . max) rather than ((min . max)).
11608 (gnus-range-map): Use gnus-range-normalize to accept
11609 single-interval range.
11610
11611 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
11612 the cache, but not the agent, now appear with their usual face.
11613
11614 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
11615
11616 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
11617 w3m-safe-url-regexp variable buffer-local.
11618
11619 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11620
11621 2004-02-27 Simon Josefsson <jas@extundo.com>
11622
11623 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
11624 gnus-group-real-prefix.
11625 (gnus-summary-move-article): Use it, instead of
11626 gnus-group-real-prefix.
11627
11628 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
11629
11630 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
11631 w3m-safe-url-regexp variable buffer-local and set it as the value
11632 of mm-w3m-safe-url-regexp.
11633
11634 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11635
11636 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
11637 parsing gnus-posting-styles when the message is not for replying.
11638
11639 * nnrss.el (nnrss-opml-export): Use
11640 mm-set-buffer-file-coding-system instead of
11641 set-buffer-file-coding-system.
11642
11643 2004-02-27 Jesper Harder <harder@ifa.au.dk>
11644
11645 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
11646 of checkdoc.el).
11647 * nnrss.el: do.
11648 * gnus-mlspl.el: do.
11649 * gnus-ml.el: do.
11650 * gnus-srvr.el: do.
11651
11652 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
11653
11654 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
11655
11656 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
11657 Corrections to custom-manual links.
11658
11659 * gnus-art.el (gnus-article): Ditto.
11660
11661 * mm-decode.el (mime-display, mime-security): Ditto.
11662
11663 2004-02-26 Jesper Harder <harder@ifa.au.dk>
11664
11665 * flow-fill.el: Typo.
11666
11667 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
11668
11669 * spam-wash.el: New file.
11670
11671 2004-02-26 Mark A. Hershberger <mah@everybody.org>
11672
11673 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
11674
11675 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
11676
11677 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
11678 to be run with new-articles as LIST1, not LIST2.
11679 (spam-registration-functions): Add spam-use-ham-copy as a nil
11680 registration backend.
11681
11682 2004-02-26 Jesper Harder <harder@ifa.au.dk>
11683
11684 * spam-stat.el (spam-stat-washing-hook): New option.
11685 (spam-stat-buffer-words): Use it.
11686 (spam-stat-process-directory, spam-stat-test-directory): Use
11687 insert-file-contents-literally.
11688 (spam-stat-coding-system): New variable.
11689 (spam-stat-load, spam-stat-save): Use it.
11690
11691 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
11692
11693 * spam-report.el (spam-report-plug-agent): Quote
11694 spam-report-url-to-file and spam-report-url-ping-plain.
11695
11696 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
11697
11698 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
11699 / in mailto URLs.
11700
11701 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
11702
11703 * spam-report.el (spam-report-process-queue): Fix interactive use.
11704 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
11705 (spam-report-unplug-agent): Doc fixes.
11706 (spam-report-url-ping-mm-url, spam-report-url-to-file)
11707 (spam-report-agentize, spam-report-deagentize): Autoload
11708
11709 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
11710
11711 * message.el (message-setup-fill-variables): Add mml tags to
11712 paragraph-start and paragraph-separate. Suggested by Andrew Korty
11713 <ajk@iu.edu>.
11714 (message-mode): Don't modify paragraph-separate there.
11715
11716 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
11717
11718 * compface.el (uncompface-use-external): Default to undecided.
11719 (uncompface-use-external-threshold): New variable.
11720 (uncompface-float-time): New macro.
11721 (uncompface): Determine whether to use the external decoder if
11722 uncompface-use-external is undecided.
11723
11724 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11725
11726 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
11727 after images.
11728
11729 * gnus-art.el (gnus-mime-display-single): Remove dead code.
11730
11731 2004-02-14 Jesper Harder <harder@ifa.au.dk>
11732
11733 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
11734
11735 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
11736
11737 * gnus-sum.el (gnus-summary-limit-to-age)
11738 (gnus-summary-limit-children): do.
11739
11740 * gnus-int.el (gnus-request-scan): do.
11741
11742 * gnus-group.el (gnus-group-suspend): do.
11743
11744 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
11745
11746 * gnus-cite.el (gnus-cite-parse-attributions): do.
11747
11748 * gnus-agent.el (gnus-summary-set-agent-mark)
11749 (gnus-agent-regenerate-group): do.
11750
11751 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
11752
11753 * binhex.el (binhex-decode-region-internal): do.
11754
11755 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
11756
11757 * gnus-fun.el (gnus-face-properties-alist): New user option.
11758 (gnus-display-x-face-in-from): Use it.
11759
11760 * gnus-art.el (article-display-face): Ditto.
11761
11762 * compface.el (uncompface-use-external): Default to nil.
11763
11764 2004-02-12 Jesper Harder <harder@ifa.au.dk>
11765
11766 * nntp.el (nntp-erase-buffer): New function.
11767 (nntp-retrieve-data, nntp-send-command)
11768 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
11769 (nntp-possibly-change-group): Use it.
11770
11771 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
11772 with-current-buffer.
11773
11774 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
11775
11776 * compface.el: Merge the ELisp-based uncompface program.
11777 (compface): New customization group.
11778 (uncompface-use-external): New user option.
11779 (uncompface): Call uncompface-internal if uncompface-use-external
11780 is nil.
11781 (uncompface-internal): New function. Note that there are also
11782 some other functions and variables added for this function.
11783
11784 2004-02-10 Jesper Harder <harder@ifa.au.dk>
11785
11786 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
11787 if necessary.
11788
11789 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
11790
11791 * spam-report.el (spam-report-unplug-agent)
11792 (spam-report-plug-agent, spam-report-deagentize)
11793 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
11794 Add support for the Agent in spam-report: when unplugged, report to a
11795 file; when plugged, submit all the requests.
11796
11797 * spam.el (spam-register-routine): Fix message about
11798 registration.
11799
11800 2004-02-09 Jesper Harder <harder@ifa.au.dk>
11801
11802 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
11803 dependencies.
11804 (rfc2047-encode): Use it.
11805
11806 * gnus-art.el (gnus-button-marker-list): Move before first
11807 reference.
11808
11809 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11810 (imap-parse-body): Fix format string mismatch.
11811
11812 * gnus-score.el (gnus-summary-increase-score): do.
11813
11814 * nnrss.el (nnrss-close): New function.
11815
11816 2004-02-08 Jesper Harder <harder@ifa.au.dk>
11817
11818 * nnrss.el (nnrss-make-filename): New function.
11819 (nnrss-request-delete-group, nnrss-read-server-data)
11820 (nnrss-save-server-data, nnrss-read-group-data)
11821 (nnrss-save-group-data): Use it.
11822 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
11823 (nnrss-read-server-data, nnrss-read-group-data): Use load.
11824 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
11825
11826 2004-02-07 Jesper Harder <harder@ifa.au.dk>
11827
11828 * mml.el (mml-compute-boundary-1): Don't uncompress files.
11829
11830 2004-02-06 Jesper Harder <harder@ifa.au.dk>
11831
11832 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
11833 files.
11834
11835 * message.el (message-generate-headers-first): Don't quote nil
11836 and t in docstrings.
11837
11838 * imap.el (imap-id): do.
11839
11840 * gnus-agent.el (gnus-agent-consider-all-articles)
11841 (gnus-agent-queue-mail): do.
11842
11843 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
11844
11845 * spam-report.el (spam-report-process-queue): New function.
11846 Process requests from `spam-report-requests-file'.
11847 (spam-report-process-queue): Doc fix.
11848
11849 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
11850
11851 * spam.el (spam-register-routine)
11852 (spam-log-processing-to-registry, spam-log-registered-p)
11853 (spam-log-unregistration-needed-p, spam-log-undo-registration):
11854 Change "check" to "spam-check" for semi-clarity.
11855
11856 2004-02-05 Jesper Harder <harder@ifa.au.dk>
11857
11858 * pop3.el: Require nnheader.
11859
11860 * mml-smime.el: Require cl. Autoload message-fetch-field.
11861
11862 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
11863
11864 * gnus-picon.el: Require cl.
11865
11866 * gnus-fun.el: Require gnus-ems and gnus-util.
11867
11868 * gnus.el (gnus-method-to-server): Move defsubst before first use.
11869
11870 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
11871
11872 * gnus-art.el (gnus-article-edit-mode): Define before first
11873 reference.
11874
11875 2004-02-04 Jesper Harder <harder@ifa.au.dk>
11876
11877 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
11878 (gnus-uu-post-encoded): Use point-at-bol.
11879
11880 * gnus-topic.el (gnus-group-active-topic-p): do.
11881
11882 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
11883
11884 * gnus-group.el (gnus-group-kill-region): do.
11885
11886 * gnus-art.el (article-date-ut): do.
11887
11888 * message.el (message-fetch-field): Remove redundant
11889 case-fold-search binding.
11890 (message-narrow-to-field): Simplify.
11891
11892 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
11893
11894 * spam.el (spam-directory): Derive from `gnus-directory'.
11895
11896 * spam-report.el (spam-report-url-to-file)
11897 (spam-report-requests-file): New function and variable for offline
11898 reporting.
11899 (spam-report-url-ping-function): Add `spam-report-url-to-file'
11900 and user defined function.
11901 (spam-report-url-ping-mm-url): Remove doubled slash.
11902
11903 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
11904
11905 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
11906
11907 2004-02-03 Jesper Harder <harder@ifa.au.dk>
11908
11909 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
11910 format string mismatch.
11911
11912 * sieve.el (sieve-deactivate-all): do.
11913
11914 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
11915
11916 * nnlistserv.el (nnlistserv-kk-wash-article): do.
11917
11918 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
11919
11920 * mm-bodies.el (mm-7bit-chars): Don't include \r.
11921
11922 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
11923
11924 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
11925 the list of checks.
11926
11927 2004-01-31 Jesper Harder <harder@ifa.au.dk>
11928
11929 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
11930 padding.
11931
11932 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
11933
11934 * mm-view.el (mm-fill-flowed): New variable.
11935 (mm-inline-text): Use it.
11936
11937 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
11938
11939 * spam.el (spam-spamassassin-register-ham-routine)
11940 (spam-spamassassin-register-spam-routine): Fix function names.
11941
11942 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
11943
11944 * gnus.el (gnus-tmp-grouplens): Remove.
11945 (gnus-summary-line-format): Remove grouplens.
11946
11947 * gnus-group.el (gnus-group-line-format): Ditto.
11948
11949 * gnus-spec.el (gnus-format-specs): Ditto.
11950 (gnus-update-format-specifications): Flush the group format spec
11951 cache if there's the grouplens stuff.
11952 (gnus-parse-simple-format): Replace %l with the empty string.
11953
11954 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
11955
11956 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
11957 omission.
11958
11959 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
11960
11961 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
11962 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11963
11964 2004-01-25 Paul Jarc <prj@po.cwru.edu>
11965
11966 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
11967 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
11968 New macros and functions.
11969 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
11970 Handle > NLINK_MAX messages.
11971 * nnmaildir.el (nnmaildir-request-set-mark): Use
11972 nnmaildir--emlink-p and nnmaildir--eexist-p.
11973
11974 2004-01-25 Alex Schroeder <alex@gnu.org>
11975
11976 * spam-stat.el (spam-stat-process-directory-age): New option.
11977 (spam-stat-process-directory): Use it.
11978
11979 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
11980
11981 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
11982 (spam-stat-save): Accept prefix argument.
11983
11984 2004-01-23 Paul Jarc <prj@po.cwru.edu>
11985
11986 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
11987 links" error.
11988
11989 2004-01-23 Jesper Harder <harder@ifa.au.dk>
11990
11991 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
11992 compatibility with old .newsrc.eld files.
11993
11994 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
11995
11996 * gnus-start.el (gnus-1): do.
11997
11998 * gnus-group.el (gnus-group-line-format-alist): do.
11999
12000 * gnus.el (gnus-use-grouplens, gnus-visual): do.
12001
12002 * gnus-gl.el: Remove.
12003
12004 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
12005
12006 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12007 marks consisting of a single range {for example, (3 . 5)} rather
12008 than a list of a single range { ((3 . 5)) }.
12009
12010 2004-01-23 Jesper Harder <harder@ifa.au.dk>
12011
12012 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12013 with-current-buffer.
12014 (spam-stat-store-current-buffer): Use insert-buffer-substring to
12015 avoid consing a string.
12016
12017 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12018 Remove obsolete entries for big5 and gb2312.
12019
12020 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
12021
12022 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12023 uncompressed list.
12024
12025 2004-01-22 Jesper Harder <harder@ifa.au.dk>
12026
12027 * spam-stat.el (spam-stat-strip-xref): New function.
12028 (spam-stat-process-directory): Use it.
12029
12030 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12031 here -- it's done in message-fetch-field.
12032
12033 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
12034
12035 * gnus-agent.el (gnus-agent-queue-mail)
12036 (gnus-agent-prompt-send-queue): New variables.
12037 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12038 * gnus-draft.el (gnus-group-send-queue): Pass the group name
12039 "nndraft:queue" along to gnus-draft-send. Use
12040 gnus-agent-prompt-send-queue.
12041 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12042 is "nndraft:queue". Suggested by Gaute Strokkenes
12043 <gs234@srcf.ucam.org>
12044
12045 * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12046 (agent-enable-undownloaded-faces): Added
12047 (gnus-agent-cat-groups): Use eval-and-compile, not
12048 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12049 method of gnus-agent-cat-groups even when the buffer has been
12050 evaled.
12051 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
12052 delete gnus-agent-save-active-1.
12053 (gnus-agent-save-groups): Deleted. Identical to
12054 gnus-agent-save-active.
12055 (gnus-agent-write-active): No longer adjust agent's copy of active
12056 file as agent's adjustments are now stored in their own
12057 file. Removed optional parameter.
12058 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12059 servers. Add use of min/max range limits from server's local
12060 file.
12061 (gnus-agent-save-alist): Removed unused optional argument.
12062 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12063 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
12064 (gnus-agent-set-local): A per-server file that keeps min/max range
12065 limits for articles known to the agent. Provides a fast mechanism
12066 for altering many active ranges.
12067 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
12068 active file (local makes it unnecessary).
12069 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12070
12071 * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12072 (agent-enable-undownloaded-faces): Added
12073
12074 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12075 disable it when sending to "nndraft:queue".
12076 (gnus-group-send-queue): Add safety check to avoid sending queue
12077 when unplugged.
12078
12079 * gnus-group.el (gnus-group-catchup): Use new
12080 gnus-sequence-of-unread-articles, not
12081 gnus-list-of-unread-articles, to avoid exhausting memory with huge
12082 numbers of articles. Use gnus-range-map to avoid having to
12083 uncompress the unread list.
12084 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
12085 Fixed invalid ange-ftp reference.
12086
12087 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12088 (gnus-sorted-range-intersection): Intersection of two ranges
12089 without requiring that they first be uncompressed.
12090
12091 * gnus-start.el (gnus-activate-group): Unless blocked by the
12092 caller, possibly expand the active range to include both cached
12093 and agentized articles.
12094 (gnus-convert-old-newsrc): Rewrote in anticipation of having
12095 multiple version-dependent converters.
12096 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12097 gnus-agent-save-active.
12098 (gnus-save-newsrc-file): Save dirty agent range limits.
12099
12100 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12101 gnus-agent-possibly-alter-active.
12102 (gnus-adjust-marked-articles): Faster handling of simple lists
12103
12104 2004-01-21 Jesper Harder <harder@ifa.au.dk>
12105
12106 * spam-stat.el (spam-stat-test-directory): New optional argument
12107 displays a list of files detected. Suggested by Andrew Cohen
12108 <cohen@andy.bu.edu>.
12109 (spam-stat-buffer-words-with-scores): Don't narrow and change
12110 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
12111
12112 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
12113
12114 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12115 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12116 (spam-spamassassin-arguments)
12117 (spam-spamassassin-spam-flag-header)
12118 (spam-spamassassin-positive-spam-flag-header)
12119 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12120 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12121 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12122 (spam-list-of-processors, spam-list-of-checks)
12123 (spam-list-of-statistical-checks, spam-registration-functions)
12124 (spam-check-spamassassin-headers, spam-check-spamassassin)
12125 (spam-spamassassin-score)
12126 (spam-spamassassin-register-with-sa-learn)
12127 (spam-spamassassin-register-spam-routine)
12128 (spam-spamassassin-register-ham-routine)
12129 (spam-assassin-register-spam-routine)
12130 (spam-assassin-register-ham-routine): Add SpamAssassin support.
12131 (spam-bogofilter-score): Fix to show article before scoring.
12132
12133 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
12134
12135 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12136 default scoring function.
12137 (spam-generic-score): Call spam-spamassassin-score if
12138 spam-use-spamassassin or spam-use-spamassassin-headers is on;
12139 spam-bogofilter-score otherwise.
12140
12141 * gnus.el (spam-process, spam-autodetect-methods): Add
12142 spamassassin and spamassassin-headers.
12143
12144 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
12145
12146 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12147 Suppress unnecessary messages.
12148
12149 2004-01-20 Jesper Harder <harder@ifa.au.dk>
12150
12151 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12152 make-hash-table.
12153
12154 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
12155
12156 * canlock.el (base64-encode-string): Don't autoload it.
12157
12158 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12159
12160 * run-at-time.el: Remove useless (require 'itimer),
12161 eval-and-compile and (featurep 'xemacs).
12162
12163 2004-01-16 Jesper Harder <harder@ifa.au.dk>
12164
12165 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12166 GROUP is a virtual group.
12167
12168 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
12169
12170 * gnus.el: Autoload `message-y-or-n-p'.
12171
12172 2004-01-15 Jesper Harder <harder@ifa.au.dk>
12173
12174 * pgg-parse.el: Remove unnecessary (require 'custom).
12175
12176 * pgg-def.el: do.
12177
12178 * nnmail.el: do.
12179
12180 * gnus-undo.el: do.
12181
12182 * gnus-picon.el: do.
12183
12184 * gnus-util.el: do.
12185
12186 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
12187
12188 * gnus-sum.el (gnus-pick-line-number): Add autoload.
12189
12190 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
12191
12192 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12193 handle, as well as a list.
12194
12195 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12196 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12197 (mm-w3m-cid-retrieve): Simplify.
12198
12199 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
12200
12201 * message.el (message-kill-to-signature): Allow prefix arg to
12202 specify number of lines to keep before signature.
12203
12204 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
12205
12206 (message-kill-to-signature): Change docstring.
12207
12208 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
12209
12210 * canlock.el: Always require sha1-el.
12211 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
12212
12213 * message.el: Autoload sha1 only when compiling.
12214
12215 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
12216
12217 * message.el (message-canlock-generate): Require sha1-el.
12218
12219 2004-01-13 Jesper Harder <harder@ifa.au.dk>
12220
12221 * message.el (message-expand-name): Silence the byte compiler.
12222
12223 2004-01-13 Simon Josefsson <jas@extundo.com>
12224
12225 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12226 Invoke gnus-score-mode. Reported by
12227 bojohan+news@dd.chalmers.se (Johan Bockgård).
12228
12229 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
12230 Jim Blandy <jimb@redhat.com> (tiny change).
12231
12232 2004-01-12 Jesper Harder <harder@ifa.au.dk>
12233
12234 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12235
12236 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
12237
12238 * spam.el (spam-get-article-as-string): Update to use
12239 gnus-request-article-this-buffer, much simpler.
12240 (spam-get-article-as-buffer): Remove.
12241
12242 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
12243
12244 * message.el (message-expand-name): Use EUDC if the user uses that.
12245
12246 2004-01-12 Jesper Harder <harder@ifa.au.dk>
12247
12248 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12249 character for the encoding to avoid consing a string.
12250
12251 * rfc2047.el (rfc2047-decode-string): Don't cons a string
12252 unnecessarily.
12253
12254 * mm-util.el (mm-replace-chars-in-string): Remove.
12255
12256 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12257 of mm-replace-chars-in-string.
12258
12259 2004-01-11 Jesper Harder <harder@ifa.au.dk>
12260
12261 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
12262
12263 * mm-util.el (mm-subst-char-in-string): Support inplace.
12264
12265 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12266 a new string in every iteration. Use shy groups.
12267
12268 2004-01-10 Jesper Harder <harder@ifa.au.dk>
12269
12270 * gnus-srvr.el (gnus-browse-unsubscribe-group):
12271 * gnus-soup.el (gnus-soup-group-brew):
12272 * gnus-msg.el (gnus-put-message):
12273 * gnus-move.el (gnus-group-move-group-to-server):
12274 * gnus-kill.el (gnus-batch-score):
12275 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12276 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12277 (gnus-group-update-group, gnus-group-read-group)
12278 (gnus-group-make-group, gnus-group-make-help-group)
12279 (gnus-group-make-archive-group, gnus-group-make-directory-group)
12280 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12281 (gnus-group-sort-by-unread, gnus-group-catchup)
12282 (gnus-group-unsubscribe-group, gnus-group-kill-group)
12283 (gnus-group-yank-group, gnus-group-set-info)
12284 (gnus-group-list-groups):
12285 * gnus.el (gnus-generate-new-group-name):
12286 * gnus-delay.el (gnus-delay-send-queue):
12287 * nnvirtual.el (nnvirtual-catchup-group):
12288 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
12289 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
12290 (gnus-group-prepare-topics, gnus-topic-check-topology):
12291 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12292 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12293 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
12294 (gnus-group-make-articles-read):
12295 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12296 (gnus-group-change-level, gnus-kill-newsgroup)
12297 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12298 (gnus-get-unread-articles, gnus-make-articles-unread)
12299 (gnus-make-ascending-articles-unread): Use accessor
12300 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12301 to get group information for improved readability.
12302
12303
12304 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12305
12306 * gnus-art.el (article-decode-mime-words, article-babel)
12307 (gnus-article-highlight-signature, gnus-article-add-buttons)
12308 (gnus-signature-toggle): Use gnus-with-article-buffer.
12309
12310 * gnus-art.el (gnus-article-highlight-headers)
12311 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
12312
12313 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12314 (gnus-article-set-globals, gnus-request-article-this-buffer)
12315 (gnus-button-message-id, gnus-article-maybe-hide-headers)
12316 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12317 (gnus-mime-display-alternative): Use with-current-buffer.
12318
12319 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12320
12321 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12322 also under 80 char limit, and call gnus-error if needed.
12323 (spam-fetch-article-header): Fix - it was a
12324 buffer-local variable (gnus-newsgroup-data).
12325 (spam-find-spam): Use spam-generate-fake-headers, forget about
12326 spam-insert-fake-headers.
12327 (spam-insert-fake-headers): Remove.
12328
12329 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12330
12331 * deuglify.el (gnus-article-outlook-unwrap-lines)
12332 (gnus-outlook-rearrange-article)
12333 (gnus-outlook-repair-attribution-outlook)
12334 (gnus-outlook-repair-attribution-block)
12335 (gnus-outlook-repair-attribution-other): Remove redundant
12336 save-excursion.
12337
12338 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12339
12340 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12341 (spam-fetch-field-subject-fast)
12342 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12343 (spam-fetch-article-header): Add functions to deal with Gnus
12344 internals for fast retrieval of article header data.
12345 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
12346
12347 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12348
12349 * pop3.el (pop3-md5): Remove.
12350 (pop3-apop): Replace pop3-md5 with md5.
12351
12352 * mm-bodies.el: base64 is always built-in.
12353
12354 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12355 with-current-buffer.
12356
12357 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
12358
12359 * canlock.el (canlock-insert-header): Remove excessive grouping in
12360 regexp.
12361
12362 * gnus-sum.el (gnus-summary-read-document): Ditto.
12363
12364 * gnus-uu.el (gnus-uu-part-number): Ditto.
12365
12366 * html2text.el (html2text-remove-tags): Ditto.
12367 (html2text-format-tags): Ditto.
12368 (html2text-format-single-elements): Ditto.
12369
12370 * mml.el (mml-parse-1): Ditto.
12371
12372 2004-01-08 Jesper Harder <harder@ifa.au.dk>
12373
12374 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12375
12376 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
12377
12378 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
12379
12380 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
12381
12382 2003-11-15 Simon Josefsson <jas@extundo.com>
12383
12384 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
12385 (pgg-gpg-lookup-key): Use regexp match instead of
12386 split-string (split-string is different between emacs 21.2 and
12387 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
12388
12389 2004-01-08 Jesper Harder <harder@ifa.au.dk>
12390
12391 * gnus-art.el (gnus-mime-view-all-parts)
12392 (gnus-article-part-wrapper, gnus-article-view-part): Use
12393 with-current-buffer.
12394
12395 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12396
12397 * spam.el (spam-disable-spam-split-during-ham-respool)
12398 (spam-spamoracle-database, spam-cache-lookups)
12399 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
12400 (spam-group-ham-mark-p, spam-group-spam-mark-p)
12401 (spam-group-ham-marks, spam-group-spam-marks)
12402 (spam-group-spam-contents-p, spam-group-ham-contents-p)
12403 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
12404 also add spam-use-blackholes to the statistical checks.
12405 (spam-fetch-field-fast): Add interface to fetching fields, may
12406 become a macro.
12407 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
12408 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
12409 (spam-insert-fake-headers): Fake an article when needed.
12410 (spam-find-spam): Fake article when possible.
12411 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
12412 (spam-check-bogofilter-headers): Use message-fetch-field instead
12413 of nnmail-fetch-field.
12414
12415 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
12416
12417 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
12418
12419 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12420
12421 * spam.el (spam-split): Do not require spam-use-CHECK to be
12422 enabled if that check is passed to spam-split explicitly; also
12423 fix so 'spam doesn't get converted to spam-split-group when
12424 spam-split-symbolic-return is t.
12425 (spam-find-spam): Find registrations of the article and use those
12426 instead of re-running spam-split to find the spam/ham
12427 classification of the article.
12428 (spam-log-processing-to-registry, spam-log-registered-p)
12429 (spam-log-unregistration-needed-p, spam-log-undo-registration):
12430 Use gnus-error instead of gnus-message.
12431 (spam-log-registration-type): Add function to determine the
12432 classification of a message based on registry entries; will
12433 return nil if both 'spam and 'ham are found.
12434 (spam-check-BBDB): Expand all the BBDB macros here so we can have
12435 a reasonably fast local cache without the loading errors.
12436 (spam-cache-lookups): Set to t by default.
12437 (spam-find-spam): Don't try to guess spam-cache-lookups.
12438 (spam-enter-whitelist, spam-enter-blacklist): Clear the
12439 spam-caches entry.
12440 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
12441 caching of whitelist/blacklist entries.
12442 (spam-check-whitelist, spam-check-blacklist): Invoke
12443 spam-from-listed-p with a type, not a cache variable.
12444 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
12445
12446 2004-01-07 Jesper Harder <harder@ifa.au.dk>
12447
12448 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
12449
12450 * nnmail.el (nnmail-split-fancy): do.
12451
12452 * mml.el (mml-parse): do.
12453
12454 * gnus-score.el (gnus-enter-score-words-into-hashtb)
12455 (gnus-score-adaptive): do.
12456
12457 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12458
12459 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
12460 (gnus-mime-button-map): Don't set keymap parent.
12461 (gnus-button-ctan-directory-regexp): Use shy grouping.
12462 (gnus-prev-page-map): Don't set keymap parent.
12463 (gnus-prev-page-map): Remove duplicated one.
12464 (gnus-next-page-map): Don't set keymap parent.
12465 (gnus-mime-security-button-map): Ditto.
12466
12467 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
12468 version number.
12469
12470 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
12471
12472 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12473
12474 * canlock.el (canlock-sha1-function): Remove.
12475 (canlock-sha1-function-for-verify): Remove.
12476 (canlock-openssl-program): Remove.
12477 (canlock-openssl-args): Remove.
12478 (canlock-ignore-errors): Remove.
12479 (canlock-sha1-with-openssl): Remove.
12480 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
12481 (canlock-verify): Don't use canlock-ignore-errors.
12482
12483 * sha1-el.el (sha1-string-external): Make it can return a string
12484 in binary form.
12485 (sha1-region-external): Ditto.
12486 (sha1-string-internal): Ditto.
12487 (sha1-region-internal): Ditto.
12488 (sha1-region): Ditto.
12489 (sha1-string): Ditto.
12490 (sha1): Ditto.
12491
12492 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
12493
12494 * spam.el (spam-report-articles-gmane): New command.
12495
12496 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12497
12498 * gnus.el: Don't make unnecessary *Group* buffer when loading.
12499
12500 * run-at-time.el (run-at-time-saved): Remove.
12501 (run-at-time): Doc fix.
12502
12503 2004-01-07 Jesper Harder <harder@ifa.au.dk>
12504
12505 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
12506 (gnus-summary-limit-map): Add it.
12507 (gnus-summary-make-menu-bar): do.
12508
12509 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
12510
12511 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
12512 Make attempt at some caching support (done for BBDB only now).
12513 (spam-find-spam): Set spam-cache-lookups if there are more than 2
12514 addresses to be checked.
12515 (spam-clear-cache-BBDB): Add function, to be invoked by
12516 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
12517 (spam-check-BBDB): Check and use the caches, if
12518 spam-cache-lookups is on, remove superfluous (provide).
12519
12520 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
12521
12522 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
12523
12524 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
12525
12526 * run-at-time.el (run-at-time-saved): Move to after the definition
12527 of `run-at-time'.
12528
12529 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12530
12531 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
12532 mm-w3m-local-map-property.
12533
12534 * mm-view.el (mm-w3m-mode-map): Remove.
12535 (mm-w3m-local-map-property): Remove.
12536 (mm-inline-text-html-render-with-w3m): Don't use
12537 mm-w3m-local-map-property.
12538
12539 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12540
12541 * run-at-time.el: New file.
12542
12543 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
12544 of gnus-set-text-properties.
12545
12546 * gnus-uu.el (gnus-uu-save-article): Ditto.
12547
12548 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
12549
12550 * gnus-cite.el (gnus-cite-parse): Ditto.
12551
12552 * gnus-art.el (gnus-button-push): Use set-text-properties instead
12553 of gnus-.
12554
12555 * gnus.el: Changed calls to nnheader-run-at-time and
12556 password-run-at-time throughout to use run-at-time directly.
12557
12558 * password.el: Removed definition of run-at-time.
12559
12560 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
12561
12562 * mml.el (mml-minibuffer-read-disposition): Show attachment type
12563 in prompt.
12564
12565 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
12566
12567 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
12568 XEmacs version.
12569
12570 * dns.el (dns-make-network-process): Use `open-network-stream'
12571 instead of `gnus-xmas-open-network-stream'.
12572
12573 * .cvsignore: Add auto-autoloads.el, custom-load.el.
12574
12575 2004-01-06 Jesper Harder <harder@ifa.au.dk>
12576
12577 * gnus-art.el (gnus-mime-display-alternative)
12578 (gnus-insert-mime-button, gnus-insert-mime-security-button)
12579 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
12580 Don't use gnus-local-map-property.
12581
12582 * gnus-util.el (gnus-local-map-property): Remove.
12583
12584 * mm-view.el (mm-view-pkcs7-decrypt): Replace
12585 gnus-completing-read-maybe-default with completing-read.
12586
12587 * gnus-util.el (gnus-completing-read): do.
12588 (gnus-completing-read-maybe-default): Remove.
12589
12590 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
12591
12592 * password.el: Only autoload `run-at-time' if not XEmacs.
12593 Only autoload the itimer functions if XEmacs.
12594
12595 2004-01-06 Jesper Harder <harder@ifa.au.dk>
12596
12597 * gnus-art.el (gnus-read-string): Remove.
12598 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
12599 read-string.
12600
12601 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
12602
12603 * netrc.el: Autoload password-read.
12604 (netrc): Add configuration group.
12605 (netrc-encoding-method, netrc-openssl-path): Add
12606 variables for encoding and decoding of files with symmetric
12607 ciphers.
12608 (netrc-encode): Add assistant function to encode a file with
12609 netrc-encoding-method.
12610 (netrc-parse): Add interactive parameter, added optional
12611 decoding if netrc-encoding-method is non-nil but otherwise
12612 behavior is standard.
12613 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
12614 Do s/encode/encrypt/ everywhere.
12615
12616 * spam.el: Remove executable-find autoload.
12617
12618 2004-01-05 Jesper Harder <harder@ifa.au.dk>
12619
12620 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
12621
12622 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
12623
12624 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
12625
12626 * gnus-art.el (gnus-treat-ansi-sequences,
12627 (article-treat-ansi-sequences): New variable and function.
12628 Suggested by Dan Jacobson <jidanni@jidanni.org>.
12629
12630 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12631 Use it.
12632
12633 2004-01-05 Jesper Harder <harder@ifa.au.dk>
12634
12635 * mm-util.el (mm-quote-arg): Remove.
12636
12637 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
12638 shell-quote-argument.
12639
12640 * gnus-uu.el (gnus-uu-command): do.
12641
12642 * gnus-sum.el (gnus-summary-insert-pseudos): do.
12643
12644 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
12645 with make-char.
12646
12647 * mm-util.el (mm-make-char): Remove.
12648
12649 * mml.el (mml-mode): Replace gnus-add-minor-mode with
12650 add-minor-mode.
12651
12652 * gnus-undo.el (gnus-undo-mode): do.
12653
12654 * gnus-topic.el (gnus-topic-mode): do.
12655
12656 * gnus-sum.el (gnus-dead-summary-mode): do.
12657
12658 * gnus-start.el (gnus-slave-mode): do.
12659
12660 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
12661
12662 * gnus-ml.el (gnus-mailing-list-mode): do.
12663
12664 * gnus-gl.el (gnus-grouplens-mode): do.
12665
12666 * gnus-draft.el (gnus-draft-mode): do.
12667
12668 * gnus-dired.el (gnus-dired-mode): do.
12669
12670 * gnus-ems.el (gnus-add-minor-mode): Remove.
12671
12672 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12673 Replace gnus-char-width with char-width.
12674
12675 * gnus-ems.el (gnus-char-width): Remove.
12676
12677 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12678 Replace gnus-char-width with char-width.
12679
12680 * gnus-ems.el (gnus-char-width): Remove.
12681
12682 * spam-stat.el (with-syntax-table): Remove with-syntax-table
12683 definition.
12684 Remove Emacs 20 hash table compatibility code.
12685
12686 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
12687 20 compatibility code.
12688
12689 * spam.el (spam-point-at-eol): Replace with point-at-eol.
12690
12691 * smime.el (smime-point-at-eol): Replace with point-at-eol.
12692
12693 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
12694 with point-at-{eol,bol}.
12695
12696 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
12697
12698 * imap.el (imap-point-at-eol): Replace with point-at-eol.
12699
12700 * flow-fill.el (fill-flowed-point-at-bol)
12701 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
12702
12703 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
12704 Replace with point-at-{eol,bol} throughout all files.
12705
12706 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
12707
12708 * ntlm.el (ntlm-string-as-unibyte): New macro.
12709 (ntlm-build-auth-response): Use it.
12710
12711 Remove Emacs 20 stuff:
12712 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
12713 of delq and copy-sequence.
12714 * gnus-art.el (popup-menu): Remove the compiler macro.
12715 * nnmail.el (nnmail-split-fancy): Don't support customizing with
12716 Emacs 20.
12717
12718 2004-01-05 Simon Josefsson <jas@extundo.com>
12719
12720 * ntlm.el: Fix namespace. Change smb-passwd-hash into
12721 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
12722 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
12723 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
12724 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
12725 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
12726 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
12727 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
12728 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
12729 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
12730 ntlm-string-permute, string-lshift into ntlm-string-lshift,
12731 string-xor into ntlm-string-xor. Suggested by
12732 Jesper Harder <harder@myrealbox.com>.
12733
12734 * ntlm.el: Don't include poem.
12735
12736 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
12737 Jesper Harder <harder@myrealbox.com>.
12738
12739 * sasl-ntlm.el, ntlm.el, md4.el: New files.
12740
12741 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
12742 probably breaks emacs with DL patch, but do we care? Is anyone
12743 still using the DL stuff?)
12744
12745 * sieve-manage.el: Use the password package.
12746 (sieve-manage-read-passwd): Remove.
12747 (sieve-manage-interactive-login): Use password. Re-add
12748 condition-case around loop.
12749
12750 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
12751 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
12752 the password package.
12753
12754 2003-02-19 Simon Josefsson <jas@extundo.com>
12755
12756 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
12757 token.
12758
12759 2002-08-07 Simon Josefsson <jas@extundo.com>
12760
12761 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
12762 (sieve-manage-authenticators):
12763 (sieve-manage-authenticator-alist): Add some SASL mechs.
12764 (sieve-sasl-auth): New function.
12765 (sieve-manage-cram-md5-auth):
12766 (sieve-manage-plain-auth): Rewrite using SASL library.
12767 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
12768 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
12769 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
12770 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
12771
12772 2004-01-05 Simon Josefsson <jas@extundo.com>
12773
12774 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
12775 New files.
12776
12777 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12778
12779 * gnus-group.el (gnus-no-groups-message): Update.
12780
12781 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
12782
12783 2003-11-09 Simon Josefsson <jas@extundo.com>
12784
12785 * imap.el: Support for ID IMAP extension (RFC 2971).
12786 (imap-local-variables): Add imap-id.
12787 (imap-id): New variable.
12788 (imap-id): New function.
12789 (imap-parse-response): Parse untagged ID response.
12790 * nnimap.el (nnimap-id): New variable.
12791 (nnimap-open-connection): Use it.
12792
12793 2003-12-28 Simon Josefsson <jas@extundo.com>
12794
12795 * gnus-score.el (gnus-score-edit-all-score): New.
12796 * gnus-group.el (gnus-group-score-map): Bind it to W e.
12797
12798 2004-01-04 Simon Josefsson <jas@extundo.com>
12799
12800 * password.el: Add.
12801
12802 2004-01-04 Mario Lang <lang@zid.tugraz.at>
12803
12804 * dns.el: Add support for AAAA records (see RFC 3596)
12805
12806 * Fix typo PRT -> PTR
12807
12808 * Parse MX, PTR and SOA replies (see RFC 1035)
12809
12810 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12811
12812 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
12813
12814 * Moved to Changelog.2.
12815
12816 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12817
12818 * gnus.el (gnus-version-number): Bump version.
12819
12820 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12821
12822 * gnus.el: No Gnus v0.1 is released.
12823
12824 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12825
12826 * gnus.el: No Gnus v0.0 is released.
12827
12828 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12829
12830 * gnus.el (gnus-version-number): Bump.
12831 (gnus-version): No.
12832
12833 See ChangeLog.2 for earlier changes.
12834
12835 Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
12836
12837 This file is part of GNU Emacs.
12838
12839 GNU Emacs is free software: you can redistribute it and/or modify
12840 it under the terms of the GNU General Public License as published by
12841 the Free Software Foundation, either version 3 of the License, or
12842 (at your option) any later version.
12843
12844 GNU Emacs is distributed in the hope that it will be useful,
12845 but WITHOUT ANY WARRANTY; without even the implied warranty of
12846 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12847 GNU General Public License for more details.
12848
12849 You should have received a copy of the GNU General Public License
12850 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
12851
12852 ;; Local Variables:
12853 ;; coding: utf-8
12854 ;; fill-column: 79
12855 ;; add-log-time-zone-rule: t
12856 ;; End:
12857
12858 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4