]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
Merge from emacs--rel--22
[gnu-emacs] / lisp / gnus / ChangeLog
1 2008-09-27 Glenn Morris <rgm@gnu.org>
2
3 * gnus-util.el (mail-header-remove-comments): Autoload it.
4
5 2008-09-27 Andreas Schwab <schwab@suse.de>
6
7 * gnus-util.el (gnus-split-references): Strip comments.
8 (gnus-parent-id): Likewise.
9
10 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
11
12 * message.el (message-confirm-send): Fixed variable documentation to
13 avoid the "y/n" wording.
14
15 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
16
17 * message.el (message-set-auto-save-file-name): Save to a different
18 filename so multiple messages (especially drafts) can be recovered.
19
20 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
21
22 * message.el (message-confirm-send): Add appropriate version.
23
24 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
25
26 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
27 defvar.
28
29 2008-09-22 Daiki Ueno <ueno@unixuser.org>
30
31 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
32 (mm-pkcs7-enveloped-magic): Ditto.
33
34 2008-09-17 Simon Josefsson <simon@josefsson.org>
35
36 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
37 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
38
39 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
40
41 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
42 default, it's better.
43
44 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
45
46 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
47 summary line gnus-number property and ignore them (with a warning
48 message).
49
50 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
51
52 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
53 macro caddr in the interactive form since it won't be expanded.
54
55 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
56
57 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
58 `charset'; fix name of function called recursively.
59 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
60
61 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
62
63 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
64 (gnus-mime-set-charset-parameters): New function.
65 (gnus-mime-view-part-as-charset): Use it to correctly display part
66 specifying wrong charset.
67
68 2008-09-08 David Engster <dengste@eml.cc>
69
70 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
71 in completing-read for back end server.
72
73 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
74
75 * message.el (message-confirm-send): New variable to confirm sending a
76 message.
77 (message-send): Use it.
78
79 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
80
81 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
82
83 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
84
85 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
86
87 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
88
89 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
90 prevent tracking too many groups.
91 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
92 Use it.
93
94 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
95
96 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
97 moving point to the bottom of the window in order to avoid recentering.
98
99 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
100
101 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
102 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
103 (gnus-article-beginning-of-window): Fix calculation.
104
105 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
106
107 * gnus-msg.el (gnus-summary-supersede-article)
108 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
109 value of gnus-newsgroup-charset to decode non-MIME encoded text in
110 message header.
111
112 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
113
114 * message.el:
115 * gnus-start.el:
116 * gnus-registry.el: Remove VMS support.
117
118 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
119
120 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
121 macro.
122 (rfc2104-hash): Use it.
123
124 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
125
126 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
127 (gnus-summary-sort-by-most-recent-date): New commands.
128 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
129 and menu entries.
130
131 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
132
133 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
134 don't redisplay article for raw contents; remove plural articles stuff.
135
136 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
137 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
138 on gnus-summary-save-article; display results properly.
139
140 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
141
142 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
143
144 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
145
146 * gnus-art.el (gnus-summary-save-in-pipe): Consider
147 gnus-save-all-headers.
148
149 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
150
151 * gnus-util.el (ns-focus-frame): Remove declaration.
152 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
153 like x.
154
155 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
156
157 * rfc2104.el (rfc2104-zero): Delete defconst.
158 (rfc2104-hex-alist): Likewise.
159 (rfc2104-hex-to-int): Delete func.
160 (rfc2104-hexstring-to-bitstring): Likewise.
161 (rfc2104-nybbles): New defconst.
162 (rfc2104-hash): Rewrite for speed.
163
164 2008-07-16 Glenn Morris <rgm@gnu.org>
165
166 * gnus-util.el (ns-focus-frame): Declare for compiler.
167
168 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
169
170 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
171 set as a group parameter.
172 (gnus-summary-save-in-pipe): Work when it is called independently.
173 (gnus-summary-pipe-to-muttprint): Don't modify
174 gnus-summary-pipe-output-default-command.
175
176 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
177
178 * message.el (message-send-mail-with-sendmail):
179 Display the error message.
180
181 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
182
183 * gnus-art.el (gnus-default-article-saver):
184 Add gnus-summary-save-in-pipe to choices.
185 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
186 gnus-summary-pipe-output-default-command as the default command.
187 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
188 instead of gnus-last-shell-command.
189
190 * gnus-sum.el (gnus-summary-pipe-output-default-command):
191 New user option.
192 (gnus-summary-muttprint-program): Mention the value will be changed.
193 (gnus-summary-save-article): Force showing of all headers.
194 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
195
196 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
197
198 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
199
200 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
201
202 * nnimap.el (nnimap-id):
203 * sieve-manage.el (sieve-manage-open): Doc fixes.
204
205 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
206
207 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
208 if available.
209
210 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
211
212 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
213
214 * nnkiboze.el (nnkiboze-generate-group):
215 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
216
217 * nnmairix.el: Require CL.
218
219 2008-06-15 David Engster <dengste@eml.cc>
220
221 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
222
223 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
224
225 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
226 New macros that expand to an `aset'/`aref' call under Emacs, and to a
227 runtime choice under XEmacs.
228
229 * gnus-sum.el (gnus-summary-set-display-table):
230 Use `gnus-put-display-table', `gnus-get-display-table',
231 `gnus-set-display-table' for the display table, instead of `aset'.
232
233 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
234
235 * nnmairix.el: Add autoloads.
236
237 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
238
239 * nnmairix.el (nnmairix-delete-recreate-group)
240 (nnmairix-update-and-clear-marks): Fix error messages.
241
242 2008-06-14 David Engster <dengste@eml.cc>
243
244 * nnmairix.el: Upgrade to version 0.6.
245 (nnmairix-group-toggle-propmarks-this-group)
246 (nnmairix-group-toggle-readmarks-this-group)
247 (nnmairix-group-delete-recreate-this-group)
248 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
249 (nnmairix-remove-tick-mark-original-article): New commands.
250 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
251 (nnmairix-propagate-marks-to-nnmairix-groups)
252 (nnmairix-only-use-registry, nnmairix-allowfast-default)
253 (nnmairix-marks-cache, nnmairix-version-output): New variables.
254 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
255 functions needed for marks propagation and manipulation of read marks.
256 (nnmairix-update-groups): New function.
257 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
258 (nnmairix-determine-original-group-from-registry)
259 (nnmairix-determine-original-group-from-path)
260 (nnmairix-get-group-from-file-path, nnmairix-map-range)
261 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
262 New helper functions.
263 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
264 keystrokes for new commands.
265 (nnmairix-delete-and-create-on-change): Doc string cleanup.
266 (nnmairix-request-group): Check allow-fast group parameter.
267 (nnmairix-request-create-group): Set allow-fast group parameter if
268 nnmairix-allowfast-default is set.
269 (nnmairix-close-group): Propagate marks upon closing if needed.
270 (nnmairix-group-toggle-threads-this-group): Use new.
271 nnmairix-group-toggle-parameter helper function.
272 (nnmairix-search): Better check for empty search result.
273 (nnmairix-goto-original-article): Use new helper functions for
274 determining original article.
275 (nnmairix-show-original-article): Make sure message-id is in brackets.
276 (nnmairix-call-mairix-binary): Change variable name.
277 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
278 helper function.
279 (nnmairix-widget-toggle-activate): Fix doc string.
280
281 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
282
283 * nnir.el: Require edmacro when compiling with XEmacs.
284 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
285 available in Emacs 21.
286
287 2008-06-11 Glenn Morris <rgm@gnu.org>
288
289 * gnus-util.el (x-focus-frame):
290 * gnus.el (image-size):
291 * mm-decode.el (image-size): Declare.
292
293 * gnus-picon.el (declare-function): Add compat definition.
294 (image-size): Declare.
295
296 * gnus-group.el (tool-bar-map):
297 * gnus-sum.el (tool-bar-map): Define for compiler.
298
299 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
300
301 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
302
303 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
304 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
305 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
306 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
307 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
308 * sieve-manage.el, spam-report.el, spam.el:
309 Remove unnecessary eval-and-compile of autoloads.
310
311 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
312
313 * auth-source.el: Precise Tramp doc.
314
315 2008-06-07 Glenn Morris <rgm@gnu.org>
316
317 * nnmairix.el: Remove unnecessary eval-when-compile.
318
319 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
320
321 * nnir.el: New file.
322
323 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
324
325 * gnus-util.el (gnus-read-shell-command): New function.
326 * mm-decode.el (mm-pipe-part):
327 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
328
329 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
330
331 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
332
333 2008-06-03 Glenn Morris <rgm@gnu.org>
334
335 * pop3.el (nnheader-accept-process-output): Autoload it.
336
337 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
338
339 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
340 are not 2-digit hexadecimal characters that follow `%'s.
341
342 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
343
344 * message.el (message-bogus-recipient-p): Fix type in doc string.
345 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
346 (message-bogus-addresses): Rename from message-bogus-address-regexp.
347 Improve custom options.
348 (message-bogus-recipient-p): Adjust accordingly.
349
350 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
351
352 * nnmairix.el: Require edmacro when compiling with XEmacs.
353
354 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
355
356 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
357 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
358
359 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
360
361 * auth-source.el: Add more docs.
362
363 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
364
365 * nnheader.el (nnheader-read-timeout): Change the default timeout from
366 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
367 retrieval faster in some cases, but might make CPU usage larger. If
368 this has any bad side effects, we might revert this change.
369
370 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
371 seems to make mail retrieval much, much faster.
372 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
373 unconditionally.
374
375 * gnus-draft.el (gnus-group-send-queue): Bind
376 message-send-mail-partially-limit to nil to avoid being prompted.
377
378 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
379
380 * mml.el (mml-attach-buffer): Prompt for `disposition'.
381
382 * message.el (message-bogus-address-regexp): Fix and improve custom
383 type.
384 (message-setup-hook): Add message-check-recipients as custom option.
385
386 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
387
388 * message.el (message-cite-function): Remove bogus autoload which crept
389 in during merge from v5-10.
390
391 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
392
393 * nnimap.el (nnimap-open-connection): Fix login/password bug.
394
395 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
396
397 * auth-source.el: Preliminary Tramp docs.
398 (auth-sources): Change the default auth-sources to use
399 EPA .gpg files.
400
401 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
402
403 * nntp.el: Autoload `auth-source-user-or-password'.
404 (nntp-send-authinfo): Use it.
405
406 * nnimap.el: Autoload `auth-source-user-or-password'.
407 (nnimap-open-connection): Use it.
408
409 * auth-source.el: Added docs on using with url-auth. Import gnus-util
410 for the gnus-message function.
411 (auth-source-user-or-password): Use it.
412
413 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
414
415 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
416 rfc2104-hexstring-to-byte-list. Return a unibyte string.
417 (rfc2104-hash): Use it.
418
419 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
420
421 * gnus-art.el (gnus-article-toggle-truncate-lines):
422 Don't use `iff' in docstring.
423
424 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
425
426 * gnus-registry.el: Adjusted copyright dates and added a keyword.
427
428 * gnus-util.el (gnus-extract-address-component-name)
429 (gnus-extract-address-component-email): Convenience functions around
430 `gnus-extract-address-components'.
431
432 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
433 Use `gnus-extract-address-component-email' to fix bug of comparing full
434 sender name to `user-mail-address'.
435
436 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
437
438 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
439 catch/throw to optimize.
440 (gnus-registry-find-keywords): Just use member to find a keyword.
441
442 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
443
444 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
445 is current before calling gnus-server-prepare.
446 (gnus-server-setup-buffer, gnus-server-update-server)
447 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
448
449 2008-05-04 Juri Linkov <juri@jurta.org>
450
451 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
452 (mailcap-file-default-commands): Use mailcap-replace-in-string
453 instead of replace-regexp-in-string, and mailcap-delete-duplicates
454 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
455
456 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
457
458 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
459
460 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
461
462 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
463 hooks.
464 (gnus-update-read-articles): Speed up non-marks-using users.
465 (gnus-use-marks): Define gnus-use-marks.
466 (gnus-propagate-marks): Rename variable to something more sensible.
467
468 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
469
470 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
471 (gmm-image-load-path-for-library): Fix typos in docstrings.
472 (gmm-message): Reflow docstring.
473
474 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
475
476 * mail-source.el (mail-source-set-1, mail-source-bind):
477 Move auth-source code out of the macro to clean it up and fix bugs.
478
479 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
480
481 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
482 by sender if it's equal to user-mail-address, it's likely to be
483 useless.
484
485 * mail-source.el (mail-source-bind): Don't use user or password if they
486 are not bound. Unintern them if they are nil. Don't use server unless
487 it's bound, and default it to empty string otherwise.
488
489 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
490
491 * mail-source.el: Load auth-source.el.
492 (mail-source-bind): Add comments. Call auth-source-user-or-password to
493 get user name or password, if auth-sources is set up.
494
495 * gnus-registry.el (gnus-registry-split-strategy): New variable for
496 strategy of splitting with parent.
497 (gnus-registry-split-fancy-with-parent)
498 (gnus-registry-post-process-groups): Use it and fix prior
499 bug (returning a list as the split result).
500
501 * auth-source.el (auth-sources): Remove server parameter.
502 (auth-source-pick, auth-source-user-or-password)
503 (auth-source-user-or-password-imap)
504 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
505 (auth-source-user-or-password-sftp)
506 (auth-source-user-or-password-smtp): Remove server parameter.
507
508 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
509
510 * smime.el (smime-sign-region, smime-encrypt-region)
511 (smime-decrypt-region):
512 Remove redundant calls to `generate-new-buffer-name'.
513
514 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
515
516 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
517 Don't use QP for message/rfc822.
518 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
519
520 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
521
522 * sieve-manage.el (sieve-string-bytes): Remove.
523 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
524 correct byte-length only if the process's coding-system is the same as
525 the one used internally by Emacs to represent strings.
526
527 2008-04-22 Juri Linkov <juri@jurta.org>
528
529 * mailcap.el (mailcap-file-default-commands): New function.
530
531 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
532
533 * message.el (message-signature-separator, message-cite-function):
534 Change custom version.
535
536 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
537
538 * mm-decode.el (mm-display-external): Make temp file read-only.
539
540 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
541
542 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
543 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
544 `C-c C-f d'.
545
546 2008-04-12 Adrian Aichner <adrian@xemacs.org>
547
548 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
549
550 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
551
552 * auth-source.el: Added docs.
553 (auth-sources): Modify format to support server.
554 (auth-source-pick, auth-source-user-or-password)
555 (auth-source-user-or-password-imap)
556 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
557 (auth-source-user-or-password-sftp)
558 (auth-source-user-or-password-smtp): Add server parameter.
559
560 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
561
562 * gnus-registry.el: Initialize the registry when gnus-registry-install
563 is t.
564
565 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
566
567 * compface.el (uncompface): Make buffer unibyte.
568
569 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
570
571 * mail-source.el (mail-source-value):
572 Prefer fboundp to functionp so it works with macros as well.
573
574 2008-04-05 Glenn Morris <rgm@gnu.org>
575
576 * gnus-ems.el (mm-disable-multibyte): Autoload it.
577
578 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
579
580 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
581 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
582
583 * nnheader.el (nnheader-init-server-buffer): Change buffer's
584 multibyteness after rather than before erasing it.
585
586 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
587 mm-with-multibyte.
588 (gnus-request-article-this-buffer): Make sure the proper decoding is
589 used if gnus-original-article-buffer happens to be unibyte.
590
591 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
592 default-enable-multibyte-characters.
593
594 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
595 default-enable-multibyte-characters.
596
597 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
598
599 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
600
601 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
602
603 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
604 Fix last change in case the element is not even a symbol.
605
606 2008-04-02 Simon Josefsson <simon@josefsson.org>
607
608 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
609 imap-enable-exchange-bug-workaround.
610 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
611
612 2008-04-01 Simon Josefsson <simon@josefsson.org>
613
614 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
615 a 100 byte status-checks into a 2-3MB transfer for each group.
616 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
617 to enable bug workaround or not.
618 (nnimap-find-minmax-uid): Only enable workaround conditionally.
619
620 2008-03-31 Glenn Morris <rgm@gnu.org>
621
622 * message.el (mml2015-use): Declare for compiler.
623 (message-info): Require mml2015 when appropriate.
624
625 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
626
627 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
628 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
629 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
630 (nntp-service-to-port): New function.
631 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
632 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
633 (nntp-open-netcat-stream): New function.
634 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
635
636 2008-03-29 Sven Joachim <svenjoac@gmx.de>
637
638 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
639
640 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
641
642 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
643
644 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
645
646 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
647
648 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
649
650 * message.el (message-signature-separator): Change default.
651 Improve custom type.
652 (message-cite-function): Change default to
653 message-cite-original-without-signature.
654
655 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
656 toggle.
657
658 * message.el (message-check-news-body-syntax): Fix signature check.
659 (message-setup-1): Mark buffer as unmodified _after_ running
660 message-setup-hook and handling message-alternative-emails.
661 (message-shorten-references): Be more strict when building list of
662 valid references to comply with GNKSA.
663
664 * gnus-group.el (gnus-read-ephemeral-bug-group)
665 (gnus-read-ephemeral-debian-bug-group)
666 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
667
668 * message.el (message-info): Don't use booleanp which isn't supported
669 in Emacs 21 and XEmacs.
670
671 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
672
673 * gnus-group.el (gnus-gmane-group-download-format): Rename from
674 gnus-group-gmane-group-download-format.
675 (gnus-group-read-ephemeral-gmane-group): Rename from
676 gnus-group-read-ephemeral-gmane-group.
677 (gnus-read-ephemeral-gmane-group-url): Rename from
678 gnus-group-read-ephemeral-gmane-group-url.
679 (gnus-bug-group-download-format-alist): New variable.
680 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
681 (gnus-read-ephemeral-emacs-bug-group): New commands.
682
683 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
684
685 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
686 (gnus-visible-headers): Improve custom type.
687
688 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
689
690 * mml.el (mml-menu): Add workarounds for XEmacs.
691
692 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
693 X-Boundary header.
694
695 * message.el (message-simplify-recipients): Fix previous commit.
696
697 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
698
699 * mm-util.el (mm-set-buffer-multibyte): New function.
700 * mm-decode.el (mm-copy-to-buffer): Use it.
701
702 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
703 Prefer fboundp to functionp so it works with macros as well.
704
705 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
706
707 * message.el (message-alter-recipients-discard-bogus-full-name):
708 New function.
709 (message-alter-recipients-function): New variable.
710 (message-get-reply-headers): Use it.
711 (message-replace-header): New helper function.
712 (message-recipients-without-full-name): New variable.
713 (message-simplify-recipients): New command.
714
715 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
716
717 * message.el (message-info): Handle EasyPG manual.
718
719 * mml.el (mml-menu): Add entry for EasyPG.
720
721 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
722
723 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
724 parameter.
725
726 * message.el (message-disassociate-draft): Specify drafts group name
727 fully.
728
729 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
730
731 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
732 unnecessary duplicates from the match list.
733
734 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
735
736 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
737 args of `how-many' of which the XEmacs version doesn't take; declare
738 Info-index-next as function.
739
740 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
741
742 * gnus-score.el (gnus-score-headers): Fix handling of
743 gnus-inhibit-slow-scoring.
744
745 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
746 string.
747 (gnus-button-url-regexp): Improve handling of parenthesis.
748 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
749 (gnus-button-handle-info-keystrokes): Handle index entries.
750
751 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
752
753 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
754 Incoming* files.
755
756 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
757
758 * auth-source.el (auth-sources): Renamed from auth-source-choices.
759 (auth-source-pick): Use it.
760
761 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
762
763 * auth-source.el (auth-source-protocols)
764 (auth-source-protocols-customize, auth-source-choices): Added and
765 modified variable customizations and defaults.
766 (auth-source-pick, auth-source-user-or-password)
767 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
768 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
769 (auth-source-user-or-password-sftp)
770 (auth-source-user-or-password-smtp): Use new variables and provide an
771 interface to netrc.el.
772
773 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
774
775 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
776 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
777 Make sure the nntp port to specify is a string.
778
779 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
780
781 * nntp.el: Use with-current-buffer.
782 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
783 dubious mm-with-unibyte-current-buffer.
784 (nntp-with-open-group-function): New function extracted from
785 nntp-with-open-group macro.
786 (nntp-with-open-group): Use the function, so it's easier to debug.
787 Add indentation and debugging info.
788 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
789 the use of the netcat alternatives.
790
791 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
792 Avoid mm-string-as-multibyte as well.
793
794 * nnweb.el (nnweb-insert-html):
795 Remove use of nnheader-string-as-multibyte.
796
797 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
798 (nnheader-string-as-multibyte): Remove.
799
800 * mm-view.el: Use inhibit-read-only.
801 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
802 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
803 or unibyte-string.
804
805 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
806 (mm-uu-yenc-extract): Use with-current-buffer.
807
808 * gnus-soup.el (gnus-soup-send-packet): Don't use
809 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
810
811 * nnmh.el: Use with-current-buffer.
812 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
813 mm-string-as-multibyte on the output of mm-encode-coding-string.
814
815 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
816 (nnimap-request-move-article): Use with-current-buffer.
817
818 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
819 inserting the handle-buffer's text, so the implicit multibyte->unibyte
820 conversion uses string-make-unibyte rather than string-as-unibyte.
821
822 * gnus-msg.el: Use with-current-buffer.
823
824 * message.el (message-ignored-resent-headers): Add "Delivered-To".
825
826 2008-03-10 Daiki Ueno <ueno@unixuser.org>
827
828 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
829 string for caching if it is 'PIN.
830
831 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
832
833 * mail-source.el (mail-source-delete-old-incoming-confirm):
834 Change default to nil.
835 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
836
837 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
838
839 * gnus-art.el (gnus-narrow-to-page): Position point properly.
840 (gnus-article-goto-prev-page): Work for articles having ^L's.
841
842 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
843
844 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
845
846 2008-03-07 Karl Fogel <kfogel@red-bean.com>
847
848 * gnus-bookmark.el: Adjust for renames in bookmark.el.
849 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
850 (gnus-bookmark-jump): Adjust some variable names.
851
852 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
853
854 * auth-source.el: New package.
855 (auth-source-choices): Add customization entry point variable.
856
857 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
858 bug.
859
860 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
861
862 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
863 (gnus-registry-initialize, gnus-registry-install-p): Use it.
864 (gnus-registry-install-shortcuts): Rename from
865 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
866 the `gnus-registry-mark-map' keymap dynamically from
867 `gnus-registry-marks'. The generated functions update the summary line
868 when a registry mark is added or deleted, and will call
869 `gnus-registry-install-p' (see the comments in the code).
870 (gnus-registry-user-format-function-M): Use concat intelligently.
871
872 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
873 the registry mark functions.
874
875 2008-03-05 Glenn Morris <rgm@gnu.org>
876
877 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
878 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
879 gnus-art.
880 (top-level): No need to load own source when compiling.
881
882 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
883
884 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
885 Suggested by <chris.anderton@zetnet.co.uk>.
886
887 2008-03-04 Glenn Morris <rgm@gnu.org>
888
889 * gnus-sum.el (top-level): No need to require gnus when compiling,
890 since unconditionally required near start of file.
891 (gnus-summary-display-while-building): Move definition before use.
892
893 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
894
895 * gnus-registry.el (gnus-registry-user-format-function-M): Add
896 formatting function.
897
898 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
899
900 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
901 with plists.
902 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
903 Use new format.
904
905 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
906
907 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
908 `where-is-internal' that returns a range of key sequences.
909
910 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
911
912 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
913
914 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
915 (gnus-summary-jump-to-group): Consider windows on other displayed
916 frames as well. Similar changes might be needed elsewhere, but that's
917 the one I've bumped into during my use.
918
919 * nndoc.el (nndoc-oe-dbx-type-p):
920 * gnus-msg.el (gnus-debug):
921 * gnus-group.el (gnus-update-group-mark-positions):
922 Use mm-string-to-multibyte.
923
924 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
925
926 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
927 doesn't handle NotDashEscaped.
928
929 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
930 (mml-dnd-attach-options): Fix typo in custom choice.
931
932 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
933 nndoc-article-type to mbox.
934 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
935
936 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
937 to nil, instead of html2text.
938
939 * imap.el (imap-debug): Add `imap-ping-server'.
940
941 * gnus-bookmark.el: Add FIXMEs.
942
943 * message.el (message-form-letter-separator)
944 (message-send-form-letter-delay): New variables.
945 (message-send-form-letter): Use them. New command to send form
946 letters. Requested by Uwe Siart.
947 (message-send-mail-function): Doc fix. Add "Other" custom option.
948
949 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
950
951 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
952 empty author.
953
954 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
955
956 * gnus-registry.el (gnus-registry-marks): Add variable for
957 customization of marks and their appearance.
958 (gnus-registry-read-mark): Use it.
959 (gnus-registry-do-marks): Add utility function to loop through
960 `gnus-registry-marks'.
961 (gnus-registry-install-shortcuts-and-menus): Add function to install
962 shortcuts and menus.
963 (gnus-registry-initialize): Use it.
964 (gnus-registry-default-mark): Clarify documentation.
965
966 2008-02-29 Glenn Morris <rgm@gnu.org>
967
968 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
969 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
970 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
971 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
972 Change defcustom :version from 23.0 to 23.1.
973
974 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
975
976 * gnus-registry.el (gnus-registry-follow-group-p)
977 (gnus-registry-post-process-groups): Add functions to aid registry
978 splitting and improve logging. Clarify behavior in function
979 documentation.
980 (gnus-registry-split-fancy-with-parent): Use them.
981
982 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
983
984 * gnus-art.el: Use with-current-buffer.
985
986 2008-02-27 David Engster <dengste@eml.cc>
987
988 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
989 Express real group name in the response.
990
991 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
992
993 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
994 (nnmairix-last-server, nnmairix-current-server): Defvar them.
995 (nnmairix-goto-original-article): Defvar gnus-registry-install and
996 autoload gnus-registry-fetch-group when compiling.
997 (nnmairix-request-group-with-article-number-correction): Remove
998 unreferenced argument passed to nnmairix-call-backend.
999
1000 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
1001
1002 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
1003 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
1004 Wilde.
1005
1006 2008-02-27 Glenn Morris <rgm@gnu.org>
1007
1008 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
1009 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
1010 variables to defconsts. Convert comments to doc-strings.
1011 (nnmairix-last-server, nnmairix-current-server): Convert from free
1012 variables to defvars. Convert comments to doc-strings.
1013 (gnus-registry-fetch-group): Autoload.
1014 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
1015 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
1016 (nnmairix-widget-build-editable-fields): Use car cddr rather than
1017 caddr.
1018 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
1019 nnmairix-request-group-with-article-number-correction call.
1020 (nnmairix-fast, nnmairix-group): New, less general names, for free
1021 variables passed from nnmairix-request-group to
1022 nnmairix-request-group-with-article-number-correction. Declare.
1023 (nnmairix-request-group-with-article-number-correction):
1024 Use nnmairix-fast, nnmairix-group rather than fast, group.
1025
1026 2008-02-26 David Engster <dengste@eml.cc>
1027
1028 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
1029 version 0.5.
1030
1031 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
1032
1033 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
1034 instead of making an extra function call. Don't add the current group
1035 to articles only when they have the group. Use
1036 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
1037 Reported by David <de_bb@arcor.de>.
1038
1039 2008-02-24 Miles Bader <miles@gnu.org>
1040
1041 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
1042 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
1043 (mm-find-mime-charset-region):
1044 * mm-bodies.el (mm-encode-body):
1045 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
1046
1047 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
1048
1049 * mail-source.el (mail-source-delete-incoming): Change default.
1050 Supplement doc string.
1051
1052 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
1053
1054 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
1055
1056 * nnmail.el (nnmail-message-id-cache-file): Derive from
1057 `gnus-home-directory'.
1058
1059 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
1060
1061 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
1062 Document negative prefix.
1063
1064 * gnus-group.el (gnus-group-read-group): Document negative prefix.
1065
1066 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1067
1068 * message.el (message-unsent-separator): Add the Exim bounce
1069 separator.
1070
1071 2008-02-10 Daiki Ueno <ueno@unixuser.org>
1072
1073 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1074 list.
1075 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1076 recipient/signer list.
1077
1078 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
1079
1080 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1081 fbound (Emacs 23 unicode), signal an error.
1082
1083 2008-02-08 Glenn Morris <rgm@gnu.org>
1084
1085 * gnus-art.el (pgg-display-output-buffer): Declare as function.
1086
1087 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
1088
1089 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1090 ports to the calls to `netrc-machine-user-or-password' in addition to
1091 "imap" and "imaps".
1092
1093 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
1094
1095 * gnus.el (gnus-group-startup-message): Add `find-image' call before
1096 image-load-path is let-bound. Reported by Harald Hanche-Olsen
1097 <hanche@math.ntnu.no>.
1098
1099 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
1100
1101 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1102
1103 2008-02-01 Zhang Wei <id.brep@gmail.com>
1104
1105 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1106
1107 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1108
1109 2008-02-01 Miles Bader <miles@gnu.org>
1110
1111 * mml.el (mml-parse-1): Remove apparently vestigial use of
1112 `mm-hack-charsets'.
1113 * mm-bodies.el (mm-encode-body): Likewise.
1114
1115 2008-02-01 Kenichi Handa <handa@m17n.org>
1116
1117 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
1118 rfc2104-hexstring-to-bitstring and changed to return a byte list.
1119 (rfc2104-hash): Convert the result of concat to unibyte string.
1120
1121 2008-02-01 Dave Love <fx@gnu.org>
1122
1123 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
1124 coding-system-for-read.
1125 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
1126
1127 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
1128 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
1129 (mm-find-mime-charset-region): Remove hack-charsets stuff.
1130
1131 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
1132
1133 * mail-source.el (mail-sources): Add `group' choice.
1134
1135 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1136 parameter `in-group' to control into which group the articles go.
1137 Add treatment of `group' mail-source.
1138
1139 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1140
1141 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1142 * message.el (message-beginning-of-line): Use featurep instead of bound
1143 tests in order to resolve conditionals at compile time.
1144
1145 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
1146
1147 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1148
1149 * mm-decode.el (mm-dissect-buffer): Decode description.
1150
1151 * mml.el (mml-to-mime): Encode message header first.
1152
1153 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
1154
1155 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1156 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1157
1158 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
1159
1160 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1161
1162 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
1163
1164 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1165 prefix keys.
1166 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1167 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1168 gnus-xmas.el.
1169
1170 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
1171
1172 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1173 Add new variables for article mark management.
1174 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1175 list of extra data entries which, when present, will indicate that the
1176 article ID should not be trimmed from the registry.
1177 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1178 functions.
1179 (gnus-registry-read-mark): New function to read a mark name from the
1180 user.
1181 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1182 (gnus-registry-set-article-mark-internal): New functions to add and
1183 remove marks.
1184 (gnus-registry-get-article-marks): New function to show the marks for
1185 an article, or retrieve them for further use.
1186
1187 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
1188
1189 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1190 keys when no argument is given.
1191
1192 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
1193
1194 * gnus-sum.el (gnus-article-sort-by-random)
1195 (gnus-thread-sort-by-random): Fix doc strings. Reported by
1196 jidanni@jidanni.org.
1197
1198 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
1199
1200 * gnus-art.el (gnus-article-describe-bindings): New function.
1201 (gnus-article-read-summary-keys): Use it.
1202 (gnus-article-mode-map): Bind `C-h b' to it.
1203
1204 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
1205
1206 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1207 XEmacs.
1208 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1209 against non-character events.
1210
1211 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
1212
1213 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1214 command.
1215 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1216 instead of END. Change name of the temp file.
1217 (gnus-group-gmane-group-download-format): Add doc string. Make it
1218 customizable.
1219
1220 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
1221
1222 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1223 bind `S W' to gnus-article-wide-reply-with-original; set default
1224 binding to gnus-article-read-summary-send-keys.
1225 (gnus-article-read-summary-keys): Fix the order of keys; display
1226 continuation keys correctly in the echo area; describe bindings
1227 correctly when keys end with `C-h'.
1228 (gnus-article-read-summary-send-keys): New function.
1229 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1230 for gnus-article-read-summary-send-keys; display continuation keys
1231 correctly in the echo area.
1232 (gnus-article-reply-with-original): Ignore prefix argument.
1233 (gnus-article-wide-reply-with-original): New function.
1234
1235 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
1236
1237 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1238 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1239
1240 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
1241
1242 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1243 (gnus-group-read-ephemeral-gmane-group): New command.
1244
1245 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1246
1247 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1248
1249 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
1250
1251 * message.el (message-send-mail-function): Increase custom version.
1252
1253 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1254 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
1255
1256 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
1257
1258 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1259 html parts correctly; support forwarded messages.
1260 (gnus-article-browse-html-article): Remove work buffers.
1261
1262 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1263 compiling.
1264 (netrc-bound-and-true-p): New macro.
1265 (netrc-parse): Use it instead of bound-and-true-p that is not available
1266 in XEmacs 21.4.
1267
1268 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
1269
1270 * gnus-registry.el (gnus-registry-mark-article)
1271 (gnus-registry-article-marks): Add functionality to mark articles
1272 through the Gnus registry.
1273
1274 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1275 (netrc-parse): Use encrypt-file-alist to determine if
1276 encrypt-find-model or encrypt-insert-file-contents should be used.
1277
1278 2007-12-19 Glenn Morris <rgm@gnu.org>
1279
1280 * mml.el (message-options-set, message-narrow-to-head)
1281 (message-in-body-p, message-mail-p, message-encode-message-body):
1282 Autoload.
1283 (message-remove-header, message-narrow-to-headers-or-head)
1284 (message-subscribed-p, message-make-mail-followup-to)
1285 (message-position-on-field, message-news-p)
1286 (message-options-set-recipient, message-generate-headers)
1287 (message-sort-headers): Declare as functions.
1288
1289 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
1290
1291 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1292 convention in doc string.
1293
1294 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
1295
1296 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1297 title to html parts.
1298 (gnus-article-browse-html-article): Pass message header to it.
1299
1300 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1301
1302 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
1303
1304 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1305 or password compatible with XEmacs.
1306
1307 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
1308
1309 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1310 format document.
1311 (gnus-mime-delete-part): Don't write description line if empty.
1312 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1313
1314 2007-12-14 Johan Bockgård <bojohan@gnu.org>
1315
1316 * gnus-sum.el (gnus-summary-mark-unread-as-read)
1317 (gnus-summary-mark-read-and-unread-as-read)
1318 (gnus-summary-mark-current-read-and-unread-as-read)
1319 (gnus-summary-mark-unread-as-ticked): Doc fix.
1320 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1321
1322 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1323
1324 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
1325 Christoph Conrad <christoph.conrad@gmx.de>.
1326
1327 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1328
1329 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1330 yes-or-no-p.
1331
1332 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
1333
1334 * mm-decode.el (mm-add-meta-html-tag): New function.
1335 (mm-save-part-to-file, mm-pipe-part): Use it.
1336
1337 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1338 gnus-y-or-n-p instead of y-or-n-p.
1339 (gnus-article-browse-html-parts): Work with message/external-body; use
1340 mm-add-meta-html-tag.
1341
1342 2007-12-11 Glenn Morris <rgm@gnu.org>
1343
1344 * gnus-cache.el: Require gnus-sum not just when compiling.
1345
1346 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1347
1348 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1349 definitions before use.
1350
1351 * mm-decode.el: Require gnus-util.
1352 (mm-remove-part): Only call delete-annotation on XEmacs.
1353
1354 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1355
1356 * nnmail.el: Require gnus-int.
1357
1358 * spam.el: Move `require's before `eval-when-compile's.
1359
1360 * gnus-ems.el (gnus-alive-p):
1361 * gnus-fun.el (message-goto-eoh):
1362 * gnus-util.el (gnus-group-name-decode):
1363 * mail-source.el (gnus-compress-sequence):
1364 * message.el (Info-goto-node, format-spec):
1365 * mm-bodies.el (message-options-get):
1366 * mm-decode.el (mm-view-pkcs7):
1367 * mm-util.el (gmm-write-region):
1368 * mml-smime.el (mml-compute-boundary)
1369 (gnus-completing-read-with-default):
1370 * mml.el (widget-button-press, gnus-make-hashtable):
1371 * mml1991.el (mm-decode-content-transfer-encoding)
1372 (mm-encode-content-transfer-encoding)
1373 (message-options-get, message-options-set):
1374 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1375 * nnfolder.el (gnus-request-group):
1376 * nnheader.el (ietf-drums-unfold-fws):
1377 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1378 * smime.el (gnus-run-mode-hooks):
1379 * spam-stat.el (gnus-message): Autoload.
1380
1381 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1382 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1383 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1384 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1385 Add declare-function compatibility definition.
1386
1387 * gnus-cache.el (nnvirtual-find-group-art):
1388 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1389 (gnus-add-image, gnus-add-wash-type):
1390 * gnus-group.el (nnkiboze-score-file):
1391 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1392 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1393 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1394 (message-tokenize-header, gnus-get-buffer-create)
1395 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1396 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1397 * gnus.el (gnus-group-decoded-name):
1398 * mail-source.el (imap-capability):
1399 * mm-bodies.el (message-options-set):
1400 * mm-decode.el (gnus-configure-windows):
1401 * mm-extern.el (message-goto-body):
1402 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1403 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1404 (epg-sub-key-validity, message-options-set):
1405 * mml.el (widget-event-point, gnus-configure-windows):
1406 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1407 * mml2015.el (epg-check-configuration, epg-configuration)
1408 (message-options-set):
1409 * nndb.el (nndb-request-article):
1410 * nnfolder.el (gnus-request-create-group):
1411 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1412 * nnmaildir.el (gnus-group-mark-article-read):
1413 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1414 * rfc1843.el (message-fetch-field):
1415 * spam.el (gnus-extract-address-components):
1416 Declare as functions.
1417
1418 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
1419
1420 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1421
1422 2007-12-09 Glenn Morris <rgm@gnu.org>
1423
1424 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1425
1426 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1427 * message.el, mm-view.el, sieve-manage, smime.el:
1428 Add declare-function compatibility definition.
1429
1430 * gnus-art.el (w3-region, w3m-region, Info-menu):
1431 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1432 * gnus-sum.el (gnus-get-predicate):
1433 * gnus-util.el (mm-append-to-file, w32-focus-frame):
1434 * message.el (mail-abbrev-in-expansion-header-p):
1435 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1436 (w3m-detect-meta-charset, w3m-region):
1437 * sieve-manage.el (password-read, password-cache-add)
1438 (password-cache-remove):
1439 * smime.el (password-read-and-add): Declare as functions.
1440
1441 2007-12-08 David Kastrup <dak@gnu.org>
1442
1443 * gnus-sum.el (gnus-summary-simplify-subject-query):
1444 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1445 `message'.
1446
1447 2007-12-07 Glenn Morris <rgm@gnu.org>
1448
1449 * gnus-art.el (article-make-date-line): Revert previous change.
1450
1451 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
1452
1453 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1454
1455 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
1456
1457 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1458 Call gnus-add-to-range ranges only once with a prepared article-list.
1459
1460 2007-12-06 Paul Jarc <prj@po.cwru.edu>
1461
1462 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1463 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1464 group names with backslashes. Reported by Tassilo Horn
1465 <tassilo@member.fsf.org>.
1466
1467 2007-12-06 D. Goel <deego3@gmail.com>
1468
1469 * gnus-art.el (article-make-date-line):
1470 * gnus-start.el (gnus-load):
1471 * pop3.el (pop3-read-response): Fix buggy call to `error'.
1472
1473 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1474
1475 * gnus-art.el (gnus-use-idna)
1476 * gnus-start.el (gnus-site-init-file)
1477 * message.el (message-use-idna)
1478 * mm-uu.el (mm-uu-hide-markers)
1479 * smiley.el (smiley-style): Revert changes that suppress warnings.
1480
1481 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1482
1483 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1484 specify charset to html source. Reported by Christoph Conrad
1485 <christoph.conrad@gmx.de>.
1486
1487 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1488
1489 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1490 idna-program in order to suppress byte compile warning issued by XEmacs
1491 that came to byte compile the default value section of defcustom forms
1492 recently.
1493
1494 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1495 value of installation-directory.
1496
1497 * message.el (message-use-idna): Don't directly refer to the value of
1498 idna-program.
1499
1500 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1501
1502 * smiley.el (smiley-style): Don't directly call face-attribute.
1503
1504 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
1505
1506 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1507
1508 * gnus-dired.el: Reduce Gnus dependencies.
1509 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1510 require. Use autoloads instead.
1511 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1512 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1513 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1514 (gnus-dired-mode): Adjust doc string.
1515 (gnus-dired-mail-mode): New variable.
1516 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1517 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1518 (gnus-dired-mail-buffers): New function. Return mail or message
1519 composition buffers.
1520 (gnus-dired-attach): Use it.
1521 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1522 NO-DECODE.
1523 (gnus-dired-print): Use `gnus-print-buffer' depending on
1524 `gnus-dired-mail-mode'.
1525
1526 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1527
1528 * rfc2047.el (rfc2047-encoded-word-regexp)
1529 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1530 explaining what regexp patterns are for.
1531
1532 2007-12-04 Glenn Morris <rgm@gnu.org>
1533
1534 * password.el: Move to ../password-cache.el.
1535
1536 * mml1991.el (password-read, password-cache-add, password-cache-remove):
1537 * mml2015.el (password-read, password-cache-add, password-cache-remove):
1538 * mml-smime.el (password-read, password-cache-add)
1539 (password-cache-remove):
1540 No need to autoload, since mml-sec requires password.
1541
1542 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1543 * message.el (gnus-extract-address-components):
1544 * mml-smime.el (gnus-extract-address-components): Define for compiler.
1545
1546 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1547 password.
1548
1549 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
1550
1551 * mailcap.el: Reduce dependencies.
1552 (mail-header-parse-content-type): Autoload.
1553 (mailcap-delete-duplicates): New alias.
1554 (mailcap-mime-info): Add optional argument NO-DECODE.
1555 (mailcap-mime-types): Use mailcap-delete-duplicates.
1556
1557 * message.el (message-ignored-supersedes-headers): Add "X-ID".
1558
1559 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1560
1561 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1562 function.
1563
1564 * gnus-uu.el (gnus-uu-decode-yenc): New command.
1565 (gnus-uu-yenc-article): New function.
1566
1567 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1568
1569 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1570 buffer.
1571
1572 2007-12-02 Glenn Morris <rgm@gnu.org>
1573
1574 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
1575 Move to ../net.
1576
1577 * binhex.el, uudecode.el: Move to ../mail.
1578
1579 * encrypt.el: Remove file.
1580
1581 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
1582
1583 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1584 matches on patches.
1585
1586 * gnus-art.el (gnus-article-browse-html-article): Mention
1587 `mm-text-html-renderer' in the doc string.
1588
1589 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1590 string. Add comments.
1591
1592 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1593 if rhs is ASCII.
1594
1595 2007-12-01 Glenn Morris <rgm@gnu.org>
1596
1597 * dig.el, dns.el: Move to ../net.
1598 * format-spec.el, hex-util.el, sha1.el: Move to ../.
1599
1600 * mail-source.el (top-level): Require format-spec before
1601 eval-when-compile.
1602
1603 2007-11-30 Glenn Morris <rgm@gnu.org>
1604
1605 * encrypt.el: Require password, rather than autoloading password-read.
1606
1607 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
1608
1609 * gnus.el (gnus-method-to-server): Add an optional parameter so the
1610 caller can indicate whether the cache should be disregarded for this
1611 call. This way the result of the call is reproducible at all times and
1612 can be considered a canonical server name for the supplied method.
1613 (gnus-agent-method-p): Canonicalize server names by pushing their
1614 method through `gnus-method-to-server' using the no-cache argument.
1615
1616 * gnus-srvr.el (gnus-server-insert-server-line): Call
1617 `gnus-method-to-server' with `no-cache' argument.
1618
1619 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1620 gnus-agent-possibly-synchronize-flags as this should be called when the
1621 server is actually being opened.
1622 (gnus-agent-possibly-synchronize-flags)
1623 (gnus-agent-possibly-synchronize-flags-server): Move check for the
1624 flags file of an agentized server to the latter function.
1625
1626 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1627 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1628 after a connection has been established successfully.
1629
1630 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
1631
1632 * gnus-art.el (article-display-face): Force to display face if called
1633 interactively; check if gnus-article-x-face-too-ugly matches author.
1634 (article-display-x-face): Display face even if From header is missing
1635 as article-display-face does.
1636
1637 2007-11-28 Richard Stallman <rms@gnu.org>
1638
1639 * md4.el: Move to ../.
1640 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
1641
1642 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
1643
1644 * mail-source.el (mail-sources): Default to fetch from file for
1645 compatibility with default of nnmail-spool-file.
1646
1647 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
1648
1649 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1650 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1651 to look for encoded word that should be encoded again.
1652 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1653 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1654 encoding pattern.
1655 (rfc2047-decode-region): Switch strict regexp and loose one according
1656 to rfc2047-allow-irregular-q-encoded-words.
1657
1658 2007-11-26 Simon Josefsson <simon@josefsson.org>
1659
1660 * imap.el: Move to ../net directory.
1661
1662 2007-11-25 Romain Francoise <romain@orebokech.com>
1663
1664 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1665
1666 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1667
1668 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1669 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1670
1671 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1672 `nnmail-spool-file'.
1673
1674 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1675 `nnmail-spool-file'.
1676
1677 * gnus-move.el (gnus-change-server): Ditto.
1678
1679 * gnus-kill.el (gnus-batch-score): Ditto.
1680
1681 * gnus-cache.el (gnus-jog-cache): Ditto.
1682
1683 * gnus-msg.el (gnus-summary-reply):
1684 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
1685
1686 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1687
1688 * gnus-cache.el (gnus-cache-generate-nov-databases):
1689 Use nnml-generate-nov-databases-directory instead of
1690 nnml-generate-nov-databases-1.
1691
1692 2007-11-24 Glenn Morris <rgm@gnu.org>
1693
1694 * message.el (message-tool-bar-retro): Update for rename
1695 mail_send.xpm->mail-send.xpm.
1696
1697 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1698
1699 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1700 `smime-ldap-search' for Emacs 22 and up.
1701
1702 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1703
1704 * hashcash.el: Move to ../mail directory.
1705
1706 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
1707
1708 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1709 `smime-ldap-search' for Emacs 22 and up.
1710
1711 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1712
1713 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1714
1715 * message.el (message-send-mail-function): Fix error convention.
1716 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
1717 (message-widen-reply, message-send-mail, message-talkative-question)
1718 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
1719 (message-clone-locals, message-send-news): Use with-current-buffer.
1720 (message-insert-or-toggle-importance): Remove unused var `valid'.
1721 (message-make-references): Remove unused var `new-references'.
1722 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
1723
1724 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
1725
1726 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
1727 (spam-split-symbolic-return-positive): Reflow docstring.
1728 (spam-backends, spam-summary-exit-behavior)
1729 (spam-mark-ham-unread-before-move-from-spam-group)
1730 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
1731 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
1732 (spam-clear-cache, spam-backend-check, spam-install-backend)
1733 (spam-install-statistical-backend, spam-list-of-processors)
1734 (spam-group-processor-p, spam-split, spam-bogofilter-score)
1735 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
1736 (spam-check-crm114, spam-initialize, spam-unload-hook):
1737 Fix typos in docstrings.
1738
1739 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1740
1741 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
1742 been checked if they have never been read and those group levels are
1743 higher than the one that a user specified.
1744
1745 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1746
1747 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
1748 foreign groups unless a group level is specified by a user.
1749 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
1750
1751 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
1752
1753 * message.el (message-send-mail-function): Require sendmail.
1754
1755 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
1756
1757 * message.el (message-send-mail-function): Check for smtpmail too.
1758
1759 * utf7.el (utf7-encode, utf7-decode): Use coding system
1760 `utf-7'/`utf-7-imap' from utf-7.el' if available.
1761
1762 * message.el (message-send-mail-function): New function.
1763 (message-send-mail-function): Set default using
1764 message-send-mail-function. Adjust doc string.
1765 (message-send-mail-with-mailclient): New function.
1766
1767 2007-11-17 Richard Stallman <rms@gnu.org>
1768
1769 * assistant.el: Remove file.
1770
1771 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1772
1773 * smime.el (from):
1774 * rfc2047.el (message-posting-charset):
1775 * qp.el (mm-use-ultra-safe-encoding):
1776 * pop3.el (parse-time-months):
1777 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
1778 * nnml.el (files):
1779 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
1780 (jka-compr-compression-info-list, ange-ftp-path-format)
1781 (efs-path-regexp):
1782 * nndiary.el (files):
1783 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
1784 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
1785 (epg-digest-algorithm-alist, inhibit-redisplay)
1786 (password-cache-expiry):
1787 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
1788 (pgg-output-buffer, password-cache-expiry):
1789 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
1790 (efs-path-regexp):
1791 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
1792 (inhibit-redisplay):
1793 * mm-uu.el (file-name, start-point, end-point, entry)
1794 (gnus-newsgroup-name, gnus-newsgroup-charset):
1795 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
1796 (latin-unity-ucs-list):
1797 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
1798 (mm-uu-binhex-decode-function):
1799 * message.el (gnus-message-group-art, gnus-list-identifiers, )
1800 (rmail-enable-mime-composing, gnus-local-organization)
1801 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
1802 (gnus-read-active-file, facemenu-add-face-function)
1803 (facemenu-remove-face-function, gnus-article-decoded-p)
1804 (tool-bar-mode):
1805 * mail-source.el (display-time-mail-function):
1806 * gnus-util.el (nnmail-pathname-coding-system)
1807 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
1808 (gnus-original-article-buffer, gnus-user-agent)
1809 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
1810 (xemacs-codename, sxemacs-codename, emacs-program-version):
1811 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
1812 * gnus-start.el (gnus-agent-covered-methods)
1813 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
1814 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
1815 (gnus-newsgroup-headers, gnus-group-list-mode)
1816 (gnus-group-mark-positions, gnus-newsgroup-data)
1817 (gnus-newsgroup-unreads, nnoo-state-alist)
1818 (gnus-current-select-method, mail-sources)
1819 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
1820 (nnmail-spool-file, gnus-cache-active-hashtb):
1821 * gnus-mh.el (mh-lib-progs):
1822 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
1823 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
1824 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
1825 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
1826 (gnus-group-buffer):
1827 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
1828 (font-lock-set-defaults):
1829 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
1830 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
1831 (gnus-summary-post-menu, total-parts, type, condition, length):
1832 * gnus-agent.el (gnus-agent-read-agentview):
1833 * flow-fill.el (show-trailing-whitespace):
1834 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
1835 eval-and-compile wrappers for byte compiler pacifiers.
1836
1837 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
1838 (mm-display-inline-fontify): Check for featurep 'xemacs not
1839 extent-list.
1840
1841 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
1842 itimer-list.
1843 (mm-create-image-xemacs): Only do something for XEmacs.
1844 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
1845
1846 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
1847
1848 * gnus-registry.el (gnus-adaptive-word-syntax-table):
1849 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
1850
1851 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
1852
1853 * nnimap.el (nnimap-split-download-body):
1854 * gnus-demon.el (gnus-demon):
1855 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
1856
1857 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
1858
1859 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
1860 macros.
1861 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
1862 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
1863 copy data from unibyte buffer to multibyte current buffer.
1864 (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
1865 to copy data from unibyte current buffer to multibyte buffer.
1866 (nntp-make-process-buffer): Make process buffer unibyte.
1867
1868 * pop3.el (pop3-open-server): Fix typo in Lisp code.
1869
1870 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
1871
1872 * pop3.el (pop3-open-server): Accept and process data more robustly at
1873 connexion start to avoid spurious "POP SSL connexion failed" errors.
1874
1875 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
1876
1877 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
1878 read group names.
1879
1880 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
1881
1882 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
1883
1884 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
1885
1886 * nnmail.el (nnmail-parse-active): Make group names unibyte.
1887 (nnmail-save-active): Use a unibyte buffer when saving active file,
1888 which may contain non-ASCII group names.
1889
1890 * nnml.el (nnml-request-group): Decode group names in messages.
1891
1892 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
1893
1894 * message.el (message-citation-line-function)
1895 (message-insert-formatted-citation-line): Fix spelling of
1896 `message-insert-formated-citation-line'.
1897
1898 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
1899
1900 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
1901
1902 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1903
1904 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
1905 nnmail-pathname-coding-system.
1906
1907 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
1908 that a user enters; decode group names in messages.
1909
1910 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
1911
1912 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
1913
1914 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
1915
1916 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
1917
1918 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
1919 risky local variable.
1920
1921 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
1922
1923 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
1924
1925 * encrypt.el: Improve documentation to fix function name typo.
1926 Reported by Daiki Ueno <ueno@unixuser.org>.
1927
1928 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
1929
1930 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
1931 even if the point is not in the last page of an article.
1932 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
1933 back to the previous page.
1934
1935 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
1936
1937 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
1938
1939 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
1940
1941 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
1942
1943 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1944
1945 * message.el (message-check-news-body-syntax): Avoid
1946 mm-string-as-multibyte.
1947 (message-hide-headers): Don't assume (point-min)==1.
1948
1949 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1950
1951 * message.el (message-remove-blank-cited-lines): Fix if remove is
1952 given.
1953 (message-bogus-address-regexp): New variable.
1954 (message-bogus-recipient-p): New function.
1955 (message-check-recipients): New command.
1956 (message-syntax-checks): Add `bogus-recipient'.
1957 (message-fix-before-sending): Add `bogus-recipient'.
1958
1959 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
1960 (gnus-treat-body-boundary): Don't test window-system.
1961
1962 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
1963
1964 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
1965
1966 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1967
1968 * gnus.el: Bump version to Gnus v5.13.
1969
1970 2007-10-28 Miles Bader <miles@gnu.org>
1971
1972 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
1973 at compile-time too.
1974
1975 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
1976
1977 * gnus-msg.el (gnus-message-setup-hook): Add
1978 `message-remove-blank-cited-lines' to options.
1979
1980 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
1981
1982 * message.el (message-remove-blank-cited-lines): New function.
1983 Suggested by Karl Plästerer.
1984
1985 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
1986
1987 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
1988 mapc.
1989
1990 * imap.el (imap-open): Replace mapcar called for effect with mapc.
1991 (top-level): Use mapc to set functions to be traced for debugging.
1992
1993 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
1994 called for effect with while loop.
1995
1996 * message.el (message-talkative-question): Replace mapcar called for
1997 effect with mapc.
1998
1999 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
2000 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
2001 called for effect with dolist.
2002
2003 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
2004
2005 * nndiary.el: Use dolist instead of mapcar to add diary headers to
2006 gnus-extra-headers and nnmail-extra-headers.
2007
2008 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
2009 called for effect with dolist.
2010 (top-level): Use mapc to set functions to be traced for debugging.
2011
2012 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
2013 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
2014 dolist.
2015
2016 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
2017 Replace mapcar called for effect with mapc.
2018 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
2019 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
2020 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
2021 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
2022
2023 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
2024 remove-if that's a cl function.
2025
2026 * webmail.el (webmail-debug): Replace mapcar called for effect with
2027 dolist.
2028
2029 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
2030
2031 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
2032 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
2033 with while loop.
2034
2035 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
2036 functions from article-* functions.
2037 (gnus-multi-decode-header): Replace mapcar called for effect with
2038 dolist.
2039
2040 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2041 (gnus-bookmark-show-details): Replace mapcar called for effect with
2042 while loop.
2043
2044 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2045 called for effect with while loop.
2046
2047 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2048 with dolist.
2049
2050 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2051 mapcar called for effect with dolist.
2052
2053 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2054
2055 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2056 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2057 Replace mapcar called for effect with dolist.
2058 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2059 mapc.
2060
2061 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2062 Replace mapcar called for effect with dolist.
2063 (gnus-topic-list): Replace mapcar called for effect with mapc.
2064
2065 * gnus.el: Use mapc instead of mapcar to add autoloads.
2066
2067 2007-10-23 Richard Stallman <rms@gnu.org>
2068
2069 * gnus-group.el (gnus-group-highlight): Mark as risky.
2070
2071 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
2072
2073 * gnus.el (gnus-server-to-method): Return method found first in
2074 gnus-newsrc-alist.
2075
2076 * gnus-art.el (gnus-article-highlight-signature)
2077 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2078 button overlay without the front stickiness.
2079
2080 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
2081
2082 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2083 overview buffer needed a catch to receive its throw.
2084 (gnus-agent-flush-cache): Declared as interactive to make this function
2085 easier to use.
2086
2087 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
2088
2089 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2090 `next-line'.
2091
2092 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
2093
2094 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2095 exclude address matching message-dont-reply-to-names.
2096
2097 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2098
2099 * gnus-util.el (gnus-string<): New function.
2100
2101 * gnus-sum.el (gnus-article-sort-by-author)
2102 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
2103
2104 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2105
2106 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2107 the frame-focus tag is set in gnus-buffer-configuration.
2108
2109 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
2110
2111 * gnus-art.el (gnus-article-add-button): Make a button overlay without
2112 the front stickiness.
2113
2114 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2115
2116 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2117 url pattern; remove duplicate one.
2118 (gnus-article-extend-url-button): New function.
2119 (gnus-article-add-buttons): Use it.
2120 (gnus-button-push): Use concatenated url that it makes.
2121
2122 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
2123
2124 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2125 (sieve-manage-open): Use `mapc' instead of `mapcar'.
2126
2127 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2128
2129 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2130 Don't hardcode point-min==1.
2131
2132 2007-09-30 David Kastrup <dak@gnu.org>
2133
2134 * gnus-art.el (gnus-article-reply-with-original)
2135 (gnus-article-followup-with-original): When `transient-mark-mode' is
2136 off, refrain from active-region behavior for followups.
2137
2138 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
2139
2140 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
2141 Fix comment about "iso8859-1".
2142
2143 2007-10-08 Daiki Ueno <ueno@unixuser.org>
2144
2145 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2146 ones returned from the verify-function.
2147
2148 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2149 mml2015-extract-cleartext-signature if extraction failed.
2150
2151 2007-10-07 Daiki Ueno <ueno@unixuser.org>
2152
2153 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2154 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2155 failed.
2156
2157 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
2158
2159 * Relicense "GPLv2 or later" files to "GPLv3 or later".
2160
2161 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
2162
2163 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2164 to mark a thread as expirable. Add variable `hide' to handle hiding of
2165 thread for both the null and zero (kill/expire thread) universal prefix
2166 cases.
2167 (gnus-summary-expire-thread): Add new function to expire a thread,
2168 using gnus-summary-kill-thread.
2169 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2170 shortcuts for gnus-summary-expire-thread.
2171 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2172 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
2173
2174 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
2175
2176 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2177 extras value, so an extras entry can be deleted.
2178 (gnus-registry-delete-extra-entry): Use it.
2179 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2180 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2181 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2182 storage through the gnus-registry, and provide an appropriate API for
2183 it.
2184
2185 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2186
2187 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2188 Suggested by Leo <sdl.web@gmail.com>.
2189
2190 * gnus.el: Do.
2191
2192 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2193
2194 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2195 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
2196
2197 * gnus-agent.el (gnus-agent-fetch-headers): Do.
2198
2199 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2200 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2201
2202 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2203
2204 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2205 newline.
2206 (nnmbox-request-accept-article): Don't change article in source buffer;
2207 narrow to header to use message-fetch-field rather than
2208 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2209 (nnmbox-request-replace-article): Quote lines that'll be misidentified
2210 as delimiters; make sure article ends with newline.
2211 (nnmbox-delete-mail): Correct last position of article to be deleted;
2212 ignore X-Gnus-Newsgroup header in article body.
2213 (nnmbox-save-mail): Quote lines looking like delimiters at the right
2214 positions; make sure article ends with newline.
2215
2216 * message.el (message-display-abbrev): Don't infloop when a user
2217 inserts SPC in the beginning of header.
2218
2219 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
2220
2221 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2222 list of groups not followed by default. Fix type to be regexp.
2223 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2224
2225 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
2226
2227 * hmac-def.el (define-hmac-function): Switch from old-style to
2228 new-style backquotes.
2229
2230 * md4.el (md4-make-step): Likewise.
2231
2232 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2233
2234 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2235 raw-text coding system when saving .newsrc file, which may contain
2236 non-ASCII group names.
2237
2238 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
2239
2240 * gnus-cus.el (gnus-score-extra): New widget.
2241 (gnus-score-extra-convert): New function.
2242 (gnus-score-customize): Use it for Extra.
2243
2244 2007-08-31 Daiki Ueno <ueno@unixuser.org>
2245
2246 * mml2015.el (mml2015-extract-cleartext-signature): New function.
2247 (mml2015-mailcrypt-clear-verify): Use it.
2248 (mml2015-gpg-clear-verify): Use it.
2249 (mml2015-pgg-clear-verify): Use it.
2250 (mml2015-epg-clear-verify): Replace the current part with the output
2251 from GnuPG; don't extract the plaintext by itself.
2252
2253 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2254 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2255 mml2015-clear-verify-function; don't touch the armor headers or
2256 dash-escaped text here.
2257
2258 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
2259
2260 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2261 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2262 parts, or application/octet-stream as a last resort.
2263 (gnus-mime-view-part-as-type): Don't toggle display.
2264 (gnus-mime-view-part-as-charset): Don't turn off display before
2265 querying charset.
2266
2267 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2268 stuff to undisplayer function in Emacs.
2269 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2270
2271 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2272 text/calendar parts.
2273
2274 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
2275
2276 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2277 decoding text/calendar parts.
2278
2279 * message.el (message-forward-make-body-mime): Always mark body as
2280 having no illegible text; remove signed-or-encrypted argument.
2281 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2282
2283 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2284 (mml-generate-mime-1): Don't encode body if it is specified to be in
2285 raw form; don't make buffer be unibyte when inserting multibyte string.
2286
2287 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2288
2289 * sha1.el: Fix up comment style.
2290 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2291 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2292
2293 * hex-util.el: Fix up comment style.
2294 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2295
2296 * gnus-salt.el: Use with-current-buffer.
2297 (gnus-pick-setup-message): Fix long-standing typo.
2298
2299 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
2300
2301 * imap.el (imap-logout-timeout): New variable.
2302 (imap-logout, imap-logout-wait): New functions.
2303 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2304
2305 * nnimap.el (nnimap-logout-timeout): New server variable.
2306 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2307 nnimap-logout-timeout.
2308
2309 * gnus-art.el (gnus-article-summary-command-nosave)
2310 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2311
2312 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
2313
2314 * gnus.el (gnus-maximum-newsgroup): New variable.
2315
2316 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2317 according to gnus-maximum-newsgroup.
2318
2319 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2320 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2321 Limit the range of articles according to gnus-maximum-newsgroup.
2322
2323 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
2324
2325 * gnus-art.el (gnus-sticky-article): Fixed problems described in
2326 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
2327 Don't perform gnus-configure-windows here; reuse existing sticky
2328 article buffer.
2329
2330 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2331 it doesn't exist in gnus-article-mode.
2332
2333 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
2334
2335 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2336 (gnus-agent-decoded-group-name): New function.
2337 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2338 (gnus-agent-expire-group-1): Use it; decode group name in messages.
2339
2340 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
2341
2342 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2343 Add binding for gnus-sticky-article.
2344 (gnus-summary-exit): Don't kill sticky article buffers.
2345
2346 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2347 article buffer.
2348 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2349 (gnus-kill-sticky-article-buffers): New commands.
2350
2351 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
2352
2353 * nntp.el (nntp-xref-number-is-evil): New server variable.
2354 (nntp-find-group-and-number): If it is non-nil, don't trust article
2355 numbers in the Xref header.
2356
2357 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
2358
2359 * gnus-agent.el (gnus-agent-read-group): New function.
2360 (gnus-agent-flush-group, gnus-agent-expire-group)
2361 (gnus-agent-regenerate-group): Use it.
2362 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2363 nnmail-pathname-coding-system.
2364
2365 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
2366
2367 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2368
2369 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2370 that are unread as unread, and also as selected so that information of
2371 marks having been changed by a user may be updated when exiting group.
2372
2373 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
2374
2375 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
2376
2377 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
2378
2379 * gnus-art.el (gnus-mime-display-single): Pass part number that is
2380 calculated ignoring signature parts to gnus-treat-article.
2381
2382 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
2383
2384 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2385 a point here in order to keep the window start.
2386 (gnus-insert-mime-security-button): Make a button overlay without the
2387 front stickiness.
2388 (gnus-mime-display-security): Goto the end of a button.
2389
2390 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2391
2392 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
2393
2394 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2395 group-name-at-point.
2396 (gnus-group-completing-read): New function that offers decoded
2397 non-ASCII group names for completion.
2398 (gnus-fetch-group, gnus-group-read-ephemeral-group)
2399 (gnus-group-jump-to-group, gnus-group-make-group-simple)
2400 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2401 (gnus-group-fetch-control): Use it.
2402 (gnus-fetch-group): Use group-name-at-point for the initial value
2403 rather than the default value; use gnus-alive-p.
2404
2405 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2406 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2407 (gnus-summary-post-news): Use gnus-group-completing-read.
2408
2409 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2410 (gnus-read-move-group-name): Decode group name for completion.
2411
2412 2007-07-31 Ted Zlatanov <tzz@lifelogs.com>
2413
2414 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2415 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2416 Yamaoka slightly modified the code).
2417
2418 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
2419
2420 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2421 (nnmail-split-incoming): Bind it.
2422
2423 * nnml.el (nnml-group-name-charset): New function.
2424 (nnml-decoded-group-name): Use it; don't decode group name if
2425 nnmail-group-names-not-encoded-p is non-nil.
2426 (nnml-encoded-group-name): New function.
2427 (nnml-group-pathname): Inline nnml-decoded-group-name.
2428 (nnml-request-expire-articles): Decode group name in message.
2429 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2430 nnmail-pathname-coding-system.
2431 (nnml-save-mail, nnml-active-number): Work with decoded group names and
2432 not decoded ones according to nnmail-group-names-not-encoded-p.
2433 (nnml-generate-active-info): Use nnml-encoded-group-name.
2434
2435 2007-08-08 Glenn Morris <rgm@gnu.org>
2436
2437 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2438 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2439 doc-strings and comments.
2440
2441 2007-07-25 Glenn Morris <rgm@gnu.org>
2442
2443 * Relicense all FSF files to GPLv3 or later.
2444
2445 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2446
2447 * gnus-sum.el (gnus-summary-move-article): Make
2448 gnus-summary-respool-article work.
2449
2450 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
2451
2452 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2453 string.
2454
2455 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
2456
2457 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
2458 that should be ignored when comparing distant RSS articles with local
2459 ones.
2460 (nnrss-make-hash-index): New function. Create a hash index according
2461 to the ignored fields.
2462 (nnrss-check-group): Use it.
2463
2464 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
2465
2466 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2467
2468 * gnus-art.el (article-decode-group-name): Decode Xref header too.
2469
2470 * gnus-group.el (gnus-group-make-group): Encode group name here unless
2471 the new optional argument ENCODED is non-nil.
2472 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2473 coding system for encoding group name.
2474 (gnus-group-make-rss-group): Pass un-encoded group name to
2475 gnus-group-make-group.
2476 (gnus-group-set-info): Tell gnus-group-make-group that group name is
2477 encoded.
2478
2479 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2480 Encode group name to which articles are moved or copied.
2481 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2482 coding system for encoding Newsgroup, Followup-To and Xref headers.
2483
2484 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2485 marks; use nnheader-file-coding-system to write a file.
2486 (nnagent-retrieve-headers): Bind file-name-coding-system to
2487 nnmail-pathname-coding-system.
2488
2489 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2490
2491 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2492 (nnml-request-article, nnml-request-create-group)
2493 (nnml-request-rename-group, nnml-find-id)
2494 (nnml-possibly-change-directory, nnml-possibly-create-directory)
2495 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2496 (nnml-save-marks): Use nnml-group-pathname instead of
2497 nnmail-group-pathname.
2498
2499 (nnml-request-create-group, nnml-request-expire-articles)
2500 (nnml-request-move-article, nnml-request-delete-group)
2501 (nnml-deletable-article-p, nnml-possibly-create-directory)
2502 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2503 (nnml-open-marks): Bind file-name-coding-system to
2504 nnmail-pathname-coding-system.
2505
2506 (nnml-request-article): Pass server argument to nnml-find-group-number.
2507 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2508 server argument to nnml-possibly-create-directory.
2509 (nnml-request-accept-article): Pass server argument to
2510 nnml-active-number and nnml-save-mail.
2511 (nnml-find-group-number): Pass server argument to nnml-find-id.
2512 (nnml-request-update-info): Pass server argument to
2513 nnml-marks-changed-p.
2514
2515 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2516 (nnml-save-mail, nnml-active-number): Add server argument.
2517
2518 (nnml-request-delete-group): Warn if group is missing.
2519 (nnml-get-nov-buffer): Decode group name.
2520 (nnml-generate-active-info): Encode group name.
2521 (nnml-open-marks): Decode group name in messages.
2522
2523 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
2524
2525 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2526 if it is not specified.
2527 (gnus-article-pipe-part, gnus-article-save-part)
2528 (gnus-article-interactively-view-part, gnus-article-copy-part)
2529 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2530 (gnus-article-inline-part, gnus-article-save-part-and-strip)
2531 (gnus-article-replace-part, gnus-article-delete-part)
2532 (gnus-article-view-part-as-type): Pass raw prefix argument to
2533 gnus-article-part-wrapper.
2534
2535 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
2536
2537 * gnus-agent.el (gnus-agent-save-active): Bind
2538 nnheader-file-coding-system to gnus-agent-file-coding-system.
2539
2540 * gnus-cache.el (gnus-cache-save-buffers)
2541 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2542 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2543 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2544 (gnus-cache-braid-nov, gnus-cache-braid-heads)
2545 (gnus-cache-generate-active, gnus-cache-rename-group)
2546 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2547 (gnus-cache-update-overview-total-fetched-for): Bind
2548 file-name-coding-system to nnmail-pathname-coding-system.
2549 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2550 variables.
2551 (gnus-cache-decoded-group-name): New function.
2552 (gnus-cache-file-name): Use it.
2553 (gnus-cache-generate-active): Use non-decoded group name for active.
2554
2555 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2556 right place.
2557 (gnus-write-active-file): Don't break non-ASCII group names.
2558
2559 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2560 nnmail-pathname-coding-system.
2561
2562 * gnus-uu.el (gnus-uu-decode-save): Typo.
2563
2564 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
2565
2566 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2567
2568 2007-07-14 David Kastrup <dak@gnu.org>
2569
2570 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
2571 finishing actions if we did not edit the article.
2572
2573 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2574
2575 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2576 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2577 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2578 (gnus-agent-flush-group, gnus-agent-flush-cache)
2579 (gnus-agent-fetch-headers, gnus-agent-load-alist)
2580 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2581 (gnus-agent-retrieve-headers, gnus-agent-request-article)
2582 (gnus-agent-regenerate-group)
2583 (gnus-agent-update-files-total-fetched-for)
2584 (gnus-agent-update-view-total-fetched-for): Bind
2585 file-name-coding-system to nnmail-pathname-coding-system.
2586 (gnus-agent-group-pathname): Don't encode file names by
2587 nnmail-pathname-coding-system.
2588 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2589 coding-system-for-write instead of buffer-file-coding-system to
2590 gnus-agent-file-coding-system.
2591
2592 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2593 Decode group name.
2594
2595 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2596
2597 * gnus-start.el (gnus-update-active-hashtb-from-killed)
2598 (gnus-read-newsrc-el-file): Make group names unibyte.
2599
2600 * nnmail.el (nnmail-group-pathname): Don't encode file names by
2601 nnmail-pathname-coding-system.
2602
2603 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2604 (nnrss-request-delete-group): Bind file-name-coding-system to
2605 nnmail-pathname-coding-system.
2606 (nnrss-read-server-data, nnrss-read-group-data): Bind
2607 file-name-coding-system correctly.
2608 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2609
2610 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2611 (nntp-server-to-method-cache): New variable.
2612 (nntp-group-pathname): New function that decodes non-ASCII group names.
2613 (nntp-possibly-create-directory, nntp-marks-changed-p)
2614 (nntp-save-marks, nntp-open-marks): Use it.
2615 (nntp-possibly-create-directory, nntp-open-marks):
2616 Bind file-name-coding-system to nnmail-pathname-coding-system.
2617 (nntp-open-marks): Decode group names when bootstrapping marks.
2618
2619 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2620 Newsgroups and Folowup-To headers.
2621
2622 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2623
2624 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2625 (gnus-server-closed-face, gnus-server-denied-face)
2626 (gnus-server-offline-face): Remove variable.
2627 (gnus-server-font-lock-keywords): Use faces that are not aliases.
2628
2629 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2630 of modifying message-stack directly for XEmacs.
2631
2632 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2633 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2634 if the coding-system argument is nil for XEmacs.
2635
2636 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2637 mm-charset-override-alist.
2638
2639 * rfc2047.el: Don't require base64; require rfc2045 for the function
2640 rfc2045-encode-string.
2641 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2642 to quote the parameter value.
2643
2644 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
2645
2646 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2647 form in gnus-group-name-charset-method-alist.
2648
2649 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2650 overrides the default layout edit-form.
2651
2652 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2653
2654 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2655
2656 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
2657
2658 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2659 as unfetched articles.
2660
2661 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
2662
2663 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2664
2665 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2666
2667 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2668 original back end that keeps marks in the local system.
2669
2670 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2671
2672 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2673 arg of pop-to-buffer for XEmacs.
2674 (gnus-article-read-summary-keys): Ditto; don't restore window
2675 configuration if summary command ends up with neither article buffer
2676 nor summary buffer; describe bindings if summary keys end with C-h.
2677
2678 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
2679
2680 * message.el (message-fix-before-sending): Skip raw message part to be
2681 forwarded while checking illegible text.
2682 (message-forward-make-body-mime, message-forward-make-body): Mark
2683 signed or encrypted raw message as having no illegible text.
2684
2685 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
2686
2687 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2688 (gnus-message-with-timestamp-1): New macro.
2689 (gnus-message-with-timestamp): New function.
2690 (gnus-message): Use them.
2691
2692 * nnheader.el (nnheader-message): Use them.
2693
2694 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
2695
2696 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2697 .newsrc.eld file.
2698
2699 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
2700
2701 * gnus-agent.el (gnus-agent-fetch-headers)
2702 (gnus-agent-retrieve-headers): Bind
2703 gnus-decode-encoded-address-function to identity.
2704
2705 * nntp.el (nntp-send-xover-command): Recognize an xover command is
2706 available also when the server returns simply a dot.
2707
2708 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2709
2710 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
2711
2712 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2713
2714 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
2715
2716 * gnus-ems.el (gnus-x-splash): Make it work.
2717
2718 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
2719 from being used.
2720
2721 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
2722
2723 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
2724 the front stickiness.
2725 (gnus-article-summary-command-nosave): Correct the order of the
2726 arguments passed to pop-to-buffer.
2727 (gnus-article-read-summary-keys): Ditto; make it work properly when the
2728 summary command ends up with the article buffer.
2729
2730 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
2731 the same faces.
2732
2733 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2734
2735 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
2736
2737 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2738
2739 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
2740 * gnus-sum.el (gnus-summary-highlight):
2741 * mail-source.el (mail-source-delete-old-incoming-confirm):
2742 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
2743
2744 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
2745
2746 * gnus-art.el (gnus-mime-view-part-externally)
2747 (gnus-mime-view-part-internally): Fix predicate function passed to
2748 completing-read.
2749
2750 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
2751
2752 * gnus.el (gnus-update-message-archive-method): Add :version.
2753
2754 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
2755
2756 * gnus.el (gnus-update-message-archive-method): New variable.
2757
2758 * gnus-start.el (gnus-setup-news): Update saved "archive" method
2759 according to gnus-message-archive-method if
2760 gnus-update-message-archive-method is non-nil.
2761
2762 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
2763
2764 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
2765 by Loic Dachary <loic@dachary.org>.
2766 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
2767
2768 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
2769
2770 * message.el (message-pop-to-buffer): Add switch-function argument.
2771 (message-mail): Pass switch-function argument to it.
2772
2773 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
2774
2775 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
2776 Improve doc string.
2777
2778 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
2779
2780 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
2781 (gnus-header-content)
2782 * gnus-cite.el (gnus-cite-10)
2783 * gnus-srvr.el (gnus-server-closed)
2784 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
2785 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
2786 (gnus-group-mail-3-empty, gnus-group-mail-low)
2787 (gnus-group-mail-low-empty, gnus-splash)
2788 * message.el (message-header-to, message-header-cc)
2789 (message-header-subject, message-header-other, message-header-name)
2790 (message-header-xheader, message-separator, message-cited-text)
2791 (message-mml): Lighten colors of faces used for dark background.
2792
2793 2007-05-24 Simon Josefsson <simon@josefsson.org>
2794
2795 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
2796 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
2797
2798 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
2799
2800 * message.el (message-narrow-to-headers-or-head):
2801 Ignore mail-header-separator in the body.
2802
2803 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
2804
2805 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
2806 same as window size.
2807
2808 2007-05-22 Kevin Ryde <user42@zip.com.au>
2809
2810 * message.el (message-font-lock-keywords): Use message-header-xheader
2811 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
2812 ahead of the anything pattern, to get it recognised.
2813
2814 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
2815
2816 * gnus-sum.el (gnus-articles-to-read)
2817 (gnus-summary-insert-old-articles): Don't truncate group name for
2818 `read-string'.
2819
2820 * gnus-util.el (gnus-limit-string): Delete this function.
2821
2822 * gnus-sum.el (gnus-simplify-subject-fully): Use
2823 `truncate-string-to-width' instead.
2824
2825 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
2826
2827 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
2828 if, on summary exit, the next group has to be selected.
2829 (gnus-summary-exit): Use it.
2830
2831 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
2832
2833 * gnus-art.el (gnus-article-mode): Fix comment about displaying
2834 non-break space.
2835
2836 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
2837
2838 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
2839 Check if group is not a directory.
2840 (nnfolder-request-expire-articles): Don't delete articles if the target
2841 group is not available.
2842
2843 * nnml.el (nnml-request-create-group): Properly check if group is not a
2844 file.
2845 (nnml-request-expire-articles): Don't delete articles if the target
2846 group is not available.
2847
2848 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2849 Don't quote characters that are within parentheses.
2850
2851 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
2852
2853 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
2854 (gnus-handle-ephemeral-exit): Select article according to it.
2855
2856 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
2857
2858 * message.el (message-insert-formated-citation-line): Remove newline.
2859 (message-citation-line-format): Add final \n here so that the user can
2860 avoid a blank line.
2861
2862 2007-05-03 Dan Christensen <jdc@uwo.ca>
2863
2864 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2865 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2866 Update lanl/arXiv support.
2867
2868 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2869
2870 * gnus.el: Bump version number.
2871
2872 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2873
2874 * gnus.el (gnus-version-number): Bump version.
2875
2876 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2877
2878 * gnus.el: No Gnus v0.6 is released.
2879
2880 2007-04-27 Didier Verna <didier@xemacs.org>
2881
2882 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
2883 * gmm-utils.el (gmm-regexp-concat): here.
2884 * message.el: Don't require 'gnus-util.
2885 (message-dont-reply-to-names): Handle name change above.
2886 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
2887
2888 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
2889
2890 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
2891 since the initial value varies according to the system.
2892
2893 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
2894
2895 * mm-util.el (mm-charset-synonym-alist): Defcustom.
2896
2897 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
2898
2899 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
2900
2901 2007-04-24 Didier Verna <didier@xemacs.org>
2902
2903 Improve the type of gnus-ignored-from-addresses.
2904 * gnus-util.el (gnus-orify-regexp): New function.
2905 * message.el (gnus-util): Require it.
2906 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
2907 * gnus-sum.el (gnus-ignored-from-addresses): New function.
2908 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
2909
2910 2007-04-24 Didier Verna <didier@xemacs.org>
2911
2912 * gnus-sum.el:
2913 * gnus-utils.el: Fix some trailing whitespaces.
2914
2915 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
2916
2917 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
2918 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
2919 article's Message-ID; refer parent article in summary buffer.
2920
2921 * message.el (message-bounce): Call mime-to-mml.
2922
2923 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
2924
2925 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
2926
2927 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
2928
2929 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
2930 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
2931 displayed of multipart/alternative part if it is invoked from summary
2932 buffer.
2933
2934 * mm-view.el (mm-inline-text-html-render-with-w3m)
2935 (mm-inline-text-html-render-with-w3m-standalone)
2936 (mm-inline-render-with-function): Use mail-parse-charset by default.
2937
2938 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
2939
2940 * parse-time.el (parse-time-string-chars): Check if CHAR
2941 is less than the length of parse-time-syntax.
2942
2943 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
2944
2945 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
2946 from gnus-newsgroup-processable.
2947
2948 2007-04-16 Didier Verna <didier@xemacs.org>
2949
2950 * gnus-msg.el (gnus-configure-posting-styles): Handle
2951 message-signature-directory properly with :file syntax. Reported by
2952 "Leo".
2953
2954 2007-04-11 Didier Verna <didier@xemacs.org>
2955
2956 New user option: message-signature-directory.
2957 * gnus-msg.el (gnus-configure-posting-styles): Support it.
2958 * message.el (message-insert-signature): Ditto.
2959 * message.el (message-signature-file): Doc update.
2960 * message.el (message-signature-directory): New.
2961
2962 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
2963
2964 * gnus-msg.el (gnus-inews-yank-articles): Use
2965 message-exchange-point-and-mark instead of exchange-point-and-mark.
2966
2967 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
2968
2969 * message.el (message-yank-original): Make sure cited text ends with
2970 newline; don't exchange point and mark.
2971
2972 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
2973
2974 * tls.el (open-tls-stream): Properly handle case where there
2975 is no associated buffer.
2976
2977 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
2978
2979 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
2980 message-yank-original, make sure (< mark TEXT point).
2981
2982 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
2983
2984 * message.el (message-fill-column): New variable.
2985 (message-mode): Use it. Add comment on a possible new hook.
2986
2987 * nnmail.el (nnmail-spool-file): Mark as obsolete.
2988 (nnmail-get-new-mail): Reformat.
2989
2990 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
2991
2992 * gmm-utils.el: Fix Commentary.
2993 (gmm-tool-bar-from-list): Fix typo in doc string.
2994
2995 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
2996
2997 * message.el (message-yank-original): Don't switch point and mark
2998 unnecessarily to put point and mark as documented.
2999
3000 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3001
3002 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
3003 from the message heads.
3004
3005 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
3006
3007 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
3008 article buffer does not have a window. This may not be the best
3009 solution but is certainly better than setting the start of the null,
3010 that is the current, window.
3011
3012 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
3013
3014 * gnus-draft.el (gnus-draft-setup-hook): New hook.
3015 (gnus-draft-setup): Run it.
3016
3017 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3018 gnus-score-fast-scoring. Allow regexp.
3019 (gnus-score-headers): Use it.
3020
3021 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3022 XEmacs.
3023
3024 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3025 string.
3026 (gnus-button-alist): Also catch `<f1> k ...'.
3027 (gnus-treat-display-x-face): Fix doc string.
3028
3029 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3030
3031 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3032 evaluation of gnus-extended-version to ensure correct generation of the
3033 User-Agent header when message-generate-headers-first is used.
3034
3035 2007-03-24 Simon Josefsson <simon@josefsson.org>
3036
3037 * hashcash.el (hashcash-generate-payment-async): Don't crash if
3038 hashcash-path is nil. Don't call callback with incorrect number of
3039 parameters if val is 0.
3040
3041 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3042
3043 * message.el (message-required-news-headers):
3044 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3045
3046 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
3047
3048 * message.el (message-generate-new-buffers): Change the meaning of the
3049 nil value; add `standard' to the choices; treat t as `unique'; improve
3050 doc string.
3051 (gnus-select-frame-set-input-focus): Autoload.
3052 (message-buffer-name): Search for the existing message buffer if
3053 message-generate-new-buffers is nil or `standard'; treat the value t of
3054 message-generate-new-buffers as `unique'.
3055 (message-pop-to-buffer): Raise the frame already displaying the message
3056 buffer; clear the echo area after querying.
3057 (message-setup): Pass the `continue' argument to compose-mail.
3058 (message-mail): Prefer `switch-function' if it is given; search for the
3059 existing message buffer if the `continue' argument is non-nil; pass
3060 continue and switch-function arguments to compose-mail by way of
3061 message-setup.
3062 (message-mail-other-window): Adjust argument of message-setup.
3063 (message-mail-other-frame): Ditto.
3064
3065 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
3066
3067 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3068 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3069 to turn font-lock on when turning gnus-message-citation-mode on.
3070
3071 2007-03-06 Daiki Ueno <ueno@unixuser.org>
3072
3073 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3074 (mml-smime-function-alist): New variable; add epg as the backend.
3075 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3076 mml-smime- functions instead.
3077 * mm-view.el: Require smime.
3078
3079 2007-03-05 Didier Verna <didier@xemacs.org>
3080
3081 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3082 instead of just inheritance for posting styles.
3083 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3084
3085 2007-02-24 John Paul Wallington <jpw@pobox.com>
3086
3087 * tls.el (tls-certtool-program): Fix custom type.
3088
3089 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3090
3091 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3092 and point-at-eol instead of line-(beginning|end)-position.
3093
3094 * assistant.el (assistant-parse-buffer): Ditto.
3095
3096 2007-02-28 Daiki Ueno <ueno@unixuser.org>
3097
3098 * mml2015.el (mml2015-epg-find-usable-key): New function.
3099 (mml2015-epg-sign): Use it.
3100 (mml2015-epg-encrypt): Use it.
3101
3102 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3103
3104 * message.el (message-make-in-reply-to): Quote name containing
3105 non-ASCII characters. It will make the RFC2047 encoder cause an error
3106 if there are special characters. Reported by NAKAJI Hiroyuki
3107 <nakaji@jp.freebsd.org>.
3108
3109 2007-02-27 Didier Verna <didier@xemacs.org>
3110
3111 Include the group parameters as well as the topic ones in the
3112 inheritance filter process.
3113 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3114 argument GROUP-PARAMS-LIST.
3115 * gnus-topic.el (gnus-group-topic-parameters): Use it.
3116
3117 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
3118
3119 * nntp.el (nntp-never-echoes-commands)
3120 (nntp-open-connection-functions-never-echo-commands): New variables.
3121 (nntp-send-command): Use them.
3122
3123 2007-02-20 Daiki Ueno <ueno@unixuser.org>
3124
3125 * mml2015.el (mml2015-epg-verify): Simplified.
3126
3127 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
3128
3129 * mml.el (mml-content-disposition-alist): New user option.
3130 (mml-content-disposition): New function.
3131 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3132 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3133
3134 2007-02-19 Daiki Ueno <ueno@unixuser.org>
3135
3136 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3137 verification.
3138
3139 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3140
3141 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3142 articles posted in the last 24 hours.
3143
3144 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
3145
3146 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3147
3148 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
3149
3150 * nntp.el (nntp-send-command): Don't wait for echoes when
3151 nntp-open-ssl-stream is used.
3152
3153 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
3154
3155 * gnus-cite.el (gnus-test-font-lock-add-keywords)
3156 (gnus-message-add-citation-keywords)
3157 (gnus-message-remove-citation-keywords): Remove.
3158 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3159 directly, make the variables in font-lock-defaults buffer-local, add
3160 gnus-message-citation-keywords to them and then update the value of
3161 font-lock-keywords.
3162
3163 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
3164
3165 * message.el (message-cite-original-1): Don't call
3166 gnus-article-highlight-citation.
3167
3168 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3169 citations; fix line count.
3170
3171 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
3172
3173 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3174 (gnus-message-add-citation-keywords)
3175 (gnus-message-remove-citation-keywords): Use it; fix the emulating
3176 versions of font-lock-add-keywords and font-lock-remove-keywords to
3177 work with XEmacs correctly.
3178
3179 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
3180
3181 * gnus-cite.el (gnus-cite-face-list): Set the values of
3182 gnus-message-max-citation-depth and gnus-message-citation-keywords.
3183 (gnus-message-max-citation-depth): Use defvar rather than defconst.
3184 (gnus-message-cite-prefix-regexp): New variable.
3185 (gnus-message-search-citation-line): Use it; protect against long
3186 citation prefix; fill match data with nil rather than 0 for XEmacs; set
3187 the 0th match data for Emacs.
3188 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3189 (gnus-message-add-citation-keywords): Append keywords rather than
3190 prepending; emulate font-lock-add-keywords if it is not available.
3191 (gnus-message-remove-citation-keywords): Emulate
3192 font-lock-remove-keywords if it is not available.
3193
3194 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3195
3196 * message.el (message-cite-prefix-regexp): Set the value of
3197 gnus-message-cite-prefix-regexp.
3198
3199 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3200
3201 * nnweb.el (nnweb-google-parse-1): Update parser.
3202
3203 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
3204
3205 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3206
3207 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3208
3209 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3210 regexp.
3211
3212 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
3213
3214 * uudecode.el (uudecode-string-to-multibyte): New function emulating
3215 string-to-multibyte.
3216 (uudecode-decode-region-internal): Use it.
3217
3218 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
3219
3220 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3221 custom choice.
3222
3223 * gnus-art.el (gnus-signature-limit): Fix custom choice.
3224
3225 2007-01-22 Daiki Ueno <ueno@unixuser.org>
3226
3227 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3228
3229 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3230 `write-region' to respect `mm-inhibit-file-name-handlers'.
3231
3232 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
3233
3234 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3235 Use gnus-home-directory instead of "~/" or "$HOME".
3236
3237 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
3238
3239 * encrypt.el (encrypt-insert-file-contents): Add better prompt
3240 to mention filename.
3241 Add comments at beginning regarding usage.
3242 (encrypt-write-file-contents): Change interactive so a string is
3243 acceptable. If the file has no associated model, show an error instead
3244 of a nonsense prompt.
3245
3246 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3247
3248 * spam.el (spam-bsfilter-ham-switch): Fix typo.
3249 Thanks to Yoshihiko Yamada for kind notification of this typo.
3250
3251 2007-01-12 Kenichi Handa <handa@m17n.org>
3252
3253 * uudecode.el (uudecode-decode-region-internal): Make it work in a
3254 multibyte buffer.
3255
3256 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
3257
3258 * gnus-score.el (gnus-score-fast-scoring): New variable.
3259 (gnus-score-headers): Use it.
3260
3261 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3262
3263 * message.el (message-cite-original-1): Call
3264 gnus-article-highlight-citation if requested.
3265 (message-make-from): Allow name and address as optional arguments.
3266
3267 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3268
3269 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3270 bugs to doc string.
3271 (gnus-button-alist): Add mid\\|message-id.
3272 (gnus-button-fetch-group): Extend for use in
3273 `browse-url-browser-function'.
3274 (gnus-button-url-regexp): Try to catch paired parentheses like in
3275 Wikipedia URLs.
3276
3277 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3278 Suggested by Simon Krahnke <overlord@gmx.li>.
3279
3280 2007-01-13 Romain Francoise <romain@orebokech.com>
3281
3282 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3283 Update copyright.
3284
3285 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
3286
3287 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3288
3289 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
3290
3291 * gnus-registry.el (gnus-registry-unfollowed-groups)
3292 (gnus-registry-split-fancy-with-parent): Fix documentation.
3293
3294 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3295
3296 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3297 from nnweb groups.
3298
3299 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3300
3301 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3302 Xref urls. Erase buffer before requesting head.
3303
3304 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3305
3306 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
3307
3308 * gnus-soup.el (gnus-soup): New custom group. Make user variables
3309 customizable.
3310
3311 2007-01-05 Daiki Ueno <ueno@unixuser.org>
3312
3313 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3314 no signing key is found.
3315 (mml2015-epg-encrypt): Ask user whether to skip or abort if
3316 no encrypting and/or signing key is found.
3317
3318 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
3319
3320 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3321
3322 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3323
3324 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3325 headers read from disk with the ones newly found in the current search.
3326 This should no longer cause problems, because the article numbers in
3327 Gmane's `nov.php' output are ignored since the previous change.
3328
3329 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3330
3331 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3332
3333 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
3334
3335 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3336
3337 2007-01-01 Romain Francoise <romain@orebokech.com>
3338
3339 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3340
3341 2006-12-31 Steve Youngs <steve@sxemacs.org>
3342
3343 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3344 `define-minor-mode' macro definition expanded properly.
3345 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3346 exclude it there.
3347
3348 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3349 of 2006-12-30. The default is nil on (S)XEmacs already because of the
3350 `fboundp' test.
3351 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3352 This is OK to autoload in (S)XEmacs now.
3353
3354 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3355
3356 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3357 keystroke.
3358 (gnus-summary-limit-to-singletons): Fix typo.
3359
3360 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3361 else fails.
3362
3363 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3364
3365 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3366 docstring.
3367
3368 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3369 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3370 (gnus-summary-insert-dormant-articles): Fix typo in message.
3371
3372 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
3373
3374 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3375 nil for XEmacs.
3376 (gnus-message-citation-mode): Don't autoload in XEmacs.
3377
3378 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3379
3380 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
3381
3382 * nnimap.el (nnimap-expunge-search-string): Mention
3383 nnimap-search-uids-not-since-is-evil in docstring.
3384
3385 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
3386
3387 * spam.el: Revert to make-obsolete-variable because
3388 define-obsolete-variable-alias is not supported in Emacs 21.
3389
3390 * spam.el (spam-ifile-path, spam-ifile-database-path)
3391 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3392 make-obsolete-variable.
3393 (spam-bsfilter-path, spam-bsfilter-program)
3394 (spam-spamassassin-path, spam-spamassassin-program)
3395 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
3396 use "path" inappropriately.
3397 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3398 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3399 variable names.
3400
3401 2006-12-28 Daiki Ueno <ueno@unixuser.org>
3402
3403 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3404 summary buffer.
3405
3406 * password.el (password-cache-remove): Use clear-string to burn
3407 password, if available.
3408
3409 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3410
3411 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3412
3413 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3414
3415 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3416 (gnus-message-highlight-citation): Move defcustom here from
3417 gnus-cite.el.
3418 (gnus-message-citation-mode): Autoload.
3419
3420 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
3421 checks to make it compile with XEmacs.
3422 (gnus-message-citation-mode): New minor mode.
3423 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3424 (gnus-message-highlight-citation): New variables.
3425 (gnus-message-search-citation-line)
3426 (gnus-message-add-citation-keywords)
3427 (gnus-message-remove-citation-keywords)
3428 (turn-on-gnus-message-citation-mode)
3429 (turn-off-gnus-message-citation-mode): New functions.
3430
3431 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
3432
3433 * gnus-cite.el: Enable highlighting of different citation levels in
3434 message-mode.
3435
3436 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3437
3438 * message.el (message-make-fqdn): Fix comment.
3439 (message-bogus-system-names): Add ".local".
3440
3441 * spam.el (spam-ifile-path, spam-ifile-program)
3442 (spam-ifile-database-path, spam-ifile-database)
3443 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3444 Don't use "path" inappropriately.
3445 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3446 strings.
3447 (spam-check-ifile, spam-ifile-register-with-ifile)
3448 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3449 new variable names.
3450
3451 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3452 (gnus-treat-display-smileys): Simplify using
3453 gnus-image-type-available-p.
3454
3455 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3456 available.
3457
3458 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3459
3460 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3461 one after turning on the buffer's multibyteness instead of decoding
3462 them directly in the unibyte buffer that causes unexpected conversion
3463 in Emacs 23 (unicode).
3464
3465 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3466
3467 * message.el (message-generate-hashcash): Fix custom type.
3468
3469 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3470
3471 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3472
3473 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3474
3475 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3476 disconnect icons. Add help text.
3477
3478 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
3479
3480 * spam.el (spam-extra-header-to-number): CRM114 spam score is
3481 negated to be consistent with the others we handle.
3482
3483 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3484
3485 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3486 version of gnus-summary-buffer to something, so that we can use two
3487 article buffers at the same time.
3488
3489 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
3490
3491 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3492 trigger all the extra headers.
3493 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3494 sorting.
3495
3496 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3497
3498 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3499 solid groups.
3500
3501 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
3502
3503 * legacy-gnus-agent.el: Add Copyright notice.
3504
3505 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
3506
3507 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3508
3509 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3510
3511 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3512
3513 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3514 to make it work reliably in CVS Emacs.
3515 (gnus-summary-limit-strange-charsets-predicate)
3516 (gnus-summary-limit-to-predicate): New functions.
3517
3518 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
3519
3520 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3521 specifying array size.
3522 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3523 array if it is too small.
3524 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3525 (gnus-sort-threads-loop): New function.
3526
3527 2006-12-06 Chris Moore <dooglus@gmail.com>
3528
3529 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3530 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3531
3532 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
3533
3534 * mm-url.el (mm-url-predefined-programs): Call curl with correct
3535 options.
3536
3537 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3538
3539 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3540 DOS-ing the recipient.
3541
3542 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3543 the headers when creating the mapping to avoid mismappings.
3544 (nnweb-gmane-create-mapping): Always nix out old mapping.
3545
3546 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3547
3548 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3549 and mm-verify-option to never.
3550
3551 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3552
3553 * message.el (message-signed-or-encrypted-p): New function.
3554 (message-forward-make-body): Use it.
3555
3556 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3557 Replace encode-coding-string with mm-encode-coding-string.
3558
3559 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
3560
3561 * nneething.el (nneething-decode-file-name): Replace
3562 decode-coding-string with mm-decode-coding-string.
3563
3564 * gnus-int.el (gnus-open-server): Say failed server's name.
3565
3566 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
3567
3568 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3569 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3570
3571 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3572 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3573 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3574 (gnus-group-make-directory-group, gnus-group-transpose-groups):
3575 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3576 (gnus-subscribe-newsgroup, gnus-1):
3577 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3578 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3579 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3580 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3581
3582 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3583
3584 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3585 keystroke.
3586 (gnus-summary-limit-to-bodies): Implement headersp.
3587
3588 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3589
3590 * dns.el (query-dns): Protect against "Process dns deleted" strings.
3591
3592 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
3593
3594 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3595
3596 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3597
3598 * message.el (message-generate-hashcash): Expand range of values to
3599 include `opportunistic'.
3600 (message-send-mail): Use it.
3601
3602 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3603
3604 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3605 and comment it.
3606
3607 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3608
3609 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
3610
3611 * gnus-util.el (gnus-extract-address-components): Improve comment.
3612
3613 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3614
3615 * gnus-util.el (gnus-extract-address-components): Work with address in
3616 which the name portion contains @.
3617
3618 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3619
3620 * gnus.el (gnus-start): Move custom group up.
3621 (gnus-select-method): Don't autoload, but make it available for
3622 `customize-variable'.
3623 (gnus-getenv-nntpserver): Don't autoload.
3624
3625 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
3626
3627 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3628
3629 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3630
3631 * message.el (message-sendmail-extra-arguments): New variable.
3632 (message-send-mail-with-sendmail): Use it.
3633
3634 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3635
3636 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3637 mm-with-unibyte-current-buffer to make string unibyte.
3638
3639 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3640 mm-string-as-multibyte.
3641
3642 2006-11-14 Daiki Ueno <ueno@unixuser.org>
3643
3644 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3645 Reported by Werner Koch <wk@gnupg.org>.
3646
3647 2006-11-14 Daiki Ueno <ueno@p360>
3648
3649 * mml2015.el: Autoload epa-select-keys when compiling.
3650
3651 2006-11-13 Daiki Ueno <ueno@unixuser.org>
3652
3653 * mml2015.el (mml2015-epg-sign): Save the signing keys in
3654 message-options.
3655 (mml2015-epg-encrypt): Save the recipient keys in message-options.
3656
3657 2006-11-13 Daiki Ueno <ueno@unixuser.org>
3658
3659 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3660 EasyPG (< 0.0.6).
3661 (mml2015-always-trust): New user option.
3662 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3663 prompt.
3664
3665 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3666
3667 * nntp.el (nntp-authinfo-force): New variable.
3668 (nntp-send-authinfo): Use it.
3669
3670 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
3671
3672 * message.el (message-strip-subject-encoded-words): Allow _not_ to
3673 decode encoded words. Improve prompt. Add comment about forwarding.
3674 (message-replacement-char): Move up.
3675
3676 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3677
3678 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3679 instead of gnus-intersection because arguments of gnus-sorted-nunion
3680 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
3681
3682 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
3683
3684 * message.el (message-strip-subject-encoded-words): Reformat prompt.
3685 (message-simplify-subject-functions): Enable
3686 message-strip-subject-encoded-words by default.
3687
3688 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
3689
3690 * message.el (message-strip-subject-encoded-words): New function
3691 (message-simplify-subject-functions): New variable.
3692 (message-simplify-subject): Use it. Fix typo in doc string.
3693 Support message-strip-subject-encoded-words.
3694
3695 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
3696
3697 * gnus-diary.el (gnus-diary-delay-format-function):
3698 * nndiary.el (nndiary-reminders):
3699 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3700
3701 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
3702
3703 * gnus-art.el (article-hide-boring-headers): Fetch date from
3704 gnus-original-article-buffer to avoid problems with localized date
3705 strings.
3706
3707 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
3708
3709 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3710
3711 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
3712
3713 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3714 New variables.
3715 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3716 (mm-charset-synonym-alist): Move some entries to
3717 mm-codepage-iso-8859-list.
3718 (mm-charset-synonym-alist, mm-charset-override-alist): Add
3719 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3720
3721 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
3722
3723 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
3724
3725 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
3726
3727 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
3728 with Emacs 21 and XEmacs.
3729
3730 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
3731
3732 * spam.el (spam-parse-address): New function for better parsing,
3733 catching errors, etc.
3734 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
3735
3736 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
3737
3738 * mm-view.el: Add interactive arg to html2text autoload.
3739
3740 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
3741
3742 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
3743
3744 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
3745
3746 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
3747 variables.
3748 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3749 (mm-charset-synonym-alist): Move some entries to
3750 mm-codepage-iso-8859-list.
3751
3752 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
3753
3754 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
3755
3756 * message.el (message-citation-line-format)
3757 (message-insert-formated-citation-line): Fix implementation of %E, %N
3758 and %n according to the doc string.
3759
3760 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
3761
3762 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3763 car-safe to avoid bad parses.
3764
3765 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3766
3767 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
3768 names.
3769
3770 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
3771
3772 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3773
3774 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
3775 header.
3776
3777 * message.el (message-draft-headers): Add Date.
3778 (message-headers-to-generate): Fix typo in docstring.
3779
3780 * nndraft.el (nndraft-required-headers): New variable.
3781 (nndraft-generate-headers): Use it.
3782
3783 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
3784
3785 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3786
3787 * gnus-registry.el (gnus-registry-wash-for-keywords)
3788 (gnus-registry-find-keywords): New functions to allow easy searching of
3789 articles that are in the registry.
3790
3791 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3792
3793 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3794 ietf-drums-parse-address instead of gnus-extract-address-components.
3795 Reported by Damien Elmes <damien@repose.cx>.
3796
3797 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
3798
3799 * gnus.el (gnus-mime): Remove unused custom group.
3800
3801 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3802
3803 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
3804 "blank line" when searching for end of armor headers.
3805
3806 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3807
3808 * gmm-utils.el (gmm-write-region): Fix variable name.
3809
3810 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
3811
3812 * gmm-utils.el (gmm-write-region): New function based on compatibility
3813 code from `mm-make-temp-file'.
3814
3815 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
3816
3817 * nnmaildir.el (nnmaildir--update-nov)
3818 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
3819 Use `gmm-write-region'.
3820
3821 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
3822
3823 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
3824 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3825
3826 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
3827
3828 * message.el (message-replacement-char): New variable.
3829 (message-fix-before-sending): Use it.
3830 (message-simplify-subject): New function to remove duplicate code.
3831 (message-reply, message-followup): Use it.
3832
3833 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
3834 gnus-summary-limit-to-articles.
3835
3836 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
3837
3838 * gnus-util.el (gnus-with-local-quit): New macro.
3839
3840 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
3841
3842 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
3843
3844 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
3845 ignore non-string data.
3846
3847 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
3848
3849 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
3850 non-string data (needs to be done in the registry too).
3851
3852 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
3853
3854 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
3855 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
3856 (gnus-registry-split-fancy-with-parent)
3857 (gnus-registry-fetch-simplified-message-subject-fast)
3858 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
3859 Remove text properties on ingress into the registry and when it's saved.
3860 (gnus-registry-clean-empty-function): Fix bug with cleaning the
3861 registry from entries with no groups.
3862
3863 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
3864
3865 * gnus-util.el (gnus-string-remove-all-properties): Add utility
3866 function to remove string properties.
3867
3868 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
3869
3870 * gmm-utils.el (gmm): Adjust custom version.
3871
3872 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
3873 custom version.
3874
3875 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
3876
3877 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
3878
3879 * gnus-art.el (gnus-insert-prev-page-button)
3880 (gnus-insert-next-page-button): Simplify. Reformat.
3881
3882 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
3883
3884 * gnus-art.el (gnus-insert-prev-page-button)
3885 (gnus-insert-next-page-button): Apply gnus-article-button-face.
3886
3887 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
3888
3889 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
3890
3891 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
3892
3893 (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
3894 gnus-article-button-face to MIME and security buttons.
3895
3896 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
3897
3898 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
3899 readable.
3900
3901 2006-09-20 Steve Youngs <steve@sxemacs.org>
3902
3903 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
3904 `browse-url-of-file' instead of `browse-url'.
3905
3906 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3907
3908 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3909 regexp. Articles containing quotation were cut prematurely.
3910
3911 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
3912
3913 * message.el (message-cite-original-1): Use nobody by default for the
3914 value of From header.
3915 (message-reply): Ditto.
3916
3917 2006-09-11 Daiki Ueno <ueno@unixuser.org>
3918
3919 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
3920 to the gnus-info. This fixes a bug of inline-PGP message verification.
3921 Reported by Michael Piotrowski <mxp@dynalabs.de>.
3922
3923 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
3924
3925 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
3926 mails in the doc string. Add some URLs in comment.
3927 (pop3-movemail): Warn about pop3-leave-mail-on-server.
3928
3929 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
3930
3931 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
3932 backslashes handling and the way to find boundaries of quoted strings.
3933
3934 2006-09-07 Daiki Ueno <ueno@unixuser.org>
3935
3936 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
3937 mml1991-encrypt-to-self is set and mml1991-signers is not set.
3938 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
3939 mml2015-encrypt-to-self is set and mml2015-signers is not set.
3940
3941 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
3942
3943 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
3944 doc string.
3945 (gnus-button-regexp, gnus-button-last): Remove unused variables.
3946
3947 2006-09-06 Simon Josefsson <jas@extundo.com>
3948
3949 * mml2015.el (mml2015-use): Doc fix, mention epg.
3950
3951 2006-09-06 Daiki Ueno <ueno@unixuser.org>
3952
3953 * mml2015.el (mml2015-use): Default to epg, if available.
3954
3955 2006-09-06 Daiki Ueno <ueno@unixuser.org>
3956
3957 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
3958 message-sender.
3959 (mml1991-epg-encrypt): Ditto.
3960 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
3961 message-sender.
3962 (mml2015-epg-encrypt): Ditto.
3963
3964 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
3965
3966 * message.el (message-send-mail-with-sendmail): Look for sendmail in
3967 several common directories.
3968
3969 2006-09-05 Daiki Ueno <ueno@unixuser.org>
3970
3971 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
3972 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
3973
3974 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
3975
3976 * gnus-art.el (article-decode-encoded-words): Make it fast.
3977
3978 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
3979
3980 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
3981
3982 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
3983 in quoted string into `\'.
3984
3985 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
3986
3987 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3988 Use standard-syntax-table.
3989
3990 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
3991
3992 * gnus-art.el (gnus-decode-address-function): New variable.
3993 (article-decode-encoded-words): Use it to decode headers which are
3994 assumed to contain addresses.
3995 (gnus-mime-delete-part): Remove useless `or'.
3996
3997 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
3998 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
3999 (gnus-nov-parse-line): Use it to decode From header.
4000 (gnus-get-newsgroup-headers): Ditto.
4001 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4002
4003 * mail-parse.el (mail-decode-encoded-address-region): New alias.
4004 (mail-decode-encoded-address-string): New alias.
4005
4006 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4007 New function.
4008 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4009 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4010 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4011 (rfc2047-decode-string): Ditto.
4012 (rfc2047-decode-address-region): New function.
4013 (rfc2047-decode-address-string): New function.
4014
4015 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
4016
4017 * message.el (message-caesar-buffer-body): Allow rotating headers.
4018
4019 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4020
4021 * message.el (message-insert-formated-citation-line): Fix %f.
4022 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4023
4024 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
4025
4026 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4027 (gnus-bookmark-mouse-available-p): New macro.
4028 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4029 (gnus-bookmark-bmenu-show-infos): Use it.
4030 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4031 (gnus-bookmark-bmenu-hide-infos): Ditto.
4032 (gnus-bookmark-remove-properties): New function.
4033 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4034 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4035 (gnus-bookmark-write-file): Bind coding-system-for-write.
4036 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4037 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4038 group before selecting it.
4039 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4040 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4041 quit-window if it is not available; use gnus-mouse-2 and bind it to
4042 gnus-bookmark-bmenu-select-by-mouse.
4043 (gnus-bookmark-show-details): Remove unused variable `details-list'.
4044 (gnus-bookmark-bmenu-select-by-mouse): New function.
4045
4046 2006-08-13 Romain Francoise <romain@orebokech.com>
4047
4048 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4049 space.
4050
4051 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4052
4053 * compface.el (uncompface): Use binary rather than raw-text-unix.
4054
4055 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4056
4057 * compface.el (uncompface): Make sure the eol conversion doesn't take
4058 place when communicating with the external programs. Reported by
4059 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4060
4061 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
4062
4063 * nnheader.el (nnheader-insert-head): Fix typo in comment.
4064
4065 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4066
4067 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4068 Make it more robust by parsing author and date independently.
4069
4070 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
4071
4072 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4073
4074 2006-07-28 Daiki Ueno <ueno@unixuser.org>
4075
4076 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4077 first matching secret key.
4078 (mml2015-epg-encrypt): Ditto.
4079
4080 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4081 first matching secret key.
4082 (mml1991-epg-encrypt): Ditto.
4083
4084 * mml2015.el (mml2015-encrypt-to-self): New user option.
4085 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4086 mml2015-epg-encrypt-to-self is set.
4087
4088 * mml1991.el (mml1991-encrypt-to-self): New variable.
4089 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4090 mml1991-epg-encrypt-to-self is set.
4091
4092 * mml2015.el (mml2015-signers): New user option.
4093 (mml2015-epg-sign): Reflect the value of mml2015-signers.
4094 (mml2015-epg-encrypt): Allow to select signing keys.
4095
4096 * mml1991.el (mml1991-signers): New variable.
4097 (mml1991-epg-sign): Reflect the value of mml1991-signers.
4098 (mml1991-epg-encrypt): Allow to select signing keys.
4099
4100 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
4101
4102 * nnheader.el (nnheader-insert-head): Make it work even if the file
4103 uses CRLF for the line-break code.
4104
4105 2006-07-25 Daiki Ueno <ueno@unixuser.org>
4106
4107 * mml2015.el: Require mml-sec instead of password.
4108 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4109 (mml2015-cache-passphrase): Inherit the default value from
4110 mml-secure-cache-passphrase.
4111 (mml2015-passphrase-cache-expiry): Inherit the default value from
4112 mml-secure-passphrase-cache-expiry.
4113
4114 * mml1991.el: Require mml-sec instead of password.
4115 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4116 (mml1991-cache-passphrase): Inherit the default value from
4117 mml-secure-cache-passphrase.
4118 (mml1991-passphrase-cache-expiry): Inherit the default value from
4119 mml-secure-passphrase-cache-expiry.
4120
4121 * mml-sec.el: Require password.
4122 (mml-secure-verbose): New user option.
4123 (mml-secure-cache-passphrase): New user option.
4124 (mml-secure-passphrase-cache-expiry): New user option.
4125
4126 2006-07-24 Daiki Ueno <ueno@unixuser.org>
4127
4128 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4129 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
4130 andreas@altroot.de (Andreas Vögele).
4131
4132 FIXME: Use `tiny change'?
4133
4134 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4135
4136 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4137 workaround for the url package included with Emacs.
4138
4139 * nnweb.el (nnweb-google-create-mapping): Update regexp.
4140
4141 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
4142
4143 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4144 correctly. This fixes a bug caused by the 2006-05-12 change.
4145
4146 2006-07-18 Karl Fogel <kfogel@red-bean.com>
4147
4148 * nnmail.el (nnmail-article-group): If splitting raises an error, give
4149 some information about the error when saying that the `bogus' mail
4150 group will be used.
4151
4152 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
4153
4154 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4155 string.
4156
4157 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
4158
4159 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4160
4161 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4162
4163 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4164
4165 2006-07-10 Daiki Ueno <ueno@unixuser.org>
4166
4167 * mml1991.el (mml1991-function-alist): Add epg.
4168 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4169 (mml1991-epg-encrypt): New functions.
4170
4171 2006-07-10 Daiki Ueno <ueno@unixuser.org>
4172
4173 * mml2015.el (mml2015-verbose): New variable.
4174 (mml2015-cache-passphrase): Ditto.
4175 (mml2015-passphrase-cache-expiry): Ditto.
4176 (mml2015-function-alist): Add epg.
4177 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4178 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4179 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4180 functions.
4181
4182 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4183
4184 * message.el (message-cite-original-1): Preserve region when removing
4185 quoted text due to X-No-Archive in order to avoid bogus attribution
4186 when citing multiple messages.
4187
4188 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4189
4190 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
4191 Kenneth Jacker <khj@be.cs.appstate.edu>.
4192
4193 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
4194
4195 * gnus-diary.el (gnus-user-format-function-d)
4196 (gnus-user-format-function-D): Autoload.
4197
4198 * imap.el (Commentary): Fix typo.
4199
4200 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4201 2006-04-22 contribution.
4202
4203 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4204
4205 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4206 It didn't really fix the bogosity I'm seeing with solid web groups.
4207
4208 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4209
4210 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4211 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4212 created using server names. If we use the feature without declaring
4213 it, Gnus does not properly manage server and group state.
4214
4215 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4216 bound.
4217
4218 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4219
4220 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4221 looking up the method using GROUP's prefix before inventing a new one.
4222 It is used on killed/unknown groups in various places where returning
4223 an all-new method isn't expected by the caller.
4224
4225 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4226 and match semantics of gnus-group-real-prefix.
4227
4228 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
4229
4230 * nnmail.el (nnmail-broken-references-mailers): New variable.
4231 (nnmail-ignore-broken-references): New function generalizing
4232 nnmail-fix-eudora-headers.
4233 (nnmail-fix-eudora-headers): Now obsolete.
4234
4235 * gnus-art.el (gnus-button-handle-custom): Support
4236 `customize-apropos*'.
4237
4238 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4239
4240 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4241
4242 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4243 articles.
4244
4245 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
4246
4247 * message.el (message-cite-reply-above): New variable.
4248 (message-yank-original): Use it.
4249
4250 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
4251
4252 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4253
4254 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
4255
4256 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4257 as read.
4258
4259 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4260
4261 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
4262
4263 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4264 (gnus-bookmark-default-file): Use gnus-directory.
4265 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4266 Remove "*" in doc string.
4267 (gnus-bookmark-write-file): Simplify.
4268 (gnus-bookmark-maybe-sort-alist): Use `when'.
4269 (gnus-bookmark-get-bookmark): Fix typo in doc string.
4270 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4271 FIXME about Emacs 21 and XEmacs compatibility.
4272 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4273 compatibility.
4274 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4275 compatibility.
4276 (gnus-bookmark-menu-heading): Fix version.
4277
4278 2006-06-19 Bastien Guerry <bzg@altern.org>
4279
4280 * gnus-bookmark.el: New file.
4281
4282 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
4283
4284 * message.el (message-syntax-checks): Doc fix.
4285
4286 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4287
4288 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4289 unsubscribed groups as if they were killed ones. It causes duplicate
4290 entries in gnus-newsrc-alist.
4291
4292 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
4293
4294 * message.el (message-syntax-checks): Doc fix.
4295 (message-send-mail): Add check for continuation headers.
4296 (message-check-news-header-syntax): Fix regexp used to check for
4297 continuation headers.
4298
4299 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
4300
4301 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4302
4303 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
4304
4305 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4306
4307 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
4308
4309 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4310 default-truncate-lines.
4311
4312 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
4313
4314 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4315 to fill the utf-8 entry.
4316
4317 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4318
4319 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4320
4321 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
4322
4323 * gnus-agent.el (directory-files-and-attributes): Move all the way
4324 forward (the third and final move).
4325 (gnus-agent-read-agentview): Trap reconstruction errors due to
4326 nonexistant directory. Handle by returning nil.
4327
4328 2006-05-30 Didier Verna <didier@xemacs.org>
4329
4330 * message.el (message-dont-reply-to-names): Update the custom type.
4331 * message.el (message-dont-reply-to-names): New defsubst: potentially
4332 convert a list of regexps into a single one.
4333 * message.el (message-get-reply-headers): Use it.
4334 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4335
4336 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
4337
4338 * gnus-agent.el (directory-files-and-attributes): Move forward.
4339
4340 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4341
4342 * gnus-ml.el (gnus-mailing-list-subscribe)
4343 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4344 (gnus-mailing-list-message): Fix doc strings.
4345
4346 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4347
4348 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4349 of doing it manually.
4350
4351 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4352
4353 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4354 comment.
4355
4356 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
4357
4358 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4359 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4360 (gnus-agent-read-local): All symbols allocated in my-obarray
4361 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4362 (gnus-agent-regenerate-group): Check numeric names to see if they are
4363 messages or groups.
4364 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4365 better way of do this...)
4366
4367 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4368 'dummy.group' (there should be a better way of do this...)
4369
4370 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
4371
4372 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4373 (gnus-saved-headers): Ditto.
4374 (gnus-default-article-saver): Mention functions may have properties.
4375 (gnus-article-save): Override gnus-save-all-headers and
4376 gnus-saved-headers by :headers property which saver function may have.
4377 (gnus-summary-save-in-file): Add :headers property.
4378 (gnus-summary-write-to-file): Ditto.
4379
4380 * gnus-sum.el (gnus-summary-save-article): Bind
4381 gnus-prompt-before-saving to t when saving many articles in a file;
4382 always show all headers.
4383
4384 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4385
4386 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4387 marks.
4388
4389 * message.el (message-indent-citation): Add optional arguments to allow
4390 using it outside of message buffers.
4391
4392 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4393 (gnus-article-treat-unfold-headers): Use it.
4394 (gnus-article-truncate-lines): New variable.
4395 (gnus-article-mode): Use it.
4396 (gnus-article-toggle-truncate-lines): New function.
4397
4398 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4399 gnus-article-toggle-truncate-lines.
4400
4401 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4402 coding system in XEmacs, use binary.
4403
4404 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
4405
4406 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4407 after-load-alist.
4408
4409 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4410 this function should save decoded articles.
4411 (gnus-summary-write-to-file): Use property to specify this function
4412 should save decoded articles and specify gnus-summary-save-in-file
4413 should be used to save articles other than the first one when saving
4414 many articles.
4415 (gnus-summary-save-body-in-file): Use property to specify this
4416 function should save decoded articles.
4417 (gnus-summary-write-body-to-file): Use property to specify this
4418 function should save decoded articles and specify
4419 gnus-summary-save-body-in-file should be used to save articles other
4420 than the first one when saving many articles.
4421
4422 * gnus-sum.el (gnus-summary-save-article): Simplify.
4423
4424 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
4425
4426 * gnus-art.el (gnus-default-article-saver): Add
4427 gnus-summary-write-body-to-file.
4428 (gnus-article-save-coding-system): Don't use coding system object
4429 in XEmacs.
4430 (gnus-read-save-file-name): Add optional `dir-var' argument which
4431 specifies directory in which files are saved; work even if optional
4432 `variable' argument is not specified.
4433 (gnus-summary-write-to-file): Read file name.
4434 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4435 (gnus-summary-write-body-to-file): New function.
4436
4437 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4438 (gnus-summary-local-variables): Add it.
4439 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4440 (gnus-summary-save-article): Remove optional `decode' argument;
4441 determine whether to decode articles by the value of
4442 gnus-default-article-saver; when saving many files using
4443 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4444 it first and use gnus-summary-save-in-file or
4445 gnus-summary-save-body-in-file thereafter unless
4446 gnus-prompt-before-saving is always; move point to article which
4447 will be saved.
4448 (gnus-summary-save-article-file): Revert.
4449 (gnus-summary-write-article-file): Revert.
4450 (gnus-summary-save-article-body-file): Revert.
4451 (gnus-summary-write-article-body-file): New function.
4452
4453 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4454
4455 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4456
4457 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
4458
4459 * gnus-art.el (gnus-default-article-saver): Doc fix.
4460 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4461 from gnus-summary-save-article-coding-system, and default to a
4462 certain coding system.
4463 (gnus-output-to-file): Add coding cookie and encode text according
4464 to gnus-article-save-coding-system; don't use mm-append-to-file.
4465
4466 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4467 gnus-art.el and rename to gnus-article-save-coding-system.
4468 (gnus-summary-save-article): Require gnus-art; don't show all
4469 headers if it decodes articles; don't add coding cookie here;
4470 don't bind mm-text-coding-system-for-write.
4471 (gnus-summary-save-article-file): Save decoded articles.
4472 (gnus-summary-write-article-file): When saving many files, use
4473 gnus-summary-write-to-file first and gnus-summary-save-in-file
4474 thereafter unless gnus-prompt-before-saving is always.
4475 (gnus-summary-save-article-body-file): Save decoded articles.
4476
4477 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4478
4479 * nnrss.el (nnrss-check-group): Bind hash-index.
4480
4481 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
4482
4483 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4484 its hash index. Store this hash in `nnrss-group-data'.
4485 (nnrss-read-group-data): Update accordingly.
4486
4487 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4488
4489 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4490 entry.
4491
4492 * gnus-sum.el (gnus-summary-make-menu-bar): Add
4493 gnus-article-browse-html-article.
4494
4495 2006-05-23 Hynek Schlawack <hynek@ularx.de>
4496
4497 * gnus-sum.el (gnus-summary-mime-map): Add
4498 gnus-article-browse-html-article.
4499 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4500
4501 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4502 suitable coding systems in customize.
4503
4504 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
4505
4506 * mail-source.el (mail-sources): Fix custom type.
4507
4508 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
4509
4510 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4511 (gnus-summary-expire-articles-now): Shorten prompt.
4512
4513 * gmm-utils.el (wid-edit): Require.
4514 (defun-gmm): Renamed from `gmm-defun-compat'.
4515 (gmm-image-search-load-path): Use it.
4516 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
4517
4518 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
4519
4520 * gnus-sum.el (gnus-summary-save-article-coding-system): New
4521 variable.
4522 (gnus-summary-save-article): Add optional `decode' argument. If
4523 it is set and gnus-summary-save-article-coding-system is non-nil,
4524 save decoded article.
4525 (gnus-summary-write-article-file): Save decoded article if
4526 gnus-summary-save-article-coding-system is non-nil.
4527
4528 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4529 type.
4530
4531 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
4532
4533 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4534
4535 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4536
4537 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4538 first to test gnus-single-article-buffer which may be buffer-local.
4539
4540 * gnus-sum.el (gnus-summary-setup-buffer): Make
4541 gnus-single-article-buffer buffer-local and nil in ephemeral
4542 group; make gnus-article-buffer, gnus-article-current, and
4543 gnus-original-article-buffer always buffer-local.
4544 (gnus-summary-exit): Kill article buffer belonging to ephemeral
4545 group.
4546 (gnus-handle-ephemeral-exit): Don't move to next summary line.
4547
4548 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
4549
4550 * nnml.el (nnml-request-compact-group): Compressed files might not
4551 have .gz extension.
4552
4553 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4554
4555 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4556 (mm-copy-to-buffer): Use with-current-buffer.
4557 (mm-display-part): Simplify.
4558 (mm-inlinable-p): Add optional arg `type'.
4559
4560 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4561
4562 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4563 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4564 Try harder to show the attachment internally or externally using
4565 gnus-mime-view-part-as-type.
4566
4567 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
4568
4569 * message.el (message-from-style, message-signature-separator)
4570 (message-user-organization-file, message-send-mail-function)
4571 (message-citation-line-function, message-yank-prefix)
4572 (message-indent-citation-function, message-signature)
4573 (message-signature-file, message-signature-insert-empty-line):
4574 Remove autoloads.
4575
4576 * gnus-art.el (gnus-buttonized-mime-types): Remove
4577 "multipart/signed". Revert 2006-04-26 change.
4578
4579 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4580
4581 * gnus.el (gnus-version-number): Bump version.
4582
4583 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4584
4585 * gnus.el: No Gnus v0.5 is released.
4586
4587 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4588
4589 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4590 fetching articles by message-id.
4591
4592 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4593
4594 * message.el (hashcash): Require hashcash as normal.
4595
4596 * ecomplete.el (ecomplete-highlight-match-line): Use
4597 point-at-eol.
4598 (ecomplete-highlight-match-line): Use `highlight', because that
4599 face exists in both Emacs and XEmacs.
4600
4601 * message.el (message-display-abbrev): Use point-at-bol.
4602
4603 * mail-source.el: Don't require timer/timer-funcs.
4604
4605 * gnus-async.el: Ditto.
4606
4607 * password.el: Ditto.
4608
4609 * mm-url.el: Ditto.
4610
4611 * mm-util.el: Require timer/timer-funcs.
4612
4613 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4614
4615 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4616 Close.
4617
4618 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
4619
4620 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4621 unibyte after clear-decrypt function runs.
4622
4623 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4624 returns as a unibyte string.
4625
4626 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
4627
4628 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4629 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4630 (mml1991-pgg-encrypt): Ditto.
4631
4632 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
4633
4634 * message.el (message-user-organization-file): Check several
4635 locations of the organization file.
4636
4637 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4638 Add gnus-article-view-part-as-type.
4639
4640 * gnus-art.el (gnus-article-view-part-as-type): New function.
4641
4642 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4643 .mobi and .travel. Remove .nato, .bitnet and .uucp.
4644
4645 * mml.el: Simplify autoload.
4646 (mml-mode): defvar dnd-protocol-alist instead of using
4647 symbol-value.
4648 (mml-default-directory): New variable.
4649 (mml-minibuffer-read-file): Use it.
4650 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4651
4652 * message.el (message-citation-line-format): New variable.
4653 (message-insert-formated-citation-line): New function.
4654 (message-citation-line-function): Add
4655 `message-insert-formated-citation-line' to custom type.
4656
4657 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4658 to doc string.
4659
4660 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4661 depending on mm-verify-option.
4662
4663 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
4664
4665 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4666 binding pgg-* variables; reimplement the section which prevents
4667 MIME header from being signed.
4668 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4669 pgg-text-mode; remove a blank line at the top of body.
4670
4671 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4672 lines at the top of body; use gnus-newsgroup-charset if there's no
4673 Charset header.
4674
4675 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
4676
4677 * message.el (message-self-insert-commands): Doc fix.
4678
4679 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
4680 (mm-uu-pgp-encrypted-test): Ditto.
4681 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
4682 between header and body; return application/pgp-encrypted handle
4683 if decryption failed; decode decrypted body by charset.
4684
4685 * mm-decode.el (mm-automatic-display): Don't make application/pgp
4686 element match to application/pgp-*.
4687
4688 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4689
4690 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
4691 HTML.
4692
4693 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4694
4695 * mail-source.el (mail-source-call-script): Message the error
4696 string.
4697
4698 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4699
4700 * gnus-util.el (gnus-byte-compile): Use it.
4701
4702 2006-04-22 xyblor <fake@invalid.email> (tiny change)
4703
4704 * gnus-util.el (kill-empty-logs): New function.
4705
4706 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4707
4708 * message.el (message-mail-alias-type): Doc fix.
4709 (message-mail-alias-type-p): New function.
4710 (message-send): Use it.
4711 (message-mode): Ditto.
4712 (message-strip-forbidden-properties): Ditto.
4713
4714 * ecomplete.el (ecomplete-database-file-coding-system): New
4715 variable.
4716 (ecomplete-save): Use it.
4717 (ecomplete-setup): Use it.
4718
4719 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
4720
4721 * message.el (message-self-insert-commands): New variable.
4722 (message-strip-forbidden-properties): Use it.
4723
4724 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4725
4726 * message.el (message-put-addresses-in-ecomplete): Use a regexp
4727 that doesn't make XEmacs choke.
4728
4729 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
4730
4731 * gnus-util.el (gnus-replace-in-string):
4732 Prefer replace-regexp-in-string over of replace-in-string.
4733
4734 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
4735
4736 * gnus-util.el (gnus-select-frame-set-input-focus):
4737 Use select-frame-set-input-focus if it is available in XEmacs; use
4738 definition defined in Emacs 22 for old Emacsen.
4739
4740 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
4741
4742 * mm-view.el (mm-inline-text): Use equal instead of equalp.
4743
4744 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
4745
4746 * gnus-registry.el (gnus-registry-cache-save): Remove text
4747 properties when saving via the temp buffer.
4748
4749 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
4750
4751 * message.el (message-generate-hashcash): Honor custom type.
4752
4753 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4754
4755 * message.el (message-generate-hashcash): Default to non-nil when
4756 hashcash is found.
4757
4758 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
4759 (gnus-refer-thread-limit): Increase default to 500.
4760
4761 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
4762
4763 * flow-fill.el (fill-flowed): Allow delete-space.
4764
4765 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
4766
4767 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4768 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
4769 Remove autoloads.
4770
4771 2006-04-18 Simon Josefsson <jas@extundo.com>
4772
4773 * message.el (message-generate-hashcash): Default to.
4774
4775 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
4776
4777 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4778 concatenating segments rather than before concatenating them.
4779
4780 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
4781
4782 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
4783
4784 * imap.el (imap-quote-specials): New function.
4785 (imap-login-auth): Quote specials.
4786
4787 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4788
4789 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
4790
4791 * message.el (message-forward-make-body-plain): Allow
4792 message-forward-ignored-headers to be a list.
4793 (message-remove-ignored-headers): Factor out into function.
4794 (message-forward-make-body-mml): Use it.
4795 * rfc2231.el (rfc2231-parse-string): Remove dead code.
4796 (rfc2231-parse-string): Allow concatanation of parameters that
4797 aren't contiguous. The test case is
4798 (mail-header-parse-content-type "message/external-body;
4799 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
4800 access-type=LOCAL-FILE;
4801 name*1*=plugh%2fhello-sailor%2fbing.pdf")
4802
4803 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
4804
4805 * nntp.el (nntp-accept-process-output): Return the value of
4806 `nnheader-accept-process-output'.
4807
4808 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4809
4810 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
4811 (gnus-button-alist): Recognize more diff formats.
4812 (gnus-button-patch): Strip directory.
4813
4814 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
4815
4816 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
4817 Emacs 22 when setting focus.
4818
4819 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4820
4821 * gnus-art.el (gnus-article-treat-types): Do treatment of
4822 text/x-verbatim parts.
4823 (gnus-button-patch): New command.
4824
4825 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
4826 addresses that contain invalid characters.
4827
4828 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4829
4830 * message.el (message-put-addresses-in-ecomplete): Use
4831 gnus-replace-in-string.
4832 (message-is-yours-p): Use the more correct
4833 mail-header-parse-address instead of
4834 mail-extract-address-components.
4835 (message-put-addresses-in-ecomplete): Fix typo.
4836
4837 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
4838 keystroke.
4839
4840 * gnus-art.el (gnus-treatment-function-alist): Change order of
4841 newsgroups/generic header folding to avoid double-folding.
4842
4843 * message.el (message-hidden-headers): Add X-Draft-From.
4844
4845 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
4846 command.
4847 (gnus-summary-repeat-search-article-backward): New command.
4848
4849 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
4850 groups in the parent topic.
4851
4852 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
4853
4854 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
4855 (spam-extra-header-to-number): Return the CRM114 number as a
4856 number instead of a string.
4857
4858 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4859
4860 * gnus-art.el (gnus-face-properties-alist): Moved here from
4861 gnus-fun.
4862
4863 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
4864
4865 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4866
4867 * message.el (message-strip-forbidden-properties): Only display on
4868 self-insert-command.
4869
4870 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
4871 reindent.
4872 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
4873
4874 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
4875
4876 * smiley.el (smiley-style): Fix typo.
4877
4878 2006-03-23 Kenichi Handa <handa@m17n.org>
4879
4880 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
4881 instead of set-buffer-multibyte.
4882
4883 2006-03-23 Kenichi Handa <handa@m17n.org>
4884
4885 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4886 buffer and then decode the buffer text if necessary.
4887 (rfc2231-encode-string): Be sure to work on multibyte buffer at
4888 first, and after mm-encode-body, change the buffer to unibyte.
4889
4890 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4891
4892 * hashcash.el (hashcash-insert-payment-async-2): Use
4893 message-goto-eoh instead of doing it manually.
4894 (mail-add-payment): Use message-narrow-to-header instead of trying
4895 to do the same itself.
4896
4897 * message.el (message-hidden-headers): Add Face.
4898
4899 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
4900 reparenting code.
4901 (gnus-summary-reparent-children): Refactored out code.
4902 (gnus-summary-thread-map): New keystroke.
4903 (gnus-summary-reparent-children): Make into command.
4904
4905 * smiley.el (smiley-style): Default to `medium' if using a large
4906 font.
4907
4908 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
4909 does it itself.
4910
4911 * message.el (message-point-in-header-p): Simplify definition.
4912
4913 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4914
4915 * nnagent.el (nnagent-request-set-mark): Silence log file
4916 writing.
4917 (nnagent-request-set-mark): Use write-region instead of
4918 append-to-file.
4919
4920 * gnus-sum.el (gnus-read-header): Fudge article number if using a
4921 strange select method.
4922
4923 * ecomplete.el (ecomplete-display-matches): Get highlightling
4924 right.
4925 (ecomplete-display-matches): Use literals.
4926 (ecomplete-display-matches): Disable message logging.
4927
4928 * message.el (message-display-abbrev): Small optimization.
4929
4930 * ecomplete.el (ecomplete-display-matches): Allow automatic
4931 display.
4932
4933 * message.el (message-strip-forbidden-properties): Display
4934 abbrevs.
4935 (message-display-abbrev): Get automatic display right.
4936
4937 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
4938 keystrokes.
4939
4940 2006-04-13 Romain Francoise <romain@orebokech.com>
4941
4942 TODO: Backport to v5-10!
4943
4944 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
4945 Moved here (and renamed) from gnus-registry.el.
4946
4947 * gnus-registry.el: Require gnus-util.
4948 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
4949
4950 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4951
4952 * gnus-group.el (gnus-group-catchup-current): Change
4953 if-then-else-if-then-else into cond.
4954 (gnus-group-catchup): Indent.
4955 (group-name-at-point): New function.
4956 (gnus-fetch-group): Provide default from thing at point.
4957
4958 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4959
4960 * message.el (message-display-abbrev): Fix regexp.
4961
4962 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
4963 choosing.
4964 (ecomplete-highlight-match-line): Fix up code rewrite, remove
4965 dead variables.
4966
4967 * message.el (message-newline-and-indent): Remove debugging.
4968 (message-display-abbrev): Use new implementation.
4969
4970 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4971
4972 * gnus-art.el (gnus-article-mode): Set
4973 cursor-in-non-selected-windows to nil.
4974
4975 * smiley.el: Revert previous change.
4976 (smiley-data-directory): defvar it before using it in the
4977 defcustom of `smiley-style'.
4978
4979 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4980
4981 * message.el (message-newline-and-indent): New function.
4982
4983 * ecomplete.el: Implement more bits.
4984
4985 * message.el (message-put-addresses-in-ecomplete): Clean up the
4986 string.
4987
4988 * ecomplete.el (ecomplete-add-item): Chop off decimals.
4989
4990 * gnus-sum.el (gnus-summary-save-parts): Bind
4991 gnus-summary-save-parts-counter and use it to make unique file
4992 names.
4993
4994 * gnus-art.el (gnus-ignored-headers): Add some more headers.
4995
4996 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
4997 parameter to say whether to actually parse the individual
4998 addresses.
4999
5000 * message.el (message-put-addresses-in-ecomplete): New function.
5001 (ecomplete): Require.
5002 (message-mail-alias-type): Add ecomplete as an option.
5003
5004 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
5005
5006 * flow-fill.el (fill-flowed): Remove trailing space from blank
5007 quoted lines.
5008
5009 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5010
5011 * smiley.el (smiley-style): Move definition later to avoid a
5012 compilation warning.
5013
5014 2006-04-12 Kenichi Handa <handa@m17n.org>
5015
5016 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5017 buffer and then decode the buffer text if necessary.
5018 (rfc2231-encode-string): Be sure to work on multibyte buffer at
5019 first, and after mm-encode-body, change the buffer to unibyte.
5020 Use mm-disable-multibyte instead of set-buffer-multibyte.
5021
5022 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
5023
5024 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5025 Content-Type header instead of Content-Disposition header.
5026 (gnus-mime-inline-part): Ditto.
5027 (gnus-mime-view-part-as-charset): Ignore charset that the part
5028 specifies.
5029
5030 * mm-decode.el (mm-display-part): Work with external parts and
5031 usual parts similarly.
5032
5033 * mm-extern.el (mm-inline-external-body): Use mm-display-part
5034 instead of gnus-display-mime.
5035
5036 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5037 instead of with-temp-buffer.
5038
5039 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5040 tag to summarized topics part in order to encode non-ASCII text.
5041
5042 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
5043
5044 * smiley.el (smiley-style): New variable.
5045 (smiley-directory): New function.
5046 (smiley-data-directory): Derive from `smiley-style' using
5047 `smiley-directory'.
5048 (smiley-regexp-alist): Add new entries.
5049
5050 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5051 (gnus-article-browse-delete-temp): Add :version.
5052
5053 2006-04-11 Arne Jørgensen <arne@arnested.dk>
5054
5055 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5056 the sieve region.
5057
5058 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5059
5060 * gnus.el (gnus-version-number): Bump version.
5061
5062 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
5063
5064 * gnus.el: No Gnus v0.4 is released.
5065
5066 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5067
5068 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5069 layout.
5070
5071 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5072 unknown charset.
5073
5074 * message.el (message-header-synonyms): Add Original-To to the
5075 default.
5076
5077 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5078 optional parameter.
5079
5080 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
5081
5082 * gnus-fun.el (gnus): Require it for gnus-directory.
5083
5084 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5085
5086 * gnus-fun.el (gnus-face-properties-alist): Add :version.
5087
5088 2006-04-05 Daiki Ueno <ueno@unixuser.org>
5089
5090 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5091
5092 2006-04-05 Simon Josefsson <jas@extundo.com>
5093
5094 * password.el (password-reset): New function.
5095
5096 2006-04-05 Daiki Ueno <ueno@unixuser.org>
5097
5098 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5099 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5100
5101 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5102
5103 * nnweb.el (nnweb-google-create-mapping): Update regexp.
5104 Some whitespace was matched into the url, which broke browsing hits
5105 > 100 when mm-url-use-external was nil.
5106
5107 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
5108
5109 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5110 gnus-extra-headers for 'Newsgroups.
5111
5112 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5113 bound.
5114
5115 2006-04-04 Daiki Ueno <ueno@unixuser.org>
5116
5117 * pgg-gpg.el: Clean up process buffers every time gpg processes
5118 complete.
5119
5120 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
5121
5122 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5123 doc string.
5124
5125 2006-04-03 Daiki Ueno <ueno@unixuser.org>
5126
5127 * pgg-gpg.el (pgg-gpg-process-filter)
5128 (pgg-gpg-wait-for-completion): Check if buffer is alive.
5129
5130 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5131 lines, temporary fix.
5132
5133 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
5134
5135 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5136
5137 2006-03-29 Daiki Ueno <ueno@unixuser.org>
5138
5139 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5140 default-enable-multibyte-characters. This reverts the change from
5141 revision 6.17 which is no longer necessary because the passphrase
5142 is sent separately now. GnuPG messages are unreadable under
5143 multibyte locales with default-enable-multibyte-characters set to
5144 nil.
5145
5146 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
5147
5148 * message.el (message-tool-bar-gnome): Move "spell".
5149
5150 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
5151
5152 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5153 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
5154 instead.
5155
5156 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
5157
5158 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5159 newsgroups handling for NNTP overviews which don't include
5160 Newsgroups.
5161
5162 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5163
5164 * message.el (message-resend): Bind message-generate-hashcash to nil.
5165
5166 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5167
5168 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5169 when searching for already-paid recipients.
5170
5171 2006-03-27 Daiki Ueno <ueno@unixuser.org>
5172
5173 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5174 passphrases when it is not needed.
5175 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5176 passphrase stuff from gpg, should only be necessary when you use
5177 gpg with a smartcard.
5178
5179 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
5180
5181 * mml.el (mml-insert-mime): Ignore cached contents of
5182 message/external-body part.
5183
5184 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5185 (mm-insert-part): Ditto.
5186
5187 2006-03-23 Simon Josefsson <jas@extundo.com>
5188
5189 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5190 Reiner.
5191 (pgg-gpg-use-agent-p): Use it again.
5192
5193 2006-03-23 Simon Josefsson <jas@extundo.com>
5194
5195 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5196 older emacsen.
5197 (pgg-gpg-use-agent-p): Don't use it.
5198
5199 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
5200
5201 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5202 if we can.
5203
5204 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
5205
5206 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5207 (pgg-gpg-update-agent): New function.
5208 (pgg-gpg-use-agent-p): New function.
5209 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5210 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5211 (pgg-gpg-sign-region): Use it.
5212
5213 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
5214
5215 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5216 Reported by Ralf Wachinger <rwachinger@gmx.de>.
5217
5218 2006-03-21 Simon Josefsson <jas@extundo.com>
5219
5220 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5221 <wilde@sha-bang.de>.
5222 (pgg-gpg-use-agent): New variable.
5223 (pgg-gpg-process-region): Use it.
5224 (pgg-gpg-encrypt-region): Likewise.
5225 (pgg-gpg-encrypt-symmetric-region): Likewise.
5226 (pgg-gpg-decrypt-region): Likewise.
5227 (pgg-gpg-sign-region): Likewise.
5228 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5229
5230 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5231
5232 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5233
5234 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5235 Add comment on version.
5236
5237 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
5238
5239 * smiley.el: Add missing test smiley.
5240
5241 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
5242
5243 * mm-decode.el (mm-with-part): New macro.
5244 (mm-get-part): Use it; work with message/external-body as well.
5245 (mm-save-part): Treat name and filename equally.
5246
5247 * mm-extern.el (mm-extern-cache-contents): New function.
5248 (mm-inline-external-body): Use it; force the part to be displayed;
5249 move undisplayer added to the cached handle to the parent.
5250
5251 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5252 (gnus-mime-view-part-as-type): Work with message/external-body.
5253
5254 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5255
5256 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5257
5258 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5259 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
5260 Emacs.]
5261
5262 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
5263
5264 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5265 path rather than symbol. Always return list of directories.
5266 Guarantee that image directory comes first. [Sync with image.el,
5267 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
5268
5269 * message.el (message-make-tool-bar): Adjust to new API of
5270 `gmm-image-load-path-for-library'.
5271
5272 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5273
5274 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5275
5276 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5277
5278 * gnus-art.el (gnus-article-only-boring-p):
5279 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5280 intangible text.
5281 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5282
5283 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
5284
5285 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
5286 `defun' instead of `gmm-defun-compat'.
5287
5288 2006-03-14 Simon Josefsson <jas@extundo.com>
5289
5290 * message.el (message-unique-id): Don't use message-number-base36
5291 if (user-uid) is a float.
5292 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5293
5294 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
5295
5296 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5297
5298 * gnus-art.el (gnus-mime-display-single): Make sure there is an
5299 empty line between a part and a message part.
5300
5301 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
5302
5303 * smiley.el: Add more test smileys.
5304 (smiley-data-directory, smiley-regexp-alist)
5305 (gnus-smiley-file-types): Fix doc strings.
5306 (smiley-update-cache): Clear smiley-cached-regexp-alist before
5307 adding new elements.
5308 (smiley-mouse-map): Unused code. Make it a comment.
5309
5310 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
5311
5312 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5313 scan latest NoCeM messages instead of old ones.
5314 (gnus-nocem-check-article): Fix regexps so as to match to PGP
5315 delimiters that are recently used.
5316 (gnus-nocem-load-cache): Add autoload cookie.
5317
5318 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5319
5320 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5321 level which is larger than gnus-use-nocem is specified.
5322
5323 * gnus-group.el (gnus-group-get-new-news): Ditto.
5324
5325 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
5326
5327 * gnus-util.el (gnus-tool-bar-update): New function.
5328
5329 * gnus-group.el (gnus-group-update-tool-bar): New variable.
5330 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5331
5332 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5333
5334 * gnus-group.el (gnus-group-redraw-when-idle)
5335 (gnus-group-redraw-check): Remove.
5336 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5337
5338 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
5339
5340 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5341 if optional last element is specified in splits (FIELD VALUE...).
5342
5343 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
5344
5345 * message.el (message-make-tool-bar): Rename gmm-image-load-path
5346 to gmm-image-load-path-for-library. Call with no-error argument.
5347 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5348
5349 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5350
5351 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5352
5353 * gmm-utils.el (gmm-image-load-path): Remove alias.
5354
5355 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
5356
5357 * gmm-utils.el (gmm-image-load-path): Add alias.
5358
5359 * nnml.el (nnml-generate-nov-databases-directory): Rename from
5360 nnml-generate-nov-databases-1.
5361 (nnml-generate-nov-databases): Use it.
5362 (nnml-generate-nov-databases-directory): Document no-active
5363 argument.
5364
5365 * gmm-utils.el (gmm-image-load-path-for-library): Return single
5366 directory if path is t. Add no-error.
5367
5368 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5369 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5370
5371 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5372 resetting gnus-article-browse-html-temp-list.
5373
5374 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5375 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
5376 Add example to docstring. Rename local variables. Move error
5377 checks to default case in cond and simplify.
5378
5379 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
5380
5381 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5382 handle is multipart when calling it recursively.
5383 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5384
5385 2006-03-03 Daniel Pittman <daniel@rimspace.net>
5386
5387 * nnimap.el (nnimap-request-update-info-internal): Optimize.
5388 Don't `gnus-uncompress-range' to avoid excessive memory usage.
5389
5390 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5391
5392 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5393 is loaded.
5394
5395 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5396 loaded.
5397
5398 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
5399
5400 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5401 to "Emacs 23 (unicode)" in doc string.
5402
5403 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5404 "Emacs 23 (unicode)" in comment.
5405
5406 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5407
5408 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5409
5410 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5411 characters 160 through 255 in Emacs 23.
5412
5413 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5414
5415 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5416 gnus-article-browse-html-temp.
5417 (gnus-article-browse-delete-temp): Make it customizable. Add
5418 `file'. Adjust doc string.
5419 (gnus-article-browse-delete-temp-files): Add argument. Allow
5420 query for each file. Adjust doc string.
5421 (gnus-article-browse-html-parts): Add
5422 `gnus-article-browse-delete-temp-files' to
5423 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5424
5425 2006-03-02 Hynek Schlawack <hynek@ularx.de>
5426
5427 * gnus-art.el (gnus-article-browse-html-temp)
5428 (gnus-article-browse-delete-temp): New variables.
5429 (gnus-article-browse-delete-temp-files): New function.
5430 (gnus-article-browse-html-parts): Use it.
5431
5432 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5433
5434 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5435
5436 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5437 string.
5438
5439 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5440 gnus-summary-insert-new-articles when unplugged. Remove
5441 gnus-summary-search-article-forward.
5442
5443 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5444 display-visual-class instead of display-color-cells.
5445
5446 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
5447
5448 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5449 message/* containing non-ASCII text properly.
5450
5451 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
5452
5453 * message.el: Require gmm-utils, remove autoloads.
5454 (message-tool-bar): Set default based on
5455 gmm-tool-bar-style.
5456 (message-tool-bar-gnome): Add gmm-customize-mode.
5457
5458 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5459 gmm-tool-bar-style.
5460 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5461
5462 * gnus-group.el (gnus-group-tool-bar): Set default based on
5463 gmm-tool-bar-style.
5464 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5465
5466 * gmm-utils.el (gmm-image-directory): Rename variable from
5467 gmm-image-load-path.
5468 (gmm-image-load-path): Use gmm-image-directory.
5469 (gmm-customize-mode): New function.
5470 (gmm-tool-bar-style): New variable.
5471
5472 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5473 gnus-group-redraw-line-number.
5474 (gnus-group-redraw-check): Simplify.
5475 (gnus-group-tool-bar-update): Remove redraw check.
5476 (gnus-group-make-tool-bar): Add redraw check.
5477
5478 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
5479
5480 * gnus-art.el (gnus-button): Add missing parentheses.
5481
5482 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
5483
5484 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5485
5486 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
5487
5488 * gnus-art.el (gnus-button): New face.
5489 (gnus-article-button-face): Use it.
5490
5491 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5492 gnus-summary-next-page. Re-order.
5493
5494 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5495 next-node are now included.
5496 (gnus-group-redraw-line-number): New internal variable.
5497 (gnus-group-redraw-check): Helper function for updating the tool
5498 bar.
5499 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5500
5501 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5502
5503 * spam.el (spam-spamassassin-score-regexp): New internal variable.
5504 (spam-extra-header-to-number, spam-check-spamassassin-headers):
5505 Use it to match format of Spamassassin 3.0 and later. Reported by
5506 IRIE Tetsuya <irie@t.email.ne.jp>.
5507 (spam-check-bogofilter)
5508 (spam-bogofilter-register-with-bogofilter): Fix args of
5509 `gnus-error' calls.
5510
5511 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
5512
5513 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5514 unnecessary interaction when sending queued mails. Reported by
5515 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5516
5517 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
5518
5519 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5520 first or last are nil.
5521
5522 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5523
5524 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5525
5526 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5527
5528 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5529
5530 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5531
5532 * dns.el (query-dns): Protect more against buggy tcp output.
5533
5534 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
5535
5536 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5537 nov.php.
5538
5539 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5540
5541 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5542 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5543 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
5544 output on the server side.
5545 (nnweb-google-create-mapping): Update regexps and add some
5546 progress indication.
5547
5548 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
5549
5550 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5551 gnus-agent-toggle-plugged. Re-order icons.
5552 (gnus-group-tool-bar-gnome): Add
5553 gnus-group-{prev,next}-unread-group.
5554 (gnus-group-tool-bar-gnome): Re-order icons.
5555
5556 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5557 gnus-summary-insert-new-articles.
5558
5559 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5560 comments.
5561
5562 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
5563 also available in Emacs 21.3.
5564
5565 * message.el (message-fix-before-sending): Change "Emacs 22" to
5566 "Emacs 23 (unicode)" in comment.
5567
5568 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5569 "Emacs 23 (unicode)" in comment.
5570
5571 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5572 comment.
5573 (mm-coding-system-p): Add comment about no-MULE XEmacs.
5574
5575 * mm-view.el (mm-fill-flowed): Add :version.
5576
5577 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5578
5579 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5580 and load-path.
5581
5582 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
5583
5584 * message.el: Autoload gmm-image-load-path.
5585 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5586 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
5587 consitency.
5588
5589 * gmm-utils.el (gmm-image-load-path): Also search in
5590 "../etc/images". Don't set gmm-image-load-path if we don't find
5591 the image.
5592
5593 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
5594
5595 * gmm-utils.el (gmm-image-load-path): Don't make
5596 `gmm-image-load-path' include subdirectories which the second arg
5597 `image' might specify.
5598
5599 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5600 subdirectory to icon file names.
5601
5602 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
5603
5604 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
5605
5606 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5607 gmm-image-load-path calls.
5608
5609 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5610
5611 * message.el (message-make-tool-bar): Ditto.
5612
5613 * mml.el (mml-preview): Added comment concerning tool bar icons.
5614
5615 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5616 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
5617
5618 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5619 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
5620
5621 * message.el (message-tool-bar-gnome): Use new icon names.
5622 (message-make-tool-bar): Use `gmm-image-load-path'.
5623
5624 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5625 functions from MH-E.
5626 (gmm-image-load-path): New variable from MH-E.
5627 (gmm-image-load-path): New function from MH-E. Added arguments
5628 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
5629 *-image-load-path-called-flag.
5630
5631 2006-02-21 Milan Zamazal <pdm@brailcom.org>
5632
5633 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
5634
5635 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
5636
5637 * nnimap.el (nnimap-request-move-article): Change folder back to
5638 source group before deleting.
5639
5640 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
5641
5642 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5643
5644 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5645 mm-url.
5646
5647 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
5648
5649 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
5650
5651 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5652 coding system which mm-charset-to-coding-system returns for a
5653 given charset is valid.
5654
5655 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
5656
5657 * html2text.el (html2text-remove-tag-list):
5658 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
5659
5660 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5661
5662 * gnus-cus.el: Revert 2005-10-17 change.
5663
5664 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
5665
5666 * gnus-art.el (article-strip-banner): Call
5667 article-really-strip-banner only when the regexp match is made.
5668
5669 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
5670
5671 * gnus-art.el (article-strip-banner): Use
5672 gnus-extract-address-components instead of
5673 mail-header-parse-addresses to make it work with non-ASCII text;
5674 remove mail-encode-encoded-word-string.
5675
5676 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5677 values which are surrounded with \"...\"; make it never cause a
5678 Lisp error; give up parsing of parameters if it failed in
5679 extracting type.
5680
5681 2006-02-14 Arne Jørgensen <arne@arnested.dk>
5682
5683 * smime.el (smime-cert-by-ldap-1): Fix bug where
5684 `smime-ldap-search' returns results without userCertificates.
5685
5686 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
5687
5688 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
5689
5690 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
5691
5692 * spam.el (spam-check-spamassassin-headers): Adapt format for
5693 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
5694 <ari@mbf.ocn.ne.jp>.
5695 (spam-list-of-processors): Add spam-use-gmane.
5696
5697 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5698
5699 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
5700 make-temp-file; make it work with XEmacs as well.
5701
5702 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
5703 mm-make-temp-file.
5704
5705 * mm-decode.el (mm-display-external): Use the 3rd arg of
5706 mm-make-temp-file.
5707 (mm-create-image-xemacs): Ditto.
5708
5709 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5710
5711 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
5712 with message-narrow-to-headers.
5713 (gnus-draft-setup): Narrow to header to run message-fetch-field.
5714 (gnus-draft-check-draft-articles): New function.
5715 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
5716
5717 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
5718
5719 * gnus-art.el (gnus-article-browse-html-parts):
5720 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
5721 Don't use suffix argument for mm-make-temp-file for Emacs 21
5722 compatibility. Remove useless `format'.
5723
5724 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5725
5726 * nnweb.el (nnweb-google-wash-article): Update regexps.
5727 (nnweb-group-alist): Use defvoo instead of defvar.
5728
5729 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
5730
5731 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
5732 re-loading nn* modules.
5733
5734 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
5735
5736 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
5737 for `tool-bar-mode' and don't check it's default-value.
5738
5739 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5740
5741 * message.el (message-make-tool-bar): Ditto.
5742
5743 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
5744 `substring'. Shorten tmp-file name.
5745
5746 * gnus.el: Remove bogus comment.
5747
5748 2006-02-10 Hynek Schlawack <hynek@ularx.de>
5749
5750 * gnus-art.el (gnus-article-browse-html-parts): New function.
5751 (gnus-article-browse-html-article): New function for viewing html
5752 articles with a browser.
5753
5754 2006-02-09 Daiki Ueno <ueno@unixuser.org>
5755
5756 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
5757 (mml2015-pgg-encrypt): Ditto.
5758
5759 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
5760 (mml1991-pgg-encrypt): Ditto.
5761
5762 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
5763
5764 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
5765 message-make-date instead of current-time-string.
5766
5767 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
5768 to gnus-decoded which mm-uu might set.
5769
5770 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
5771
5772 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
5773 don't decode quoted parameters; remove misimported Emacs code.
5774 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5775 (rfc2231-decode-encoded-string): Don't use split-string which
5776 behaves differently according to Emacs version; use
5777 mm-decode-coding-region to convert charset to coding-system.
5778 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5779 (rfc2231-encode-string): Remove misimported Emacs code.
5780
5781 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
5782
5783 * gnus-art.el (article-decode-charset): Don't use ignore-errors
5784 when calling mail-header-parse-content-type.
5785 (article-de-quoted-unreadable): Ditto.
5786 (article-de-base64-unreadable): Ditto.
5787 (article-wash-html): Ditto.
5788
5789 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
5790 calling mail-header-parse-content-type and
5791 mail-header-parse-content-disposition.
5792 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
5793 mail-header-parse-content-type.
5794
5795 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
5796 insert charset and format parameters; encode description after
5797 inserting it to buffer.
5798 (mml-insert-parameter): Fold lines properly even if a parameter is
5799 segmented into two or more lines; change the max column to 76.
5800
5801 * rfc1843.el (rfc1843-decode-article-body): Don't use
5802 ignore-errors when calling mail-header-parse-content-type.
5803
5804 * rfc2231.el (rfc2231-parse-string): Return at least type if
5805 possible; don't cause an error even if it fails in parsing of
5806 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5807 (rfc2231-encode-string): Don't break lines at the beginning, leave
5808 it to mml-insert-parameter.
5809
5810 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
5811 calling mail-header-parse-content-type.
5812
5813 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
5814
5815 * spam-report.el (spam-report-gmane-use-article-number):
5816 Improve doc string.
5817 (spam-report-gmane-internal): Check if a suitable header was found
5818 in the article.
5819
5820 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
5821
5822 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
5823 (rfc2231-encode-string): Make param*=value always begin with LWSP.
5824
5825 2006-02-05 Romain Francoise <romain@orebokech.com>
5826
5827 Update copyright notices of all files in the gnus directory.
5828
5829 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5830
5831 * nnweb.el (nnweb-request-group): Avoid growing overview files.
5832
5833 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
5834
5835 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
5836 segmented lines of parameter value to cope with Thunderbird 1.5
5837 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
5838 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5839 (rfc2231-encode-string): Don't make lines exceeding 76 column.
5840
5841 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
5842
5843 * mml.el (mml-generate-mime-1): Correct the order of inline signed
5844 parts.
5845
5846 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5847
5848 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
5849 there's only one active file for all servers.
5850 (nnweb-request-scan): Make sure nnweb-articles is initialized on
5851 solid groups. Gnus might have used a FAST request to select the group.
5852 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
5853 and nnweb-search redundantly in the active file.
5854 (nnweb-request-list): Don't list bogus groups. There can only be one.
5855 (nnweb-request-create-group): Don't use ARGS.
5856 (nnweb-possibly-change-server, nnweb-request-group): Remove some
5857 initialisations. Let nnoo do the work.
5858
5859 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
5860
5861 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
5862 Say the part has been decoded.
5863
5864 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
5865
5866 2006-01-31 Kevin Ryde <user42@zip.com.au>
5867
5868 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
5869 mailcap-viewer-test-cache when there's no 'test clause, since that
5870 will invert the meaning of a "nil" test previously determined by
5871 mailcap-mailcap-entry-passes-test.
5872
5873 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
5874
5875 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
5876 compiling.
5877
5878 * gnus-sum.el: Ditto.
5879
5880 * message.el: Don't bind tool-bar-map when compiling.
5881
5882 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
5883
5884 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
5885
5886 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5887
5888 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
5889 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
5890 current Google Groups.
5891
5892 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
5893
5894 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
5895 and tool-bar-mode.
5896
5897 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
5898 and tool-bar-mode.
5899
5900 * message.el (message-tool-bar-update): Simplify.
5901 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
5902
5903 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
5904 gnus-summary-buffer.
5905 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
5906 gnus-summary-reply.
5907
5908 * gmm-utils.el (gmm): Add :version.
5909
5910 2006-01-26 Steve Youngs <steve@sxemacs.org>
5911
5912 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
5913 autoload.
5914
5915 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
5916
5917 * gmm-utils.el (gmm-verbose): Add :group.
5918
5919 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
5920
5921 * message.el: Change some comments WRT tool-bars.
5922
5923 * gnus-sum.el (gnus-summary-tool-bar)
5924 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
5925 (gnus-summary-tool-bar-zap-list): New variables.
5926 (gnus-summary-make-tool-bar): Complete rewrite using
5927 `gmm-tool-bar-from-list'.
5928
5929 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
5930 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
5931 variables.
5932 (gnus-group-make-tool-bar): Complete rewrite using
5933 `gmm-tool-bar-from-list'.
5934 (gnus-group-tool-bar-update): New function.
5935
5936 * message.el (message-mode-field-menu): Add "Show hidden Headers".
5937
5938 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
5939
5940 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
5941 is dissected into a single part of which the type is the same as
5942 the given one; decode charset.
5943
5944 2006-01-21 Kevin Ryde <user42@zip.com.au>
5945
5946 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
5947 into alists as symbol not string, since that's what
5948 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
5949 look for.
5950
5951 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
5952
5953 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
5954 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
5955
5956 * message.el (message-tool-bar-gnome): Use gmm-ignore.
5957
5958 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
5959
5960 * gnus-art.el (gnus-mime-security-button-commands): New variable.
5961 (gnus-mime-security-button-menu): New definition.
5962 (gnus-mime-security-button-map): Use them.
5963 (gnus-mime-security-button-menu): New function.
5964 (gnus-insert-mime-security-button): Addition to help echo.
5965 (gnus-mime-security-run-function, gnus-mime-security-save-part)
5966 (gnus-mime-security-pipe-part): New functions.
5967
5968 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
5969 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
5970
5971 * mm-decode.el (mm-handle-set-disposition): Remove.
5972 (mm-handle-set-description): Remove.
5973
5974 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
5975
5976 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
5977 (mm-w3m-standalone-supports-m17n-p): New function.
5978 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
5979 w3m usage.
5980
5981 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
5982 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
5983
5984 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
5985
5986 * message.el (message-tool-bar-zap-list): Use
5987 gmm-tool-bar-zap-list as custom type.
5988 (message-tool-bar-update): New function.
5989 (message-tool-bar, message-tool-bar-gnome)
5990 (message-tool-bar-retro): Add message-tool-bar-update.
5991 (message-tool-bar-gnome): Add flyspell-buffer.
5992
5993 * gnus-util.el (gnus-error): Describe `args'.
5994
5995 * gmm-utils.el (gmm-error): Describe `args'.
5996 (gmm-tool-bar-zap-list): New widget.
5997 (gmm-tool-bar-from-list): Improve description of `zap-list'.
5998
5999 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
6000
6001 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6002 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6003 the number of recursive calls.
6004
6005 * mm-decode.el (mm-handle-set-disposition): New macro.
6006 (mm-handle-set-description): New macro.
6007
6008 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
6009
6010 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6011 encoding.
6012
6013 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
6014
6015 * message.el (message-tool-bar-zap-list, message-tool-bar)
6016 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6017 (message-tool-bar-local-item-from-menu): Remove.
6018 (message-tool-bar-map): Replace by `message-make-tool-bar'.
6019 (message-make-tool-bar): New function.
6020 (message-mode): Use `message-make-tool-bar'.
6021
6022 * gmm-utils.el: New file.
6023 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6024 (gmm-lazy): New widget copied from `nnmail.el'.
6025 (gmm-tool-bar-from-list): New function for creating customizable
6026 tool bars.
6027 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
6028 output.
6029 (gmm): Add :prefix to defgroup.
6030
6031 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
6032
6033 * gmm-utils.el (gmm-widget-p): New function.
6034
6035 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
6036
6037 * mml.el (mml-attach-file): Describe `description' in doc string.
6038 (mml-menu): Add Emacs MIME manual and PGG manual.
6039
6040 2006-01-20 Richard M. Stallman <rms@gnu.org>
6041
6042 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
6043
6044 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
6045
6046 * nntp.el (nntp-end-of-line): Doc fix.
6047
6048 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
6049
6050 * imap.el (imap-open): Handle case where buffer is a buffer
6051 object.
6052
6053 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6054
6055 * gnus-delay.el (gnus-delay): Don't autoload.
6056 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6057 to be re-loaded when customizing the `gnus-delay' group.
6058
6059 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
6060
6061 * message.el (message-insert-citation-line): Use newlines.
6062
6063 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
6064
6065 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6066
6067 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6068
6069 2006-01-19 Mark D. Baushke <mdb@gnu.org>
6070
6071 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6072
6073 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
6074
6075 * mm-decode.el (mm-inlined-types): Add application/pgp.
6076 (mm-automatic-display): Ditto.
6077
6078 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6079 part as text.
6080
6081 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
6082
6083 * nnrss.el: Update copyright.
6084 (nnrss-opml-import): Query whether to subscribe to each entry.
6085
6086 * gnus-art.el:
6087 * gnus-sum.el:
6088 * mm-uu.el:
6089 * mm-view.el: Update copyright.
6090
6091 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
6092
6093 * message.el (message-info): New function.
6094 (message-mode-menu): Add it.
6095 Update copyright.
6096
6097 * ChangeLog: Fix and update copyright.
6098
6099 2006-01-13 Romain Francoise <romain@orebokech.com>
6100
6101 * message.el (message-forward-subject-name-subject): Prefer the
6102 address to 'nowhere' if the sender has no name.
6103 Fix typo. Update copyright year.
6104
6105 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
6106
6107 * gnus-art.el (article-wash-html): Use
6108 gnus-summary-show-article-charset-alist if a numeric arg is given.
6109 (gnus-article-wash-html-with-w3m-standalone): New function.
6110
6111 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6112 mm-inline-text-html-render-with-w3m-standalone.
6113 (mm-text-html-washer-alist): Map w3m-standalone to
6114 gnus-article-wash-html-with-w3m-standalone.
6115 (mm-inline-text-html-render-with-w3m-standalone): New function.
6116
6117 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
6118
6119 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6120 Improve LaTeX.
6121
6122 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
6123
6124 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6125 (nnrss-request-article): Render text/plain parts as HTML.
6126
6127 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6128 the buffer.
6129
6130 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
6131
6132 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6133 custom definition of `gnus-posting-styles'.
6134
6135 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6136 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6137
6138 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
6139
6140 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6141 Use nntp for bug archive.
6142
6143 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
6144
6145 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6146 parts.
6147 (nnrss-normalize-date): New function converts ISO 8601 date into
6148 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
6149 (nnrss-check-group): Use it.
6150
6151 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
6152
6153 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6154
6155 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6156 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
6157 (nnrss-insert-w3): Ditto.
6158
6159 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
6160
6161 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6162 the articles to be forwarded including the case where neither a
6163 number of articles nor a region is specified.
6164
6165 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
6166
6167 * nnrss.el (nnrss-request-article): Fix last change; fill
6168 text/plain parts.
6169
6170 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
6171
6172 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6173 in text/plain part.
6174 (nnrss-check-group): Don't add excessive newline to dc:subject.
6175
6176 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
6177
6178 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6179 article.
6180
6181 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
6182
6183 * nnml.el: Don't require gnus-bcklg. Autoload it.
6184 (nnml-use-compressed-files, nnml-save-mail): Support other
6185 comression programs such as bzip2.
6186
6187 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6188
6189 * dns.el (query-dns): Make sure we check the buffer size before
6190 removing tcp headers.
6191
6192 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
6193
6194 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6195 remove MIME buttons associated with multipart/alternative parts.
6196 (gnus-mime-display-alternative): Tag buttons using `article-type'
6197 text property.
6198
6199 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6200 associated with multipart/alternative parts.
6201
6202 * gnus-art.el (gnus-signature-separator): Fix custom type.
6203
6204 * mm-decode.el (mm-inlined-types): Fix custom type.
6205 (mm-keep-viewer-alive-types): Ditto.
6206 (mm-automatic-display): Ditto.
6207 (mm-attachment-override-types): Ditto.
6208 (mm-inline-override-types): Ditto.
6209 (mm-automatic-external-display): Ditto.
6210
6211 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
6212
6213 * spam-report.el (spam-report-user-mail-address)
6214 (spam-report-user-agent): New variables.
6215 (spam-report-url-ping-plain): Use spam-report-user-agent.
6216
6217 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
6218
6219 * gnus-art.el (gnus-button-handle-custom): Do not just use
6220 `customize-apropos' for any "M-x customize-*" button but the
6221 function called for. Accept both the function name and its
6222 argument in order to achieve this.
6223 (gnus-button-alist): Remove support for "custom:" URL's. Pass
6224 function name to `gnus-button-handle-custom' in case of "M-x
6225 customize-*" buttons.
6226
6227 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
6228
6229 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6230 multipart/alternative and add xref to mm-discouraged-alternatives
6231 in doc string.
6232
6233 * mm-decode.el (mm-discouraged-alternatives): Add xref to
6234 gnus-buttonized-mime-types in doc string.
6235
6236 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
6237
6238 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6239 Suggest image/.* in the doc string.
6240
6241 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6242
6243 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6244 message-marks (Debian bug #342521).
6245
6246 2005-12-12 Simon Josefsson <jas@extundo.com>
6247
6248 * password.el (password-read-from-cache): Add.
6249 (password-read): Use it.
6250
6251 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
6252
6253 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6254 us-ascii as a MIME charset.
6255
6256 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6257 against the case where the 2nd arg TYPE is nil.
6258
6259 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6260
6261 * pop3.el (pop3-stream-type): Fix custom version.
6262
6263 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6264
6265 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6266
6267 * mm-decode.el (mm-display-external): Add missing cdr.
6268
6269 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
6270
6271 * mm-decode.el (mm-display-external): Use nametemplate (defined in
6272 RFC1524) if it is in mailcap or add a suffix according to
6273 mailcap-mime-extensions when generating a temp filename; postpone
6274 deleting a temp file for 2 seconds for some wrappers, shell
6275 scripts, and so on, which might exit right after having started a
6276 viewer command as a background job.
6277
6278 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6279
6280 * nntp.el (nntp-marks-directory): Fix custom group.
6281
6282 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6283 steps when < 10.
6284
6285 * gnus-start.el (gnus-no-server-1): Mention
6286 `gnus-level-default-subscribed' in doc string.
6287
6288 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6289
6290 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6291 parens.
6292
6293 2005-11-26 Dave Love <fx@gnu.org>
6294
6295 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6296 (tls-program, tls-success): Provide openssl alternative.
6297
6298 * starttls.el: Doc fixes.
6299 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6300 SERVICE to PORT.
6301
6302 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
6303 port null or service name.
6304 (starttls-negotiate): Autoload.
6305
6306 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6307
6308 * message.el (message-kill-to-signature): Fix interactive spec.
6309
6310 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
6311
6312 * pop3.el (pop3-open-server): Recognize a string as a service name.
6313
6314 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
6315
6316 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6317
6318 2005-11-23 Dave Love <fx@gnu.org>
6319
6320 Add pop3s, pop3/starttls.
6321
6322 * pop3.el (pop3-authentication-scheme): Clarify doc.
6323 (open-tls-stream, starttls-open-stream): Autoload.
6324 (pop3-stream-type): New.
6325 (pop3-open-server): Use it.
6326
6327 * mail-source.el (mail-sources): Fix some :types. Add stream type
6328 for POP.
6329 (mail-source-keyword-map): Add :stream for POP.
6330 (mail-source-fetch-pop): Use pop3-stream-type.
6331
6332 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
6333
6334 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6335 of current-time-string.
6336
6337 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
6338
6339 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6340 date header.
6341
6342 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6343
6344 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6345 it can seriously impact performance as it bypasses the agent's
6346 local caches.
6347
6348 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6349
6350 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6351 must be explicitly online rather than "not explicitly offline" for
6352 its flags to be synchronized.
6353
6354 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6355 that gnus-uu-unmark-thread will function correctly.
6356
6357 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6358 1024K is instead displayed as 1M.
6359
6360 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6361
6362 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6363
6364 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
6365
6366 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6367
6368 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
6369
6370 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6371 error message to display actual error condition.
6372 (gnus-agent-save-local): Avoid saving symbols that are bound to
6373 nil as they simply result in a warning message in
6374 gnus-agent-read-local.
6375
6376 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6377
6378 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6379 rather than make-variable-buffer-local for file-precious-flag.
6380
6381 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6382
6383 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6384 for duplicates which are removed. The invalid sort check then
6385 triggers a rescan after the sort as sorting may have moved
6386 duplicate entries such that they can be cheaply detected.
6387
6388 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6389
6390 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6391
6392 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6393
6394 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6395 internal variable to a custom variable. Changed default value
6396 from compressed(2) to uncompressed(1).
6397 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6398 support for uncompressed agentview files. Taken together, reading
6399 the agentview file should now be 6-7 times faster.
6400
6401 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
6402
6403 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6404 as a buffer-local variable. This avoids creating truncated
6405 dribble files as a result of a hang up, eg.
6406
6407 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6408
6409 * gnus-start.el (gnus-start-draft-setup): Enforce
6410 `gnus-draft-mode' for nndraft:drafts at startup.
6411
6412 * gnus.el (gnus-splash): Change custom group.
6413 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6414 allow-list argument.
6415
6416 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6417 string.
6418
6419 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6420
6421 * gnus-art.el (gnus-default-article-saver): Add user-defined
6422 `function' to custom type.
6423
6424 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6425
6426 * imap.el (imap-open): Handle case where buffer is a buffer
6427 object.
6428
6429 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6430
6431 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6432 long lines.
6433 (gnus-cache-delete-group): Wrap doc strings.
6434
6435 * gnus-agent.el (gnus-agent-rename-group)
6436 (gnus-agent-delete-group): Wrap doc strings.
6437
6438 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6439
6440 * gnus-start.el (gnus-1): Add "native" to
6441 gnus-predefined-server-alist.
6442
6443 * gnus.el (gnus-method-to-server): Don't add "native" to the
6444 lists here, because that leads to problems when
6445 gnus-select-method is bound.
6446
6447 2005-11-09 Simon Josefsson <jas@extundo.com>
6448
6449 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6450 use (not sort-by-date) instead.
6451
6452 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6453
6454 * gnus-delay.el (gnus-delay-group): Don't autoload.
6455 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6456 to be re-loaded when customizing the `gnus-delay' group.
6457
6458 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
6459
6460 * message.el: Revert last changes.
6461 (message-insert-citation-line): Use newlines.
6462
6463 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
6464
6465 * message.el (message-courtesy-message)
6466 (message-mark-insert-begin, message-mark-insert-end)
6467 (message-elide-ellipsis, message-cancel-message)
6468 (message-add-header, message-change-subject)
6469 (message-cross-post-followup-to-header)
6470 (message-cross-post-insert-note, message-reduce-to-to-cc)
6471 (message-widen-reply, message-delete-not-region)
6472 (message-kill-to-signature, message-insert-signature)
6473 (message-insert-importance-high, message-insert-importance-low)
6474 (message-insert-or-toggle-importance)
6475 (message-insert-disposition-notification-to)
6476 (message-indent-citation, message-yank-original)
6477 (message-cite-original-without-signature, message-cite-original)
6478 (message-insert-citation-line, message-position-on-field)
6479 (message-fix-before-sending, message-send-mail-partially)
6480 (message-send-mail, message-send-mail-with-sendmail)
6481 (message-send-mail-with-qmail, message-send-news)
6482 (message-check-news-header-syntax, message-generate-headers)
6483 (message-insert-courtesy-copy, message-fill-address)
6484 (message-fill-header, message-shorten-references)
6485 (message-setup-1, message-cancel-news)
6486 (message-forward-make-body-plain, message-forward-make-body-mime)
6487 (message-forward-make-body-mml, message-encode-message-body)
6488 (message-forward-make-body-digest-plain)
6489 (message-forward-make-body-digest-mime)
6490 (message-use-alternative-email-as-from): Insert `hard-newline'
6491 instead of ordinary newlines.
6492
6493 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
6494
6495 * message.el (message-generate-headers): Downcase the argument
6496 given to message-check-element.
6497
6498 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
6499
6500 * nntp.el (nntp-authinfo-rejected): New error condition.
6501 (nntp-wait-for): Use new error condition to signal authentication
6502 error.
6503 (nntp-retrieve-data): Rethrow new error condition to break out of
6504 recursive call to nntp-send-authinfo.
6505
6506 2005-11-08 Romain Francoise <romain@orebokech.com>
6507
6508 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6509 (gnus-summary-exit-map): Bind to `Z p'.
6510 (gnus-summary-make-menu-bar): Add menu item.
6511
6512 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
6513
6514 * gnus-art.el (gnus-article-treat-custom): Add `first'.
6515 (gnus-treat-*): Add `first' in all doc strings.
6516
6517 * gnus-group.el (gnus-group-compact-group): Fix typo.
6518
6519 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6520
6521 * gnus.el (gnus-parameters-case-fold-search): New variable.
6522 (gnus-parameters-get-parameter): Use it.
6523
6524 * gnus-score.el (gnus-home-score-file): Doc fix.
6525
6526 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
6527
6528 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6529
6530 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
6531
6532 * mm-util.el (mm-special-display-p): New function.
6533
6534 * mml.el (mml-preview): Use it; doc fix.
6535
6536 2005-10-29 Romain Francoise <romain@orebokech.com>
6537
6538 * message.el (message-fix-before-sending): Fix comment.
6539
6540 2005-10-29 Jari Aalto <jari.aalto@cante.net>
6541
6542 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6543
6544 2005-10-29 Jari Aalto <jari.aalto@cante.net>
6545
6546 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6547 Used in gnus-score.el.
6548
6549 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6550
6551 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6552
6553 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
6554
6555 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6556 whitespace removed in revision 7.8. Use concatenated string to
6557 protect trailing whitespace.
6558
6559 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
6560
6561 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6562 (nnimap-request-expire-articles): Use it to avoid sending 'UID
6563 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6564 Courier IMAP ("some version from 2004"). Mostly based on similar
6565 code in the same function.
6566
6567 2005-10-26 Didier Verna <didier@xemacs.org>
6568
6569 * gnus-group.el (gnus-group-compact-group): Invalidate original
6570 article buffer.
6571 * gnus-srvr.el (gnus-server-compact-server): Ditto.
6572 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
6573 NOV database and in article itself.
6574 Invalidate article backlog.
6575
6576 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
6577
6578 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6579
6580 2005-10-26 Simon Josefsson <jas@extundo.com>
6581
6582 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6583 part of 2004-07-25 change.
6584
6585 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
6586
6587 * message.el (message-display-completion-list): New function.
6588 (message-expand-group): Use it; make sure the Completions buffer
6589 is modifiable.
6590
6591 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6592
6593 * imap.el (imap-open): Handle case where buffer is a buffer object.
6594
6595 2005-10-24 Eli Zaretskii <eliz@gnu.org>
6596
6597 * pgg-def.el:
6598 * pgg-gpg.el:
6599 * pgg-parse.el:
6600 * pgg-pgp.el:
6601 * pgg-pgp5.el:
6602 * pgg.el: Move to the parent lisp directory.
6603
6604 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
6605
6606 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6607 user-mail-name is an empty string.
6608
6609 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
6610
6611 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6612 depending on gnus-score-decay-constant.
6613
6614 * encrypt.el (encrypt-insert-file-contents)
6615 (encrypt-write-file-contents): Don't use `gnus-message'.
6616
6617 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6618 arguments.
6619 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
6620 arguments to mm-uu-verbatim-marks-extract.
6621 (mm-uu-hide-markers): New variable.
6622 (mm-uu-extract): Use face similar to `gnus-cite-3'.
6623
6624 * gnus-fun.el (gnus-convert-image-to-x-face-command)
6625 (gnus-convert-image-to-face-command): Use "convert" by default to
6626 allow other input image formats.
6627 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
6628 accordingly.
6629
6630 2005-10-23 Simon Josefsson <jas@extundo.com>
6631
6632 * imap.el (imap-gssapi-program): Align command line parameters
6633 with latest GNU SASL.
6634 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
6635
6636 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6637
6638 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
6639 HTML.
6640 (nnslashdot-request-article): Ditto.
6641
6642 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
6643
6644 * mail-source.el (mail-source-fetch-pop): Require pop3.
6645 (mail-source-check-pop): Ditto.
6646
6647 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6648
6649 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
6650 errors.
6651
6652 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
6653
6654 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
6655 (gnus-treat-strip-leading-blank-lines): Improve doc string.
6656
6657 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
6658
6659 * mm-bodies.el (mm-decode-string): Call
6660 `mm-charset-to-coding-system' with allow-override argument.
6661
6662 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6663
6664 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
6665 (rfc2047-charset-to-coding-system): New function.
6666 (rfc2047-decode-encoded-words): New function.
6667 (rfc2047-decode-region): Use them.
6668 (rfc2047-decode-cte): Remove.
6669 (rfc2047-parse-and-decode): Remove.
6670 (rfc2047-decode): Remove.
6671
6672 2005-10-15 Kenichi Handa <handa@m17n.org>
6673
6674 * rfc2047.el (rfc2047-decode-cte): New function.
6675 (rfc2047-decode-region): Change the way to decode successive
6676 encoded-words: decode B- or Q-encoding in each encoded-word,
6677 concatenate them, and decode it as charset.
6678
6679 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
6680
6681 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
6682 widget-move-and-invoke.
6683 (gnus-custom-mode): Use gnus-custom-map.
6684
6685 2005-10-15 Bill Wohler <wohler@newt.com>
6686
6687 * message.el (message-tool-bar-map): Renamed image file from
6688 mail_send to mail/send.
6689
6690 2005-10-16 Masatake YAMATO <jet@gyve.org>
6691
6692 * message.el (message-expand-group): Pass the common
6693 prefix substring of completion to `display-completion-list'.
6694
6695 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
6696
6697 * mml-sec.el (mml-secure-method): New internal variable.
6698 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
6699 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
6700 functions using mml-secure-method.
6701
6702 * mml.el (mml-mode-map): Add key bindings for those functions.
6703 (mml-menu): Simplify security menu entries. Suggested by Jesper
6704 Harder <harder@myrealbox.com>.
6705 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
6706 end of message if point is the headers of the message.
6707
6708 * message.el (message-in-body-p): New function.
6709
6710 * assistant.el: Autoload gnus-util and netrc.
6711
6712 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
6713 Use `mm-charset-override-alist' only when decoding.
6714
6715 * mm-bodies.el (mm-decode-body): Call
6716 `mm-charset-to-coding-system' with allow-override argument.
6717
6718 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
6719 `filename' from Content-Disposition if Content-Type doesn't
6720 provide `name'.
6721 (gnus-mime-view-part-as-type): Set default instead of
6722 initial-input.
6723
6724 2005-10-09 Daniel Brockman <daniel@brockman.se>
6725
6726 * format-spec.el (format-spec): Propagate text properties of % spec.
6727
6728 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
6729
6730 * gnus-art.el (gnus-treat-predicate): Add `first'.
6731
6732 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
6733
6734 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
6735 (mm-charset-override-alist): New variable.
6736 (mm-charset-to-coding-system): Use it.
6737 (mm-codepage-setup): New helper function.
6738 (mm-charset-eval-alist): New variable.
6739 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
6740 about unknown charsets.
6741
6742 2005-10-04 David Hansen <david.hansen@gmx.net>
6743
6744 * nnrss.el (nnrss-request-article): Add support for the comments tag.
6745 (nnrss-check-group): Ditto.
6746
6747 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
6748
6749 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
6750 Rename x-gnus-verbatim to x-verbatim.
6751 (mm-uu-type-alist): Fix regexp for verbatim-marks.
6752
6753 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
6754 x-verbatim.
6755
6756 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
6757
6758 * gnus-util.el (gnus-remove-duplicates): Remove.
6759
6760 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
6761 instead of gnus-remove-duplicates.
6762
6763 * message.el (message-remove-duplicates): Remove.
6764 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
6765 message-remove-duplicates.
6766
6767 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
6768 available, else use implementation from `delete-dups'.
6769
6770 * message.el (message-insert-expires): New function.
6771 (message-mode-map): Add key binding.
6772 (message-mode-field-menu): Add menu entry.
6773 (message-mode): Document it.
6774 (message-make-expires-date): Use `message-make-date'.
6775
6776 2005-10-04 Josh Huber <huber@alum.wpi.edu>
6777
6778 * message.el (message-make-expires-date): New function.
6779
6780 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
6781
6782 * time-date.el: Autoload parse-time-string, XEmacs needs it.
6783
6784 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6785
6786 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
6787 function rather than the diff-mode.el package.
6788 (mm-display-external): Use with-current-buffer.
6789 (mm-viewer-completion-map, mm-viewer-completion-map):
6790 Move initialization inside declaration.
6791
6792 2005-09-29 Simon Josefsson <jas@extundo.com>
6793
6794 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
6795 autoload mail-check-payment.
6796 (spam-check-hashcash): Define unconditionally, since hashcash.el
6797 is part of Gnus now. Ignore errors from payment checking.
6798
6799 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
6800
6801 * message.el (message-bold-region, message-unbold-region): Rename
6802 from `bold-region' and `unbold-region'.
6803
6804 * message.el: Remove useless autoloads.
6805
6806 2005-09-28 Simon Josefsson <jas@extundo.com>
6807
6808 * message.el (message-use-idna): Default to t.
6809 (message-use-idna): Test whether encoding works too. Doc fix.
6810
6811 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6812
6813 * nntp.el (nntp-warn-about-losing-connection): Remove.
6814
6815 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
6816
6817 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
6818 customizable. Change default value.
6819 (mm-uu-diff-groups-regexp): Change default value.
6820 (mm-uu-type-alist): Add doc string.
6821 (mm-uu-configure): Add doc string. Make it interactive.
6822 (mm-uu-tex-groups-regexp): New variable.
6823 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
6824 (mm-uu-type-alist): Add LaTeX documents.
6825 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
6826 of "text/verbatim".
6827 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
6828
6829 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
6830 instead of "text/verbatim".
6831
6832 * message.el (message-mark-inserted-region)
6833 (message-mark-insert-file): Use slrn style marks when called with
6834 prefix argument.
6835
6836 2005-09-27 Simon Josefsson <jas@extundo.com>
6837
6838 * message.el (message-idna-to-ascii-rhs-1): Reformat.
6839
6840 2005-09-27 Arne Jørgensen <arne@arnested.dk>
6841
6842 * message.el (message-remove-duplicates): New function.
6843 Implementation borrowed from `gnus-remove-duplicates'.
6844 (message-idna-to-ascii-rhs): Also encode idna addresses in
6845 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6846 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
6847 only ask about the same idna domain once per header and also tell
6848 in what header to replace the idna domain.
6849
6850 * gnus-art.el (article-decode-idna-rhs): Also decode idna
6851 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6852 (article-decode-idna-rhs): Fix regexp so that all idna-address in
6853 a header is decoded and not just the last one.
6854
6855 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
6856
6857 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
6858 has been decoded.
6859
6860 * mm-decode.el (mm-automatic-display): Add text/verbatim.
6861 (mm-insert-part): Don't modify text if it has been decoded.
6862
6863 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
6864 decoded.
6865
6866 * mm-view.el (mm-inline-text): Don't strip text props unless
6867 decoding enriched or richtext parts.
6868
6869 2005-09-25 Romain Francoise <romain@orebokech.com>
6870
6871 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
6872 * gnus-start.el (gnus-subscribe-interactively):
6873 * gnus-uu.el (gnus-uu-grab-articles):
6874 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
6875 space.
6876
6877 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
6878
6879 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6880 * mm-view.el (mm-view-pkcs7-decrypt):
6881 * gnus-sum.el (gnus-summary-limit-to-extra)
6882 (gnus-summary-respool-article, gnus-read-move-group-name):
6883 * gnus-score.el (gnus-summary-increase-score):
6884 * gnus-util.el (gnus-completing-read-with-default):
6885 * gnus-art.el (gnus-read-save-file-name)
6886 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
6887 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
6888 * message.el (message-check-news-header-syntax):
6889 Follow convention for reading with the minibuffer.
6890
6891 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
6892
6893 * spam-report.el (spam-report-url-ping-plain):
6894 Use gnus-extended-version as User-Agent.
6895
6896 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
6897 default value is nil.
6898
6899 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
6900 (mm-uu-verbatim-marks-extract): New function.
6901 (mm-uu-extract): New face.
6902 (mm-uu-copy-to-buffer): Use it.
6903
6904 * spam-report.el (spam-report-gmane-ham): Renamed from
6905 `spam-report-gmane-unspam'.
6906 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
6907 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
6908
6909 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
6910 Autoload.
6911 (spam-report-gmane-unregister-routine): Renamed
6912 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
6913
6914 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
6915
6916 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
6917 (spam-report-gmane-unregister-routine): Add support for gmane
6918 unregistration.
6919
6920 * spam-report.el (spam-report-gmane-unspam)
6921 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
6922 (spam-report-gmane): Change to take a single article and do unspam
6923 registration.
6924
6925 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
6926
6927 * mm-url.el (mm-url-decode-entities): Fix regexp.
6928
6929 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6930
6931 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
6932 default to nil, to be able to use Gnus at all. If the default
6933 switches to something else, then the function should be fixed not
6934 be exceedingly slow.
6935
6936 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
6937
6938 * gnus-start.el (gnus-activate-group): If the server is nil, don't
6939 fail hard.
6940
6941 * spam-report.el: Add better Keywords line.
6942
6943 * spam.el: Add Maintainer and better Keywords line.
6944
6945 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
6946
6947 * gnus-art.el (gnus-article-replace-part)
6948 (gnus-mime-replace-part): New functions.
6949 (gnus-mime-action-alist, gnus-mime-button-commands)
6950 (gnus-mime-save-part-and-strip): Added file argument.
6951 (gnus-article-part-wrapper): Added interactive argument.
6952
6953 * gnus-sum.el (gnus-summary-mime-map): Add
6954 `gnus-article-replace-part'.
6955
6956 2005-09-19 Didier Verna <didier@xemacs.org>
6957
6958 The nnml compaction feature:
6959 * nnml.el (nnml-request-compact-group): New function.
6960 * nnml.el (nnml-request-compact): New function.
6961 * gnus-int.el (gnus-request-compact-group): New function.
6962 * gnus-int.el (gnus-request-compact): New function.
6963 * gnus-group.el (gnus-group-compact-group): New function.
6964 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
6965 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
6966 * gnus-srvr.el (gnus-server-compact-server): New function.
6967 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
6968 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
6969
6970 2005-09-18 Deepak Goel <deego@gnufans.org>
6971
6972 * sieve.el (sieve-help): Fix `message' call: first arg should be a
6973 format spec.
6974
6975 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
6976
6977 * gnus.el (gnus-group-startup-message): Bind image-load-path.
6978
6979 2005-09-15 Romain Francoise <romain@orebokech.com>
6980
6981 * message.el (message-fill-paragraph): Clarify docstring.
6982
6983 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
6984
6985 * gnus-art.el (gnus-mime-display-part): Protect against broken
6986 MIME messages.
6987
6988 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
6989
6990 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
6991 before parsing header.
6992
6993 2005-09-11 Jari Aalto <jari.aalto@cante.net>
6994
6995 * html2text.el (html2text-replace-list): Add new entities.
6996
6997 2005-09-11 Romain Francoise <romain@orebokech.com>
6998
6999 * message.el (message-alternative-emails): Improve docstring.
7000 (message-setup-1): Call `message-use-alternative-email-as-from'
7001 after `message-setup-hook' to give it precedence over posting
7002 styles, etc.
7003 (message-use-alternative-email-as-from): Add docstring. Remove
7004 the original From header if present.
7005
7006 * nnml.el (nnml-compressed-files-size-threshold): New variable.
7007 (nnml-save-mail): Use it.
7008
7009 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7010 articles. Add new argument `silent'.
7011 (gnus-uu-mark-all): Report the total number of marked articles.
7012
7013 2005-09-10 Romain Francoise <romain@orebokech.com>
7014
7015 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7016 (gnus-uu-mark-series): Likewise.
7017
7018 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
7019
7020 * spam-report.el (spam-report-gmane): Fix generation of spam
7021 report URL.
7022
7023 2005-09-10 Simon Josefsson <jas@extundo.com>
7024
7025 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7026 t, based on discussion on the ding list with Robert Epprecht
7027 <epprecht@solnet.ch>.
7028
7029 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
7030
7031 * spam-report.el (spam-report-gmane): Make it work without
7032 X-Report-Spam header. Gmane now only provides Archived-At.
7033 This is only used if `spam-report-gmane-use-article-number' is nil.
7034 (spam-report-gmane-spam-header): Remove. Not used anymore.
7035
7036 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7037 make `gnus-summary-sort-by-recipient' work with threading.
7038
7039 * nnweb.el (nnweb-google-wash-article): Print a message if article
7040 is not available.
7041
7042 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7043
7044 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7045 change. Decode text/* parts content before displaying.
7046
7047 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
7048
7049 * mml-smime.el: Remove defvar of gnus-extract-address-components.
7050
7051 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
7052
7053 * mm-view.el (mm-display-inline-fontify): Disable support modes.
7054
7055 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
7056
7057 * message.el (message-tab-body-function): Fix mismatched custom type.
7058
7059 * gnus.el (gnus-group-change-level-function): Ditto.
7060
7061 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7062
7063 * gnus-art.el (gnus-signature-limit)
7064 (gnus-article-mime-part-function): Ditto.
7065
7066 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
7067
7068 * mml.el (mml-mode): Silence the byte compiler.
7069
7070 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7071 using `(sit-for 0)' before moving the point to the specified part;
7072 skip unbuttonized parts.
7073 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7074 return to the summary window if gnus-auto-select-part is non-nil.
7075
7076 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
7077
7078 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7079 variables.
7080 (mml-dnd-attach-file, mml-mode): Use them.
7081
7082 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7083 Make fetching article by MID work again for Google Groups. Added
7084 FIXME concerning gnus-group-make-web-group.
7085
7086 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7087 Don't depend on Gnus by using mail-extract-address-components if
7088 gnus-extract-address-components is not bound.
7089
7090 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7091
7092 * gnus-art.el (gnus-mime-display-security): Don't display the
7093 signature, but only the signed part.
7094
7095 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
7096
7097 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7098
7099 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7100 list, not listp.
7101
7102 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
7103
7104 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7105 when encoding.
7106
7107 * mm-bodies.el (mm-decode-content-transfer-encoding):
7108 De-canonicalize CRLF for all text content types, not just
7109 text/plain.
7110
7111 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
7112
7113 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7114 valid article; point arrow and cursor at the MIME button.
7115
7116 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
7117
7118 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7119 Suggested by Dan Christensen <jdc@uwo.ca>.
7120
7121 * mm-decode.el (mm-save-part): Enable change of prompt.
7122
7123 2005-08-29 Jari Aalto <jari.aalto@cante.net>
7124
7125 * gnus-msg.el (gnus-inews-add-send-actions): Made
7126 `message-post-method' lambda parameter ARG `&optional'.
7127
7128 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
7129
7130 * gnus-sum.el (gnus-summary-mime-map): Added
7131 gnus-article-save-part-and-strip, gnus-article-delete-part and
7132 gnus-article-jump-to-part.
7133
7134 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7135 (gnus-article-edit-part): Use it.
7136 (gnus-article-part-wrapper): Added no-handle argument.
7137 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7138 functions.
7139
7140 2005-08-29 Romain Francoise <romain@orebokech.com>
7141
7142 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7143 docstring.
7144 (gnus-face-from-file): Likewise.
7145
7146 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
7147
7148 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7149 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7150 non-nil.
7151 (gnus-auto-select-part): New variable.
7152 (gnus-article-jump-to-part): New function.
7153 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7154 (gnus-mime-delete-part): Allow selecting specified part after
7155 deleting or stripping parts.
7156 (gnus-article-jump-to-part): Don't use `read-number'. Use last
7157 part if argument is bogus.
7158
7159 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
7160
7161 * gnus-art.el (w3m-minor-mode-map):
7162 * gnus-spec.el (gnus-newsrc-file-version):
7163 * gnus-util.el (nnmail-active-file-coding-system)
7164 (gnus-original-article-buffer, gnus-user-agent):
7165 * gnus.el (gnus-ham-process-destinations)
7166 (gnus-parameter-ham-marks-alist)
7167 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7168 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7169 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7170 * mm-decode.el (gnus-current-window-configuration):
7171 * mm-extern.el (gnus-article-mime-handles):
7172 * mm-url.el (url-current-object, url-package-name)
7173 (url-package-version):
7174 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7175 (smime-keys, w3m-cid-retrieve-function-alist)
7176 (w3m-current-buffer, w3m-display-inline-images)
7177 (w3m-minor-mode-map):
7178 * mml-smime.el (gnus-extract-address-components):
7179 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7180 (gnus-newsrc-hashtb, message-default-charset)
7181 (message-deletable-headers, message-options)
7182 (message-posting-charset, message-required-mail-headers)
7183 (message-required-news-headers):
7184 * mml1991.el (mc-pgp-always-sign):
7185 * mml2015.el (mc-pgp-always-sign):
7186 * nnheader.el (nnmail-extra-headers):
7187 * rfc1843.el (gnus-decode-encoded-word-function)
7188 (gnus-decode-header-function, gnus-newsgroup-name):
7189 * spam-stat.el (gnus-original-article-buffer): Add defvars.
7190
7191 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
7192
7193 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7194 the end of the date treatments.
7195
7196 2005-08-15 Simon Josefsson <jas@extundo.com>
7197
7198 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7199 it in url-handlers.el and XEmacs in url.el. Reported by Luca
7200 Capello and Romain Francoise.
7201 (pgg-fetch-key-function): Removed, not used?
7202 (pgg-insert-url-with-w3): Require url, to get
7203 url-insert-file-contents regardless of where it is defined.
7204
7205 2005-08-13 Romain Francoise <romain@orebokech.com>
7206
7207 * message.el (message-cite-original-1): New function.
7208 (message-cite-original): Use it.
7209 (message-cite-original-without-signature): Ditto.
7210
7211 2005-08-08 Romain Francoise <romain@orebokech.com>
7212
7213 * message.el (message-yank-empty-prefix): New variable.
7214 (message-indent-citation): Use it.
7215 (message-cite-original-without-signature): Respect X-No-Archive.
7216
7217 2005-08-08 Simon Josefsson <jas@extundo.com>
7218
7219 * pgg.el: Autoload url-insert-file-contents instead of loading
7220 w3/url.
7221 (pgg-insert-url-with-w3): Don't load url here.
7222
7223 2005-08-07 Jesper Harder <harder@phys.au.dk>
7224
7225 * message.el (message-kill-to-signature): Don't insert newline at
7226 bol.
7227 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7228
7229 2005-08-06 Romain Francoise <romain@orebokech.com>
7230
7231 * message.el (message-user-fqdn): Fix typo in docstring.
7232
7233 2005-08-05 Daiki Ueno <ueno@unixuser.org>
7234
7235 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7236
7237 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7238
7239 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
7240
7241 * mm-bodies.el (mm-encode-body): Use coding system rather than
7242 charset to encode text.
7243
7244 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7245 number of charsets if utf-8 is available (XEmacs).
7246
7247 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
7248
7249 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7250 taken from `gnus-button-mid-or-mail-regexp'.
7251 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7252 (gnus-button-alist): Improve regexp for domain part of the MIDs
7253 for news:localpart@domain buttons.
7254 (gnus-button-ctan-directory-regexp): Update.
7255
7256 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
7257
7258 * sieve-manage.el (sieve-manage-interactive-login): Use
7259 make-local-variable rather than make-variable-buffer-local.
7260 (sieve-manage-open): Ditto.
7261 (sieve-manage-authenticate): Ditto.
7262
7263 * mml.el (mml-generate-mime-1): Make the content type default to
7264 text/plain if the filename is not specified.
7265
7266 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
7267
7268 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7269 instead of insert-buffer.
7270
7271 * message.el (message-yank-original): Ditto; set the mark at the
7272 end of the yanked message.
7273
7274 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
7275
7276 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7277 lines to scroll rather than to stop it.
7278
7279 * mml.el (mml-generate-default-type): Add doc string.
7280 (mml-generate-mime-1): Use mm-default-file-encoding or make it
7281 default to application/octet-stream when determining the content
7282 type if it is not specified for the part or the mml contents; add
7283 a comment about mml-generate-default-type.
7284
7285 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
7286
7287 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7288 make it default to application/octet-stream when determining the
7289 content type if it is not specified for the external contents.
7290
7291 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
7292
7293 * rfc2231.el (rfc2231-parse-string): Take care that not only a
7294 segmented parameter but also other parameters might be there.
7295
7296 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
7297
7298 * mm-decode.el (mm-display-external): Delete temp file, directory
7299 and buffer immediately if the external process is exited.
7300
7301 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
7302
7303 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7304 fewer lines than that of scroll-margin.
7305 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7306
7307 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
7308
7309 * gnus-art.el (gnus-article-next-page): Revert.
7310 (gnus-article-beginning-of-window): New macro.
7311 (gnus-article-next-page-1): Use it.
7312 (gnus-article-prev-page): Ditto.
7313 (gnus-article-edit-part): Use insert-buffer-substring instead of
7314 insert-buffer.
7315 (gnus-article-edit-exit): Ditto.
7316
7317 * gnus-util.el (gnus-beginning-of-window): Remove.
7318 (gnus-end-of-window): Remove.
7319
7320 2005-07-25 Simon Josefsson <jas@extundo.com>
7321
7322 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7323 to have the url package without w3. Reported by Daiki Ueno
7324 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7325
7326 2005-07-20 Didier Verna <didier@xemacs.org>
7327
7328 * gnus-diary.el: Remove the description comment (nndiary is now
7329 properly documented in the Gnus manual).
7330 Fix the spelling of "Back End".
7331 * nndiary.el: Ditto.
7332 Fix the copyright notice.
7333
7334 2005-07-18 Romain Francoise <romain@orebokech.com>
7335
7336 * gnus-sum.el (gnus-summary-to-prefix)
7337 (gnus-summary-newsgroup-prefix): New variables.
7338 (gnus-summary-from-or-to-or-newsgroups): Use them.
7339
7340 2005-07-17 Romain Francoise <romain@orebokech.com>
7341
7342 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7343 space as it's generally not especially interesting to the user.
7344
7345 2005-07-16 Romain Francoise <romain@orebokech.com>
7346
7347 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7348 nil to avoid prompting and file modification if one of the
7349 messages at the top of the nnfolder file contains a copyright
7350 notice.
7351 Update copyright notice.
7352
7353 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7354 instead of `current-time-string' as the latter creates a time
7355 string that is not RFC 2822 compliant (it lacks the zone).
7356 Update copyright notice.
7357
7358 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
7359
7360 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7361 for text/rtf. Display default in prompt. Pass default for M-n.
7362
7363 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7364
7365 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7366
7367 * gnus-msg.el (gnus-button-mailto): Remove
7368 save-selected-window-window hackery because it relies on
7369 save-selected-window internals.
7370
7371 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
7372
7373 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7374 (gnus-article-next-page-1): Use gnus-beginning-of-window.
7375 (gnus-article-prev-page): Ditto.
7376
7377 * gnus-util.el (gnus-beginning-of-window): New function.
7378 (gnus-end-of-window): New function.
7379
7380 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
7381
7382 * gnus-score.el (gnus-score-edit-all-score): Set
7383 gnus-score-edit-exit-function to gnus-score-edit-done and call
7384 gnus-message.
7385
7386 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7387
7388 * gnus-msg.el (gnus-button-mailto): Remove
7389 save-selected-window-window hackery because it relies on
7390 save-selected-window internals.
7391
7392 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
7393
7394 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7395 add-minor-mode.
7396 (gnus-binary-mode): Ditto.
7397
7398 * gnus-topic.el (gnus-topic-mode): Ditto.
7399
7400 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
7401
7402 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7403 (gnus-article-prev-page): Take scroll-margin into consideration.
7404
7405 2005-07-04 Lute Kamstra <lute@gnu.org>
7406
7407 Update FSF's address in GPL notices.
7408
7409 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
7410
7411 * gnus.el (gnus-exit):
7412 * gnus-group.el (gnus-group-icons):
7413 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7414
7415 * gnus-nocem.el (gnus-nocem):
7416 * message.el (message-various, message-buffers, message-sending)
7417 (message-interface, message-forwarding, message-insertion)
7418 (message-headers, message-news, message-mail):
7419 * pgg-gpg.el (pgg-gpg):
7420 * pgg-parse.el (pgg-parse):
7421 * pgg-pgp.el (pgg-pgp):
7422 * pgg-pgp5.el (pgg-pgp5):
7423 * pop3.el (pop3): Finish `defgroup' description with period.
7424
7425 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
7426
7427 * gnus-art.el (article-display-face): Improve the efficiency.
7428 (article-display-x-face): Ditto; remove grey x-face stuff.
7429
7430 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
7431
7432 * gnus-art.el (article-display-face): Correct the position in
7433 which Faces are inserted.
7434
7435 2005-06-29 Didier Verna <didier@xemacs.org>
7436
7437 * gnus-art.el (article-display-face): Display faces in correct
7438 order.
7439
7440 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7441
7442 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7443 (gnus-fill-real-hashtb): Use hash table instead of obarray.
7444 (gnus-nocem-check-article): Fetch the Type header.
7445 (gnus-nocem-message-wanted-p): Fix the way to examine types.
7446 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7447 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7448 make sure gnus-nocem-hashtb is initialized.
7449 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7450 (gnus-nocem-unwanted-article-p): Ditto.
7451
7452 * pgg.el (pgg-verify): Return the verification result.
7453
7454 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7455
7456 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7457 is ascii.
7458
7459 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
7460
7461 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7462 `show-nonbreak-escape'.
7463
7464 2005-06-23 Lute Kamstra <lute@gnu.org>
7465
7466 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7467
7468 * dig.el (dig-mode):
7469 * smime.el (smime-mode): Use gnus-run-mode-hooks.
7470
7471 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
7472
7473 * nnimap.el (nnimap-split-download-body): Fix spellings.
7474
7475 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
7476
7477 * gnus-art.el (gnus-article-encrypt-body):
7478 * gnus-cus.el (gnus-score-customize):
7479 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7480 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7481
7482 2005-06-16 Arne Jørgensen <arne@arnested.dk>
7483
7484 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7485 header by looking for magic "MII" at the beginnig.
7486
7487 2005-06-16 Miles Bader <miles@gnu.org>
7488
7489 * assistant.el (assistant-field): Remove "-face" suffix from face name.
7490 (assistant-field-face): New backward-compatibility alias for renamed
7491 face.
7492 (assistant-render-text): Use renamed assistant-field face.
7493
7494 * spam.el (spam): Remove "-face" suffix from face name.
7495 (spam-face): New backward-compatibility alias for renamed face.
7496 (spam-face, spam-initialize): Use renamed spam face.
7497
7498 * message.el (message-header-to, message-header-cc)
7499 (message-header-subject, message-header-newsgroups)
7500 (message-header-other, message-header-name)
7501 (message-header-xheader, message-separator, message-cited-text)
7502 (message-mml): Remove "-face" suffix from face names.
7503 (message-header-to-face, message-header-cc-face)
7504 (message-header-subject-face, message-header-newsgroups-face)
7505 (message-header-other-face, message-header-name-face)
7506 (message-header-xheader-face, message-separator-face)
7507 (message-cited-text-face, message-mml-face):
7508 New backward-compatibility aliases for renamed faces.
7509 (message-font-lock-keywords): Use renamed message faces.
7510
7511 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7512 (sieve-test-commands, sieve-tagged-arguments):
7513 Remove "-face" suffix from face names.
7514 (sieve-control-commands-face, sieve-action-commands-face)
7515 (sieve-test-commands-face, sieve-tagged-arguments-face):
7516 New backward-compatibility aliases for renamed faces.
7517 (sieve-control-commands-face, sieve-action-commands-face)
7518 (sieve-test-commands-face, sieve-tagged-arguments-face):
7519 Use renamed sieve faces.
7520
7521 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7522 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7523 (gnus-group-news-3-empty, gnus-group-news-4)
7524 (gnus-group-news-4-empty, gnus-group-news-5)
7525 (gnus-group-news-5-empty, gnus-group-news-6)
7526 (gnus-group-news-6-empty, gnus-group-news-low)
7527 (gnus-group-news-low-empty, gnus-group-mail-1)
7528 (gnus-group-mail-1-empty, gnus-group-mail-2)
7529 (gnus-group-mail-2-empty, gnus-group-mail-3)
7530 (gnus-group-mail-3-empty, gnus-group-mail-low)
7531 (gnus-group-mail-low-empty, gnus-summary-selected)
7532 (gnus-summary-cancelled, gnus-summary-high-ticked)
7533 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7534 (gnus-summary-high-ancient, gnus-summary-low-ancient)
7535 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7536 (gnus-summary-low-undownloaded)
7537 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7538 (gnus-summary-low-unread, gnus-summary-normal-unread)
7539 (gnus-summary-high-read, gnus-summary-low-read)
7540 (gnus-summary-normal-read, gnus-splash):
7541 Remove "-face" suffix from face names.
7542 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7543 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7544 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7545 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7546 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7547 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7548 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7549 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7550 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7551 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7552 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7553 (gnus-summary-selected-face, gnus-summary-cancelled-face)
7554 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7555 (gnus-summary-normal-ticked-face)
7556 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7557 (gnus-summary-normal-ancient-face)
7558 (gnus-summary-high-undownloaded-face)
7559 (gnus-summary-low-undownloaded-face)
7560 (gnus-summary-normal-undownloaded-face)
7561 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7562 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7563 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7564 (gnus-splash-face):
7565 New backward-compatibility aliases for renamed faces.
7566 (gnus-group-startup-message): Use renamed gnus faces.
7567
7568 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7569 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7570 (gnus-server-agent): Remove "-face" suffix from face names.
7571 (gnus-server-agent-face, gnus-server-opened-face)
7572 (gnus-server-closed-face, gnus-server-denied-face)
7573 (gnus-server-offline-face):
7574 New backward-compatibility aliases for renamed faces.
7575 (gnus-server-agent-face, gnus-server-opened-face)
7576 (gnus-server-closed-face, gnus-server-denied-face)
7577 (gnus-server-offline-face): Use renamed gnus faces.
7578
7579 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7580 Remove "-face" suffix from face names.
7581 (gnus-picon-xbm-face, gnus-picon-face):
7582 New backward-compatibility aliases for renamed faces.
7583
7584 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7585 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7586 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7587 (gnus-cite-11): Remove "-face" suffix from face names.
7588 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7589 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7590 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7591 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7592 New backward-compatibility aliases for renamed faces.
7593 (gnus-cite-attribution-face, gnus-cite-face-list)
7594 (gnus-article-boring-faces): Use renamed gnus faces.
7595
7596 * gnus-art.el (gnus-signature, gnus-header-from)
7597 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
7598 (gnus-header-content): Remove "-face" suffix from face names.
7599 (gnus-signature-face, gnus-header-from-face)
7600 (gnus-header-subject-face, gnus-header-newsgroups-face)
7601 (gnus-header-name-face, gnus-header-content-face):
7602 New backward-compatibility aliases for renamed faces.
7603 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
7604
7605 * gnus-sum.el (gnus-summary-selected-face)
7606 (gnus-summary-highlight): Use renamed gnus faces.
7607 * gnus-group.el (gnus-group-highlight): Likewise.
7608
7609 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
7610
7611 * gnus-sieve.el (gnus-sieve-article-add-rule):
7612 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
7613 * spam-stat.el (spam-stat-buffer-change-to-spam)
7614 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
7615
7616 * message.el (message-is-yours-p):
7617 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
7618
7619 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
7620
7621 * mm-view.el (mm-inline-text): Withdraw the last change.
7622
7623 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
7624
7625 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
7626 executing enriched-decode.
7627
7628 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
7629
7630 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
7631 charset of tar files.
7632
7633 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
7634
7635 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
7636
7637 2005-06-04 Lute Kamstra <lute@gnu.org>
7638
7639 * nnfolder.el (nnfolder-read-folder): Make sure that undo
7640 information is never recorded.
7641
7642 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7643
7644 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
7645
7646 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
7647
7648 * pop3.el (pop3-apop): Run md5 in the binary mode.
7649
7650 * starttls.el (starttls-set-process-query-on-exit-flag):
7651 Use eval-and-compile.
7652
7653 2005-05-31 Simon Josefsson <jas@extundo.com>
7654
7655 * smime.el (smime-replace-in-string): Define.
7656 (smime-cert-by-ldap-1): Use it.
7657
7658 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
7659
7660 * gnus-art.el (article-display-x-face): Replace
7661 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7662
7663 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
7664 set-process-query-on-exit-flag or process-kill-without-query.
7665
7666 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
7667 loop instead of replace-regexp.
7668
7669 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
7670 instead of process-kill-without-query if it is available.
7671
7672 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
7673 instead of find-file-hooks if it is available.
7674
7675 * mml1991.el: Bind pgg-default-user-id when compiling.
7676
7677 * mml2015.el: Bind pgg-default-user-id when compiling.
7678
7679 * nndraft.el (nndraft-request-associate-buffer):
7680 Use write-contents-functions instead of write-contents-hooks if it is
7681 available.
7682
7683 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
7684 instead of find-file-hooks if it is available.
7685
7686 * nntp.el (nntp-open-connection): Replace
7687 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7688 (nntp-open-ssl-stream): Ditto.
7689 (nntp-open-tls-stream): Ditto.
7690
7691 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
7692 set-process-query-on-exit-flag or process-kill-without-query.
7693 (starttls-open-stream-gnutls): Use it instead of
7694 process-kill-without-query.
7695 (starttls-open-stream): Ditto.
7696
7697 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
7698
7699 * smime.el (smime-cert-by-ldap-1): Don't use
7700 replace-regexp-in-string.
7701
7702 2005-05-31 Arne Jørgensen <arne@arnested.dk>
7703
7704 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
7705
7706 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
7707 in PEM format. Adjust to the XEmacs compability.
7708
7709 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
7710
7711 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
7712 by `string-to-number'.
7713 * gnus-agent.el (gnus-agent-regenerate-group)
7714 (gnus-agent-fetch-articles): Ditto.
7715 * gnus-art.el (gnus-button-fetch-group): Ditto.
7716 * gnus-cache.el (gnus-cache-generate-active)
7717 (gnus-cache-articles-in-group): Ditto.
7718 * gnus-group.el (gnus-group-set-current-level)
7719 (gnus-group-insert-group-line): Ditto.
7720 * gnus-score.el (gnus-score-set-expunge-below)
7721 (gnus-score-set-mark-below, gnus-summary-score-effect)
7722 (gnus-summary-score-entry): Ditto.
7723 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
7724 (gnus-soup-pack): Ditto.
7725 * gnus-spec.el (gnus-xmas-format): Ditto.
7726 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
7727 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
7728 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
7729 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
7730 * nndb.el (nndb-get-remote-expire-response): Ditto.
7731 * nndiary.el (nndiary-parse-schedule-value)
7732 (nndiary-string-to-number, nndiary-request-replace-article)
7733 (nndiary-request-article): Ditto.
7734 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
7735 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
7736 * nneething.el (nneething-make-head): Ditto.
7737 * nnfolder.el (nnfolder-request-article)
7738 (nnfolder-retrieve-headers): Ditto.
7739 * nnheader.el (nnheader-file-to-number): Ditto.
7740 * nnkiboze.el (nnkiboze-request-article): Ditto.
7741 * nnmail.el (nnmail-process-unix-mail-format)
7742 (nnmail-process-babyl-mail-format): Ditto.
7743 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
7744 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
7745 (nnmh-request-create-group, nnmh-request-list-1)
7746 (nnmh-request-group, nnmh-request-article): Ditto.
7747 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
7748 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
7749 * nnsoup.el (nnsoup-make-active): Ditto.
7750 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
7751 * nntp.el (nntp-find-group-and-number)
7752 (nntp-retrieve-headers-with-xover): Ditto.
7753 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
7754 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
7755 (pgg-format-key-identifier): Ditto.
7756 * pop3.el (pop3-last, pop3-stat): Ditto.
7757 * qp.el (quoted-printable-decode-region): Ditto.
7758
7759 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
7760 of concat.
7761
7762 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
7763
7764 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
7765
7766 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
7767
7768 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
7769
7770 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
7771
7772 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
7773
7774 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
7775
7776 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
7777 (gnus-carpal-mode): Ditto.
7778
7779 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
7780 (gnus-browse-mode): Ditto.
7781
7782 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
7783
7784 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
7785
7786 2005-05-29 Richard M. Stallman <rms@gnu.org>
7787
7788 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
7789
7790 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
7791
7792 * gnus-util.el (gnus-run-mode-hooks): New function.
7793
7794 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
7795
7796 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7797
7798 * gnus-agent.el (gnus-agent-make-mode-line-string):
7799 Use mode-line-highlight as mouse-face.
7800
7801 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
7802
7803 * canlock.el (canlock): Change the parent group to news.
7804
7805 * deuglify.el (gnus-outlook-deuglify): Add :group.
7806
7807 * dig.el (dig): Add :group.
7808
7809 * dns-mode.el (dns-mode): Add :group.
7810
7811 * encrypt.el (encrypt): Add :group.
7812
7813 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
7814 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
7815 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
7816 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
7817 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
7818
7819 * gnus-diary.el (gnus-diary): Add :group.
7820
7821 * gnus.el (gnus-group-news-1-face): Add :group.
7822 (gnus-group-news-1-empty-face): Ditto.
7823 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
7824 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
7825 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
7826 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
7827 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
7828 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
7829 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
7830 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
7831 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
7832 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
7833 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
7834 (gnus-summary-high-ticked-face): Ditto.
7835 (gnus-summary-low-ticked-face): Ditto.
7836 (gnus-summary-normal-ticked-face): Ditto.
7837 (gnus-summary-high-ancient-face): Ditto.
7838 (gnus-summary-low-ancient-face): Ditto.
7839 (gnus-summary-normal-ancient-face): Ditto.
7840 (gnus-summary-high-undownloaded-face): Ditto.
7841 (gnus-summary-low-undownloaded-face): Ditto.
7842 (gnus-summary-normal-undownloaded-face): Ditto.
7843 (gnus-summary-high-unread-face): Ditto.
7844 (gnus-summary-low-unread-face): Ditto.
7845 (gnus-summary-normal-unread-face): Ditto.
7846 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
7847 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
7848
7849 * hashcash.el (hashcash): New custom group.
7850 (hashcash-default-payment): Add :group.
7851 (hashcash-payment-alist): Ditto.
7852 (hashcash-default-accept-payment): Ditto.
7853 (hashcash-accept-resources): Ditto.
7854 (hashcash-path): Ditto.
7855 (hashcash-extra-generate-parameters): Ditto.
7856 (hashcash-double-spend-database): Ditto.
7857 (hashcash-in-news): Ditto.
7858
7859 * message.el (message-minibuffer-local-map): Add :group.
7860
7861 * netrc.el (netrc): Add :group.
7862
7863 * sieve-manage.el (sieve-manage-log): Add :group.
7864 (sieve-manage-default-user): Diito.
7865 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
7866 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
7867 (sieve-manage-authenticators): Ditto.
7868 (sieve-manage-authenticator-alist): Ditto.
7869 (sieve-manage-default-port): Ditto.
7870
7871 * sieve-mode.el (sieve-control-commands-face): Add :group.
7872 (sieve-action-commands-face): Ditto.
7873 (sieve-test-commands-face): Ditto.
7874 (sieve-tagged-arguments-face): Ditto.
7875
7876 * smime.el (smime): Add :group.
7877
7878 * spam-report.el (spam-report): Add :group.
7879
7880 * spam.el (spam, spam-face): Add :group.
7881
7882 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7883
7884 * nntp.el (nntp-next-result-arrived-p): Some news servers may
7885 return \n.\n.\n at the end of articles. Protect against that.
7886 (nntp-with-open-group): Allow debugging.
7887
7888 * nnheader.el (mail-header-set-extra): Make into a function
7889 because I just could't understand how to quote the list properly.
7890
7891 * dns.el (query-dns-cached): New function.
7892
7893 2005-05-26 Lute Kamstra <lute@gnu.org>
7894
7895 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
7896
7897 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
7898
7899 * gnus-art.el: Don't autoload mail-extract-address-components.
7900
7901 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
7902 eval-and-compile to evaluate it.
7903
7904 * hashcash.el: Don't autoload executable-find.
7905
7906 * nndb.el: Don't declare the nndb back end two or more times; don't
7907 autoload news-reply-mode, news-setup, cancel-timer and telnet.
7908
7909 * nntp.el: Autoload format-spec instead of format; use
7910 eval-and-compile to evaluate autoload forms.
7911
7912 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
7913
7914 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
7915
7916 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7917
7918 * gnus.el (gnus-version-number): Bump version.
7919
7920 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
7921
7922 * gnus.el: No Gnus v0.3 is released.
7923
7924 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
7925
7926 * gnus-art.el (gnus-article-edit-part): Disable undo.
7927
7928 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
7929
7930 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
7931 gnus-article-date-lapsed-new-header is t if date timer is active;
7932 skip headers in which the original date value is empty.
7933 (gnus-article-save-original-date): Redefine it as a macro.
7934 (gnus-display-mime): Use it.
7935
7936 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
7937
7938 * gnus-art.el (article-date-ut): Support converting date in
7939 forwarded parts as well.
7940 (gnus-article-save-original-date): New function.
7941 (gnus-display-mime): Use it.
7942
7943 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
7944
7945 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
7946 enclosure element of <item>.
7947
7948 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
7949
7950 * message.el (message-kill-buffer-query): Renamed from
7951 `message-kill-buffer-query-if-modified'. Added :version.
7952
7953 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
7954
7955 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
7956 window layout.
7957
7958 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
7959
7960 * mml.el: Autoload dnd when compiling.
7961
7962 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
7963
7964 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
7965 x-dnd-*.
7966
7967 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
7968
7969 * qp.el (quoted-printable-encode-region): Save excursion.
7970
7971 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
7972
7973 * message.el (message-kill-buffer-query-if-modified): Add new variable
7974 so the user can kill a modified message buffer quickly.
7975 (message-kill-buffer): Use it.
7976
7977 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
7978
7979 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
7980 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
7981
7982 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
7983
7984 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
7985 contained in text because xml.el decodes entities) with LFs.
7986
7987 2005-04-11 Lute Kamstra <lute@gnu.org>
7988
7989 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
7990 differently.
7991
7992 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7993
7994 * mm-util.el (mm-detect-coding-region): Typo.
7995
7996 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
7997
7998 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
7999
8000 2005-04-06 D Goel <deego@gnufans.org>
8001
8002 * spam-stat.el (spam-stat-score-buffer): Add a call to a
8003 user-function allow user modifications of the scores.
8004 (spam-stat-score-buffer-user): New function, to allow
8005 user-computed modifications to the score.
8006 (spam-stat-score-buffer-user-functions): List of additional
8007 scoring functions.
8008 (spam-stat-error-holder): Global temporary error holder.
8009 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8010 variable.
8011
8012 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
8013
8014 * gnus-registry.el (gnus-registry-clean-empty-function)
8015 (gnus-registry-trim, gnus-registry-fetch-groups)
8016 (gnus-registry-delete-group): Groups that match
8017 `gnus-registry-ignored-groups' are removed from the registry
8018 entries, not just ignored for splitting. This helps clean up the
8019 registry. Also, `gnus-registry-fetch-groups' is a convenient way
8020 to get all the groups a message ID is in.
8021
8022 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8023 (spam-stat-split-fancy): Change "threshhold" to "threshold"
8024 (spam-stat-score-buffer-user-functions): Add :number custom type.
8025
8026 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8027
8028 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8029 argument in XEmacs.
8030
8031 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8032 (nnrss-request-group): Decode group name first.
8033 (nnrss-request-article): Make a text/plain article if mml-to-mime
8034 failed.
8035 (nnrss-get-encoding): Return a compatible encoding according to
8036 nnrss-compatible-encoding-alist.
8037 (nnrss-find-el): Use consp instead of listp.
8038 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8039
8040 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8041
8042 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8043 which Emacs 20 doesn't support.
8044 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8045
8046 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
8047
8048 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8049 silence the byte compiler inside the defun.
8050
8051 * gnus-demon.el (parse-time-string): Add autoload.
8052
8053 * gnus-delay.el (parse-time-string): Add autoload.
8054
8055 * gnus-art.el (parse-time-string): Add autoload.
8056
8057 * nnultimate.el (parse-time): Require for `parse-time-string'.
8058
8059 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
8060
8061 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8062
8063 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8064
8065 * smime.el (smime-ldap-host-list): Add :version.
8066
8067 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
8068
8069 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8070 pass it to `gnus-browse-read-group'.
8071 (gnus-browse-read-group): Add NUMBER argument and pass it to
8072 `gnus-group-read-ephemeral-group'.
8073
8074 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8075 argument and pass it to `gnus-group-read-group'.
8076
8077 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
8078
8079 * mm-util.el (mm-xemacs-find-mime-charset): Only call
8080 mm-xemacs-find-mime-charset-1 if we have the mule feature
8081 available at runtime.
8082
8083 2005-03-25 Werner Lemberg <wl@gnu.org>
8084
8085 * nnmaildir.el: Replace `illegal' with `invalid'.
8086
8087 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
8088
8089 * gnus-start.el (gnus-display-time-event-handler):
8090 Check display-time-timer at runtime rather than only at load time
8091 in case display-time-mode is turned off in the mean time.
8092
8093 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
8094
8095 * nnimap.el (nnimap-open-connection): Print which authinfo file is
8096 used.
8097
8098 * nneething.el (nneething-map-file-directory): Derive from
8099 `gnus-directory'.
8100
8101 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8102 the To/Cc button.
8103
8104 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
8105
8106 * nnmaildir.el (nnmaildir-request-accept-article):
8107 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8108
8109 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
8110
8111 * gnus-async.el: Require timer-funcs at compile time when in
8112 XEmacs for `run-with-idle-timer'.
8113
8114 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
8115
8116 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8117 autoloaded function.
8118
8119 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8120
8121 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8122
8123 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
8124
8125 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8126
8127 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8128
8129 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8130 gnus-expert-user to default.
8131
8132 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
8133
8134 * nnimap.el (nnimap-open-server): Ditto.
8135
8136 * imap.el (imap-authenticate): Fix typo.
8137
8138 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
8139
8140 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8141 buffer (since IMAP server might return FETCH response out of
8142 order, and the nntp buffer must be sorted).
8143
8144 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
8145
8146 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8147 comparison on string.
8148
8149 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8150 (gnus-agent-score): Renamed category keywords to match gnus-cus.
8151 (gnus-agent-summary-fetch-series): Modified to protect against
8152 gnus-agent-summary-fetch-group clearing processable flags.
8153 (gnus-agent-synchronize-group-flags): Update live group buffer as
8154 synchronization may occur due to the user toggle the plugged
8155 status.
8156 (gnus-agent-fetch-group-1): Clear downloadable flag when article
8157 successfully downloaded.
8158 (gnus-agent-expire-group-1): Avoid using markers when the overview
8159 is in ascending order; greatly improves performance.
8160 (gnus-agent-regenerate-group): Use
8161 gnus-agent-synchronize-group-flags to reset read status in both
8162 gnus and server.
8163 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8164
8165 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8166
8167 * message.el: Don't autoload former message-utils variables.
8168 (message-strip-subject-trailing-was): Change doc string.
8169
8170 * nnweb.el: Fixes for `gnus-group-make-web-group'.
8171 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
8172 (nnweb-google-search): Add "hl=en" here.
8173 (nnweb-google-parse-1, nnweb-google-create-mapping):
8174 Don't hardcode URL.
8175
8176 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8177
8178 * message.el (message-get-reply-headers, message-followup):
8179 Mention related variables `message-use-followup-to' and
8180 `message-use-mail-followup-to', in the information buffer.
8181
8182 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8183 of broken groups(-beta).google.com.
8184
8185 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
8186
8187 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8188 parameter to invoked gnus-request-move-article; remove the
8189 redundant gnus-sum-hint-move-is-internal variable; apply the marks
8190 all at once instead of once per article.
8191 (gnus-summary-remove-process-mark): Accept a list of articles as
8192 well as a single article for processing.
8193
8194 * gnus-int.el (gnus-request-move-article): Add move-is-internal
8195 parameter.
8196
8197 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8198
8199 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8200
8201 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8202 parameter.
8203
8204 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8205 parameter.
8206
8207 * nnimap.el (nnimap-request-move-article): Add move-is-internal
8208 parameter and remove the gnus-sum-hint-move-is-internal variable.
8209
8210 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8211 parameter.
8212
8213 * nndraft.el (nndraft-request-move-article): Add move-is-internal
8214 parameter.
8215
8216 * nndiary.el (nndiary-request-move-article): Add move-is-internal
8217 parameter.
8218
8219 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8220
8221 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8222 parameter.
8223
8224 * nnagent.el (nnagent-request-move-article): Add move-is-internal
8225 parameter.
8226
8227 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
8228
8229 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8230 a more conservative way.
8231
8232 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
8233
8234 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8235 buffer, so it moves the window's cursor.
8236
8237 2005-02-26 Arne Jørgensen <arne@arnested.dk>
8238
8239 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8240 `mm-dissect-multipart' and receive the from field as an (optional)
8241 argument from `mm-dissect-multipart'.
8242 (mm-dissect-multipart): Receive the from field as an argument and
8243 pass it on when we call `mm-dissect-buffer' on MIME parts.
8244 Fixes verification/decryption of signed/encrypted MIME parts.
8245
8246 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
8247
8248 * gnus-sum.el (gnus-summary-move-article): Set
8249 gnus-sum-hint-move-is-internal for gnus-request-move-article and
8250 whatever it calls (right now, only nnimap-request-move article
8251 respects it).
8252
8253 * nnimap.el (nnimap-request-move-article): When
8254 gnus-sum-hint-move-is-internal is set, don't do the extra
8255 nnimap-request-article.
8256
8257 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
8258
8259 * nnheader.el (nnheader-find-file-noselect): Add doc string.
8260
8261 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8262 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8263
8264 * gnus-sum.el (gnus-summary-caesar-message):
8265 Apply `gnus-treat-article' after rotation.
8266
8267 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8268 doc string.
8269
8270 2005-02-22 Simon Josefsson <jas@extundo.com>
8271
8272 * encrypt.el (encrypt-password-cache-expiry): Remove (use
8273 `password-cache-expiry' instead). Reported by Arne Jørgensen
8274 <arne@arnested.dk>.
8275 (encrypt): Add password-cache and password-cache-expiry as group
8276 members.
8277
8278 2005-02-22 Arne Jørgensen <arne@arnested.dk>
8279
8280 * smime.el (smime-ldap-host-list): Doc fix.
8281 (smime-ask-passphrase): Use `password-read-and-add' to read (and
8282 cache) password.
8283 (smime-sign-region): Use it.
8284 (smime-decrypt-region): Use it.
8285 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8286 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8287 fails.
8288 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8289 certificate from DER to PEM format rather than calling openssl.
8290
8291 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8292
8293 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8294 for signing/encryption.
8295
8296 * mml.el (mml-parse-1): Use them.
8297
8298 2005-02-21 Arne Jørgensen <arne@arnested.dk>
8299
8300 * nnrss.el (nnrss-verbose): Removed.
8301 (nnrss-request-group): Use `nnheader-message' instead.
8302
8303 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
8304
8305 * nnrss.el (nnrss-verbose): New variable.
8306 (nnrss-request-group): Make it say nnrss is requesting a group.
8307
8308 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
8309
8310 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8311 Handle news URL with given port correctly.
8312
8313 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
8314
8315 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8316 containing special characters.
8317
8318 * gnus-sum.el (gnus-summary-edit-article): Ditto.
8319
8320 * mml.el (mime-to-mml): Ditto.
8321
8322 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8323 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8324 (rfc2047-decode-region): Quote decoded words containing special
8325 characters when rfc2047-quote-decoded-words-containing-tspecials
8326 is non-nil.
8327
8328 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
8329
8330 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8331
8332 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8333
8334 2005-02-15 Simon Josefsson <jas@extundo.com>
8335
8336 * nnimap.el (nnimap-debug): Doc fix.
8337
8338 * imap.el (imap-debug): Doc fix.
8339
8340 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
8341
8342 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8343
8344 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
8345
8346 * gnus.el (spam-contents): Improve docs for spam-contents
8347 parameter in its variable incarnation.
8348
8349 2005-02-14 Simon Josefsson <jas@extundo.com>
8350
8351 * smime-ldap.el: Use require instead of load-library for ldap.
8352 (smime-ldap-search): Indent.
8353 (smime-ldap-search-internal): Shorten line.
8354
8355 * smime.el (smime-cert-by-dns): Add doc-string.
8356 (smime-cert-by-ldap-1): Indent.
8357
8358 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8359 mml-smime-get-dns-ldap.
8360 (mml-smime-encrypt-query): Use new function. Default to ldap.
8361
8362 2005-02-14 Arne Jørgensen <arne@arnested.dk>
8363
8364 * smime.el: Require smime-ldap.
8365 (smime-ldap-host-list): New variable.
8366 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8367
8368 * mml-smime.el (mml-smime-encrypt-query): New function.
8369 (mml-smime-encrypt-query): Use it.
8370
8371 * smime-ldap.el: New file.
8372
8373 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
8374
8375 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8376
8377 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8378
8379 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8380 argument in doc string. Make query for type more clear.
8381
8382 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
8383
8384 * gnus.el (gnus-group-startup-message): Search for gnus images in
8385 etc/images/gnus.
8386 * mm-util.el (mm-image-load-path): Likewise.
8387 * smiley.el (smiley-data-directory): Search for smilies in
8388 etc/images/smilies.
8389
8390 2005-02-09 Kim F. Storm <storm@cua.dk>
8391
8392 Change Emacs release version from 21.4 to 22.1 throughout.
8393 Change Emacs development version from 21.3.50 to 22.0.50.
8394
8395 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
8396
8397 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8398
8399 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8400 non-Mule XEmacs as well.
8401 (mm-decompress-buffer): Signal an error intentionally if it does
8402 not decompress compressed data because auto-compression-mode is
8403 disabled.
8404
8405 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
8406
8407 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8408 an ID in the registry even if it has no groups.
8409
8410 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
8411
8412 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8413 merge it into mm-decompress-buffer.
8414 (gnus-mime-copy-part): Use the MIME part charset, the value which
8415 a user specified or gnus-newsgroup-charset for decoding, like
8416 gnus-mime-inline-part does; set buffer-file-coding-system to tell
8417 save-buffer what was used. Suggested by Kevin Ryde
8418 <user42@zip.com.au>.
8419 (gnus-mime-inline-part): Allow the name parameter as well as the
8420 filename parameter; force decompressing of compressed data; always
8421 display contents being not decoded as unibyte.
8422
8423 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8424 as well as the filename parameter.
8425
8426 * mm-util.el (mm-decompress-buffer): Merge
8427 gnus-mime-jka-compr-maybe-uncompress.
8428 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8429 of compressed data.
8430
8431 2005-02-08 Simon Josefsson <jas@extundo.com>
8432
8433 * imap.el (imap-log): Doc fix.
8434
8435 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
8436
8437 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8438 the coding cookies; decompress compressed parts.
8439
8440 * mml.el (mml-generate-mime-1): Add the charset parameter according
8441 to the value which a user specified manually or the coding cookie.
8442
8443 * mm-util.el (mm-string-to-multibyte): New function.
8444 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8445 (mm-coding-system-to-mime-charset): New function.
8446 (mm-decompress-buffer): New function.
8447 (mm-find-buffer-file-coding-system): New function.
8448
8449 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8450 (mm-display-inline-fontify): Rewrite for decoding and decompressing
8451 parts.
8452
8453 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8454
8455 * mm-view.el (mm-display-inline-fontify): Decode a part according
8456 to the charset parameter.
8457
8458 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
8459
8460 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8461 prefix arg is neither nil nor a number, as info specifies.
8462
8463 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
8464
8465 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8466 timestamps.
8467
8468 2005-02-02 Jari Aalto <jari.aalto@cante.net>
8469
8470 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8471 groups error checking and notify user.
8472
8473 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
8474
8475 * message.el (message-send-mail-function): Check existence of
8476 sendmail-program first before using default value
8477 `message-send-mail-with-sendmail'. Otherwise use more generic
8478 `smtpmail-send-it'.
8479
8480 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
8481
8482 * nntp.el (nntp-request-update-info): Always return nil.
8483
8484 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
8485
8486 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8487
8488 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8489
8490 * message.el (message-beginning-of-line): Change the behavior when
8491 invoked between BOL and : so that it first moves backward.
8492
8493 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8494
8495 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8496 article buffer when editing of the article is discarded.
8497 (gnus-article-prepare): Revert.
8498
8499 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8500
8501 * gnus-art.el (gnus-article-prepare):
8502 Remove message-strip-forbidden-properties from the local hook.
8503
8504 2005-01-27 Simon Josefsson <jas@extundo.com>
8505
8506 * password.el (password-cache-add): Only start one timer per key.
8507 Reported by Derek Atkins <warlord@MIT.EDU>.
8508
8509 2005-01-26 Steve Youngs <steve@sxemacs.org>
8510
8511 * run-at-time.el: Removed. It is no longer needed as
8512 timer-funcs.el in the xemacs-base package has a working version of
8513 `run-at-time'.
8514
8515 * password.el: Require timer-funcs instead of run-at-time in
8516 XEmacs.
8517 Remove `password-run-at-time' macro.
8518 (password-cache-add): Use `run-at-time' instead of
8519 `password-run-at-time'.
8520
8521 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8522 for `run-with-idle-timer'.
8523
8524 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8525 for `run-at-time'.
8526
8527 * mm-url.el: Require timer-funcs at compile time when in XEmacs
8528 for `with-timeout'.
8529
8530 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8531
8532 * mml.el (mml-generate-mime-1): Convert string into unibyte when
8533 inserting " *mml*" buffer's contents into a unibyte temp buffer.
8534
8535 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
8536
8537 * mail-source.el (mail-source-fetch-imap): Search for ^From case
8538 sensitively.
8539
8540 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
8541
8542 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8543
8544 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
8545
8546 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8547 which will be inserted according to the multibyteness of a buffer
8548 rather than the type of contents. Suggested by ARISAWA Akihiro
8549 <ari@mbf.ocn.ne.jp>.
8550
8551 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8552 of string which old xml.el may return rather than a string.
8553
8554 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
8555
8556 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8557
8558 2005-01-16 Simon Josefsson <jas@extundo.com>
8559
8560 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
8561 idn/idna.el isn't available.
8562 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
8563 <michael@waxrat.com>.
8564
8565 * hashcash.el: Remove non-FSF copyright header.
8566
8567 * hashcash.el (hashcash-extra-generate-parameters): New variable.
8568 (hashcash-generate-payment): Use it.
8569 (hashcash-generate-payment-async): Use it.
8570
8571 2005-01-15 Simon Josefsson <jas@extundo.com>
8572
8573 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
8574 Suggested by Raymond Scholz <ray-2005@zonix.de>.
8575
8576 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
8577 gnus-summary-idna-message.
8578 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
8579 (gnus-summary-idna-message): New function.
8580
8581 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
8582
8583 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
8584 gnus-novice-user.
8585
8586 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
8587
8588 * nnrss.el (nnrss-request-delete-group): Delete entries in
8589 nnrss-group-alist as well.
8590 (nnrss-save-server-data): Insert newline.
8591
8592 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
8593
8594 * gnus.el (gnus-user-agent): Use list of symbols instead of
8595 symbols. Display full version number for (S)XEmacs. Optionally
8596 display (S)XEmacs codename.
8597
8598 * gnus-util.el (gnus-emacs-version): Update for new
8599 `gnus-user-agent'.
8600
8601 * gnus-msg.el (gnus-extended-version): Make it possible to omit
8602 Gnus version.
8603
8604 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
8605
8606 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
8607 which is unreadable in some setups.
8608
8609 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8610
8611 * gnus-spec.el (gnus-update-format-specifications): Flush the
8612 group format spec cache if it doesn't support decoded group names.
8613
8614 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8615
8616 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
8617 Allow to apply decay on score files matching a regexp.
8618
8619 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
8620
8621 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
8622 compatibility in %g and %c.
8623
8624 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
8625
8626 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
8627 name for only %g and %c.
8628 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
8629 of gnus-tmp-group to decoded group name.
8630 (gnus-group-make-rss-group): Exclude `/'s from group names.
8631
8632 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
8633
8634 * nnrss.el (nnrss-get-encoding): Fix regexp.
8635
8636 2004-12-27 Simon Josefsson <jas@extundo.com>
8637
8638 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
8639 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
8640 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
8641
8642 2004-12-17 Kim F. Storm <storm@cua.dk>
8643
8644 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
8645
8646 * gnus-sum.el (gnus-summary-mode-map): Likewise.
8647
8648 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8649
8650 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
8651
8652 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
8653
8654 * nnrss.el: Require rfc2047 and mml.
8655 (nnrss-file-coding-system): New variable.
8656 (nnrss-format-string): Redefine it as an inline function.
8657 (nnrss-decode-group-name): New function.
8658 (nnrss-string-as-multibyte): Remove.
8659 (nnrss-retrieve-headers): Decode group name; don't use
8660 nnrss-format-string.
8661 (nnrss-request-group): Decode group name.
8662 (nnrss-request-article): Decode group name; allow a Message-ID as
8663 well as an article number; don't use nnrss-format-string; encode a
8664 Message-ID string which may contain non-ASCII characters; use
8665 mml-to-mime to compose a MIME article.
8666 (nnrss-request-expire-articles): Decode group name.
8667 (nnrss-request-delete-group): Decode group name.
8668 (nnrss-fetch): Clarify error message.
8669 (nnrss-read-server-data): Use insert-file-contents instead of load;
8670 bind file-name-coding-system; use multibyte buffer.
8671 (nnrss-save-server-data): Bind coding-system-for-write to the
8672 value of nnrss-file-coding-system; bind file-name-coding-system;
8673 add coding cookie.
8674 (nnrss-read-group-data): Use insert-file-contents instead of load;
8675 bind file-name-coding-system; use multibyte buffer.
8676 (nnrss-save-group-data): Bind coding-system-for-write to the
8677 value of nnrss-file-coding-system; bind file-name-coding-system.
8678 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
8679 make it work with non-ASCII text.
8680 (nnrss-find-el): Make it work with old xml.el as well.
8681
8682 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8683
8684 * nnrss.el (nnrss-get-encoding): New function.
8685 (nnrss-fetch): Use unibyte buffer initially; bind
8686 coding-system-for-read while performing mm-url-insert; remove ^Ms;
8687 decode contents according to the encoding attribute.
8688 (nnrss-save-group-data): Add coding cookie.
8689 (nnrss-mime-encode-string): New function.
8690 (nnrss-check-group): Use it to encode subject and author.
8691
8692 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
8693
8694 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
8695 imaginary variable.
8696
8697 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8698
8699 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
8700 correctly even if there are wide characters.
8701
8702 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
8703
8704 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
8705 downcased symbol names; make a new cache instead of reusing
8706 bbdb-hashtable.
8707
8708 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
8709
8710 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8711 concatenating segments rather than before concatenating them.
8712 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8713
8714 * message.el (message-get-reply-headers): Bind `extra'.
8715
8716 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8717
8718 * message.el (message-extra-wide-headers): New variable.
8719 (message-get-reply-headers): Use it.
8720
8721 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
8722
8723 * gnus-agent.el (gnus-agent-group-path): Decode group name.
8724 (gnus-agent-group-pathname): Ditto.
8725
8726 * gnus-cache.el (gnus-cache-file-name): Decode group name.
8727
8728 * gnus-group.el (gnus-group-make-group): Decode group name.
8729 (gnus-group-make-rss-group): Register the group data after opening
8730 the nnrss group.
8731
8732 2004-12-17 Paul Jarc <prj@po.cwru.edu>
8733
8734 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
8735 by expiry now get marked as read.
8736
8737 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8738
8739 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
8740
8741 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
8742
8743 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
8744 unify Latin characters in XEmacs.
8745 (mm-find-mime-charset-region): Use it.
8746
8747 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8748
8749 * gnus-util.el (gnus-delete-directory): New function.
8750
8751 * gnus-agent.el (gnus-agent-delete-group): Use it.
8752
8753 * gnus-cache.el (gnus-cache-delete-group): Use it.
8754
8755 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
8756
8757 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
8758 names.
8759
8760 2004-12-16 Simon Josefsson <jas@extundo.com>
8761
8762 * hashcash.el (hashcash-payment-alist): Fix custom :type.
8763
8764 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
8765
8766 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
8767
8768 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
8769 (gnus-group-set-current-level): Decode group name.
8770
8771 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
8772
8773 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
8774 failed.
8775
8776 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
8777
8778 * gnus-group.el (gnus-group-delete-group): Decode group name.
8779 (gnus-group-make-rss-group): Encode group name.
8780 (gnus-group-catchup-current): Decode group name.
8781 (gnus-group-kill-group): Decode group name.
8782
8783 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
8784
8785 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
8786
8787 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
8788
8789 * gnus-group.el (gnus-group-make-rss-group):
8790 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
8791
8792 * gnus-start.el (gnus-setup-news): Honor user's setting to
8793 gnus-message-archive-method. Suggested by Lute Kamstra
8794 <lute@gnu.org>.
8795
8796 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
8797
8798 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
8799 global counterparts of the buffer-local variables.
8800
8801 2004-11-16 Romain Francoise <romain@orebokech.com>
8802
8803 * gnus-sum.el (gnus-summary-exit): Don't clear the global
8804 counterparts of the buffer-local variables.
8805
8806 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8807
8808 * message.el (message-forbidden-properties): Fixed typo in doc
8809 string.
8810
8811 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8812
8813 * gnus-util.el (gnus-replace-in-string): Added doc string.
8814
8815 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
8816 to avoid problems when splitting mails with many recipients.
8817
8818 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8819
8820 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
8821 pop-to-buffer, covered by the subsequent gnus-configure-windows.
8822
8823 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
8824
8825 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
8826 if there is no hashtable in memory or file modification time is
8827 newer than cached timestamp.
8828
8829 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
8830
8831 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
8832 not-matching option.
8833
8834 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
8835
8836 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
8837 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
8838 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8839 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
8840 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
8841 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
8842
8843 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
8844
8845 * message.el (message-forward-make-body-mml): Remove headers
8846 according to message-forward-ignored-headers if a message is decoded.
8847
8848 2004-12-02 Romain Francoise <romain@orebokech.com>
8849
8850 * message.el (message-forward-make-body-plain): Always remove
8851 headers according to message-forward-ignored-headers.
8852
8853 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
8854
8855 * spam.el (spam-summary-prepare-exit): Remove the
8856 gnus-summary-limit pop for now, it has problems with ham marks for
8857 me.
8858
8859 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
8860
8861 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
8862 correctly.
8863
8864 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
8865
8866 * format-spec.el (format-spec): Message the char.
8867
8868 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8869
8870 * gnus-art.el (gnus-split-methods): Reformat comments.
8871
8872 * spam.el (spam-summary-prepare-exit): Remove article limits
8873 before exiting the summary buffer.
8874
8875 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
8876
8877 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
8878 order to silence the byte compiler.
8879
8880 * spam.el: Fix the way to silence the byte compiler, which
8881 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
8882 bbdb-search-simple, spam-BBDB-register-routine,
8883 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
8884 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
8885 spam-stat-buffer-is-spam, spam-stat-load,
8886 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
8887 spam-stat-save and spam-stat-split-fancy.
8888
8889 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
8890
8891 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
8892 which may confuse users.
8893 (canlock-password-for-verify): Ditto.
8894
8895 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
8896
8897 * gnus-art.el (gnus-emphasis-alist): Ditto.
8898
8899 * gnus-registry.el (gnus-registry-max-entries): Ditto.
8900
8901 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
8902
8903 * gnus-start.el (gnus-save-killed-list): Ditto.
8904
8905 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
8906 (gnus-sum-thread-tree-root): Ditto.
8907 (gnus-sum-thread-tree-false-root): Ditto.
8908 (gnus-sum-thread-tree-single-indent): Ditto.
8909
8910 * message.el (message-courtesy-message): Ditto.
8911 (message-archive-note): Ditto.
8912 (message-subscribed-address-file): Ditto.
8913 (message-user-fqdn): Ditto.
8914
8915 * spam-report.el (spam-report-gmane-regex): Ditto.
8916
8917 * spam.el (spam-blackhole-good-server-regex): Ditto.
8918
8919 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8920
8921 * mml.el (mml-preview): Widen the message buffer before copying
8922 the contents to the preview buffer; sort headers before previewing.
8923
8924 * message.el (message-hidden-headers): Fix the way to avoid a bug
8925 in the `repeat' widget in Emacs 21.3 or earlier.
8926
8927 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8928
8929 * message.el (message-hidden-headers): Default to "^References:".
8930 Improve customization type. Suggested by Reiner Steib
8931 <Reiner.Steib@gmx.de>.
8932
8933 2004-11-25 Romain Francoise <romain@orebokech.com>
8934
8935 * message.el (message-strip-forbidden-properties): Remove check for
8936 obsolete `message-hidden' text property, hidden headers are not
8937 accessible in the buffer anymore.
8938
8939 2004-11-22 Romain Francoise <romain@orebokech.com>
8940
8941 * message.el (message-header-format-alist): Add `From' in list
8942 so that it can be sorted.
8943 (message-fix-before-sending): Widen and sort headers before
8944 sending.
8945 (message-hide-headers): Use narrowing to hide headers by moving
8946 them to the top of the buffer and narrowing to the region
8947 underneath.
8948
8949 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8950
8951 * message.el (message-strip-forbidden-properties): Bind
8952 buffer-read-only (etc) to nil.
8953
8954 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
8955
8956 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
8957 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8958
8959 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
8960
8961 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
8962
8963 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8964
8965 * dns.el (query-dns): Use sit-for to time instead of
8966 accept-process-output, since that doesn't seem to work on udp
8967 sockets.
8968
8969 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
8970
8971 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
8972
8973 2004-11-15 Jesper Harder <harder@ifa.au.dk>
8974
8975 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
8976 doc string. Improve doc string.
8977
8978 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
8979
8980 * nntp.el (nntp-request-update-info): Return nil if
8981 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
8982 may not call gnus-activate-group which uselessly issues the GROUP
8983 commands for all nntp groups and wastes time. Reported by Romain
8984 Francoise <romain@orebokech.com>.
8985
8986 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
8987
8988 2004-11-15 Simon Josefsson <jas@extundo.com>
8989
8990 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
8991 headers separately.
8992 (gnus-button-openpgp): New function, inspired by Jochen Küpper
8993 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
8994
8995 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
8996
8997 * gnus-start.el (gnus-convert-old-newsrc):
8998 Assign legacy-gnus-agent to 5.10.7.
8999
9000 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9001
9002 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9003 start of the lines.
9004
9005 2004-11-14 Magnus Henoch <mange@freemail.hu>
9006
9007 * hashcash.el (hashcash-default-payment): Change default to 20
9008 (hashcash-default-accept-payment): Change default to 20
9009 (hashcash-process-alist): New variable
9010 (hashcash-generate-payment-async): Add
9011 (hashcash-already-paid-p): Add
9012 (hashcash-insert-payment): Don't generate payments twice
9013 (hashcash-insert-payment-async): Add
9014 (hashcash-insert-payment-async-2): Add
9015 (hashcash-cancel-async): Add
9016 (hashcash-wait-async): Add
9017 (hashcash-processes-running-p): Add
9018 (hashcash-wait-or-cancel): Add
9019 (mail-add-payment): New optional argument. Conditionally start
9020 asynchronous calculation.
9021 (mail-add-payment-async): Add
9022
9023 * message.el (message-send-mail): Wait for asynchronous hashcash
9024 results. Don't clobber existing X-Hashcash headers.
9025 (message-setup-1): Call mail-add-payment-async when
9026 message-generate-hashcash is non-nil.
9027
9028 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9029
9030 * message.el (message-use-alternative-email-as-from): Examine the
9031 From header as well; use message-make-from in order to include a
9032 user's full name.
9033
9034 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
9035
9036 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9037 default; improve customization type.
9038 (gnus-emphasis-custom-with-format): New macro.
9039 (gnus-emphasis-custom-value-to-external): New function.
9040 (gnus-emphasis-custom-value-to-internal): New function.
9041
9042 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
9043
9044 * dns.el (query-dns): Resolve reverse addresses.
9045
9046 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9047
9048 * gnus-group.el (gnus-group-get-new-news): Use it.
9049
9050 * gnus-start.el (gnus-check-reasonable-setup): New function.
9051
9052 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
9053
9054 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9055 "Args out of range" error. Reported by Arnaud Giersch
9056 <arnaud.giersch@free.fr>.
9057
9058 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
9059
9060 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9061
9062 2004-11-04 Richard M. Stallman <rms@gnu.org>
9063
9064 * spam.el (spam group): Add :version.
9065
9066 * pgg-def.el (pgg group): Add :version.
9067
9068 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
9069
9070 * gnus-art.el (gnus-article-edit-article): Don't associate the
9071 article buffer with a draft file. This is a temporary measure
9072 against the 2004-08-22 change to gnus-article-edit-mode.
9073
9074 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9075
9076 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9077 (html2text-format-tags): Remove unused variable `attr'.
9078
9079 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9080
9081 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9082
9083 * spam-stat.el (spam-stat): Add :version.
9084
9085 * sieve.el (sieve): Add :version.
9086
9087 * sha1.el (sha1): Add :version.
9088 (sha1-use-external): Remove redundant version.
9089
9090 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9091 (nnmail-cache-ignore-groups, nnmail-spool-hook)
9092 (nnmail-split-fancy-match-partial-words)
9093 (nnmail-split-lowercase-expanded): Add :version.
9094
9095 * nndiary.el (nndiary): Add :version.
9096
9097 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9098
9099 * mml-sec.el (mml-default-sign-method)
9100 (mml-default-encrypt-method, mml-signencrypt-style-alist):
9101 Add :version.
9102
9103 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9104
9105 * mm-url.el (mm-url-use-external, mm-url-program)
9106 (mm-url-arguments): Add :version.
9107
9108 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9109 (mm-attachment-file-modes, mm-decrypt-option)
9110 (mm-w3m-safe-url-regexp): Add :version.
9111
9112 * message.el (message-cite-prefix-regexp)
9113 (message-sendmail-envelope-from, message-minibuffer-local-map)
9114 (message-user-fqdn, message-completion-alist): Add :version.
9115
9116 * gnus-win.el (gnus-configure-windows-hook)
9117 (gnus-use-frames-on-any-display): Add :version.
9118
9119 * gnus-art.el (gnus-article-address-banner-alist)
9120 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9121 (gnus-treat-from-picon, gnus-treat-mail-picon)
9122 (gnus-treat-x-pgp-sig): Add :version.
9123
9124 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9125 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9126 (gnus-summary-article-delete-hook)
9127 (gnus-summary-display-while-building): Add :version.
9128
9129 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
9130 (gnus-get-top-new-news-hook):Add :version.
9131
9132 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9133 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9134
9135 * gnus-registry.el (gnus-registry): Add :version.
9136
9137 * gnus-spec.el (gnus-use-correct-string-widths)
9138 (gnus-make-format-preserve-properties): Add :version.
9139
9140 * gnus.el (gnus-group-charter-alist)
9141 (gnus-group-fetch-control-use-browse-url)
9142 (gnus-install-group-spam-parameters): Add :version.
9143
9144 * gnus-diary.el (gnus-diary): Add :version.
9145
9146 * gnus-delay.el (gnus-delay): Add :version.
9147
9148 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9149 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9150 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9151 Add :version.
9152
9153 * gnus-agent.el (gnus-agent-max-fetch-size)
9154 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9155 (gnus-agent-prompt-send-queue): Add :version.
9156
9157 * deuglify.el (gnus-outlook-deuglify): Add :version.
9158
9159 * html2text.el: Beautify code. Improve doc strings. Some
9160 checkdoc cleanup.
9161 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9162
9163 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
9164
9165 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9166
9167 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
9168
9169 * gnus-registry.el (gnus-registry-hashtb): Create the registry
9170 when package is loaded.
9171
9172 * spam.el (spam-summary-score-preferred-header): Add global preference
9173 for people who want to override the default SpamAssassin over
9174 Bogofilter preference (when both are set).
9175 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9176 (spam-user-format-function-S): Check
9177 spam-summary-score-preferred-header.
9178 (spam-extra-header-to-number): Add X-Bogosity header parsing.
9179 (spam-user-format-function-S): Format the score correctly.
9180
9181 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
9182
9183 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9184 signature file. Suggested by Manoj Srivastava
9185 <srivasta@golden-gryphon.com>.
9186
9187 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9188 iso-2022-jp even in the Japanese language environment.
9189 Suggested by Jason Rumney <jasonr@gnu.org>.
9190
9191 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
9192
9193 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9194 use the same characters as the dummy marks; make it free from
9195 getting affected by the language environment.
9196 (gnus-summary-read-group-1): Update mark positions only when the
9197 format spec is updated.
9198
9199 * gnus-spec.el (gnus-update-format-specifications): Return a list
9200 of updated types.
9201
9202 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
9203
9204 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9205 of boundp to check if display-warning is available.
9206
9207 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
9208
9209 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9210
9211 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
9212
9213 * nnspool.el (nnspool-spool-directory): Use news-path if the
9214 news-directory variable is not bound.
9215
9216 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9217 function instead of display-warning if it is not available.
9218
9219 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9220
9221 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9222 v5-10: Use `point-at-bol'.
9223
9224 2004-10-26 Simon Josefsson <jas@extundo.com>
9225
9226 * hashcash.el: Fix URL in comment, reported by Cheng Gao
9227 <chenggao@gmail.com>.
9228
9229 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9230
9231 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
9232 instead.
9233
9234 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
9235
9236 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9237 to remove a server from the nnimap-server-buffer-alist.
9238 (nnimap-open-connection, nnimap-close-server): Use it.
9239
9240 * gnus-encrypt.el: Remove file in favor of encrypt.el.
9241
9242 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
9243
9244 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9245 running the major-mode function.
9246
9247 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
9248
9249 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9250 dummy marks in the right way.
9251
9252 2004-10-18 David Edmondson <dme@dme.org>
9253
9254 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9255 excessively.
9256
9257 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
9258
9259 * gnus-util.el (gnus-split-references): Accept a nil references
9260 string and go on blissfully.
9261
9262 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9263 cases where the references string is non-nil but has no references.
9264
9265 * encrypt.el: Add autoload tags.
9266
9267 * spam.el (spam-resolve-registrations-routine): Remove article
9268 from unregistration list too. Reported by David Hanak
9269 <dhanak@isis.vanderbilt.edu>
9270
9271 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
9272
9273 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9274 nil. Changed custom type.
9275
9276 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
9277
9278 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9279
9280 * gnus-sum.el (gnus-summary-move-article): Use it.
9281
9282 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
9283
9284 * encrypt.el: Add autoload cookies.
9285
9286 * spam.el (spam-backend-article-list-property)
9287 (spam-backend-get-article-todo-list)
9288 (spam-backend-put-article-todo-list, )
9289 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9290 Resolve registrations separately.
9291 (spam-register-routine): Format comments.
9292 (spam-unregister-routine, spam-register-routine): Always call with
9293 specific-articles, no default list.
9294 (spam-summary-prepare-exit): Use the spam-classifications function.
9295
9296 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9297 gnus-encrypt.el.
9298
9299 * encrypt.el: Copied from gnus-encrypt.el.
9300
9301 * gnus-encrypt.el: Commented that it's obsolete.
9302
9303 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9304
9305 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9306 (gnus-score-save): Use it.
9307
9308 * message.el (message-bury): Use `window-dedicated-p'.
9309
9310 2004-10-15 Simon Josefsson <jas@extundo.com>
9311
9312 * pop3.el (top-level): Don't require nnheader.
9313 (pop3-read-timeout): Add.
9314 (pop3-accept-process-output): Add.
9315 (pop3-read-response, pop3-retr): Use it.
9316
9317 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
9318
9319 * spam.el (spam-register-routine): Move comment.
9320 (spam-verify-bogofilter): Use 'unknown for the initial
9321 spam-bogofilter-valid state, not 'never.
9322
9323 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9324 for netrc-machine.
9325
9326 * nnimap.el (nnimap-open-connection): Use
9327 netrc-machine-user-or-password.
9328
9329 2004-10-17 Richard M. Stallman <rms@gnu.org>
9330
9331 * gnus-registry.el (gnus-registry-unload-hook):
9332 Set as a variable with add-hook.
9333
9334 * nnspool.el (nnspool-spool-directory): Use news-directory instead
9335 of news-path.
9336
9337 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9338
9339 * spam.el: Delete duplicate `provide'.
9340 (spam-unload-hook): Set as a variable with add-hook.
9341
9342 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9343
9344 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9345 in the doc string.
9346
9347 * message.el (message-ignored-news-headers)
9348 (message-ignored-supersedes-headers)
9349 (message-ignored-resent-headers)
9350 (message-forward-ignored-headers): Improve custom type.
9351
9352 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
9353
9354 * message.el (message-tokenize-header): Fix 2004-09-06 change
9355 which used point-min in the wrong place.
9356
9357 2004-10-12 Simon Josefsson <jas@extundo.com>
9358
9359 * tls.el (tls-certtool-program): New variable.
9360 (tls-certificate-information): New function, based on
9361 ssl-certificate-information.
9362
9363 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9364
9365 * compface.el: Move the version of ELisp-based uncompface program
9366 to the contrib directory because of the copyright problem.
9367
9368 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9369
9370 * message.el (message-kill-buffer): Raise the current frame.
9371
9372 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
9373
9374 * gnus-sum.el: Mention that multibyte characters don't work as marks.
9375
9376 * gnus.el (message-y-or-n-p): Autoload.
9377
9378 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9379 (pop3-password-required, pop3-authentication-scheme)
9380 (pop3-leave-mail-on-server): Made customizable.
9381 (pop3): New custom group.
9382 (pop3-retr): Remove `sleep-for' statements.
9383 Suggested by Dave Love <fx@gnu.org>.
9384
9385 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9386 Windows/DOS.
9387
9388 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9389 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
9390 Dave Love <fx@gnu.org>.
9391
9392 * mml.el (mml-minibuffer-read-disposition): Require match.
9393 Suggested by Dave Love <fx@gnu.org>.
9394
9395 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
9396
9397 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
9398 doc string.
9399
9400 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
9401
9402 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9403
9404 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9405
9406 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9407 instead of calling `mm-insert-inline', to decode text/* parts
9408 before displaying them.
9409
9410 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9411
9412 * mm-uu.el (mm-uu-text-plain-type): New variable.
9413 (mm-uu-pgp-signed-extract-1): Use it.
9414 (mm-uu-pgp-encrypted-extract-1): Use it.
9415 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9416 bind mm-uu-text-plain-type with that value.
9417 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9418 mm-uu-dissect.
9419
9420 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9421
9422 * gnus-group.el (gnus-update-group-mark-positions):
9423 * gnus-sum.el (gnus-update-summary-mark-positions):
9424 * message.el (message-check-news-body-syntax):
9425 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9426 of string-as-multibyte.
9427
9428 2004-10-05 Juri Linkov <juri@jurta.org>
9429
9430 * gnus-group.el (gnus-update-group-mark-positions):
9431 * gnus-sum.el (gnus-update-summary-mark-positions):
9432 * message.el (message-check-news-body-syntax):
9433 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9434 8-bit unibyte values to a multibyte string for search functions.
9435
9436 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9437
9438 * mm-uu.el (mm-uu-dissect): Allow optional arg.
9439 (mm-uu-dissect-text-parts): New function.
9440
9441 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9442 dissect text parts.
9443
9444 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9445 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9446
9447 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9448
9449 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9450 gnus-current-topics instead of gnus-current-topic.
9451
9452 2004-10-06 Jesper Harder <harder@ifa.au.dk>
9453
9454 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9455
9456 2004-10-05 Jesper Harder <harder@ifa.au.dk>
9457
9458 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9459 where approriate.
9460
9461 * nnml.el (nnml-generate-active-info): do.
9462
9463 * nndiary.el (nndiary-generate-active-info): do.
9464
9465 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9466 (gnus-topic-move): do.
9467
9468 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9469 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9470
9471 * gnus-srvr.el (gnus-server-prepare)
9472 (gnus-server-open-all-servers): do.
9473
9474 * gnus-msg.el (gnus-summary-cancel-article)
9475 (gnus-summary-resend-message)
9476 (gnus-summary-mail-crosspost-complaint): do.
9477
9478 * gnus-move.el (gnus-change-server): do.
9479
9480 * gnus-group.el (gnus-group-unmark-all-groups)
9481 (gnus-group-set-current-level): do.
9482
9483 2004-10-04 Simon Josefsson <jas@extundo.com>
9484
9485 * message.el (message-generate-hashcash): Doc fix.
9486
9487 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
9488
9489 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9490 avoid infinite recursion via gnus-get-function.
9491
9492 2004-10-02 Jesper Harder <harder@ifa.au.dk>
9493
9494 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9495
9496 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9497
9498 * nnmail.el (nnmail-split-history): do.
9499
9500 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9501 (nnml-request-delete-group): do.
9502
9503 * nnslashdot.el (nnslashdot-read-groups): do.
9504
9505 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9506 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9507
9508 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9509 (nnspool-sift-nov-with-sed): Use last
9510 (nnspool-retrieve-headers-with-nov): Use mapc.
9511 (nnspool-request-newgroups): Use dolist.
9512 (nnspool-request-group): Use last.
9513
9514 * nntp.el (nntp-read-server-type): Use dolist.
9515
9516 * nnvirtual.el (nnvirtual-create-mapping)
9517 (nnvirtual-update-read-and-marked): Use dolist.
9518 (nnvirtual-convert-headers): Simplify.
9519
9520 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9521
9522 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9523 support for sync'ing tick marks.
9524
9525 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
9526
9527 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9528 there's no visible header.
9529
9530 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9531
9532 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9533 necessary, pass full group name to gnus-request-set-marks.
9534
9535 2004-10-01 Simon Josefsson <jas@extundo.com>
9536
9537 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
9538 acroread.
9539
9540 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9541
9542 * spam-report.el (spam-report-gmane): Fix interactive.
9543
9544 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9545
9546 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9547 when writing file.
9548 (gnus-agent-synchronize-flags): Don't default to being
9549 interactive.
9550
9551 2004-09-30 Simon Josefsson <jas@extundo.com>
9552
9553 * message.el (message-generate-hashcash): Add.
9554 (message-send-mail): Use it, call mail-add-payment.
9555
9556 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
9557
9558 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
9559
9560 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
9561
9562 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
9563 gnus-requst-update-info with explicit code to sync the in-memory
9564 info read flags with the marks being sync'd to the backend.
9565
9566 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
9567
9568 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9569
9570 * spam.el (spam-verify-bogofilter): Add new function.
9571 (spam-check-bogofilter)
9572 (spam-bogofilter-register-with-bogofilter): Use it.
9573 (spam-verify-bogofilter): Add small fixes.
9574
9575 2004-09-28 Simon Josefsson <jas@extundo.com>
9576
9577 * hashcash.el (hashcash-generate-payment): Revert.
9578
9579 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9580
9581 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
9582 gnus-extract-references instead of gnus-split-references.
9583
9584 * gnus-util.el (gnus-extract-references): Add new function, analogous
9585 to gnus-split-references but extracts only the message-ID without
9586 anything extra.
9587
9588 * hashcash.el (hashcash-generate-payment)
9589 (hashcash-check-payment): Do the right thing if hashcash-path is
9590 nil (because the hashcash program could not be found).
9591
9592 * spam.el (spam-use-hashcash): Remove comment.
9593
9594 2004-09-27 Jesper Harder <harder@ifa.au.dk>
9595
9596 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
9597 (gnus-cache-enter-article, gnus-cache-remove-article)
9598 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
9599
9600 * gnus-async.el (gnus-async-prefetch-remove-group): do.
9601
9602 * gnus-art.el (article-hide-boring-headers)
9603 (article-translate-strings, article-display-face)
9604 (gnus-article-mime-match-handle-first)
9605 (gnus-article-highlight-headers)
9606 (gnus-article-add-buttons-to-head): do.
9607
9608 2004-09-27 Simon Josefsson <jas@extundo.com>
9609
9610 * hashcash.el: New version, from
9611 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
9612 ../contrib/.
9613
9614 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
9615
9616 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
9617
9618 2004-09-26 Jesper Harder <harder@ifa.au.dk>
9619
9620 * gnus-dup.el (gnus-dup-open): Use mapc.
9621 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
9622
9623 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
9624 Reported by Stefan Wiens <s.wi@gmx.net>.
9625
9626 * gnus.el (gnus-shutdown): Use dolist.
9627
9628 * gnus-undo.el (gnus-undo): Use mapc.
9629
9630 * nnrss.el (nnrss-generate-active): do.
9631
9632 * message.el (message-cite-original-without-signature)
9633 (message-cite-original): Use mapc.
9634 (message-do-actions, message-make-forward-subject): Use dolist.
9635
9636 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9637
9638 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
9639 deletion to remove entire duplicate line. Fixes merged article
9640 number bug.
9641
9642 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9643
9644 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
9645 servers that are offline. Avoids having gnus-agent-toggle-plugged
9646 first ask if you want to open a server and then, even when you
9647 responded with no, asking if you want to synchronize the server's
9648 flags.
9649 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
9650 multi-line expressions.
9651 (gnus-agent-synchronize-group-flags): New internal function.
9652 Updates marks in memory (in the info structure) AND in the
9653 backend.
9654
9655 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
9656
9657 * nnagent.el (nnagent-request-set-mark): Use
9658 gnus-agent-synchronize-group-flags, not backend's request-set-mark
9659 method, to ensure that synchronization updates marks in the
9660 backend and in the info (in memory) structure.
9661
9662 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9663
9664 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
9665 convention fully; don't miss the root article of a thread; make
9666 the X-Draft-From header with correct article numbers.
9667
9668 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
9669
9670 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
9671 unless plugged. Disable the agent so that an open failure causes
9672 an error.
9673
9674 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
9675 Reverted 2004-09-21 change. The backend must be opened while
9676 synchronizing flags even when the backend stores the flags
9677 locally.
9678
9679 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
9680
9681 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
9682 in `header' match. Reported by Svend Tollak Munkejord.
9683
9684 * message.el (message-cite-original): Fix use of
9685 `message-cite-articles-with-x-no-archive'.
9686
9687 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9688
9689 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
9690 (gnus-window-to-buffer): Ditto.
9691
9692 * mml.el (mml-preview-buffer): New variable.
9693 (mml-preview): Manage window layout with gnus-buffer-configuration.
9694
9695 * gnus-msg.el (gnus-setup-message): Put article numbers into the
9696 X-Draft-From header even if those articles aren't quoted.
9697
9698 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
9699
9700 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
9701 (gnus-request-set-mark, gnus-request-update-mark): Use new
9702 g-s-t-u-l-m to decide to use backend even when unplugged.
9703
9704 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
9705
9706 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
9707 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
9708
9709 2004-09-20 Simon Josefsson <jas@extundo.com>
9710
9711 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
9712 "utf-16-le".
9713
9714 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9715
9716 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
9717
9718 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
9719
9720 * uudecode.el (uudecode-use-external): Add :version.
9721
9722 * smime.el (smime-CA-file, smime-encrypt-cipher)
9723 (smime-dns-server): Add :version.
9724
9725 * smiley.el (gnus-smiley-file-types): Add :version.
9726
9727 * sha1.el (sha1-use-external): Add :version.
9728
9729 * pgg-def.el (pgg-query-keyserver): Add :version.
9730
9731 * nnmail.el (nnmail-fancy-expiry-targets)
9732 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
9733 Add :version.
9734
9735 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
9736 (nnimap-retrieve-groups-asynchronous): Add :version.
9737 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
9738
9739 * mml.el (mml-content-disposition-parameters)
9740 (mml-insert-mime-headers-always): Add :version.
9741
9742 * mm-util.el (mm-coding-system-priorities): Add :version.
9743
9744 * mm-decode.el (mm-inline-text-html-with-images)
9745 (mm-keep-viewer-alive-types, mm-external-terminal-program)
9746 (mm-verify-option): Add :version.
9747 (mm-text-html-renderer): Change :version.
9748
9749 * message.el (message-fcc-externalize-attachments)
9750 (message-required-headers, message-draft-headers)
9751 (message-subject-trailing-was-query)
9752 (message-subject-trailing-was-ask-regexp)
9753 (message-subject-trailing-was-regexp, message-mark-insert-begin)
9754 (message-mark-insert-end, message-archive-header)
9755 (message-archive-note, message-cross-post-default)
9756 (message-cross-post-note, message-followup-to-note)
9757 (message-cross-post-note-function, message-use-mail-followup-to)
9758 (message-subscribed-address-functions)
9759 (message-subscribed-address-file, message-subscribed-addresses)
9760 (message-subscribed-regexps, message-allow-no-recipients)
9761 (message-yank-cited-prefix, message-signature-insert-empty-line)
9762 (message-hidden-headers, message-hierarchical-addresses)
9763 (message-mail-user-agent, message-use-idna)
9764 (message-valid-fqdn-regexp)
9765 (message-strip-special-text-properties, message-header-synonyms)
9766 (message-beginning-of-line, message-tab-body-function): Add :version.
9767 (message-insert-canlock, message-wide-reply-confirm-recipients):
9768 Change :version.
9769
9770 * mail-source.el (mail-source-ignore-errors): Add :group, :type
9771 and :version.
9772 (mail-source-delete-old-incoming-confirm)
9773 (mail-source-movemail-program): Add :version.
9774
9775 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
9776 (gnus-agent-cache, gnus-agent): Change :version.
9777
9778 * gnus-util.el (gnus-use-byte-compile): Change :version.
9779
9780 * gnus-sum.el (gnus-summary-make-false-root-always)
9781 (gnus-summary-default-high-score)
9782 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
9783 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
9784 (gnus-read-all-available-headers, gnus-article-emulate-mime)
9785 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
9786 (gnus-sum-thread-tree-single-indent)
9787 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9788 (gnus-sum-thread-tree-leaf-with-other)
9789 (gnus-sum-thread-tree-single-leaf): Add :version.
9790 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
9791 (gnus-article-loose-mime): Change :version.
9792
9793 * gnus-start.el (gnus-backup-startup-file)
9794 (gnus-save-startup-file-via-temp-buffer): Add :version.
9795
9796 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
9797 (gnus-server-offline-face): Add :version.
9798
9799 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
9800
9801 * gnus-msg.el (gnus-gcc-externalize-attachments)
9802 (gnus-debug-files, gnus-debug-exclude-variables)
9803 (gnus-discouraged-post-methods): Change :version.
9804 (gnus-confirm-mail-reply-to-news)
9805 (gnus-confirm-treat-mail-like-news): Add :version.
9806
9807 * gnus-int.el (gnus-server-unopen-status): Add :version.
9808
9809 * gnus-group.el (gnus-group-jump-to-group-prompt)
9810 (gnus-large-ephemeral-newsgroup)
9811 (gnus-fetch-old-ephemeral-headers): Add :version.
9812
9813 * gnus-fun.el (gnus-x-face-directory)
9814 (gnus-convert-pbm-to-x-face-command)
9815 (gnus-convert-image-to-x-face-command)
9816 (gnus-convert-image-to-face-command): Add :version.
9817
9818 * gnus-delay.el (gnus-delay-default-hour): Add :version.
9819
9820 * gnus-cite.el (gnus-cite-blank-line-after-header)
9821 (gnus-article-boring-faces): Add :version.
9822
9823 * gnus-art.el (gnus-buttonized-mime-types)
9824 (gnus-inhibit-mime-unbuttonizing)
9825 (gnus-treat-display-face)
9826 (gnus-treat-body-boundary): Change :version.
9827 (gnus-body-boundary-delimiter, gnus-picon-databases)
9828 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
9829 (gnus-treat-date-english, gnus-treat-fold-headers)
9830 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
9831 (gnus-treat-mail-picon, gnus-treat-wash-html)
9832 (gnus-article-encrypt-protocol)
9833 (gnus-use-idna, gnus-article-over-scroll)
9834 (gnus-mime-display-multipart-alternative-as-mixed)
9835 (gnus-mime-display-multipart-related-as-mixed)
9836 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
9837 (gnus-ctan-url, gnus-button-ctan-handler)
9838 (gnus-button-handle-ctan-bogus-regexp)
9839 (gnus-button-ctan-directory-regexp)
9840 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
9841 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
9842 (gnus-button-man-level, gnus-button-emacs-level)
9843 (gnus-button-message-level, gnus-button-browse-level): Add :version.
9844
9845 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
9846 (gnus-agent-go-online): Change :version.
9847 (gnus-agent-expire-unagentized-dirs)
9848 (gnus-agent-auto-agentize-methods): Add :version.
9849
9850 * flow-fill.el (fill-flowed-display-column)
9851 (fill-flowed-encode-column): Add :version.
9852
9853 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9854 (gnus-outlook-deuglify-unwrap-max)
9855 (gnus-outlook-deuglify-cite-marks)
9856 (gnus-outlook-deuglify-unwrap-stop-chars)
9857 (gnus-outlook-deuglify-no-wrap-chars)
9858 (gnus-outlook-deuglify-attrib-cut-regexp)
9859 (gnus-outlook-deuglify-attrib-verb-regexp)
9860 (gnus-outlook-deuglify-attrib-end-regexp)
9861 (gnus-outlook-display-hook): Add :version.
9862
9863 * binhex.el (binhex-use-external): Add :version.
9864
9865 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
9866
9867 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
9868 and `invisible'.
9869
9870 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9871
9872 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
9873 in gnus-registry-trim.
9874
9875 2004-09-13 Simon Josefsson <jas@extundo.com>
9876
9877 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
9878
9879 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
9880
9881 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
9882 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9883 <yamaoka@jpl.org>.
9884 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
9885 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9886 <yamaoka@jpl.org>.
9887
9888 * sieve.el (sieve-manage-mode): Ditto.
9889
9890 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
9891
9892 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
9893
9894 2004-09-11 Simon Josefsson <jas@extundo.com>
9895
9896 * dns-mode.el: Add.
9897
9898 * mm-view.el (mm-display-dns-inline): Add.
9899
9900 * mm-decode.el (mm-inline-media-tests): Add text/dns.
9901 (mm-automatic-display): Ditto.
9902
9903 * mailcap.el (mailcap-mime-data): Add text/dns.
9904 (mailcap-mime-extensions): Map .soa to text/dns.
9905
9906 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
9907
9908 * gnus-art.el (article-decode-mime-words, article-babel)
9909 (gnus-article-highlight-signature, gnus-article-add-buttons)
9910 (gnus-signature-toggle): Remove unnecessary bindings of
9911 `inhibit-read-only' inherited from v5.10 merge.
9912
9913 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
9914
9915 * nntp.el (nntp): New customization group.
9916 (nntp-authinfo-file): Add customization group.
9917
9918 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
9919
9920 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
9921
9922 * gnus.el (to-address, to-list, subscribed)
9923 (large-newsgroup-initial): Ditto.
9924
9925 * flow-fill.el (fill-flowed-display-column)
9926 (fill-flowed-encode-column): Ditto.
9927
9928 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9929
9930 * message.el (message-tokenize-header, message-send-mail-with-qmail):
9931 Use point-min rather than 1.
9932 (message-send-mail): Use buffer-size rather than point-max.
9933
9934 * gnus-sum.el (gnus-summary-search-article-forward):
9935 Signal a specific `search-failed' rather than a generic `error'.
9936
9937 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
9938 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
9939 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
9940
9941 2004-09-10 Simon Josefsson <jas@extundo.com>
9942
9943 * nndb.el (require): Remove tcp and duplicate cl.
9944
9945 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
9946
9947 * gnus-agent.el (directory-files-and-attributes): Move forward.
9948
9949 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
9950
9951 * gnus-agent.el (directory-files-and-attributes): Optionally
9952 defined to support XEmacs.
9953
9954 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
9955
9956 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
9957 to avoid run-time CL dependencies.
9958 (gnus-agent-unfetch-articles): New function.
9959 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
9960 article numbers even when local .overview file is missing.
9961 (gnus-agent-read-article-number): New function. Only accepts
9962 27-bit article numbers.
9963 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
9964 gnus-agent-read-article-number.
9965 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
9966 from backend while recognizing that article numbers in .overview
9967 must be valid.
9968 (gnus-agent-update-files-total-fetched-for): Use
9969 directory-files-and-attributes to improve performance.
9970 * gnus-int.el (gnus-request-move-article): Use
9971 gnus-agent-unfetch-articles in place of gnus-agent-expire to
9972 improve performance.
9973
9974 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
9975 some users confused by references to .newsrc when they only have a
9976 .newsrc.eld file.
9977 (gnus-convert-mark-converter-prompt)
9978 (gnus-convert-converter-needs-prompt): Fixed use of property list.
9979 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
9980 New function. Used internally to only display 'gnus converting
9981 files' message when actually necessary.
9982
9983 * gnus-sum.el (): Removed (require 'gnus-agent) as required
9984 methods now autoloaded.
9985
9986 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
9987
9988 * gnus-sum.el (gnus-summary-insert-subject): Remove list
9989 identifiers.
9990
9991 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
9992
9993 * gnus-picon.el: Fix indentation and closing parenthesis.
9994
9995 2004-09-01 Simon Josefsson <jas@extundo.com>
9996
9997 * message.el (message-canlock-generate): Require sha1, not
9998 sha1-el. (Can we get rid of this require altogether? It is ugly
9999 to require within a function. Sadly, if sha1.el isn't loaded, the
10000 let binding in m-c-g will hide the defcustom definition, which is
10001 bad.)
10002
10003 * canlock.el: Require sha1, not sha1-el.
10004
10005 * message.el: Don't autoload sha1 (there is a autoload cookie in
10006 sha1.el).
10007
10008 * sha1-el.el: Renamed to sha1.el.
10009
10010 2004-08-30 Juanma Barranquero <lektu@terra.es>
10011
10012 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10013
10014 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10015
10016 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10017
10018 2004-08-30 Kim F. Storm <storm@cua.dk>
10019
10020 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10021
10022 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10023 Add :group 'nnimap.
10024
10025 2004-08-30 Andreas Schwab <schwab@suse.de>
10026
10027 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10028 ?* and ?\;.
10029
10030 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10031 and ?\' to symbol instead of whitespace.
10032
10033 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
10034
10035 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10036
10037 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10038 instead of re-search-forward.
10039
10040 * gnus-uu.el (gnus-uu-save-article): Ditto.
10041 (gnus-uu-post-encode-uuencode): Ditto.
10042
10043 * html2text.el (html2text-clean-list-items): Ditto.
10044 (html2text-clean-dtdd): Ditto.
10045 (html2text-format-tags): Ditto.
10046
10047 * message.el (message-send-mail-with-sendmail): Fix regexp.
10048 (message-fill-field-general): Use search-forward instead of
10049 re-search-forward.
10050 (unbold-region): Ditto.
10051
10052 * nnrss.el (nnrss-request-article): Ditto.
10053
10054 * nnslashdot.el (nnslashdot-request-article): Ditto.
10055
10056 * nnweb.el (nnweb-gmane-wash-article): Ditto.
10057
10058 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10059 "Unrecognized menu descriptor" error in XEmacs.
10060
10061 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
10062
10063 * gnus-sum.el (gnus-read-header): Don't remove a header for the
10064 parent article of a sparse article in the thread hashtb.
10065
10066 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
10067
10068 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10069 (nnmail-expand-newtext): Lowercase expanded entries if
10070 nnmail-split-lowercase-expanded is non-nil.
10071
10072 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
10073
10074 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10075
10076 * gnus-group.el (gnus-group-line-format-alist): Convert the value
10077 of gnus-tmp-news-method into string under XEmacs. It will be
10078 passed to gnus-correct-length which takes only a string argument.
10079
10080 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
10081
10082 * gnus-util.el (gnus-bind-print-variables): New macro.
10083 (gnus-prin1): Use it.
10084 (gnus-prin1-to-string): Use it.
10085 (gnus-pp): New function.
10086 (gnus-pp-to-string): New function.
10087
10088 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10089 Replace pp-to-string with gnus-pp-to-string.
10090 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10091 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10092 * gnus-msg.el (gnus-debug): Ditto.
10093 * gnus-score.el (gnus-score-save): Ditto.
10094 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10095 gnus-pp-to-string.
10096 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10097 with gnus-pp.
10098 * score-mode.el (gnus-score-pretty-print): Ditto.
10099 * webmail.el (webmail-debug): Ditto.
10100
10101 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
10102
10103 * gnus-art.el (article-display-face, article-display-x-face):
10104 Use buffer-read-only.
10105
10106 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
10107
10108 * gnus-art.el (article-hide-list-identifiers):
10109 Bind inhibit-read-only as t.
10110
10111 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
10112
10113 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10114
10115 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10116
10117 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10118 (gnus-narrow-to-page): Don't assume point-min == 1.
10119 (gnus-article-edit-mode): Derive from message-mode.
10120
10121 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10122 point-min == 1.
10123
10124 * imap.el (imap-parse-address-list, imap-parse-body-ext):
10125 Disable incorrect use of `assert'.
10126
10127 * message.el (message-mode): Set comment-start-skip.
10128
10129
10130 2004-08-22 Sam Steingold <sds@gnu.org>
10131
10132 * pop3.el (pop3-leave-mail-on-server): New user variable.
10133 (pop3-movemail): Delete mail only when it is nil.
10134
10135 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
10136
10137 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10138
10139 * mml.el (mml-preview): Use `pop-to-buffer'.
10140
10141 * message.el (message-goto-mail-followup-to): Insert after "To".
10142 (message-carefully-insert-headers): Add comment.
10143
10144 * gnus.el: Remove unused variable `gnus-article-check-size'.
10145
10146 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10147
10148 * gnus-art.el (gnus-button-alist): Improve
10149 `gnus-button-handle-library' entry.
10150
10151 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
10152
10153 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10154 downcase, since XEmacs capitalizes error messages differently.
10155
10156 2004-08-18 Jesper Harder <harder@ifa.au.dk>
10157
10158 * nntp.el: Add (require 'gnus) due to reference to
10159 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
10160
10161 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
10162
10163 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10164 `mm-fill-flowed'.
10165
10166 * mm-decode.el (mm-dissect-singlepart): Check it.
10167
10168 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
10169
10170 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10171 'imap' for netrc parsing.
10172
10173 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
10174
10175 * mailcap.el (mailcap-mime-data): Mark as risky.
10176
10177 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
10178
10179 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10180 may be included in the encoded word.
10181 (rfc2047-encode): Don't append a space if the encoded word
10182 includes close parenthesis.
10183
10184 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
10185
10186 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10187 of text within parentheses.
10188
10189 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
10190
10191 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10192 (gnus-encrypt-write-file-contents): Make the password key the file
10193 name PLUS the cipher, not just the cipher. Also remove failed
10194 passwords from the cache.
10195
10196 2004-08-06 Simon Josefsson <jas@extundo.com>
10197
10198 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
10199 fix.
10200
10201 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
10202
10203 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10204 LWSP.
10205
10206 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
10207
10208 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10209 to append in-reply-to: data to the references: header.
10210
10211 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10212 (netrc-parse): Use gnus-encrypt.el functions.
10213
10214 * gnus-encrypt.el: Add new file for encryption support; currently
10215 does only a few GPG ciphers and an internal XOR cipher.
10216
10217 * password.el: Add comments on using password-read-and-add.
10218 (password-read-and-add): Add function to read and add the
10219 password to the cache at once.
10220
10221 2004-07-28 Simon Josefsson <jas@extundo.com>
10222
10223 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10224 parameter (but don't use it, for now).
10225
10226 * imap.el (imap-ssl-open): Use imap-process-connection-type,
10227 instead of hard coding to nil.
10228
10229 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
10230
10231 * mm-view.el (mm-inline-image-emacs): Open lines under an image
10232 as mm-inline-image-xemacs does.
10233
10234 2004-07-26 Simon Josefsson <jas@extundo.com>
10235
10236 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10237 Revert part of 2004-07-17 change below.
10238
10239 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
10240
10241 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
10242 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10243
10244 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10245
10246 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10247 quotes that actually start with ">" at the beginning of the
10248 lines.
10249
10250 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10251
10252 * rfc2047.el (rfc2047-encode-region): Fix last change.
10253 (rfc2047-encode-parameter): Remove useless concat.
10254
10255 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
10256
10257 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10258 encode special characters; fix some kind of misconfigured headers;
10259 signal a real error if debug-on-quit or debug-on-error is non-nil.
10260 (rfc2047-encode-max-chars): New variable.
10261 (rfc2047-encode-1): Use it.
10262 (rfc2047-encode-parameter): New function.
10263
10264 * mml.el (mml-insert-parameter): Remove an excessive space.
10265
10266 2004-07-17 Simon Josefsson <jas@extundo.com>
10267
10268 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10269 Kai Grossjohann <kai@emptydomain.de>.
10270 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10271 (gnus-group-make-menu-bar): Ditto.
10272
10273 * gnus-util.el (gnus-group-server): Add.
10274
10275 2004-07-16 Jesper Harder <harder@ifa.au.dk>
10276
10277 * message.el (message-clone-locals): Clone sendmail and smtp
10278 variables.
10279
10280 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10281
10282 * rfc2047.el (rfc2047-encode-region): Fix last change.
10283
10284 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10285
10286 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10287 characters as non-special.
10288
10289 2004-07-09 Simon Josefsson <jas@extundo.com>
10290
10291 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10292 Users will lose all flag changes made while unplugged with
10293 e.g. nntp unless flag synchronization happens, thus `nil' is not a
10294 good default. See numerous reports on ding mailing list.
10295
10296 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
10297
10298 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10299 add generate-head-function and generate-article-function to the
10300 rfc822-forward entry.
10301 (nndoc-rfc822-forward-generate-article): New function.
10302 (nndoc-rfc822-forward-generate-head): New function.
10303
10304 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10305
10306 2004-07-06 Dan Christensen <jdc@uwo.ca>
10307
10308 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10309 respect display group parameter and gnus-summary-expunge-below.
10310 (gnus-articles-to-read): Remove unused reference to display group
10311 parameter.
10312
10313 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10314
10315 * nnheader.el (nnheader-uniquify-message-id): New experimental
10316 variable.
10317 (nnheader-nov-read-message-id): Use it.
10318
10319 * spam-report.el (spam-report-gmane): Add interactive.
10320
10321 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10322
10323 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10324 qp-or-base64 for the application/* types.
10325
10326 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
10327
10328 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10329
10330 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
10331
10332 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10333 trim value.
10334
10335 2004-01-25 Paul Jarc <prj@po.cwru.edu>
10336
10337 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10338 New macro and function.
10339 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10340
10341 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10342
10343 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10344 after-load-alist.
10345
10346 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10347
10348 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10349 update info that isn't there.
10350
10351 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
10352
10353 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10354 entry.
10355
10356 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10357
10358 * mm-view.el (mm-inline-render-with-function): Use multibyte
10359 buffer; decode html source by charset.
10360
10361 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10362
10363 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10364 Mule-UCS is loaded under XEmacs.
10365 (mm-mime-mule-charset-alist): Avoid duplicated entries.
10366
10367 2004-06-28 Jesper Harder <harder@ifa.au.dk>
10368
10369 * nnheader.el (nnheader-max-head-length): Increase to 8192.
10370
10371 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
10372
10373 * mm-util.el (mm-coding-system-p): Return a coding-system.
10374 (mm-mime-mule-charset-alist): Use shift_jis instead of
10375 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10376 entries for the mime charsets iso-2022-jp-3 and shift_jis.
10377 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10378 instead of japanese-shift-jis and iso-latin-1 respectively in
10379 order to share the default value with both Emacs and XEmacs-mule.
10380 (mm-mule-charset-to-mime-charset): Make
10381 mm-coding-system-priorities effective.
10382 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10383 while predicating of candidates upon the priorities.
10384
10385 2004-06-27 Jesper Harder <harder@ifa.au.dk>
10386
10387 * gnus-sum.el (gnus-summary-make-menu-bar): Add
10388 gnus-uu-invert-processable.
10389
10390 * gnus.el: Autoload gnus-uu-invert-processable.
10391
10392 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
10393
10394 * mm-util.el (mm-with-multibyte-buffer): New macro.
10395
10396 * rfc2047.el (rfc2047-encode-string): Use it.
10397 (rfc2047-encode-region): Move point to the end of the region after
10398 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10399
10400 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10401
10402 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10403 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10404
10405 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10406
10407 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10408 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
10409 Karl Chen <quarl@nospam.quarl.org>.
10410
10411 2004-06-23 Jesper Harder <harder@ifa.au.dk>
10412
10413 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10414 invalid addresses.
10415
10416 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
10417
10418 * spam.el: Change section markers, revise TODO list.
10419 (spam-backends): Make new master list of all installed backends.
10420 (spam-summary-exit-behavior): Add new variable to determine how
10421 messages moves are done at summary exit.
10422 (spam-move-spam-nonspam-groups-only)
10423 (spam-process-ham-in-nonham-groups)
10424 (spam-process-ham-in-spam-groups): Remove variables, the
10425 spam-summary-exit-behavior variable should be used to manage this
10426 behavior.
10427 (spam-old-ham-articles, spam-old-spam-articles): Remove.
10428 (spam-old-articles): Add variable, replacing spam-old-ham-articles
10429 and spam-old-spam-articles.
10430 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10431 Add empty variables, placeholders for the backends they represent.
10432 (spam-set-difference): Move, unchanged.
10433 (spam-list-of-processors): Declare OBSOLETE, not used anymore
10434 unless the user has a processor variable.
10435 (spam-classifications, spam-classification-valid-p)
10436 (spam-backend-properties, spam-backend-property-valid-p)
10437 (spam-backend-function-type-valid-p)
10438 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10439 (spam-report-articles-gmane, spam-report-articles-resend):
10440 Remove functions, they are not needed.
10441 (spam-install-backend-super, spam-backend-list)
10442 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10443 (spam-backend-function, spam-backend-ham-registration-function)
10444 (spam-backend-spam-registration-function)
10445 (spam-backend-ham-unregistration-function)
10446 (spam-backend-spam-unregistration-function)
10447 (spam-backend-statistical-p, spam-backend-mover-p)
10448 (spam-install-backend-alias, spam-install-checkonly-backend)
10449 (spam-install-mover-backend, spam-install-nocheck-backend)
10450 (spam-install-backend, spam-install-statistical-backend)
10451 (spam-install-statistical-checkonly-backend): Add backend installation
10452 support.
10453 (spam-summary-prepare-exit): Rewrite to use the new backend code.
10454 (spam-group-processor-p): Use the new backend code and respect the
10455 summary exit behavior.
10456 (spam-mark-spam-as-expired-and-move-routine): Remove.
10457 (spam-summary-prepare): Change to use the new spam-old-articles
10458 variable.
10459 (spam-copy-or-move-routine, spam-copy-spam-routine)
10460 (spam-move-spam-routine, spam-copy-ham-routine)
10461 (spam-move-ham-routine): Add code to copy/move ham or spam.
10462 (spam-fetch-field-fast): Improve doc and code, plus allow the
10463 'number request.
10464 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10465 variables.
10466 (spam-split, spam-find-spam): Use the new backend code.
10467 (spam-registration-functions): Remove variable.
10468 (spam-unregister-routine): Add convenience wrapper.
10469 (spam-log-undo-registration, spam-register-routine)
10470 (spam-log-processing-to-registry)
10471 (spam-log-unregistration-needed-p): Rename "check" to "backend"
10472 where possible.
10473 (spam-check-gmane-xref, spam-check-regex-headers)
10474 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10475 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10476 (spam-check-bogofilter-headers, spam-check-spamoracle)
10477 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10478 (spam-check-crm114-headers): Use the spam-split-group that
10479 spam-split prepares, no need to determine it every time.
10480
10481 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10482 to the nnheader-parse-naked-head call.
10483
10484 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10485
10486 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10487 the nnheader-nov-read-message-id call.
10488
10489 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
10490
10491 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10492 gnus-activate-group twice. Suggested by Markus Peter
10493 <warp@spin.de>.
10494
10495 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
10496
10497 * gnus-art.el (gnus-article-time-format): Exchange the order of
10498 day and month in the default value; fix customization type.
10499 (article-date-ut): Use add-text-properties.
10500 (article-make-date-line): Use message-make-date instead of
10501 current-time-string.
10502
10503 * message.el (message-fetch-field): Don't use set-text-properties.
10504 (message-make-date): Simplify.
10505
10506 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
10507
10508 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10509 (rfc2047-encode-region): Treat text within parentheses as special;
10510 show the original text when error has occurred.
10511
10512 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10513 already-computed method to gnus-activate-group.
10514
10515 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10516 same select-methods identical Lisp objects.
10517
10518 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10519 object when modifying the info.
10520
10521 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
10522
10523 * gnus-srvr.el (gnus-server-set-info): Remove the server from
10524 gnus-opened-servers since it has never been opened with the new
10525 configuration yet.
10526
10527 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
10528
10529 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10530 arg to nnheader-generate-fake-message-id.
10531
10532 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
10533
10534 * nnheader.el (nnheader-generate-fake-message-id): Accept a
10535 number and build a fake message ID localized to a group and
10536 article number (so it's repeatable from that point on).
10537 (nnheader-fake-message-id-p): Change regex to accommodate new fake
10538 ID format.
10539
10540 * gnus-sum.el (gnus-get-newsgroup-headers): Call
10541 nnheader-generate-fake-message-id with the article number.
10542
10543 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
10544
10545 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
10546 end-of-buffer.
10547
10548 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10549
10550 * message.el (message-ignored-supersedes-headers): Add Approved.
10551
10552 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
10553
10554 * rfc2047.el (rfc2047-encode-message-header): Remove useless
10555 goto-char.
10556 (rfc2047-encode): Fold the line before encoding.
10557
10558 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10559
10560 * rfc2047.el (rfc2047-encode-message-header): Disabled header
10561 folding -- not all headers can be folded, and this should be done
10562 by the message composition mode. Probably. I think.
10563
10564 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
10565
10566 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
10567 fast.
10568
10569 * gnus-ems.el (gnus-remove-image): Don't use
10570 message-text-with-property; remove only the image found first.
10571
10572 2004-06-09 Jesper Harder <harder@ifa.au.dk>
10573
10574 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
10575
10576 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
10577
10578 * message.el (message-text-with-property): Make it fast and accept
10579 optional arguments.
10580 (message-strip-forbidden-properties): Use it.
10581 (message-fix-before-sending): Follow the m-t-w-p change.
10582
10583 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
10584
10585 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
10586
10587 * gnus-art.el (article-hide-headers): Don't change the buffer
10588 mistakenly when performing mml-preview even if
10589 gnus-single-article-buffer is nil.
10590
10591 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
10592
10593 * message.el (message-expand-name-databases): New user option.
10594 (message-expand-name): Use it.
10595
10596 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
10597
10598 * spam.el (spam-report-articles-resend)
10599 (spam-report-resend-register-routine): Allow ham reporting.
10600 (spam-report-resend-register-ham-routine): Add wrapper.
10601 (spam-registration-functions): Add ham resending functions.
10602 (spam-list-of-processors): Add ham resend processor.
10603
10604 * gnus.el (ham-resend-to): Add new group parameter.
10605 (spam-process): Add ham resend option.
10606
10607 * spam-report.el (spam-report-resend): Allow reporting ham.
10608 (spam-report-resend-ham): Add wrapper.
10609
10610 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10611
10612 * message.el (message-cite-articles-with-x-no-archive): New
10613 variable.
10614 (message-cite-original): Use it.
10615
10616 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10617
10618 * message.el (message-cite-original): Respect X-No-Archive.
10619
10620 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
10621
10622 * gnus-art.el (article-hide-headers): Refer to the values for
10623 gnus-ignored-headers and gnus-visible-headers in the summary
10624 buffer since a user may have set them as group parameters.
10625
10626 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
10627
10628 * assistant.el (assistant-node-name): Add convenience function.
10629 (assistant-render-text, assistant-render-node): Add error handling,
10630 plus handle multiple next nodes.
10631 (assistant-find-next-node): Comment out for now.
10632 (assistant-find-next-nodes): Add function, returns list of next
10633 nodes.
10634
10635 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
10636
10637 * mail-source.el (mail-source-directory): Fix doc-string.
10638
10639 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
10640
10641 * assistant.el (assistant-render-text, assistant-eval): Add :set
10642 widget type, which is different because it takes and returns a
10643 list. Much hilarity ensues.
10644
10645 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
10646
10647 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
10648
10649 * gnus-group.el (gnus-group-get-new-news-this-group): Added
10650 doc-string.
10651
10652 * gnus-start.el (gnus-activate-group): Added doc-string.
10653
10654 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
10655
10656 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
10657
10658 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
10659
10660 * assistant.el (assistant-render-text): Try to add a :set
10661 widget, more to come.
10662
10663 * spam.el (spam-group-spam-contents-p): Handle empty groupname
10664 strings.
10665 (spam-report-articles-resend)
10666 (spam-register-routine): Do registration iff any articles warrant
10667 it.
10668 (spam-summary-prepare-exit): Change log message for nil group
10669 destinations.
10670
10671 2004-05-27 Daniel Pittman <daniel@rimspace.net>
10672
10673 * spam.el (spam-report-resend-register-routine): Allow
10674 spam-report-resend-to to be a group parameter or a global value.
10675
10676 2004-05-26 Simon Josefsson <jas@extundo.com>
10677
10678 * starttls.el: Merge with my GNUTLS based starttls.el.
10679 (starttls-gnutls-program, starttls-use-gnutls)
10680 (starttls-extra-arguments, starttls-process-connection-type)
10681 (starttls-connect, starttls-failure, starttls-success): New
10682 variables.
10683 (starttls-program, starttls-extra-args): Doc fix.
10684 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
10685 functions.
10686 (starttls-negotiate, starttls-open-stream): Check
10687 `starttls-use-gnutls' and pass on to corresponding *-gnutls
10688 function if it is set.
10689
10690 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
10691
10692 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
10693 structured fields.
10694
10695 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10696
10697 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
10698
10699 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
10700
10701 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
10702 variable.
10703 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
10704 assigning the spam-mark to new messages.
10705
10706 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
10707
10708 (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
10709
10710 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10711
10712 * rfc2047.el (rfc2047-encodable-p): Don't move point.
10713 (rfc2047-decode): Treat the ascii coding-system as raw-text by
10714 default.
10715
10716 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
10717
10718 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
10719 correct data.
10720
10721 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
10722
10723 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
10724 (spam-group-processor-p): Fix function.
10725 (spam-group-processor-multiple-p)
10726 (spam-group-spam-processor-report-gmane-p)
10727 (spam-group-spam-processor-report-resend-p)
10728 (spam-group-spam-processor-bogofilter-p)
10729 (spam-group-spam-processor-blacklist-p)
10730 (spam-group-spam-processor-ifile-p)
10731 (spam-group-ham-processor-ifile-p)
10732 (spam-group-spam-processor-spamoracle-p)
10733 (spam-group-spam-processor-crm114-p)
10734 (spam-group-ham-processor-bogofilter-p)
10735 (spam-group-spam-processor-stat-p)
10736 (spam-group-ham-processor-stat-p)
10737 (spam-group-ham-processor-whitelist-p)
10738 (spam-group-ham-processor-BBDB-p)
10739 (spam-group-ham-processor-spamoracle-p)
10740 (spam-group-ham-processor-copy-p): Remove functions with some
10741 prejudice against unneeded code.
10742 (spam-report-articles-resend)
10743 (spam-report-resend-register-routine): Allow the group/topic
10744 spam-resend-to value to override spam-report-resend-to.
10745 (spam-summary-prepare-exit): Invoke spam-group-processor-p
10746 properly now.
10747
10748 * gnus.el (spam-resend-to): Add group/topic parameter.
10749 (spam-process): Move the OBSOLETE processors to the end of the
10750 choices.
10751
10752 2004-05-24 Daniel Pittman <daniel@rimspace.net>
10753
10754 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
10755 with resend-to set to nil, and then ask the user if necessary.
10756 (spam-report-resend): spam-report-resend takes a list of articles, not
10757 separate article numbers.
10758
10759 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
10760
10761 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
10762 addition to emacs-w3m.
10763
10764 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10765
10766 * assistant.el (assistant-authinfo-data): New function.
10767 (assistant-eval): Eval for entire assistant.
10768
10769 * netrc.el (netrc-services-file): New variable.
10770 (netrc-parse-services): New function.
10771 (netrc-find-service-name): New function.
10772 (netrc-find-service-number): New function.
10773 (netrc-port-equal): New function.
10774 (netrc-machine): Use it.
10775
10776 * nnimap.el (nnimap-open-connection): Use netrc.
10777
10778 * gnus-util.el (gnus-netrc-get): Remove aliases.
10779
10780 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
10781
10782 * assistant.el (wid-edit): Fix compilation.
10783
10784 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
10785
10786 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
10787
10788 * gnus-util.el (gnus-set-file-modes): New function. (small
10789 patch).
10790
10791 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10792
10793 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
10794
10795 * assistant.el (assistant-render-node): Fix up rendering and
10796 read-only text.
10797 (assistant-render-node): Reset.
10798 (assistant-make-read-only): Not sticky.
10799
10800 2004-05-20 Danny Siu <dsiu@adobe.com>
10801
10802 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
10803 centered even when gnus-auto-center-summary is t
10804
10805 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10806
10807 * dns.el (dns-get-txt-answer): New function.
10808 (dns-read-txt): Ditto.
10809 (query-dns): Use it.
10810
10811 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
10812
10813 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
10814 active for foreign groups even if the group level is higher than
10815 the specified value.
10816
10817 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10818
10819 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
10820 non-active groups.
10821
10822 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
10823
10824 2004-05-20 Magnus Henoch <mange@freemail.hu>
10825
10826 * dns.el (dns-read-type): Add support for SVR. (small patch)
10827
10828 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
10829
10830 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
10831 (spam-crm114-header, spam-crm114-spam-switch)
10832 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
10833 (spam-crm114-positive-spam-header)
10834 (spam-crm114-database-directory, spam-list-of-processors)
10835 (spam-group-spam-processor-crm114-p)
10836 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
10837 (spam-generic-score, spam-list-of-checks)
10838 (spam-list-of-statistical-checks, spam-registration-functions)
10839 (spam-check-crm114-headers, spam-crm114-score)
10840 (spam-check-crm114, spam-crm114-register-with-crm114)
10841 (spam-crm114-register-spam-routine)
10842 (spam-crm114-unregister-spam-routine)
10843 (spam-crm114-register-ham-routine)
10844 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
10845 asjo@koldfront.dk (Adam Sjøgren).
10846
10847 * gnus.el: Add spam-use-crm114.
10848
10849 * spam.el (spam-list-of-processors, spam-registration-functions):
10850 Add spam-use-resend.
10851 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
10852 (spam-report-articles-gmane): Add doc fix.
10853 (spam-report-articles-resend, spam-report-resend-register-routine):
10854 Add wrappers around spam-report-resend-to.
10855
10856 * spam-report.el (spam-report-resend-to, spam-report-resend):
10857 Add support for resending spam.
10858 (spam-report-gmane): Fix line length >80.
10859
10860 * gnus.el (spam-process): Add spam-use-resend.
10861
10862 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10863
10864 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
10865 number of processed spam messages.
10866 (spam-ham-copy-or-move-routine): Return the number of processed
10867 ham messages.
10868 (spam-summary-prepare-exit): Use the above values to decide
10869 whether status messages shouled be displayed.
10870
10871 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
10872
10873 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
10874 `rfc2047-encoding-function-alist' in order to avoid conflicting
10875 with the old version.
10876 (rfc2047-encode-region): Concatenate words containing non-ASCII
10877 characters in structured fields; don't encode space-delimited
10878 ASCII words even in unstructured fields; don't break words at
10879 char-category boundaries.
10880 (rfc2047-encode-1): New function.
10881 (rfc2047-encode): Use it; encode text so that it occupies the
10882 maximum width within 76-column; work correctly on Q encoding for
10883 iso-2022-* charsets.
10884 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
10885 sure not to break a line just after the header name.
10886 (rfc2047-b-encode-region): Removed.
10887 (rfc2047-b-encode-string): New function.
10888 (rfc2047-q-encode-region): Removed.
10889 (rfc2047-q-encode-string): New function.
10890
10891 * mm-util.el (mm-replace-in-string): New function.
10892
10893 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10894
10895 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
10896 get it right.
10897 (gnus-inews-make-draft): Really.
10898
10899 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
10900
10901 * nnmh.el (nnmh-request-list-1): Don't check the link count
10902 before descending. (small patch)
10903
10904 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10905
10906 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
10907 stuff.
10908
10909 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
10910 on real group name.
10911
10912 * gnus-art.el (gnus-signature-limit): Doc fix.
10913
10914 * gnus-msg.el (gnus-inews-make-draft): Quote list.
10915
10916 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10917
10918 * gnus-draft.el (gnus-draft-send): Bind
10919 rfc2047-encode-encoded-words.
10920
10921 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
10922 (rfc2047-encodable-p): Say that =? needs encoding.
10923 (rfc2047-encode-encoded-words): New variable.
10924
10925 * gnus-group.el (gnus-group-select-group): Doc fix.
10926
10927 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
10928
10929 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
10930 to nil.
10931
10932 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
10933
10934 * nnheader.el (nnheader-get-lines-and-char): New function.
10935
10936 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
10937
10938 * gnus-msg.el (gnus-summary-followup-with-original): Document
10939 yanking of region when active.
10940
10941 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
10942
10943 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
10944 groups if the group level is higher than the specified value.
10945
10946 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10947
10948 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
10949 (gnus-group-jump-to-group): Added prefix argument using
10950 `gnus-group-jump-to-group-prompt'. Query before jumping to
10951 non-active group.
10952
10953 * compface.el (uncompface): Be verbose when changing
10954 `uncompface-use-external'.
10955
10956 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
10957 handle manual section.
10958
10959 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10960
10961 * gnus-art.el (gnus-button-alist): Revert previous change.
10962
10963 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10964
10965 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
10966
10967 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10968
10969 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
10970 whether backend can accept message.
10971
10972 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
10973
10974 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
10975
10976 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
10977 Avoid creating directory when nntp-marks-is-evil is true.
10978 Reported by Reiner Steib.
10979
10980 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10981
10982 * gnus-picon.el (gnus-picon-style): New variable.
10983 (gnus-picon-insert-glyph): Added optional `nostring' argument.
10984 (gnus-picon-transform-address): Support `gnus-picon-style'. From
10985 Jesper Harder <harder@ifa.au.dk>.
10986
10987 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10988
10989 * message.el (message-fill-field): Return point.
10990 (message-generate-headers): Go to end of field.
10991
10992 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
10993 stuff for non-living groups.
10994
10995 2004-05-18 Jesper Harder <harder@ifa.au.dk>
10996
10997 * gnus-art.el (gnus-article-followup-with-original)
10998 (gnus-article-reply-with-original): gnus-mark-active-p ->
10999 gnus-region-active-p.
11000
11001 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
11002
11003 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11004 only when there is spam or ham to be processed.
11005
11006 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11007
11008 * mail-source.el (mail-source-delete-crash-box): Refactor.
11009 (mail-source-fetch): Use it.
11010 (mail-source-fetch-file): Ditto.
11011 (mail-source-fetch-directory): Run postscript in loop.
11012 (mail-source-fetch-pop): Delete.
11013 (mail-source-fetch-maildir): Ditto.
11014 (mail-source-fetch-imap): Ditto.
11015
11016 * imap.el (imap-authenticators): Comment out sasl.
11017
11018 * message.el (message-skip-to-next-address): New function.
11019 (message-fill-header-address): Refactor.
11020 (message-fill-address): Use it.
11021 (message-delete-address): Use it.
11022 (message-fill-header-general): Refactor.
11023 (message-fill-field-address): Rename.
11024 (message-narrow-to-field): Find the start of the header.
11025 (message-header-format-alist): Don't pre-fill.
11026 (message-fill-header): Removed.
11027 (message-insert-header): New function.
11028 (message-shorten-references): Use it.
11029
11030 * rfc2047.el (rfc2047-field-value): Strip props.
11031
11032 * mail-parse.el (mail-header-make-address): New alias.
11033
11034 * ietf-drums.el (ietf-drums-make-address): New function.
11035
11036 * imap.el: Add compiler directives.
11037
11038 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
11039
11040 * gnus-art.el (article-decode-idna-rhs): Don't use
11041 message-idna-inside-rhs-p.
11042
11043 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11044
11045 * message.el (message-idna-inside-rhs-p): Removed.
11046 (message-idna-to-ascii-rhs-1): Use proper address parsing.
11047
11048 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11049 false positives.
11050
11051 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
11052
11053 * imap.el (imap-sasl-make-mechanisms): Use sasl.
11054
11055 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11056
11057 * nneething.el (nneething-file-name): Don't create spurious
11058 files.
11059
11060 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11061 (gnus-inews-do-gcc): Remove sleep.
11062
11063 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11064 part under point.
11065
11066 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11067 (gnus-agent-regenerate-group): Using nil messages aren't valid.
11068
11069 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
11070
11071 * spam.el (spam-summary-prepare-exit): Fixed (length).
11072
11073 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
11074
11075 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11076 as expired without moving it" message when there are spam
11077 messages left.
11078
11079 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
11080
11081 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11082 header is not nil.
11083
11084 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
11085
11086 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11087 nntp-possibly-create-directory, not nntp-possibly-change-group.
11088 (nntp-marks-changed-p): New arg SERVER.
11089 (nntp-request-update-info): Adjust caller.
11090
11091 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
11092
11093 * nntp.el (nntp-save-marks): Pass missing arg.
11094
11095 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
11096
11097 * nntp.el: Support marks.
11098 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11099 (nntp-marks-modtime, nntp-marks-directory): New variables.
11100 (nntp-request-set-mark, nntp-request-update-info)
11101 (nntp-possibly-create-directory, nntp-marks-changed-p)
11102 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11103 functions.
11104
11105 2004-05-12 Jesper Harder <harder@ifa.au.dk>
11106
11107 * gnus-score.el (gnus-score-insert-help): Use
11108 gnus-select-lowest-window.
11109
11110 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11111 appt-select-lowest-window and rename to gnus-select-lowest-window.
11112
11113 * gnus.el: do.
11114
11115 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11116
11117 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11118 encodings of MIME-encoded words, in order to improve
11119 interoperability with several broken MUAs.
11120
11121 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11122
11123 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11124 tags, only when charsets are not specified in headers.
11125 (mm-inline-text-html-render-with-w3m): Ditto.
11126
11127 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11128
11129 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11130 instead of MIME-decoded from fields when checking
11131 `gnus-article-address-banner-alist'.
11132
11133 2004-05-03 Jesper Harder <harder@ifa.au.dk>
11134
11135 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11136 description rather than subject.
11137
11138 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11139
11140 * gnus.el (gnus-version-number): Bump.
11141
11142 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
11143
11144 * gnus.el: No Gnus v0.2 is released.
11145
11146 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11147
11148 * gnus-agent.el (gnus-agent-read-agentview): Inline
11149 gnus-uncompress-range.
11150
11151 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11152
11153 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11154 `exec-installed-p'.
11155
11156 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11157
11158 * gnus.el (spam-process, spam-autodetect-methods): Add
11159 bsfilter and bsfilter-headers.
11160
11161 * spam.el (spam-bsfilter): New customize group.
11162 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11163 (spam-bsfilter-header, spam-bsfilter-probability-header)
11164 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11165 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11166 (spam-bsfilter-database-directory): New options.
11167 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11168 (spam-list-of-statistical-checks, spam-registration-functions):
11169 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11170 (spam-bsfilter-score): New command.
11171 (spam-check-bsfilter-headers, spam-check-bsfilter)
11172 (spam-bsfilter-register-with-bsfilter)
11173 (spam-bsfilter-register-spam-routine)
11174 (spam-bsfilter-unregister-spam-routine)
11175 (spam-bsfilter-register-ham-routine)
11176 (spam-bsfilter-unregister-ham-routine): New functions.
11177 (spam-generic-score): Support bsfilter; Accept an optional argument
11178 to recalcurate spam score even if scoring header has already been
11179 added.
11180 (spam-bogofilter-score, spam-spamassassin-score): Accept an
11181 optional argument to recalcurate spam score even if scoring header
11182 has already been added.
11183
11184 2004-04-29 Jesper Harder <harder@ifa.au.dk>
11185
11186 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11187 strings! Reported by David D. Smith <davidsmith@acm.org>.
11188 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11189 link is missing.
11190
11191 2004-04-28 Jesper Harder <harder@ifa.au.dk>
11192
11193 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11194 (html2text-get-attr): Rewrite.
11195
11196 * message.el (message-setup-1): Remove redundant put-text-property
11197 on mail-header-separator.
11198
11199 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
11200
11201 * gnus-registry.el (gnus-registry-cache-whitespace)
11202 (gnus-registry-action, gnus-registry-spool-action)
11203 (gnus-registry-split-fancy-with-parent): Change message levels
11204 from 5 to 3 or 7, as needed.
11205
11206 * spam.el (spam-summary-prepare-exit)
11207 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11208 (spam-split, spam-find-spam, spam-log-undo-registration)
11209 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11210 level from 5 to 6.
11211
11212 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
11213
11214 * gnus-ems.el: Autoload appt-select-lowest-window (revert
11215 2004-03-04 change).
11216
11217 2004-04-25 Jesper Harder <harder@ifa.au.dk>
11218
11219 * sieve-manage.el (sieve-manage-open):
11220 * nnweb.el (nnweb-insert-html):
11221 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
11222 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11223 * nnspool.el (nnspool-request-group):
11224 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
11225 * nnml.el (nnml-request-update-info):
11226 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
11227 (nnmh-request-create-group, nnmh-update-gnus-unreads):
11228 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
11229 (nnimap-request-set-mark):
11230 * nnfolder.el (nnfolder-request-update-info):
11231 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
11232 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11233 * gnus-uu.el (gnus-uu-find-articles-matching):
11234 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
11235 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
11236 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11237 * gnus-nocem.el (gnus-nocem-scan-groups):
11238 * gnus-int.el (gnus-start-news-server):
11239 * gnus-group.el (gnus-group-make-kiboze-group)
11240 (gnus-group-browse-foreign-server):
11241 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11242 Use mapc when appropriate.
11243
11244 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
11245
11246 FIXME: Make separate entries for each person.
11247
11248 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
11249 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
11250 <shields@msrl.com>:
11251
11252 * spam.el (spam-necessary-extra-headers): Get the extra headers we
11253 may need for spam sorting and scoring.
11254 (spam-user-format-function-S): Add user format function suitable for
11255 general use.
11256 (spam-article-sort-by-spam-status): Add sorting function for summary
11257 sorting.
11258 (spam-extra-header-to-number): Add function to get a score from a
11259 header.
11260 (spam-summary-score): Add function to get a numeric score from the
11261 headers.
11262 (spam-generic-score): Fix function doc, was in wrong place.
11263 (spam-initialize): Take symbols when it's run, and install the
11264 extra headers that spam-necessary-extra-headers thinks we need.
11265
11266 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
11267
11268 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
11269 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
11270
11271 2004-04-17 Jesper Harder <harder@ifa.au.dk>
11272
11273 * gnus-sum.el (gnus-set-global-variables)
11274 (gnus-build-all-threads, gnus-get-newsgroup-headers)
11275 (gnus-article-get-xrefs, gnus-summary-best-group)
11276 (gnus-summary-next-article, gnus-summary-enter-digest-group)
11277 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
11278 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11279 Use with-current-buffer.
11280
11281 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
11282
11283 * spam.el (spam-summary-prepare-exit): Simplify logic.
11284 (spam-fetch-article-header): Read the article header if it's not
11285 available.
11286 (spam-list-articles): Simplify logic.
11287 (spam-filelist-register-routine): Fix bug with unregister-list.
11288
11289 * gnus-registry.el: Fix comments at beginning.
11290
11291 2004-04-16 Jesper Harder <harder@ifa.au.dk>
11292
11293 * message.el (message-cater-to-broken-inn): Remove.
11294 (message-shorten-references): Make sure the total folded length of
11295 References is shorter than 998 characters to cater to a bug in INN
11296 2.3. Also, don't pretend that references aren't folded -- this
11297 hasn't worked for a while.
11298
11299 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
11300
11301 * gnus-agent.el (gnus-agentize):
11302 gnus-agent-send-mail-real-function no longer set to current value
11303 of message-send-mail-function but rather a lambda that calls
11304 message-send-mail-function. The change makes the agent real-time
11305 responsive to user changes to message-send-mail-function.
11306
11307 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
11308
11309 * legacy-gnus-agent.el
11310 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11311 help from Florian Weimer <fw@deneb.enyo.de>
11312
11313 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
11314
11315 * nnmail.el (nnmail-cache-insert): Revert last change.
11316
11317 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
11318
11319 * nnmail.el (nnmail-cache-insert): Always check whether
11320 nnmail-cache-ignore-groups matches a group name.
11321
11322 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
11323
11324 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11325 (spam-find-spam, spam-log-processing-to-registry)
11326 (spam-log-registered-p, spam-log-unregistration-needed-p)
11327 (spam-log-undo-registration): Use gnus-message instead of
11328 gnus-error, none of these errors are fatal.
11329
11330 * gnus-registry.el (gnus-registry-clean-empty-function)
11331 (gnus-registry-clean-empty): Remove only empty entries without
11332 extra data.
11333
11334 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
11335
11336 * spam-stat.el (spam-stat-buffer-change-to-spam)
11337 (spam-stat-buffer-change-to-non-spam): Change (error) to
11338 (gnus-message 8) invocation.
11339
11340 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
11341
11342 * nntp.el (nntp-via-netcat-command): New variable.
11343 (nntp-via-netcat-switches): New variable.
11344 (nntp-open-via-rlogin-and-netcat): New function.
11345 (nntp-open-connection-function): Doc fix.
11346 (nntp-telnet-command): Doc fix.
11347 (nntp-end-of-line): Doc fix.
11348 (nntp-via-rlogin-command): Doc fix.
11349 (nntp-via-user-name): Doc fix.
11350 (nntp-via-address): Doc fix.
11351
11352 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
11353
11354 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11355 error in Emacs 21.1.
11356
11357 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
11358
11359 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
11360
11361 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
11362 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11363 (gnus-agent-with-refreshed-group): New macro.
11364 (gnus-agent-rename-group): New function.
11365 (gnus-agent-delete-group): New function.
11366 (gnus-agent-save-group-info): Use gnus-command-method when
11367 `method' parameter is nil. Don't write nil entries into the
11368 active file.
11369 (gnus-agent-get-group-info): New function.
11370 (gnus-agent-fetch-articles): Use
11371 gnus-agent-update-files-total-fetched-for to increment disk space
11372 used.
11373 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11374 gnus-agent-update-view-total-fetched-for to increment disk space
11375 used.
11376 (gnus-agent-get-local): Added optional parameters to avoid calling
11377 gnus-group-real-name and gnus-find-method-for-group.
11378 (gnus-agent-set-local): Delete stored entry if either min, or max,
11379 are nil.
11380 (gnus-agent-fetch-session): Reworded error/quit messages. On
11381 quit, use gnus-agent-regenerate-group to record existance of any
11382 articles fetched to disk before the quit occurred.
11383 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11384 gnus-agent-update-view-total-fetched-for, and
11385 gnus-agent-update-files-total-fetched-for to decrement disk space
11386 used.
11387 (gnus-agent-retrieve-headers): Use
11388 gnus-agent-update-view-total-fetched-for to increment disk space
11389 used.
11390 (gnus-agent-regenerate-group): Replace gnus-group-update-group
11391 with gnus-agent-update-files-total-fetched-for to decrement disk
11392 space and fresh group buffer.
11393 (gnus-agent-inhibit-update-total-fetched-for): New variable.
11394 (gnus-agent-need-update-total-fetched-for): New variable.
11395 (gnus-agent-update-files-total-fetched-for): New function.
11396 (gnus-agent-update-view-total-fetched-for): New function.
11397 (gnus-agent-total-fetched-for): New function.
11398
11399 * gnus-cache.el (gnus-cache-save-buffers): Use
11400 gnus-cache-update-overview-total-fetched-for to change disk space
11401 used by this group.
11402 (gnus-cache-possibly-enter-article): Use
11403 gnus-cache-update-file-total-fetched-for to increment disk space
11404 used by this group.
11405 (gnus-cache-possibly-remove-article): Use
11406 gnus-cache-update-file-total-fetched-for to decrement disk space
11407 used by this group.
11408 (gnus-cache-generate-nov-databases): Purge total fetched cache.
11409 (gnus-cache-rename-group): New function.
11410 (gnus-cache-delete-group): New function.
11411 (gnus-cache-inhibit-update-total-fetched-for): New variable.
11412 (gnus-cache-need-update-total-fetched-for): New variable.
11413 (gnus-cache-with-refreshed-group): New macro.
11414 (gnus-cache-update-file-total-fetched-for): New function.
11415 (gnus-cache-update-overview-total-fetched-for): New function.
11416 (gnus-cache-rename-group-total-fetched-for): New function.
11417 (gnus-cache-delete-group-total-fetched-for): New function.
11418 (gnus-cache-total-fetched-for): New function.
11419
11420 * gnus-group.el: Require gnus-sum and autoload functions to
11421 resolve warnings when gnus-group.el compiled alone.
11422 (gnus-group-line-format): Documented new %F
11423 (size of Fetched data) group line format; identifies disk space
11424 used by agent and cache.
11425 (gnus-group-line-format-alist): Defined new F format.
11426 (gnus-total-fetched-for): New function.
11427 (gnus-group-delete-group): No longer update
11428 gnus-cache-active-altered as gnus-request-delete-group now keeps
11429 the cache in sync.
11430 (gnus-group-list-active): Let the agent store a server's active
11431 list if currently plugged.
11432
11433 * gnus-int.el (gnus-request-delete-group):
11434 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
11435 local disk in sync with the server.
11436 (gnus-request-rename-group):
11437 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
11438 local disk in sync with the server.
11439
11440 * gnus-start.el (gnus-get-unread-articles):
11441 Cosmetic simplification to logic.
11442
11443 * gnus-util.el (gnus-rename-file): New function.
11444
11445 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
11446
11447 * mm-util.el (mm-image-load-path): Handle nil in load-path.
11448
11449 2004-04-07 Jesper Harder <harder@ifa.au.dk>
11450
11451 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11452 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
11453
11454 2004-04-06 Jesper Harder <harder@ifa.au.dk>
11455
11456 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11457 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
11458
11459 2004-04-03 Jesper Harder <harder@ifa.au.dk>
11460
11461 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
11462
11463 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
11464
11465 * spam.el (spam-set-difference): Add function to replace
11466 gnus-set-difference in spam.el.
11467 (spam-summary-prepare-exit): Use spam-set-difference.
11468
11469 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
11470
11471 * gnus-registry.el (gnus-registry-cache-file): Update to use
11472 gnus-dribble-directory OR gnus-home-directory OR ~.
11473 (gnus-registry-split-fancy-with-parent): Fix doc.
11474
11475 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
11476
11477 * message.el (message-exchange-point-and-mark): Use
11478 message-mark-active-p. Suggested by Jesper Harder
11479 <harder@ifa.au.dk>.
11480
11481 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
11482
11483 * message.el (message-exchange-point-and-mark): Don't activate
11484 region if it was inactive. Suggested by Hiroshi Fujishima
11485 <pooh@nature.tsukuba.ac.jp>.
11486
11487 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
11488
11489 * gnus-art.el (article-display-face): Display Faces in the same
11490 order as X-Faces.
11491
11492 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
11493
11494 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
11495
11496 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11497
11498 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11499 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11500 (gnus-article-mime-hierarchy): Remove.
11501 (gnus-article-mime-hierarchy-next): Remove.
11502 (gnus-article-mode): Revert 2004-03-19 change.
11503 (gnus-article-setup-buffer): Revert 2004-03-19 change.
11504 (gnus-insert-mime-button): Revert 2004-03-19 change.
11505 (gnus-mime-accumulate-hierarchy): Remove.
11506 (gnus-mime-enter-multipart): Remove.
11507 (gnus-mime-leave-multipart): Remove.
11508 (gnus-mime-display-part): Revert 2004-03-19 change.
11509 (gnus-mime-display-alternative): Revert 2004-03-19 change.
11510
11511 * mml.el (mml-preview): Revert 2004-03-19 change.
11512
11513 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
11514
11515 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
11516
11517 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
11518
11519 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11520 t while entering a file name using the mm-with-multibyte macro.
11521 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11522
11523 * mm-util.el (mm-with-multibyte): New macro.
11524
11525 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
11526
11527 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11528 user option.
11529 (gnus-mime-multipart-functions): Doc and customization fix.
11530 (gnus-article-mime-hierarchy): New variable.
11531 (gnus-article-mime-hierarchy-next): New variable.
11532 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11533 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11534 gnus-article-mime-hierarchy-next to nil.
11535 (gnus-insert-mime-button): Show hierarchy numbers.
11536 (gnus-mime-accumulate-hierarchy): New function.
11537 (gnus-mime-enter-multipart): New function.
11538 (gnus-mime-leave-multipart): New function.
11539 (gnus-mime-display-part): Recompute hierarchical MIME structure.
11540 (gnus-mime-display-alternative): Show hierarchy numbers.
11541
11542 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
11543 gnus-article-mime-hierarchy-next to nil.
11544
11545 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
11546
11547 * dns.el: Don't require gnus-xmas.
11548
11549 2004-03-17 Jesper Harder <harder@ifa.au.dk>
11550
11551 * mml.el (mml-generate-mime-1): Don't use format=flowed with
11552 inline PGP.
11553 (mml-menu): Disable mml-quote-region if mark is inactive.
11554
11555 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
11556
11557 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
11558 when the group's active is not available.
11559
11560 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
11561
11562 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
11563 error.
11564
11565 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
11566
11567 * imap.el (imap-store-password): New variable.
11568 (imap-interactive-login): Use it.
11569 Suggested by Mark Plaksin <happy@mcplaksin.org>.
11570
11571 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
11572
11573 * gnus-art.el (gnus-article-read-summary-keys): Restore new
11574 window-start and hscroll to summary window.
11575
11576 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
11577
11578 * gnus-start.el (gnus-convert-old-newsrc): Only write the
11579 conversion message to newsrc-dribble when an actual conversion is
11580 performed.
11581
11582 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
11583
11584 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
11585
11586 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
11587
11588 * mm-decode.el (mm-complicated-handles): New function reviving
11589 former definition of mm-multiple-handles.
11590
11591 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11592 (gnus-mime-delete-part): Use it.
11593
11594 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
11595
11596 * gnus-agent.el (gnus-agent-read-local): Bind
11597 nnheader-file-coding-system to gnus-agent-file-coding-system to
11598 avoid the implicit assumption that they will always be equal.
11599 (gnus-agent-save-local): Bind buffer-file-coding-system, not
11600 coding-system-for-write, as the with-temp-file macro first prints
11601 to a buffer then saves the buffer.
11602
11603 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
11604
11605 * gnus-art.el (gnus-article-edit-part): New function.
11606 (gnus-mime-save-part-and-strip): Use it; do query instead of
11607 signaling an error; don't use mm-multiple-handles.
11608 (gnus-mime-delete-part): Ditto.
11609
11610 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
11611
11612 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
11613 old file versions.
11614 (gnus-group-prepare-hook): Removed function that converted list
11615 form of gnus-agent-expire-days to group properties.
11616
11617 * gnus-int.el: Autoload gnus-agent-regenerate-group.
11618 (gnus-request-accept-article): Re-indented.
11619
11620 * gnus-start.el (gnus-convert-old-newsrc): Registered new
11621 converters to handle old agent file formats. Added logic for a
11622 "backup before upgrading warning".
11623 (gnus-convert-mark-converter-prompt): Developers can mark
11624 functions as needing (default), or not needing,
11625 gnus-convert-old-newsrc's "backup before upgrading warning".
11626 (gnus-convert-converter-needs-prompt): Tests whether the user
11627 should be protected from potentially irreversable changes by the
11628 function.
11629
11630 * legacy-gnus-agent.el: New. Provides converters that are only
11631 loaded when gnus-convert-old-newsrc needs to call them.
11632
11633 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
11634
11635 * mail-source.el (mail-source-touch-pop): Doc fix.
11636
11637 * message.el (message-smtpmail-send-it): Doc fix.
11638
11639 2004-03-05 Jesper Harder <harder@ifa.au.dk>
11640
11641 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
11642
11643 * nnmail.el (nnmail-split-fancy): do.
11644
11645 * gnus-kill.el (gnus-kill, gnus-execute): do.
11646
11647 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
11648
11649 * gnus-sum.el (gnus-widget-reversible-match)
11650 (gnus-widget-reversible-to-internal)
11651 (gnus-widget-reversible-to-external): New functions.
11652 (gnus-widget-reversible): New widget.
11653 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
11654
11655 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
11656
11657 * gnus-sum.el (gnus-thread-sort-functions)
11658 (gnus-article-sort-functions): Document `(not F)' items.
11659
11660 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
11661
11662 * spam.el (spam-use-gmane-xref): Add new backend.
11663 (spam-gmane-xref-spam-group): Add variable to control the name of the
11664 Gmane spam group.
11665 (spam-blackhole-servers, spam-blackhole-good-server-regex)
11666 (spam-regex-headers-spam, spam-regex-headers-ham)
11667 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
11668 (spam-list-of-checks): Add spam-use-gmane-xref to list of
11669 backends and checks.
11670 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
11671
11672 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
11673 an autodetect method.
11674
11675 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
11676
11677 * gnus-int.el (gnus-request-accept-article): Inform the agent that
11678 articles are being added to a group.
11679 (gnus-request-replace-article): Inform the agent that articles
11680 need to be uncached as the cached contents are no longer valid.
11681
11682 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
11683
11684 * binhex.el: Don't autoload executable-find.
11685
11686 * canlock.el: Don't autoload mail-fetch-field.
11687
11688 * gnus-ems.el: Don't autoload appt-select-lowest-window.
11689
11690 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
11691 rmail-dont-reply-to and rmail-output.
11692
11693 * gnus-score.el: Don't autoload ffap-string-at-point.
11694
11695 * gnus-setup.el: Don't autoload sc-cite-original.
11696
11697 * imap.el: Don't autoload base64-decode-string,
11698 base64-encode-string and md5.
11699
11700 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
11701 and rmail-msg-restore-non-pruned-header.
11702
11703 * mm-decode.el: Don't autoload executable-find.
11704
11705 * mm-url.el: Don't autoload executable-find.
11706
11707 * mm-view.el: Don't autoload diff-mode.
11708
11709 * nndb.el: Don't autoload news-reply-mode, news-setup,
11710 cancel-timer and telnet.
11711
11712 * password.el: Don't autoload run-at-time for Emacs.
11713
11714 * sha1-el.el: Don't autoload executable-find.
11715
11716 * sieve-mode.el: Don't autoload c-mode.
11717
11718 * uudecode.el: Don't autoload executable-find.
11719
11720 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
11721
11722 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
11723 (gnus-agent-possibly-alter-active): Avoid null in numeric
11724 comparison.
11725 (gnus-agent-set-local): Refuse to save null in local object table.
11726 (gnus-agent-regenerate-group): The REREAD parameter can now be a
11727 list of articles that will be marked as unread.
11728
11729 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
11730
11731 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
11732
11733 2004-03-04 Jesper Harder <harder@ifa.au.dk>
11734
11735 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
11736 language tags.
11737
11738 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
11739
11740 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
11741 Don't bind "obarray".
11742
11743 * gnus-sum.el (gnus-thread-sort-functions): Added
11744 `gnus-thread-sort-by-most-recent-number' and
11745 `gnus-thread-sort-by-most-recent-date'.
11746 Reported by Kai Grossjohann <kai@emptydomain.de>.
11747
11748 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11749
11750 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
11751
11752 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
11753
11754 * gnus-cus.el (gnus-agent-customize-category): Removed
11755 ignore-errors macro reference that required cl to be loaded at
11756 run-time.
11757
11758 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
11759 single-interval range of the form (min . max). Previously the
11760 range had to look like ((min . max)). Likewise, return
11761 (min . max) rather than ((min . max)).
11762 (gnus-range-map): Use gnus-range-normalize to accept
11763 single-interval range.
11764
11765 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
11766 the cache, but not the agent, now appear with their usual face.
11767
11768 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
11769
11770 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
11771 w3m-safe-url-regexp variable buffer-local.
11772
11773 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11774
11775 2004-02-27 Simon Josefsson <jas@extundo.com>
11776
11777 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
11778 gnus-group-real-prefix.
11779 (gnus-summary-move-article): Use it, instead of
11780 gnus-group-real-prefix.
11781
11782 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
11783
11784 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
11785 w3m-safe-url-regexp variable buffer-local and set it as the value
11786 of mm-w3m-safe-url-regexp.
11787
11788 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11789
11790 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
11791 parsing gnus-posting-styles when the message is not for replying.
11792
11793 * nnrss.el (nnrss-opml-export): Use
11794 mm-set-buffer-file-coding-system instead of
11795 set-buffer-file-coding-system.
11796
11797 2004-02-27 Jesper Harder <harder@ifa.au.dk>
11798
11799 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
11800 of checkdoc.el).
11801 * nnrss.el: do.
11802 * gnus-mlspl.el: do.
11803 * gnus-ml.el: do.
11804 * gnus-srvr.el: do.
11805
11806 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
11807
11808 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
11809
11810 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
11811 Corrections to custom-manual links.
11812
11813 * gnus-art.el (gnus-article): Ditto.
11814
11815 * mm-decode.el (mime-display, mime-security): Ditto.
11816
11817 2004-02-26 Jesper Harder <harder@ifa.au.dk>
11818
11819 * flow-fill.el: Typo.
11820
11821 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
11822
11823 * spam-wash.el: New file.
11824
11825 2004-02-26 Mark A. Hershberger <mah@everybody.org>
11826
11827 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
11828
11829 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
11830
11831 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
11832 to be run with new-articles as LIST1, not LIST2.
11833 (spam-registration-functions): Add spam-use-ham-copy as a nil
11834 registration backend.
11835
11836 2004-02-26 Jesper Harder <harder@ifa.au.dk>
11837
11838 * spam-stat.el (spam-stat-washing-hook): New option.
11839 (spam-stat-buffer-words): Use it.
11840 (spam-stat-process-directory, spam-stat-test-directory): Use
11841 insert-file-contents-literally.
11842 (spam-stat-coding-system): New variable.
11843 (spam-stat-load, spam-stat-save): Use it.
11844
11845 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
11846
11847 * spam-report.el (spam-report-plug-agent): Quote
11848 spam-report-url-to-file and spam-report-url-ping-plain.
11849
11850 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
11851
11852 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
11853 / in mailto URLs.
11854
11855 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
11856
11857 * spam-report.el (spam-report-process-queue): Fix interactive use.
11858 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
11859 (spam-report-unplug-agent): Doc fixes.
11860 (spam-report-url-ping-mm-url, spam-report-url-to-file)
11861 (spam-report-agentize, spam-report-deagentize): Autoload
11862
11863 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
11864
11865 * message.el (message-setup-fill-variables): Add mml tags to
11866 paragraph-start and paragraph-separate. Suggested by Andrew Korty
11867 <ajk@iu.edu>.
11868 (message-mode): Don't modify paragraph-separate there.
11869
11870 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
11871
11872 * compface.el (uncompface-use-external): Default to undecided.
11873 (uncompface-use-external-threshold): New variable.
11874 (uncompface-float-time): New macro.
11875 (uncompface): Determine whether to use the external decoder if
11876 uncompface-use-external is undecided.
11877
11878 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11879
11880 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
11881 after images.
11882
11883 * gnus-art.el (gnus-mime-display-single): Remove dead code.
11884
11885 2004-02-14 Jesper Harder <harder@ifa.au.dk>
11886
11887 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
11888
11889 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
11890
11891 * gnus-sum.el (gnus-summary-limit-to-age)
11892 (gnus-summary-limit-children): do.
11893
11894 * gnus-int.el (gnus-request-scan): do.
11895
11896 * gnus-group.el (gnus-group-suspend): do.
11897
11898 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
11899
11900 * gnus-cite.el (gnus-cite-parse-attributions): do.
11901
11902 * gnus-agent.el (gnus-summary-set-agent-mark)
11903 (gnus-agent-regenerate-group): do.
11904
11905 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
11906
11907 * binhex.el (binhex-decode-region-internal): do.
11908
11909 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
11910
11911 * gnus-fun.el (gnus-face-properties-alist): New user option.
11912 (gnus-display-x-face-in-from): Use it.
11913
11914 * gnus-art.el (article-display-face): Ditto.
11915
11916 * compface.el (uncompface-use-external): Default to nil.
11917
11918 2004-02-12 Jesper Harder <harder@ifa.au.dk>
11919
11920 * nntp.el (nntp-erase-buffer): New function.
11921 (nntp-retrieve-data, nntp-send-command)
11922 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
11923 (nntp-possibly-change-group): Use it.
11924
11925 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
11926 with-current-buffer.
11927
11928 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
11929
11930 * compface.el: Merge the ELisp-based uncompface program.
11931 (compface): New customization group.
11932 (uncompface-use-external): New user option.
11933 (uncompface): Call uncompface-internal if uncompface-use-external
11934 is nil.
11935 (uncompface-internal): New function. Note that there are also
11936 some other functions and variables added for this function.
11937
11938 2004-02-10 Jesper Harder <harder@ifa.au.dk>
11939
11940 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
11941 if necessary.
11942
11943 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
11944
11945 * spam-report.el (spam-report-unplug-agent)
11946 (spam-report-plug-agent, spam-report-deagentize)
11947 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
11948 Add support for the Agent in spam-report: when unplugged, report to a
11949 file; when plugged, submit all the requests.
11950
11951 * spam.el (spam-register-routine): Fix message about
11952 registration.
11953
11954 2004-02-09 Jesper Harder <harder@ifa.au.dk>
11955
11956 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
11957 dependencies.
11958 (rfc2047-encode): Use it.
11959
11960 * gnus-art.el (gnus-button-marker-list): Move before first
11961 reference.
11962
11963 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11964 (imap-parse-body): Fix format string mismatch.
11965
11966 * gnus-score.el (gnus-summary-increase-score): do.
11967
11968 * nnrss.el (nnrss-close): New function.
11969
11970 2004-02-08 Jesper Harder <harder@ifa.au.dk>
11971
11972 * nnrss.el (nnrss-make-filename): New function.
11973 (nnrss-request-delete-group, nnrss-read-server-data)
11974 (nnrss-save-server-data, nnrss-read-group-data)
11975 (nnrss-save-group-data): Use it.
11976 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
11977 (nnrss-read-server-data, nnrss-read-group-data): Use load.
11978 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
11979
11980 2004-02-07 Jesper Harder <harder@ifa.au.dk>
11981
11982 * mml.el (mml-compute-boundary-1): Don't uncompress files.
11983
11984 2004-02-06 Jesper Harder <harder@ifa.au.dk>
11985
11986 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
11987 files.
11988
11989 * message.el (message-generate-headers-first): Don't quote nil
11990 and t in docstrings.
11991
11992 * imap.el (imap-id): do.
11993
11994 * gnus-agent.el (gnus-agent-consider-all-articles)
11995 (gnus-agent-queue-mail): do.
11996
11997 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
11998
11999 * spam-report.el (spam-report-process-queue): New function.
12000 Process requests from `spam-report-requests-file'.
12001 (spam-report-process-queue): Doc fix.
12002
12003 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
12004
12005 * spam.el (spam-register-routine)
12006 (spam-log-processing-to-registry, spam-log-registered-p)
12007 (spam-log-unregistration-needed-p, spam-log-undo-registration):
12008 Change "check" to "spam-check" for semi-clarity.
12009
12010 2004-02-05 Jesper Harder <harder@ifa.au.dk>
12011
12012 * pop3.el: Require nnheader.
12013
12014 * mml-smime.el: Require cl. Autoload message-fetch-field.
12015
12016 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
12017
12018 * gnus-picon.el: Require cl.
12019
12020 * gnus-fun.el: Require gnus-ems and gnus-util.
12021
12022 * gnus.el (gnus-method-to-server): Move defsubst before first use.
12023
12024 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
12025
12026 * gnus-art.el (gnus-article-edit-mode): Define before first
12027 reference.
12028
12029 2004-02-04 Jesper Harder <harder@ifa.au.dk>
12030
12031 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12032 (gnus-uu-post-encoded): Use point-at-bol.
12033
12034 * gnus-topic.el (gnus-group-active-topic-p): do.
12035
12036 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
12037
12038 * gnus-group.el (gnus-group-kill-region): do.
12039
12040 * gnus-art.el (article-date-ut): do.
12041
12042 * message.el (message-fetch-field): Remove redundant
12043 case-fold-search binding.
12044 (message-narrow-to-field): Simplify.
12045
12046 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
12047
12048 * spam.el (spam-directory): Derive from `gnus-directory'.
12049
12050 * spam-report.el (spam-report-url-to-file)
12051 (spam-report-requests-file): New function and variable for offline
12052 reporting.
12053 (spam-report-url-ping-function): Add `spam-report-url-to-file'
12054 and user defined function.
12055 (spam-report-url-ping-mm-url): Remove doubled slash.
12056
12057 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
12058
12059 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
12060
12061 2004-02-03 Jesper Harder <harder@ifa.au.dk>
12062
12063 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12064 format string mismatch.
12065
12066 * sieve.el (sieve-deactivate-all): do.
12067
12068 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12069
12070 * nnlistserv.el (nnlistserv-kk-wash-article): do.
12071
12072 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12073
12074 * mm-bodies.el (mm-7bit-chars): Don't include \r.
12075
12076 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
12077
12078 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12079 the list of checks.
12080
12081 2004-01-31 Jesper Harder <harder@ifa.au.dk>
12082
12083 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12084 padding.
12085
12086 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
12087
12088 * mm-view.el (mm-fill-flowed): New variable.
12089 (mm-inline-text): Use it.
12090
12091 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
12092
12093 * spam.el (spam-spamassassin-register-ham-routine)
12094 (spam-spamassassin-register-spam-routine): Fix function names.
12095
12096 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
12097
12098 * gnus.el (gnus-tmp-grouplens): Remove.
12099 (gnus-summary-line-format): Remove grouplens.
12100
12101 * gnus-group.el (gnus-group-line-format): Ditto.
12102
12103 * gnus-spec.el (gnus-format-specs): Ditto.
12104 (gnus-update-format-specifications): Flush the group format spec
12105 cache if there's the grouplens stuff.
12106 (gnus-parse-simple-format): Replace %l with the empty string.
12107
12108 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
12109
12110 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12111 omission.
12112
12113 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
12114
12115 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12116 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12117
12118 2004-01-25 Paul Jarc <prj@po.cwru.edu>
12119
12120 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
12121 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
12122 New macros and functions.
12123 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12124 Handle > NLINK_MAX messages.
12125 * nnmaildir.el (nnmaildir-request-set-mark): Use
12126 nnmaildir--emlink-p and nnmaildir--eexist-p.
12127
12128 2004-01-25 Alex Schroeder <alex@gnu.org>
12129
12130 * spam-stat.el (spam-stat-process-directory-age): New option.
12131 (spam-stat-process-directory): Use it.
12132
12133 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
12134
12135 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12136 (spam-stat-save): Accept prefix argument.
12137
12138 2004-01-23 Paul Jarc <prj@po.cwru.edu>
12139
12140 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12141 links" error.
12142
12143 2004-01-23 Jesper Harder <harder@ifa.au.dk>
12144
12145 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12146 compatibility with old .newsrc.eld files.
12147
12148 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
12149
12150 * gnus-start.el (gnus-1): do.
12151
12152 * gnus-group.el (gnus-group-line-format-alist): do.
12153
12154 * gnus.el (gnus-use-grouplens, gnus-visual): do.
12155
12156 * gnus-gl.el: Remove.
12157
12158 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
12159
12160 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12161 marks consisting of a single range {for example, (3 . 5)} rather
12162 than a list of a single range { ((3 . 5)) }.
12163
12164 2004-01-23 Jesper Harder <harder@ifa.au.dk>
12165
12166 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12167 with-current-buffer.
12168 (spam-stat-store-current-buffer): Use insert-buffer-substring to
12169 avoid consing a string.
12170
12171 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12172 Remove obsolete entries for big5 and gb2312.
12173
12174 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
12175
12176 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12177 uncompressed list.
12178
12179 2004-01-22 Jesper Harder <harder@ifa.au.dk>
12180
12181 * spam-stat.el (spam-stat-strip-xref): New function.
12182 (spam-stat-process-directory): Use it.
12183
12184 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12185 here -- it's done in message-fetch-field.
12186
12187 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
12188
12189 * gnus-agent.el (gnus-agent-queue-mail)
12190 (gnus-agent-prompt-send-queue): New variables.
12191 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12192 * gnus-draft.el (gnus-group-send-queue): Pass the group name
12193 "nndraft:queue" along to gnus-draft-send. Use
12194 gnus-agent-prompt-send-queue.
12195 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12196 is "nndraft:queue". Suggested by Gaute Strokkenes
12197 <gs234@srcf.ucam.org>
12198
12199 * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12200 (agent-enable-undownloaded-faces): Added
12201 (gnus-agent-cat-groups): Use eval-and-compile, not
12202 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12203 method of gnus-agent-cat-groups even when the buffer has been
12204 evaled.
12205 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
12206 delete gnus-agent-save-active-1.
12207 (gnus-agent-save-groups): Deleted. Identical to
12208 gnus-agent-save-active.
12209 (gnus-agent-write-active): No longer adjust agent's copy of active
12210 file as agent's adjustments are now stored in their own
12211 file. Removed optional parameter.
12212 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12213 servers. Add use of min/max range limits from server's local
12214 file.
12215 (gnus-agent-save-alist): Removed unused optional argument.
12216 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12217 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
12218 (gnus-agent-set-local): A per-server file that keeps min/max range
12219 limits for articles known to the agent. Provides a fast mechanism
12220 for altering many active ranges.
12221 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
12222 active file (local makes it unnecessary).
12223 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12224
12225 * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12226 (agent-enable-undownloaded-faces): Added
12227
12228 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12229 disable it when sending to "nndraft:queue".
12230 (gnus-group-send-queue): Add safety check to avoid sending queue
12231 when unplugged.
12232
12233 * gnus-group.el (gnus-group-catchup): Use new
12234 gnus-sequence-of-unread-articles, not
12235 gnus-list-of-unread-articles, to avoid exhausting memory with huge
12236 numbers of articles. Use gnus-range-map to avoid having to
12237 uncompress the unread list.
12238 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
12239 Fixed invalid ange-ftp reference.
12240
12241 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12242 (gnus-sorted-range-intersection): Intersection of two ranges
12243 without requiring that they first be uncompressed.
12244
12245 * gnus-start.el (gnus-activate-group): Unless blocked by the
12246 caller, possibly expand the active range to include both cached
12247 and agentized articles.
12248 (gnus-convert-old-newsrc): Rewrote in anticipation of having
12249 multiple version-dependent converters.
12250 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12251 gnus-agent-save-active.
12252 (gnus-save-newsrc-file): Save dirty agent range limits.
12253
12254 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12255 gnus-agent-possibly-alter-active.
12256 (gnus-adjust-marked-articles): Faster handling of simple lists
12257
12258 2004-01-21 Jesper Harder <harder@ifa.au.dk>
12259
12260 * spam-stat.el (spam-stat-test-directory): New optional argument
12261 displays a list of files detected. Suggested by Andrew Cohen
12262 <cohen@andy.bu.edu>.
12263 (spam-stat-buffer-words-with-scores): Don't narrow and change
12264 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
12265
12266 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
12267
12268 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12269 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12270 (spam-spamassassin-arguments)
12271 (spam-spamassassin-spam-flag-header)
12272 (spam-spamassassin-positive-spam-flag-header)
12273 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12274 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12275 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12276 (spam-list-of-processors, spam-list-of-checks)
12277 (spam-list-of-statistical-checks, spam-registration-functions)
12278 (spam-check-spamassassin-headers, spam-check-spamassassin)
12279 (spam-spamassassin-score)
12280 (spam-spamassassin-register-with-sa-learn)
12281 (spam-spamassassin-register-spam-routine)
12282 (spam-spamassassin-register-ham-routine)
12283 (spam-assassin-register-spam-routine)
12284 (spam-assassin-register-ham-routine): Add SpamAssassin support.
12285 (spam-bogofilter-score): Fix to show article before scoring.
12286
12287 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
12288
12289 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12290 default scoring function.
12291 (spam-generic-score): Call spam-spamassassin-score if
12292 spam-use-spamassassin or spam-use-spamassassin-headers is on;
12293 spam-bogofilter-score otherwise.
12294
12295 * gnus.el (spam-process, spam-autodetect-methods): Add
12296 spamassassin and spamassassin-headers.
12297
12298 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
12299
12300 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12301 Suppress unnecessary messages.
12302
12303 2004-01-20 Jesper Harder <harder@ifa.au.dk>
12304
12305 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12306 make-hash-table.
12307
12308 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
12309
12310 * canlock.el (base64-encode-string): Don't autoload it.
12311
12312 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12313
12314 * run-at-time.el: Remove useless (require 'itimer),
12315 eval-and-compile and (featurep 'xemacs).
12316
12317 2004-01-16 Jesper Harder <harder@ifa.au.dk>
12318
12319 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12320 GROUP is a virtual group.
12321
12322 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
12323
12324 * gnus.el: Autoload `message-y-or-n-p'.
12325
12326 2004-01-15 Jesper Harder <harder@ifa.au.dk>
12327
12328 * pgg-parse.el: Remove unnecessary (require 'custom).
12329
12330 * pgg-def.el: do.
12331
12332 * nnmail.el: do.
12333
12334 * gnus-undo.el: do.
12335
12336 * gnus-picon.el: do.
12337
12338 * gnus-util.el: do.
12339
12340 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
12341
12342 * gnus-sum.el (gnus-pick-line-number): Add autoload.
12343
12344 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
12345
12346 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12347 handle, as well as a list.
12348
12349 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12350 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12351 (mm-w3m-cid-retrieve): Simplify.
12352
12353 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
12354
12355 * message.el (message-kill-to-signature): Allow prefix arg to
12356 specify number of lines to keep before signature.
12357
12358 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
12359
12360 (message-kill-to-signature): Change docstring.
12361
12362 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
12363
12364 * canlock.el: Always require sha1-el.
12365 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
12366
12367 * message.el: Autoload sha1 only when compiling.
12368
12369 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
12370
12371 * message.el (message-canlock-generate): Require sha1-el.
12372
12373 2004-01-13 Jesper Harder <harder@ifa.au.dk>
12374
12375 * message.el (message-expand-name): Silence the byte compiler.
12376
12377 2004-01-13 Simon Josefsson <jas@extundo.com>
12378
12379 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12380 Invoke gnus-score-mode. Reported by
12381 bojohan+news@dd.chalmers.se (Johan Bockgård).
12382
12383 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
12384 Jim Blandy <jimb@redhat.com> (tiny change).
12385
12386 2004-01-12 Jesper Harder <harder@ifa.au.dk>
12387
12388 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12389
12390 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
12391
12392 * spam.el (spam-get-article-as-string): Update to use
12393 gnus-request-article-this-buffer, much simpler.
12394 (spam-get-article-as-buffer): Remove.
12395
12396 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
12397
12398 * message.el (message-expand-name): Use EUDC if the user uses that.
12399
12400 2004-01-12 Jesper Harder <harder@ifa.au.dk>
12401
12402 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12403 character for the encoding to avoid consing a string.
12404
12405 * rfc2047.el (rfc2047-decode-string): Don't cons a string
12406 unnecessarily.
12407
12408 * mm-util.el (mm-replace-chars-in-string): Remove.
12409
12410 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12411 of mm-replace-chars-in-string.
12412
12413 2004-01-11 Jesper Harder <harder@ifa.au.dk>
12414
12415 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
12416
12417 * mm-util.el (mm-subst-char-in-string): Support inplace.
12418
12419 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12420 a new string in every iteration. Use shy groups.
12421
12422 2004-01-10 Jesper Harder <harder@ifa.au.dk>
12423
12424 * gnus-srvr.el (gnus-browse-unsubscribe-group):
12425 * gnus-soup.el (gnus-soup-group-brew):
12426 * gnus-msg.el (gnus-put-message):
12427 * gnus-move.el (gnus-group-move-group-to-server):
12428 * gnus-kill.el (gnus-batch-score):
12429 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12430 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12431 (gnus-group-update-group, gnus-group-read-group)
12432 (gnus-group-make-group, gnus-group-make-help-group)
12433 (gnus-group-make-archive-group, gnus-group-make-directory-group)
12434 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12435 (gnus-group-sort-by-unread, gnus-group-catchup)
12436 (gnus-group-unsubscribe-group, gnus-group-kill-group)
12437 (gnus-group-yank-group, gnus-group-set-info)
12438 (gnus-group-list-groups):
12439 * gnus.el (gnus-generate-new-group-name):
12440 * gnus-delay.el (gnus-delay-send-queue):
12441 * nnvirtual.el (nnvirtual-catchup-group):
12442 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
12443 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
12444 (gnus-group-prepare-topics, gnus-topic-check-topology):
12445 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12446 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12447 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
12448 (gnus-group-make-articles-read):
12449 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12450 (gnus-group-change-level, gnus-kill-newsgroup)
12451 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12452 (gnus-get-unread-articles, gnus-make-articles-unread)
12453 (gnus-make-ascending-articles-unread): Use accessor
12454 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12455 to get group information for improved readability.
12456
12457
12458 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12459
12460 * gnus-art.el (article-decode-mime-words, article-babel)
12461 (gnus-article-highlight-signature, gnus-article-add-buttons)
12462 (gnus-signature-toggle): Use gnus-with-article-buffer.
12463
12464 * gnus-art.el (gnus-article-highlight-headers)
12465 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
12466
12467 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12468 (gnus-article-set-globals, gnus-request-article-this-buffer)
12469 (gnus-button-message-id, gnus-article-maybe-hide-headers)
12470 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12471 (gnus-mime-display-alternative): Use with-current-buffer.
12472
12473 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12474
12475 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12476 also under 80 char limit, and call gnus-error if needed.
12477 (spam-fetch-article-header): Fix - it was a
12478 buffer-local variable (gnus-newsgroup-data).
12479 (spam-find-spam): Use spam-generate-fake-headers, forget about
12480 spam-insert-fake-headers.
12481 (spam-insert-fake-headers): Remove.
12482
12483 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12484
12485 * deuglify.el (gnus-article-outlook-unwrap-lines)
12486 (gnus-outlook-rearrange-article)
12487 (gnus-outlook-repair-attribution-outlook)
12488 (gnus-outlook-repair-attribution-block)
12489 (gnus-outlook-repair-attribution-other): Remove redundant
12490 save-excursion.
12491
12492 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12493
12494 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12495 (spam-fetch-field-subject-fast)
12496 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12497 (spam-fetch-article-header): Add functions to deal with Gnus
12498 internals for fast retrieval of article header data.
12499 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
12500
12501 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12502
12503 * pop3.el (pop3-md5): Remove.
12504 (pop3-apop): Replace pop3-md5 with md5.
12505
12506 * mm-bodies.el: base64 is always built-in.
12507
12508 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12509 with-current-buffer.
12510
12511 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
12512
12513 * canlock.el (canlock-insert-header): Remove excessive grouping in
12514 regexp.
12515
12516 * gnus-sum.el (gnus-summary-read-document): Ditto.
12517
12518 * gnus-uu.el (gnus-uu-part-number): Ditto.
12519
12520 * html2text.el (html2text-remove-tags): Ditto.
12521 (html2text-format-tags): Ditto.
12522 (html2text-format-single-elements): Ditto.
12523
12524 * mml.el (mml-parse-1): Ditto.
12525
12526 2004-01-08 Jesper Harder <harder@ifa.au.dk>
12527
12528 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12529
12530 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
12531
12532 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
12533
12534 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
12535
12536 2003-11-15 Simon Josefsson <jas@extundo.com>
12537
12538 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
12539 (pgg-gpg-lookup-key): Use regexp match instead of
12540 split-string (split-string is different between emacs 21.2 and
12541 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
12542
12543 2004-01-08 Jesper Harder <harder@ifa.au.dk>
12544
12545 * gnus-art.el (gnus-mime-view-all-parts)
12546 (gnus-article-part-wrapper, gnus-article-view-part): Use
12547 with-current-buffer.
12548
12549 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12550
12551 * spam.el (spam-disable-spam-split-during-ham-respool)
12552 (spam-spamoracle-database, spam-cache-lookups)
12553 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
12554 (spam-group-ham-mark-p, spam-group-spam-mark-p)
12555 (spam-group-ham-marks, spam-group-spam-marks)
12556 (spam-group-spam-contents-p, spam-group-ham-contents-p)
12557 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
12558 also add spam-use-blackholes to the statistical checks.
12559 (spam-fetch-field-fast): Add interface to fetching fields, may
12560 become a macro.
12561 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
12562 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
12563 (spam-insert-fake-headers): Fake an article when needed.
12564 (spam-find-spam): Fake article when possible.
12565 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
12566 (spam-check-bogofilter-headers): Use message-fetch-field instead
12567 of nnmail-fetch-field.
12568
12569 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
12570
12571 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
12572
12573 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12574
12575 * spam.el (spam-split): Do not require spam-use-CHECK to be
12576 enabled if that check is passed to spam-split explicitly; also
12577 fix so 'spam doesn't get converted to spam-split-group when
12578 spam-split-symbolic-return is t.
12579 (spam-find-spam): Find registrations of the article and use those
12580 instead of re-running spam-split to find the spam/ham
12581 classification of the article.
12582 (spam-log-processing-to-registry, spam-log-registered-p)
12583 (spam-log-unregistration-needed-p, spam-log-undo-registration):
12584 Use gnus-error instead of gnus-message.
12585 (spam-log-registration-type): Add function to determine the
12586 classification of a message based on registry entries; will
12587 return nil if both 'spam and 'ham are found.
12588 (spam-check-BBDB): Expand all the BBDB macros here so we can have
12589 a reasonably fast local cache without the loading errors.
12590 (spam-cache-lookups): Set to t by default.
12591 (spam-find-spam): Don't try to guess spam-cache-lookups.
12592 (spam-enter-whitelist, spam-enter-blacklist): Clear the
12593 spam-caches entry.
12594 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
12595 caching of whitelist/blacklist entries.
12596 (spam-check-whitelist, spam-check-blacklist): Invoke
12597 spam-from-listed-p with a type, not a cache variable.
12598 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
12599
12600 2004-01-07 Jesper Harder <harder@ifa.au.dk>
12601
12602 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
12603
12604 * nnmail.el (nnmail-split-fancy): do.
12605
12606 * mml.el (mml-parse): do.
12607
12608 * gnus-score.el (gnus-enter-score-words-into-hashtb)
12609 (gnus-score-adaptive): do.
12610
12611 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12612
12613 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
12614 (gnus-mime-button-map): Don't set keymap parent.
12615 (gnus-button-ctan-directory-regexp): Use shy grouping.
12616 (gnus-prev-page-map): Don't set keymap parent.
12617 (gnus-prev-page-map): Remove duplicated one.
12618 (gnus-next-page-map): Don't set keymap parent.
12619 (gnus-mime-security-button-map): Ditto.
12620
12621 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
12622 version number.
12623
12624 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
12625
12626 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12627
12628 * canlock.el (canlock-sha1-function): Remove.
12629 (canlock-sha1-function-for-verify): Remove.
12630 (canlock-openssl-program): Remove.
12631 (canlock-openssl-args): Remove.
12632 (canlock-ignore-errors): Remove.
12633 (canlock-sha1-with-openssl): Remove.
12634 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
12635 (canlock-verify): Don't use canlock-ignore-errors.
12636
12637 * sha1-el.el (sha1-string-external): Make it can return a string
12638 in binary form.
12639 (sha1-region-external): Ditto.
12640 (sha1-string-internal): Ditto.
12641 (sha1-region-internal): Ditto.
12642 (sha1-region): Ditto.
12643 (sha1-string): Ditto.
12644 (sha1): Ditto.
12645
12646 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
12647
12648 * spam.el (spam-report-articles-gmane): New command.
12649
12650 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12651
12652 * gnus.el: Don't make unnecessary *Group* buffer when loading.
12653
12654 * run-at-time.el (run-at-time-saved): Remove.
12655 (run-at-time): Doc fix.
12656
12657 2004-01-07 Jesper Harder <harder@ifa.au.dk>
12658
12659 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
12660 (gnus-summary-limit-map): Add it.
12661 (gnus-summary-make-menu-bar): do.
12662
12663 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
12664
12665 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
12666 Make attempt at some caching support (done for BBDB only now).
12667 (spam-find-spam): Set spam-cache-lookups if there are more than 2
12668 addresses to be checked.
12669 (spam-clear-cache-BBDB): Add function, to be invoked by
12670 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
12671 (spam-check-BBDB): Check and use the caches, if
12672 spam-cache-lookups is on, remove superfluous (provide).
12673
12674 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
12675
12676 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
12677
12678 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
12679
12680 * run-at-time.el (run-at-time-saved): Move to after the definition
12681 of `run-at-time'.
12682
12683 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12684
12685 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
12686 mm-w3m-local-map-property.
12687
12688 * mm-view.el (mm-w3m-mode-map): Remove.
12689 (mm-w3m-local-map-property): Remove.
12690 (mm-inline-text-html-render-with-w3m): Don't use
12691 mm-w3m-local-map-property.
12692
12693 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12694
12695 * run-at-time.el: New file.
12696
12697 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
12698 of gnus-set-text-properties.
12699
12700 * gnus-uu.el (gnus-uu-save-article): Ditto.
12701
12702 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
12703
12704 * gnus-cite.el (gnus-cite-parse): Ditto.
12705
12706 * gnus-art.el (gnus-button-push): Use set-text-properties instead
12707 of gnus-.
12708
12709 * gnus.el: Changed calls to nnheader-run-at-time and
12710 password-run-at-time throughout to use run-at-time directly.
12711
12712 * password.el: Removed definition of run-at-time.
12713
12714 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
12715
12716 * mml.el (mml-minibuffer-read-disposition): Show attachment type
12717 in prompt.
12718
12719 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
12720
12721 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
12722 XEmacs version.
12723
12724 * dns.el (dns-make-network-process): Use `open-network-stream'
12725 instead of `gnus-xmas-open-network-stream'.
12726
12727 * .cvsignore: Add auto-autoloads.el, custom-load.el.
12728
12729 2004-01-06 Jesper Harder <harder@ifa.au.dk>
12730
12731 * gnus-art.el (gnus-mime-display-alternative)
12732 (gnus-insert-mime-button, gnus-insert-mime-security-button)
12733 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
12734 Don't use gnus-local-map-property.
12735
12736 * gnus-util.el (gnus-local-map-property): Remove.
12737
12738 * mm-view.el (mm-view-pkcs7-decrypt): Replace
12739 gnus-completing-read-maybe-default with completing-read.
12740
12741 * gnus-util.el (gnus-completing-read): do.
12742 (gnus-completing-read-maybe-default): Remove.
12743
12744 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
12745
12746 * password.el: Only autoload `run-at-time' if not XEmacs.
12747 Only autoload the itimer functions if XEmacs.
12748
12749 2004-01-06 Jesper Harder <harder@ifa.au.dk>
12750
12751 * gnus-art.el (gnus-read-string): Remove.
12752 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
12753 read-string.
12754
12755 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
12756
12757 * netrc.el: Autoload password-read.
12758 (netrc): Add configuration group.
12759 (netrc-encoding-method, netrc-openssl-path): Add
12760 variables for encoding and decoding of files with symmetric
12761 ciphers.
12762 (netrc-encode): Add assistant function to encode a file with
12763 netrc-encoding-method.
12764 (netrc-parse): Add interactive parameter, added optional
12765 decoding if netrc-encoding-method is non-nil but otherwise
12766 behavior is standard.
12767 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
12768 Do s/encode/encrypt/ everywhere.
12769
12770 * spam.el: Remove executable-find autoload.
12771
12772 2004-01-05 Jesper Harder <harder@ifa.au.dk>
12773
12774 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
12775
12776 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
12777
12778 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
12779
12780 * gnus-art.el (gnus-treat-ansi-sequences,
12781 (article-treat-ansi-sequences): New variable and function.
12782 Suggested by Dan Jacobson <jidanni@jidanni.org>.
12783
12784 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12785 Use it.
12786
12787 2004-01-05 Jesper Harder <harder@ifa.au.dk>
12788
12789 * mm-util.el (mm-quote-arg): Remove.
12790
12791 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
12792 shell-quote-argument.
12793
12794 * gnus-uu.el (gnus-uu-command): do.
12795
12796 * gnus-sum.el (gnus-summary-insert-pseudos): do.
12797
12798 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
12799 with make-char.
12800
12801 * mm-util.el (mm-make-char): Remove.
12802
12803 * mml.el (mml-mode): Replace gnus-add-minor-mode with
12804 add-minor-mode.
12805
12806 * gnus-undo.el (gnus-undo-mode): do.
12807
12808 * gnus-topic.el (gnus-topic-mode): do.
12809
12810 * gnus-sum.el (gnus-dead-summary-mode): do.
12811
12812 * gnus-start.el (gnus-slave-mode): do.
12813
12814 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
12815
12816 * gnus-ml.el (gnus-mailing-list-mode): do.
12817
12818 * gnus-gl.el (gnus-grouplens-mode): do.
12819
12820 * gnus-draft.el (gnus-draft-mode): do.
12821
12822 * gnus-dired.el (gnus-dired-mode): do.
12823
12824 * gnus-ems.el (gnus-add-minor-mode): Remove.
12825
12826 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12827 Replace gnus-char-width with char-width.
12828
12829 * gnus-ems.el (gnus-char-width): Remove.
12830
12831 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12832 Replace gnus-char-width with char-width.
12833
12834 * gnus-ems.el (gnus-char-width): Remove.
12835
12836 * spam-stat.el (with-syntax-table): Remove with-syntax-table
12837 definition.
12838 Remove Emacs 20 hash table compatibility code.
12839
12840 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
12841 20 compatibility code.
12842
12843 * spam.el (spam-point-at-eol): Replace with point-at-eol.
12844
12845 * smime.el (smime-point-at-eol): Replace with point-at-eol.
12846
12847 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
12848 with point-at-{eol,bol}.
12849
12850 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
12851
12852 * imap.el (imap-point-at-eol): Replace with point-at-eol.
12853
12854 * flow-fill.el (fill-flowed-point-at-bol)
12855 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
12856
12857 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
12858 Replace with point-at-{eol,bol} throughout all files.
12859
12860 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
12861
12862 * ntlm.el (ntlm-string-as-unibyte): New macro.
12863 (ntlm-build-auth-response): Use it.
12864
12865 Remove Emacs 20 stuff:
12866 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
12867 of delq and copy-sequence.
12868 * gnus-art.el (popup-menu): Remove the compiler macro.
12869 * nnmail.el (nnmail-split-fancy): Don't support customizing with
12870 Emacs 20.
12871
12872 2004-01-05 Simon Josefsson <jas@extundo.com>
12873
12874 * ntlm.el: Fix namespace. Change smb-passwd-hash into
12875 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
12876 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
12877 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
12878 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
12879 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
12880 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
12881 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
12882 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
12883 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
12884 ntlm-string-permute, string-lshift into ntlm-string-lshift,
12885 string-xor into ntlm-string-xor. Suggested by
12886 Jesper Harder <harder@myrealbox.com>.
12887
12888 * ntlm.el: Don't include poem.
12889
12890 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
12891 Jesper Harder <harder@myrealbox.com>.
12892
12893 * sasl-ntlm.el, ntlm.el, md4.el: New files.
12894
12895 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
12896 probably breaks emacs with DL patch, but do we care? Is anyone
12897 still using the DL stuff?)
12898
12899 * sieve-manage.el: Use the password package.
12900 (sieve-manage-read-passwd): Remove.
12901 (sieve-manage-interactive-login): Use password. Re-add
12902 condition-case around loop.
12903
12904 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
12905 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
12906 the password package.
12907
12908 2003-02-19 Simon Josefsson <jas@extundo.com>
12909
12910 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
12911 token.
12912
12913 2002-08-07 Simon Josefsson <jas@extundo.com>
12914
12915 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
12916 (sieve-manage-authenticators):
12917 (sieve-manage-authenticator-alist): Add some SASL mechs.
12918 (sieve-sasl-auth): New function.
12919 (sieve-manage-cram-md5-auth):
12920 (sieve-manage-plain-auth): Rewrite using SASL library.
12921 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
12922 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
12923 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
12924 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
12925
12926 2004-01-05 Simon Josefsson <jas@extundo.com>
12927
12928 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
12929 New files.
12930
12931 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12932
12933 * gnus-group.el (gnus-no-groups-message): Update.
12934
12935 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
12936
12937 2003-11-09 Simon Josefsson <jas@extundo.com>
12938
12939 * imap.el: Support for ID IMAP extension (RFC 2971).
12940 (imap-local-variables): Add imap-id.
12941 (imap-id): New variable.
12942 (imap-id): New function.
12943 (imap-parse-response): Parse untagged ID response.
12944 * nnimap.el (nnimap-id): New variable.
12945 (nnimap-open-connection): Use it.
12946
12947 2003-12-28 Simon Josefsson <jas@extundo.com>
12948
12949 * gnus-score.el (gnus-score-edit-all-score): New.
12950 * gnus-group.el (gnus-group-score-map): Bind it to W e.
12951
12952 2004-01-04 Simon Josefsson <jas@extundo.com>
12953
12954 * password.el: Add.
12955
12956 2004-01-04 Mario Lang <lang@zid.tugraz.at>
12957
12958 * dns.el: Add support for AAAA records (see RFC 3596)
12959
12960 * Fix typo PRT -> PTR
12961
12962 * Parse MX, PTR and SOA replies (see RFC 1035)
12963
12964 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12965
12966 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
12967
12968 * Moved to Changelog.2.
12969
12970 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12971
12972 * gnus.el (gnus-version-number): Bump version.
12973
12974 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12975
12976 * gnus.el: No Gnus v0.1 is released.
12977
12978 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12979
12980 * gnus.el: No Gnus v0.0 is released.
12981
12982 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12983
12984 * gnus.el (gnus-version-number): Bump.
12985 (gnus-version): No.
12986
12987 See ChangeLog.2 for earlier changes.
12988
12989 Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
12990
12991 This file is part of GNU Emacs.
12992
12993 GNU Emacs is free software: you can redistribute it and/or modify
12994 it under the terms of the GNU General Public License as published by
12995 the Free Software Foundation, either version 3 of the License, or
12996 (at your option) any later version.
12997
12998 GNU Emacs is distributed in the hope that it will be useful,
12999 but WITHOUT ANY WARRANTY; without even the implied warranty of
13000 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13001 GNU General Public License for more details.
13002
13003 You should have received a copy of the GNU General Public License
13004 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
13005
13006 ;; Local Variables:
13007 ;; coding: utf-8
13008 ;; fill-column: 79
13009 ;; add-log-time-zone-rule: t
13010 ;; End:
13011
13012 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4