Merge from gnus--devo--0
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
2
3 * ietf-drums.el (ietf-drums-remove-comments): Localize second
4 condition-case to only the forward-sexp call.
5
6 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
7
8 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
9 quotes contained. Make it more robust regardless by an extra
10 condition-case wrapper.
11
12 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
13
14 * nnml.el (nnml-request-expire-articles): Check if the function set to
15 `nnmail-expiry-target' returns the symbol `delete'.
16
17 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
18
19 * nnmail.el (nnmail-expiry-target): Fix custom type.
20
21 2008-10-02 Glenn Morris <rgm@gnu.org>
22
23 * mm-util.el (mm-codepage-setup): Tweak codepage error.
24 Silence compiler warning.
25
26 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
27
28 * mml.el (mml-menu): Don't assume mml2015 is bound.
29
30 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
31
32 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
33 exists.
34
35 2008-09-27 Glenn Morris <rgm@gnu.org>
36
37 * gnus-util.el (mail-header-remove-comments): Autoload it.
38
39 2008-09-27 Andreas Schwab <schwab@suse.de>
40
41 * gnus-util.el (gnus-split-references): Strip comments.
42 (gnus-parent-id): Likewise.
43
44 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
45
46 * message.el (message-confirm-send): Fix version.
47
48 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
49
50 * message.el (message-idna-to-ascii-rhs-1): Use
51 mail-extract-address-components rather than mail-header-parse-addresses
52 that is an alias by default to ietf-drums-parse-addresses that does not
53 support non-ASCII names in headers' contents.
54
55 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
56
57 * message.el (message-confirm-send): Fixed variable documentation to
58 avoid the "y/n" wording.
59
60 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
61
62 * message.el (message-set-auto-save-file-name): Save to a different
63 filename so multiple messages (especially drafts) can be recovered.
64
65 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
66
67 * message.el (message-confirm-send): Add appropriate version.
68
69 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
70
71 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
72 defvar.
73
74 2008-09-22 Daiki Ueno <ueno@unixuser.org>
75
76 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
77 (mm-pkcs7-enveloped-magic): Ditto.
78
79 2008-09-17 Simon Josefsson <simon@josefsson.org>
80
81 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
82 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
83
84 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
85
86 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
87 default, it's better.
88
89 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
90
91 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
92 summary line gnus-number property and ignore them (with a warning
93 message).
94
95 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
96
97 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
98 macro caddr in the interactive form since it won't be expanded.
99
100 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
101
102 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
103 `charset'; fix name of function called recursively.
104 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
105
106 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
107
108 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
109 (gnus-mime-set-charset-parameters): New function.
110 (gnus-mime-view-part-as-charset): Use it to correctly display part
111 specifying wrong charset.
112
113 2008-09-08 David Engster <dengste@eml.cc>
114
115 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
116 in completing-read for back end server.
117
118 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
119
120 * message.el (message-confirm-send): New variable to confirm sending a
121 message.
122 (message-send): Use it.
123
124 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
125
126 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
127
128 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
129
130 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
131
132 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
133
134 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
135 prevent tracking too many groups.
136 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
137 Use it.
138
139 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
140
141 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
142 moving point to the bottom of the window in order to avoid recentering.
143
144 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
145
146 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
147 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
148 (gnus-article-beginning-of-window): Fix calculation.
149
150 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
151
152 * gnus-msg.el (gnus-summary-supersede-article)
153 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
154 value of gnus-newsgroup-charset to decode non-MIME encoded text in
155 message header.
156
157 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
158
159 * message.el:
160 * gnus-start.el:
161 * gnus-registry.el: Remove VMS support.
162
163 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
164
165 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
166 macro.
167 (rfc2104-hash): Use it.
168
169 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
170
171 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
172 (gnus-summary-sort-by-most-recent-date): New commands.
173 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
174 and menu entries.
175
176 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
177
178 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
179 don't redisplay article for raw contents; remove plural articles stuff.
180
181 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
182 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
183 on gnus-summary-save-article; display results properly.
184
185 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
186
187 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
188
189 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
190
191 * gnus-art.el (gnus-summary-save-in-pipe): Consider
192 gnus-save-all-headers.
193
194 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
195
196 * gnus-util.el (ns-focus-frame): Remove declaration.
197 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
198 like x.
199
200 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
201
202 * rfc2104.el (rfc2104-zero): Delete defconst.
203 (rfc2104-hex-alist): Likewise.
204 (rfc2104-hex-to-int): Delete func.
205 (rfc2104-hexstring-to-bitstring): Likewise.
206 (rfc2104-nybbles): New defconst.
207 (rfc2104-hash): Rewrite for speed.
208
209 2008-07-16 Glenn Morris <rgm@gnu.org>
210
211 * gnus-util.el (ns-focus-frame): Declare for compiler.
212
213 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
214
215 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
216 set as a group parameter.
217 (gnus-summary-save-in-pipe): Work when it is called independently.
218 (gnus-summary-pipe-to-muttprint): Don't modify
219 gnus-summary-pipe-output-default-command.
220
221 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
222
223 * message.el (message-send-mail-with-sendmail):
224 Display the error message.
225
226 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
227
228 * gnus-art.el (gnus-default-article-saver):
229 Add gnus-summary-save-in-pipe to choices.
230 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
231 gnus-summary-pipe-output-default-command as the default command.
232 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
233 instead of gnus-last-shell-command.
234
235 * gnus-sum.el (gnus-summary-pipe-output-default-command):
236 New user option.
237 (gnus-summary-muttprint-program): Mention the value will be changed.
238 (gnus-summary-save-article): Force showing of all headers.
239 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
240
241 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
242
243 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
244
245 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
246
247 * nnimap.el (nnimap-id):
248 * sieve-manage.el (sieve-manage-open): Doc fixes.
249
250 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
251
252 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
253 if available.
254
255 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
256
257 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
258
259 * nnkiboze.el (nnkiboze-generate-group):
260 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
261
262 * nnmairix.el: Require CL.
263
264 2008-06-15 David Engster <dengste@eml.cc>
265
266 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
267
268 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
269
270 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
271 New macros that expand to an `aset'/`aref' call under Emacs, and to a
272 runtime choice under XEmacs.
273
274 * gnus-sum.el (gnus-summary-set-display-table):
275 Use `gnus-put-display-table', `gnus-get-display-table',
276 `gnus-set-display-table' for the display table, instead of `aset'.
277
278 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
279
280 * nnmairix.el: Add autoloads.
281
282 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
283
284 * nnmairix.el (nnmairix-delete-recreate-group)
285 (nnmairix-update-and-clear-marks): Fix error messages.
286
287 2008-06-14 David Engster <dengste@eml.cc>
288
289 * nnmairix.el: Upgrade to version 0.6.
290 (nnmairix-group-toggle-propmarks-this-group)
291 (nnmairix-group-toggle-readmarks-this-group)
292 (nnmairix-group-delete-recreate-this-group)
293 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
294 (nnmairix-remove-tick-mark-original-article): New commands.
295 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
296 (nnmairix-propagate-marks-to-nnmairix-groups)
297 (nnmairix-only-use-registry, nnmairix-allowfast-default)
298 (nnmairix-marks-cache, nnmairix-version-output): New variables.
299 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
300 functions needed for marks propagation and manipulation of read marks.
301 (nnmairix-update-groups): New function.
302 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
303 (nnmairix-determine-original-group-from-registry)
304 (nnmairix-determine-original-group-from-path)
305 (nnmairix-get-group-from-file-path, nnmairix-map-range)
306 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
307 New helper functions.
308 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
309 keystrokes for new commands.
310 (nnmairix-delete-and-create-on-change): Doc string cleanup.
311 (nnmairix-request-group): Check allow-fast group parameter.
312 (nnmairix-request-create-group): Set allow-fast group parameter if
313 nnmairix-allowfast-default is set.
314 (nnmairix-close-group): Propagate marks upon closing if needed.
315 (nnmairix-group-toggle-threads-this-group): Use new.
316 nnmairix-group-toggle-parameter helper function.
317 (nnmairix-search): Better check for empty search result.
318 (nnmairix-goto-original-article): Use new helper functions for
319 determining original article.
320 (nnmairix-show-original-article): Make sure message-id is in brackets.
321 (nnmairix-call-mairix-binary): Change variable name.
322 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
323 helper function.
324 (nnmairix-widget-toggle-activate): Fix doc string.
325
326 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
327
328 * nnir.el: Require edmacro when compiling with XEmacs.
329 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
330 available in Emacs 21.
331
332 2008-06-11 Glenn Morris <rgm@gnu.org>
333
334 * gnus-util.el (x-focus-frame):
335 * gnus.el (image-size):
336 * mm-decode.el (image-size): Declare.
337
338 * gnus-picon.el (declare-function): Add compat definition.
339 (image-size): Declare.
340
341 * gnus-group.el (tool-bar-map):
342 * gnus-sum.el (tool-bar-map): Define for compiler.
343
344 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
345
346 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
347
348 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
349 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
350 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
351 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
352 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
353 * sieve-manage.el, spam-report.el, spam.el:
354 Remove unnecessary eval-and-compile of autoloads.
355
356 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
357
358 * auth-source.el: Precise Tramp doc.
359
360 2008-06-07 Glenn Morris <rgm@gnu.org>
361
362 * nnmairix.el: Remove unnecessary eval-when-compile.
363
364 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
365
366 * nnir.el: New file.
367
368 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
369
370 * gnus-util.el (gnus-read-shell-command): New function.
371 * mm-decode.el (mm-pipe-part):
372 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
373
374 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
375
376 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
377
378 2008-06-03 Glenn Morris <rgm@gnu.org>
379
380 * pop3.el (nnheader-accept-process-output): Autoload it.
381
382 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
383
384 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
385 are not 2-digit hexadecimal characters that follow `%'s.
386
387 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
388
389 * message.el (message-bogus-recipient-p): Fix type in doc string.
390 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
391 (message-bogus-addresses): Rename from message-bogus-address-regexp.
392 Improve custom options.
393 (message-bogus-recipient-p): Adjust accordingly.
394
395 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
396
397 * nnmairix.el: Require edmacro when compiling with XEmacs.
398
399 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
400
401 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
402 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
403
404 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
405
406 * auth-source.el: Add more docs.
407
408 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
409
410 * nnheader.el (nnheader-read-timeout): Change the default timeout from
411 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
412 retrieval faster in some cases, but might make CPU usage larger. If
413 this has any bad side effects, we might revert this change.
414
415 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
416 seems to make mail retrieval much, much faster.
417 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
418 unconditionally.
419
420 * gnus-draft.el (gnus-group-send-queue): Bind
421 message-send-mail-partially-limit to nil to avoid being prompted.
422
423 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
424
425 * mml.el (mml-attach-buffer): Prompt for `disposition'.
426
427 * message.el (message-bogus-address-regexp): Fix and improve custom
428 type.
429 (message-setup-hook): Add message-check-recipients as custom option.
430
431 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
432
433 * message.el (message-cite-function): Remove bogus autoload which crept
434 in during merge from v5-10.
435
436 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
437
438 * nnimap.el (nnimap-open-connection): Fix login/password bug.
439
440 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
441
442 * auth-source.el: Preliminary Tramp docs.
443 (auth-sources): Change the default auth-sources to use
444 EPA .gpg files.
445
446 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
447
448 * nntp.el: Autoload `auth-source-user-or-password'.
449 (nntp-send-authinfo): Use it.
450
451 * nnimap.el: Autoload `auth-source-user-or-password'.
452 (nnimap-open-connection): Use it.
453
454 * auth-source.el: Added docs on using with url-auth. Import gnus-util
455 for the gnus-message function.
456 (auth-source-user-or-password): Use it.
457
458 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
459
460 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
461 rfc2104-hexstring-to-byte-list. Return a unibyte string.
462 (rfc2104-hash): Use it.
463
464 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
465
466 * gnus-art.el (gnus-article-toggle-truncate-lines):
467 Don't use `iff' in docstring.
468
469 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
470
471 * gnus-registry.el: Adjusted copyright dates and added a keyword.
472
473 * gnus-util.el (gnus-extract-address-component-name)
474 (gnus-extract-address-component-email): Convenience functions around
475 `gnus-extract-address-components'.
476
477 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
478 Use `gnus-extract-address-component-email' to fix bug of comparing full
479 sender name to `user-mail-address'.
480
481 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
482
483 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
484 catch/throw to optimize.
485 (gnus-registry-find-keywords): Just use member to find a keyword.
486
487 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
488
489 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
490 is current before calling gnus-server-prepare.
491 (gnus-server-setup-buffer, gnus-server-update-server)
492 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
493
494 2008-05-04 Juri Linkov <juri@jurta.org>
495
496 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
497 (mailcap-file-default-commands): Use mailcap-replace-in-string
498 instead of replace-regexp-in-string, and mailcap-delete-duplicates
499 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
500
501 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
502
503 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
504
505 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
506
507 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
508 hooks.
509 (gnus-update-read-articles): Speed up non-marks-using users.
510 (gnus-use-marks): Define gnus-use-marks.
511 (gnus-propagate-marks): Rename variable to something more sensible.
512
513 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
514
515 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
516 (gmm-image-load-path-for-library): Fix typos in docstrings.
517 (gmm-message): Reflow docstring.
518
519 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
520
521 * mail-source.el (mail-source-set-1, mail-source-bind):
522 Move auth-source code out of the macro to clean it up and fix bugs.
523
524 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
525
526 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
527 by sender if it's equal to user-mail-address, it's likely to be
528 useless.
529
530 * mail-source.el (mail-source-bind): Don't use user or password if they
531 are not bound. Unintern them if they are nil. Don't use server unless
532 it's bound, and default it to empty string otherwise.
533
534 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
535
536 * mail-source.el: Load auth-source.el.
537 (mail-source-bind): Add comments. Call auth-source-user-or-password to
538 get user name or password, if auth-sources is set up.
539
540 * gnus-registry.el (gnus-registry-split-strategy): New variable for
541 strategy of splitting with parent.
542 (gnus-registry-split-fancy-with-parent)
543 (gnus-registry-post-process-groups): Use it and fix prior
544 bug (returning a list as the split result).
545
546 * auth-source.el (auth-sources): Remove server parameter.
547 (auth-source-pick, auth-source-user-or-password)
548 (auth-source-user-or-password-imap)
549 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
550 (auth-source-user-or-password-sftp)
551 (auth-source-user-or-password-smtp): Remove server parameter.
552
553 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
554
555 * smime.el (smime-sign-region, smime-encrypt-region)
556 (smime-decrypt-region):
557 Remove redundant calls to `generate-new-buffer-name'.
558
559 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
560
561 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
562 Don't use QP for message/rfc822.
563 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
564
565 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
566
567 * sieve-manage.el (sieve-string-bytes): Remove.
568 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
569 correct byte-length only if the process's coding-system is the same as
570 the one used internally by Emacs to represent strings.
571
572 2008-04-22 Juri Linkov <juri@jurta.org>
573
574 * mailcap.el (mailcap-file-default-commands): New function.
575
576 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
577
578 * message.el (message-signature-separator, message-cite-function):
579 Change custom version.
580
581 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
582
583 * mm-decode.el (mm-display-external): Make temp file read-only.
584
585 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
586
587 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
588 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
589 `C-c C-f d'.
590
591 2008-04-12 Adrian Aichner <adrian@xemacs.org>
592
593 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
594
595 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
596
597 * auth-source.el: Added docs.
598 (auth-sources): Modify format to support server.
599 (auth-source-pick, auth-source-user-or-password)
600 (auth-source-user-or-password-imap)
601 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
602 (auth-source-user-or-password-sftp)
603 (auth-source-user-or-password-smtp): Add server parameter.
604
605 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
606
607 * gnus-registry.el: Initialize the registry when gnus-registry-install
608 is t.
609
610 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
611
612 * compface.el (uncompface): Make buffer unibyte.
613
614 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
615
616 * mail-source.el (mail-source-value):
617 Prefer fboundp to functionp so it works with macros as well.
618
619 2008-04-05 Glenn Morris <rgm@gnu.org>
620
621 * gnus-ems.el (mm-disable-multibyte): Autoload it.
622
623 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
624
625 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
626 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
627
628 * nnheader.el (nnheader-init-server-buffer): Change buffer's
629 multibyteness after rather than before erasing it.
630
631 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
632 mm-with-multibyte.
633 (gnus-request-article-this-buffer): Make sure the proper decoding is
634 used if gnus-original-article-buffer happens to be unibyte.
635
636 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
637 default-enable-multibyte-characters.
638
639 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
640 default-enable-multibyte-characters.
641
642 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
643
644 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
645
646 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
647
648 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
649 Fix last change in case the element is not even a symbol.
650
651 2008-04-02 Simon Josefsson <simon@josefsson.org>
652
653 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
654 imap-enable-exchange-bug-workaround.
655 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
656
657 2008-04-01 Simon Josefsson <simon@josefsson.org>
658
659 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
660 a 100 byte status-checks into a 2-3MB transfer for each group.
661 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
662 to enable bug workaround or not.
663 (nnimap-find-minmax-uid): Only enable workaround conditionally.
664
665 2008-03-31 Glenn Morris <rgm@gnu.org>
666
667 * message.el (mml2015-use): Declare for compiler.
668 (message-info): Require mml2015 when appropriate.
669
670 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
671
672 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
673 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
674 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
675 (nntp-service-to-port): New function.
676 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
677 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
678 (nntp-open-netcat-stream): New function.
679 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
680
681 2008-03-29 Sven Joachim <svenjoac@gmx.de>
682
683 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
684
685 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
686
687 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
688
689 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
690
691 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
692
693 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
694
695 * message.el (message-signature-separator): Change default.
696 Improve custom type.
697 (message-cite-function): Change default to
698 message-cite-original-without-signature.
699
700 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
701 toggle.
702
703 * message.el (message-check-news-body-syntax): Fix signature check.
704 (message-setup-1): Mark buffer as unmodified _after_ running
705 message-setup-hook and handling message-alternative-emails.
706 (message-shorten-references): Be more strict when building list of
707 valid references to comply with GNKSA.
708
709 * gnus-group.el (gnus-read-ephemeral-bug-group)
710 (gnus-read-ephemeral-debian-bug-group)
711 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
712
713 * message.el (message-info): Don't use booleanp which isn't supported
714 in Emacs 21 and XEmacs.
715
716 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
717
718 * gnus-group.el (gnus-gmane-group-download-format): Rename from
719 gnus-group-gmane-group-download-format.
720 (gnus-group-read-ephemeral-gmane-group): Rename from
721 gnus-group-read-ephemeral-gmane-group.
722 (gnus-read-ephemeral-gmane-group-url): Rename from
723 gnus-group-read-ephemeral-gmane-group-url.
724 (gnus-bug-group-download-format-alist): New variable.
725 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
726 (gnus-read-ephemeral-emacs-bug-group): New commands.
727
728 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
729
730 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
731 (gnus-visible-headers): Improve custom type.
732
733 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
734
735 * mml.el (mml-menu): Add workarounds for XEmacs.
736
737 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
738 X-Boundary header.
739
740 * message.el (message-simplify-recipients): Fix previous commit.
741
742 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
743
744 * mm-util.el (mm-set-buffer-multibyte): New function.
745 * mm-decode.el (mm-copy-to-buffer): Use it.
746
747 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
748 Prefer fboundp to functionp so it works with macros as well.
749
750 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
751
752 * message.el (message-alter-recipients-discard-bogus-full-name):
753 New function.
754 (message-alter-recipients-function): New variable.
755 (message-get-reply-headers): Use it.
756 (message-replace-header): New helper function.
757 (message-recipients-without-full-name): New variable.
758 (message-simplify-recipients): New command.
759
760 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
761
762 * message.el (message-info): Handle EasyPG manual.
763
764 * mml.el (mml-menu): Add entry for EasyPG.
765
766 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
767
768 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
769 parameter.
770
771 * message.el (message-disassociate-draft): Specify drafts group name
772 fully.
773
774 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
775
776 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
777 unnecessary duplicates from the match list.
778
779 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
780
781 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
782 args of `how-many' of which the XEmacs version doesn't take; declare
783 Info-index-next as function.
784
785 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
786
787 * gnus-score.el (gnus-score-headers): Fix handling of
788 gnus-inhibit-slow-scoring.
789
790 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
791 string.
792 (gnus-button-url-regexp): Improve handling of parenthesis.
793 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
794 (gnus-button-handle-info-keystrokes): Handle index entries.
795
796 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
797
798 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
799 Incoming* files.
800
801 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
802
803 * auth-source.el (auth-sources): Renamed from auth-source-choices.
804 (auth-source-pick): Use it.
805
806 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
807
808 * auth-source.el (auth-source-protocols)
809 (auth-source-protocols-customize, auth-source-choices): Added and
810 modified variable customizations and defaults.
811 (auth-source-pick, auth-source-user-or-password)
812 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
813 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
814 (auth-source-user-or-password-sftp)
815 (auth-source-user-or-password-smtp): Use new variables and provide an
816 interface to netrc.el.
817
818 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
819
820 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
821 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
822 Make sure the nntp port to specify is a string.
823
824 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
825
826 * nntp.el: Use with-current-buffer.
827 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
828 dubious mm-with-unibyte-current-buffer.
829 (nntp-with-open-group-function): New function extracted from
830 nntp-with-open-group macro.
831 (nntp-with-open-group): Use the function, so it's easier to debug.
832 Add indentation and debugging info.
833 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
834 the use of the netcat alternatives.
835
836 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
837 Avoid mm-string-as-multibyte as well.
838
839 * nnweb.el (nnweb-insert-html):
840 Remove use of nnheader-string-as-multibyte.
841
842 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
843 (nnheader-string-as-multibyte): Remove.
844
845 * mm-view.el: Use inhibit-read-only.
846 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
847 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
848 or unibyte-string.
849
850 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
851 (mm-uu-yenc-extract): Use with-current-buffer.
852
853 * gnus-soup.el (gnus-soup-send-packet): Don't use
854 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
855
856 * nnmh.el: Use with-current-buffer.
857 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
858 mm-string-as-multibyte on the output of mm-encode-coding-string.
859
860 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
861 (nnimap-request-move-article): Use with-current-buffer.
862
863 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
864 inserting the handle-buffer's text, so the implicit multibyte->unibyte
865 conversion uses string-make-unibyte rather than string-as-unibyte.
866
867 * gnus-msg.el: Use with-current-buffer.
868
869 * message.el (message-ignored-resent-headers): Add "Delivered-To".
870
871 2008-03-10 Daiki Ueno <ueno@unixuser.org>
872
873 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
874 string for caching if it is 'PIN.
875
876 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
877
878 * mail-source.el (mail-source-delete-old-incoming-confirm):
879 Change default to nil.
880 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
881
882 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
883
884 * gnus-art.el (gnus-narrow-to-page): Position point properly.
885 (gnus-article-goto-prev-page): Work for articles having ^L's.
886
887 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
888
889 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
890
891 2008-03-07 Karl Fogel <kfogel@red-bean.com>
892
893 * gnus-bookmark.el: Adjust for renames in bookmark.el.
894 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
895 (gnus-bookmark-jump): Adjust some variable names.
896
897 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
898
899 * auth-source.el: New package.
900 (auth-source-choices): Add customization entry point variable.
901
902 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
903 bug.
904
905 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
906
907 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
908 (gnus-registry-initialize, gnus-registry-install-p): Use it.
909 (gnus-registry-install-shortcuts): Rename from
910 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
911 the `gnus-registry-mark-map' keymap dynamically from
912 `gnus-registry-marks'. The generated functions update the summary line
913 when a registry mark is added or deleted, and will call
914 `gnus-registry-install-p' (see the comments in the code).
915 (gnus-registry-user-format-function-M): Use concat intelligently.
916
917 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
918 the registry mark functions.
919
920 2008-03-05 Glenn Morris <rgm@gnu.org>
921
922 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
923 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
924 gnus-art.
925 (top-level): No need to load own source when compiling.
926
927 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
928
929 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
930 Suggested by <chris.anderton@zetnet.co.uk>.
931
932 2008-03-04 Glenn Morris <rgm@gnu.org>
933
934 * gnus-sum.el (top-level): No need to require gnus when compiling,
935 since unconditionally required near start of file.
936 (gnus-summary-display-while-building): Move definition before use.
937
938 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
939
940 * gnus-registry.el (gnus-registry-user-format-function-M): Add
941 formatting function.
942
943 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
944
945 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
946 with plists.
947 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
948 Use new format.
949
950 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
951
952 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
953 `where-is-internal' that returns a range of key sequences.
954
955 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
956
957 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
958
959 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
960 (gnus-summary-jump-to-group): Consider windows on other displayed
961 frames as well. Similar changes might be needed elsewhere, but that's
962 the one I've bumped into during my use.
963
964 * nndoc.el (nndoc-oe-dbx-type-p):
965 * gnus-msg.el (gnus-debug):
966 * gnus-group.el (gnus-update-group-mark-positions):
967 Use mm-string-to-multibyte.
968
969 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
970
971 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
972 doesn't handle NotDashEscaped.
973
974 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
975 (mml-dnd-attach-options): Fix typo in custom choice.
976
977 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
978 nndoc-article-type to mbox.
979 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
980
981 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
982 to nil, instead of html2text.
983
984 * imap.el (imap-debug): Add `imap-ping-server'.
985
986 * gnus-bookmark.el: Add FIXMEs.
987
988 * message.el (message-form-letter-separator)
989 (message-send-form-letter-delay): New variables.
990 (message-send-form-letter): Use them. New command to send form
991 letters. Requested by Uwe Siart.
992 (message-send-mail-function): Doc fix. Add "Other" custom option.
993
994 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
995
996 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
997 empty author.
998
999 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
1000
1001 * gnus-registry.el (gnus-registry-marks): Add variable for
1002 customization of marks and their appearance.
1003 (gnus-registry-read-mark): Use it.
1004 (gnus-registry-do-marks): Add utility function to loop through
1005 `gnus-registry-marks'.
1006 (gnus-registry-install-shortcuts-and-menus): Add function to install
1007 shortcuts and menus.
1008 (gnus-registry-initialize): Use it.
1009 (gnus-registry-default-mark): Clarify documentation.
1010
1011 2008-02-29 Glenn Morris <rgm@gnu.org>
1012
1013 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
1014 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
1015 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
1016 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
1017 Change defcustom :version from 23.0 to 23.1.
1018
1019 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
1020
1021 * gnus-registry.el (gnus-registry-follow-group-p)
1022 (gnus-registry-post-process-groups): Add functions to aid registry
1023 splitting and improve logging. Clarify behavior in function
1024 documentation.
1025 (gnus-registry-split-fancy-with-parent): Use them.
1026
1027 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1028
1029 * gnus-art.el: Use with-current-buffer.
1030
1031 2008-02-27 David Engster <dengste@eml.cc>
1032
1033 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
1034 Express real group name in the response.
1035
1036 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
1037
1038 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
1039 (nnmairix-last-server, nnmairix-current-server): Defvar them.
1040 (nnmairix-goto-original-article): Defvar gnus-registry-install and
1041 autoload gnus-registry-fetch-group when compiling.
1042 (nnmairix-request-group-with-article-number-correction): Remove
1043 unreferenced argument passed to nnmairix-call-backend.
1044
1045 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
1046
1047 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
1048 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
1049 Wilde.
1050
1051 2008-02-27 Glenn Morris <rgm@gnu.org>
1052
1053 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
1054 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
1055 variables to defconsts. Convert comments to doc-strings.
1056 (nnmairix-last-server, nnmairix-current-server): Convert from free
1057 variables to defvars. Convert comments to doc-strings.
1058 (gnus-registry-fetch-group): Autoload.
1059 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
1060 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
1061 (nnmairix-widget-build-editable-fields): Use car cddr rather than
1062 caddr.
1063 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
1064 nnmairix-request-group-with-article-number-correction call.
1065 (nnmairix-fast, nnmairix-group): New, less general names, for free
1066 variables passed from nnmairix-request-group to
1067 nnmairix-request-group-with-article-number-correction. Declare.
1068 (nnmairix-request-group-with-article-number-correction):
1069 Use nnmairix-fast, nnmairix-group rather than fast, group.
1070
1071 2008-02-26 David Engster <dengste@eml.cc>
1072
1073 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
1074 version 0.5.
1075
1076 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
1077
1078 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
1079 instead of making an extra function call. Don't add the current group
1080 to articles only when they have the group. Use
1081 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
1082 Reported by David <de_bb@arcor.de>.
1083
1084 2008-02-24 Miles Bader <miles@gnu.org>
1085
1086 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
1087 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
1088 (mm-find-mime-charset-region):
1089 * mm-bodies.el (mm-encode-body):
1090 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
1091
1092 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
1093
1094 * mail-source.el (mail-source-delete-incoming): Change default.
1095 Supplement doc string.
1096
1097 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
1098
1099 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
1100
1101 * nnmail.el (nnmail-message-id-cache-file): Derive from
1102 `gnus-home-directory'.
1103
1104 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
1105
1106 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
1107 Document negative prefix.
1108
1109 * gnus-group.el (gnus-group-read-group): Document negative prefix.
1110
1111 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1112
1113 * message.el (message-unsent-separator): Add the Exim bounce
1114 separator.
1115
1116 2008-02-10 Daiki Ueno <ueno@unixuser.org>
1117
1118 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1119 list.
1120 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1121 recipient/signer list.
1122
1123 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
1124
1125 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1126 fbound (Emacs 23 unicode), signal an error.
1127
1128 2008-02-08 Glenn Morris <rgm@gnu.org>
1129
1130 * gnus-art.el (pgg-display-output-buffer): Declare as function.
1131
1132 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
1133
1134 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1135 ports to the calls to `netrc-machine-user-or-password' in addition to
1136 "imap" and "imaps".
1137
1138 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
1139
1140 * gnus.el (gnus-group-startup-message): Add `find-image' call before
1141 image-load-path is let-bound. Reported by Harald Hanche-Olsen
1142 <hanche@math.ntnu.no>.
1143
1144 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
1145
1146 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1147
1148 2008-02-01 Zhang Wei <id.brep@gmail.com>
1149
1150 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1151
1152 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1153
1154 2008-02-01 Miles Bader <miles@gnu.org>
1155
1156 * mml.el (mml-parse-1): Remove apparently vestigial use of
1157 `mm-hack-charsets'.
1158 * mm-bodies.el (mm-encode-body): Likewise.
1159
1160 2008-02-01 Kenichi Handa <handa@m17n.org>
1161
1162 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
1163 rfc2104-hexstring-to-bitstring and changed to return a byte list.
1164 (rfc2104-hash): Convert the result of concat to unibyte string.
1165
1166 2008-02-01 Dave Love <fx@gnu.org>
1167
1168 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
1169 coding-system-for-read.
1170 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
1171
1172 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
1173 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
1174 (mm-find-mime-charset-region): Remove hack-charsets stuff.
1175
1176 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
1177
1178 * mail-source.el (mail-sources): Add `group' choice.
1179
1180 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1181 parameter `in-group' to control into which group the articles go.
1182 Add treatment of `group' mail-source.
1183
1184 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1185
1186 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1187 * message.el (message-beginning-of-line): Use featurep instead of bound
1188 tests in order to resolve conditionals at compile time.
1189
1190 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
1191
1192 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1193
1194 * mm-decode.el (mm-dissect-buffer): Decode description.
1195
1196 * mml.el (mml-to-mime): Encode message header first.
1197
1198 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
1199
1200 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1201 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1202
1203 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
1204
1205 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1206
1207 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
1208
1209 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1210 prefix keys.
1211 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1212 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1213 gnus-xmas.el.
1214
1215 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
1216
1217 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1218 Add new variables for article mark management.
1219 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1220 list of extra data entries which, when present, will indicate that the
1221 article ID should not be trimmed from the registry.
1222 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1223 functions.
1224 (gnus-registry-read-mark): New function to read a mark name from the
1225 user.
1226 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1227 (gnus-registry-set-article-mark-internal): New functions to add and
1228 remove marks.
1229 (gnus-registry-get-article-marks): New function to show the marks for
1230 an article, or retrieve them for further use.
1231
1232 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
1233
1234 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1235 keys when no argument is given.
1236
1237 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
1238
1239 * gnus-sum.el (gnus-article-sort-by-random)
1240 (gnus-thread-sort-by-random): Fix doc strings. Reported by
1241 jidanni@jidanni.org.
1242
1243 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
1244
1245 * gnus-art.el (gnus-article-describe-bindings): New function.
1246 (gnus-article-read-summary-keys): Use it.
1247 (gnus-article-mode-map): Bind `C-h b' to it.
1248
1249 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
1250
1251 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1252 XEmacs.
1253 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1254 against non-character events.
1255
1256 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
1257
1258 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1259 command.
1260 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1261 instead of END. Change name of the temp file.
1262 (gnus-group-gmane-group-download-format): Add doc string. Make it
1263 customizable.
1264
1265 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
1266
1267 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1268 bind `S W' to gnus-article-wide-reply-with-original; set default
1269 binding to gnus-article-read-summary-send-keys.
1270 (gnus-article-read-summary-keys): Fix the order of keys; display
1271 continuation keys correctly in the echo area; describe bindings
1272 correctly when keys end with `C-h'.
1273 (gnus-article-read-summary-send-keys): New function.
1274 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1275 for gnus-article-read-summary-send-keys; display continuation keys
1276 correctly in the echo area.
1277 (gnus-article-reply-with-original): Ignore prefix argument.
1278 (gnus-article-wide-reply-with-original): New function.
1279
1280 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
1281
1282 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1283 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1284
1285 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
1286
1287 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1288 (gnus-group-read-ephemeral-gmane-group): New command.
1289
1290 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1291
1292 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1293
1294 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
1295
1296 * message.el (message-send-mail-function): Increase custom version.
1297
1298 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1299 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
1300
1301 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
1302
1303 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1304 html parts correctly; support forwarded messages.
1305 (gnus-article-browse-html-article): Remove work buffers.
1306
1307 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1308 compiling.
1309 (netrc-bound-and-true-p): New macro.
1310 (netrc-parse): Use it instead of bound-and-true-p that is not available
1311 in XEmacs 21.4.
1312
1313 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
1314
1315 * gnus-registry.el (gnus-registry-mark-article)
1316 (gnus-registry-article-marks): Add functionality to mark articles
1317 through the Gnus registry.
1318
1319 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1320 (netrc-parse): Use encrypt-file-alist to determine if
1321 encrypt-find-model or encrypt-insert-file-contents should be used.
1322
1323 2007-12-19 Glenn Morris <rgm@gnu.org>
1324
1325 * mml.el (message-options-set, message-narrow-to-head)
1326 (message-in-body-p, message-mail-p, message-encode-message-body):
1327 Autoload.
1328 (message-remove-header, message-narrow-to-headers-or-head)
1329 (message-subscribed-p, message-make-mail-followup-to)
1330 (message-position-on-field, message-news-p)
1331 (message-options-set-recipient, message-generate-headers)
1332 (message-sort-headers): Declare as functions.
1333
1334 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
1335
1336 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1337 convention in doc string.
1338
1339 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
1340
1341 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1342 title to html parts.
1343 (gnus-article-browse-html-article): Pass message header to it.
1344
1345 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1346
1347 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
1348
1349 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1350 or password compatible with XEmacs.
1351
1352 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
1353
1354 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1355 format document.
1356 (gnus-mime-delete-part): Don't write description line if empty.
1357 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1358
1359 2007-12-14 Johan Bockgård <bojohan@gnu.org>
1360
1361 * gnus-sum.el (gnus-summary-mark-unread-as-read)
1362 (gnus-summary-mark-read-and-unread-as-read)
1363 (gnus-summary-mark-current-read-and-unread-as-read)
1364 (gnus-summary-mark-unread-as-ticked): Doc fix.
1365 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1366
1367 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1368
1369 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
1370 Christoph Conrad <christoph.conrad@gmx.de>.
1371
1372 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1373
1374 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1375 yes-or-no-p.
1376
1377 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
1378
1379 * mm-decode.el (mm-add-meta-html-tag): New function.
1380 (mm-save-part-to-file, mm-pipe-part): Use it.
1381
1382 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1383 gnus-y-or-n-p instead of y-or-n-p.
1384 (gnus-article-browse-html-parts): Work with message/external-body; use
1385 mm-add-meta-html-tag.
1386
1387 2007-12-11 Glenn Morris <rgm@gnu.org>
1388
1389 * gnus-cache.el: Require gnus-sum not just when compiling.
1390
1391 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1392
1393 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1394 definitions before use.
1395
1396 * mm-decode.el: Require gnus-util.
1397 (mm-remove-part): Only call delete-annotation on XEmacs.
1398
1399 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1400
1401 * nnmail.el: Require gnus-int.
1402
1403 * spam.el: Move `require's before `eval-when-compile's.
1404
1405 * gnus-ems.el (gnus-alive-p):
1406 * gnus-fun.el (message-goto-eoh):
1407 * gnus-util.el (gnus-group-name-decode):
1408 * mail-source.el (gnus-compress-sequence):
1409 * message.el (Info-goto-node, format-spec):
1410 * mm-bodies.el (message-options-get):
1411 * mm-decode.el (mm-view-pkcs7):
1412 * mm-util.el (gmm-write-region):
1413 * mml-smime.el (mml-compute-boundary)
1414 (gnus-completing-read-with-default):
1415 * mml.el (widget-button-press, gnus-make-hashtable):
1416 * mml1991.el (mm-decode-content-transfer-encoding)
1417 (mm-encode-content-transfer-encoding)
1418 (message-options-get, message-options-set):
1419 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1420 * nnfolder.el (gnus-request-group):
1421 * nnheader.el (ietf-drums-unfold-fws):
1422 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1423 * smime.el (gnus-run-mode-hooks):
1424 * spam-stat.el (gnus-message): Autoload.
1425
1426 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1427 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1428 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1429 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1430 Add declare-function compatibility definition.
1431
1432 * gnus-cache.el (nnvirtual-find-group-art):
1433 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1434 (gnus-add-image, gnus-add-wash-type):
1435 * gnus-group.el (nnkiboze-score-file):
1436 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1437 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1438 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1439 (message-tokenize-header, gnus-get-buffer-create)
1440 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1441 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1442 * gnus.el (gnus-group-decoded-name):
1443 * mail-source.el (imap-capability):
1444 * mm-bodies.el (message-options-set):
1445 * mm-decode.el (gnus-configure-windows):
1446 * mm-extern.el (message-goto-body):
1447 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1448 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1449 (epg-sub-key-validity, message-options-set):
1450 * mml.el (widget-event-point, gnus-configure-windows):
1451 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1452 * mml2015.el (epg-check-configuration, epg-configuration)
1453 (message-options-set):
1454 * nndb.el (nndb-request-article):
1455 * nnfolder.el (gnus-request-create-group):
1456 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1457 * nnmaildir.el (gnus-group-mark-article-read):
1458 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1459 * rfc1843.el (message-fetch-field):
1460 * spam.el (gnus-extract-address-components):
1461 Declare as functions.
1462
1463 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
1464
1465 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1466
1467 2007-12-09 Glenn Morris <rgm@gnu.org>
1468
1469 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1470
1471 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1472 * message.el, mm-view.el, sieve-manage, smime.el:
1473 Add declare-function compatibility definition.
1474
1475 * gnus-art.el (w3-region, w3m-region, Info-menu):
1476 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1477 * gnus-sum.el (gnus-get-predicate):
1478 * gnus-util.el (mm-append-to-file, w32-focus-frame):
1479 * message.el (mail-abbrev-in-expansion-header-p):
1480 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1481 (w3m-detect-meta-charset, w3m-region):
1482 * sieve-manage.el (password-read, password-cache-add)
1483 (password-cache-remove):
1484 * smime.el (password-read-and-add): Declare as functions.
1485
1486 2007-12-08 David Kastrup <dak@gnu.org>
1487
1488 * gnus-sum.el (gnus-summary-simplify-subject-query):
1489 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1490 `message'.
1491
1492 2007-12-07 Glenn Morris <rgm@gnu.org>
1493
1494 * gnus-art.el (article-make-date-line): Revert previous change.
1495
1496 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
1497
1498 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1499
1500 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
1501
1502 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1503 Call gnus-add-to-range ranges only once with a prepared article-list.
1504
1505 2007-12-06 Paul Jarc <prj@po.cwru.edu>
1506
1507 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1508 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1509 group names with backslashes. Reported by Tassilo Horn
1510 <tassilo@member.fsf.org>.
1511
1512 2007-12-06 D. Goel <deego3@gmail.com>
1513
1514 * gnus-art.el (article-make-date-line):
1515 * gnus-start.el (gnus-load):
1516 * pop3.el (pop3-read-response): Fix buggy call to `error'.
1517
1518 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1519
1520 * gnus-art.el (gnus-use-idna)
1521 * gnus-start.el (gnus-site-init-file)
1522 * message.el (message-use-idna)
1523 * mm-uu.el (mm-uu-hide-markers)
1524 * smiley.el (smiley-style): Revert changes that suppress warnings.
1525
1526 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1527
1528 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1529 specify charset to html source. Reported by Christoph Conrad
1530 <christoph.conrad@gmx.de>.
1531
1532 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1533
1534 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1535 idna-program in order to suppress byte compile warning issued by XEmacs
1536 that came to byte compile the default value section of defcustom forms
1537 recently.
1538
1539 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1540 value of installation-directory.
1541
1542 * message.el (message-use-idna): Don't directly refer to the value of
1543 idna-program.
1544
1545 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1546
1547 * smiley.el (smiley-style): Don't directly call face-attribute.
1548
1549 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
1550
1551 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1552
1553 * gnus-dired.el: Reduce Gnus dependencies.
1554 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1555 require. Use autoloads instead.
1556 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1557 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1558 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1559 (gnus-dired-mode): Adjust doc string.
1560 (gnus-dired-mail-mode): New variable.
1561 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1562 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1563 (gnus-dired-mail-buffers): New function. Return mail or message
1564 composition buffers.
1565 (gnus-dired-attach): Use it.
1566 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1567 NO-DECODE.
1568 (gnus-dired-print): Use `gnus-print-buffer' depending on
1569 `gnus-dired-mail-mode'.
1570
1571 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1572
1573 * rfc2047.el (rfc2047-encoded-word-regexp)
1574 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1575 explaining what regexp patterns are for.
1576
1577 2007-12-04 Glenn Morris <rgm@gnu.org>
1578
1579 * password.el: Move to ../password-cache.el.
1580
1581 * mml1991.el (password-read, password-cache-add, password-cache-remove):
1582 * mml2015.el (password-read, password-cache-add, password-cache-remove):
1583 * mml-smime.el (password-read, password-cache-add)
1584 (password-cache-remove):
1585 No need to autoload, since mml-sec requires password.
1586
1587 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1588 * message.el (gnus-extract-address-components):
1589 * mml-smime.el (gnus-extract-address-components): Define for compiler.
1590
1591 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1592 password.
1593
1594 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
1595
1596 * mailcap.el: Reduce dependencies.
1597 (mail-header-parse-content-type): Autoload.
1598 (mailcap-delete-duplicates): New alias.
1599 (mailcap-mime-info): Add optional argument NO-DECODE.
1600 (mailcap-mime-types): Use mailcap-delete-duplicates.
1601
1602 * message.el (message-ignored-supersedes-headers): Add "X-ID".
1603
1604 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1605
1606 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1607 function.
1608
1609 * gnus-uu.el (gnus-uu-decode-yenc): New command.
1610 (gnus-uu-yenc-article): New function.
1611
1612 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1613
1614 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1615 buffer.
1616
1617 2007-12-02 Glenn Morris <rgm@gnu.org>
1618
1619 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
1620 Move to ../net.
1621
1622 * binhex.el, uudecode.el: Move to ../mail.
1623
1624 * encrypt.el: Remove file.
1625
1626 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
1627
1628 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1629 matches on patches.
1630
1631 * gnus-art.el (gnus-article-browse-html-article): Mention
1632 `mm-text-html-renderer' in the doc string.
1633
1634 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1635 string. Add comments.
1636
1637 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1638 if rhs is ASCII.
1639
1640 2007-12-01 Glenn Morris <rgm@gnu.org>
1641
1642 * dig.el, dns.el: Move to ../net.
1643 * format-spec.el, hex-util.el, sha1.el: Move to ../.
1644
1645 * mail-source.el (top-level): Require format-spec before
1646 eval-when-compile.
1647
1648 2007-11-30 Glenn Morris <rgm@gnu.org>
1649
1650 * encrypt.el: Require password, rather than autoloading password-read.
1651
1652 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
1653
1654 * gnus.el (gnus-method-to-server): Add an optional parameter so the
1655 caller can indicate whether the cache should be disregarded for this
1656 call. This way the result of the call is reproducible at all times and
1657 can be considered a canonical server name for the supplied method.
1658 (gnus-agent-method-p): Canonicalize server names by pushing their
1659 method through `gnus-method-to-server' using the no-cache argument.
1660
1661 * gnus-srvr.el (gnus-server-insert-server-line): Call
1662 `gnus-method-to-server' with `no-cache' argument.
1663
1664 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1665 gnus-agent-possibly-synchronize-flags as this should be called when the
1666 server is actually being opened.
1667 (gnus-agent-possibly-synchronize-flags)
1668 (gnus-agent-possibly-synchronize-flags-server): Move check for the
1669 flags file of an agentized server to the latter function.
1670
1671 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1672 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1673 after a connection has been established successfully.
1674
1675 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
1676
1677 * gnus-art.el (article-display-face): Force to display face if called
1678 interactively; check if gnus-article-x-face-too-ugly matches author.
1679 (article-display-x-face): Display face even if From header is missing
1680 as article-display-face does.
1681
1682 2007-11-28 Richard Stallman <rms@gnu.org>
1683
1684 * md4.el: Move to ../.
1685 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
1686
1687 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
1688
1689 * mail-source.el (mail-sources): Default to fetch from file for
1690 compatibility with default of nnmail-spool-file.
1691
1692 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
1693
1694 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1695 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1696 to look for encoded word that should be encoded again.
1697 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1698 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1699 encoding pattern.
1700 (rfc2047-decode-region): Switch strict regexp and loose one according
1701 to rfc2047-allow-irregular-q-encoded-words.
1702
1703 2007-11-26 Simon Josefsson <simon@josefsson.org>
1704
1705 * imap.el: Move to ../net directory.
1706
1707 2007-11-25 Romain Francoise <romain@orebokech.com>
1708
1709 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1710
1711 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1712
1713 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1714 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1715
1716 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1717 `nnmail-spool-file'.
1718
1719 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1720 `nnmail-spool-file'.
1721
1722 * gnus-move.el (gnus-change-server): Ditto.
1723
1724 * gnus-kill.el (gnus-batch-score): Ditto.
1725
1726 * gnus-cache.el (gnus-jog-cache): Ditto.
1727
1728 * gnus-msg.el (gnus-summary-reply):
1729 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
1730
1731 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1732
1733 * gnus-cache.el (gnus-cache-generate-nov-databases):
1734 Use nnml-generate-nov-databases-directory instead of
1735 nnml-generate-nov-databases-1.
1736
1737 2007-11-24 Glenn Morris <rgm@gnu.org>
1738
1739 * message.el (message-tool-bar-retro): Update for rename
1740 mail_send.xpm->mail-send.xpm.
1741
1742 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1743
1744 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1745 `smime-ldap-search' for Emacs 22 and up.
1746
1747 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1748
1749 * hashcash.el: Move to ../mail directory.
1750
1751 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
1752
1753 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1754 `smime-ldap-search' for Emacs 22 and up.
1755
1756 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1757
1758 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1759
1760 * message.el (message-send-mail-function): Fix error convention.
1761 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
1762 (message-widen-reply, message-send-mail, message-talkative-question)
1763 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
1764 (message-clone-locals, message-send-news): Use with-current-buffer.
1765 (message-insert-or-toggle-importance): Remove unused var `valid'.
1766 (message-make-references): Remove unused var `new-references'.
1767 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
1768
1769 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
1770
1771 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
1772 (spam-split-symbolic-return-positive): Reflow docstring.
1773 (spam-backends, spam-summary-exit-behavior)
1774 (spam-mark-ham-unread-before-move-from-spam-group)
1775 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
1776 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
1777 (spam-clear-cache, spam-backend-check, spam-install-backend)
1778 (spam-install-statistical-backend, spam-list-of-processors)
1779 (spam-group-processor-p, spam-split, spam-bogofilter-score)
1780 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
1781 (spam-check-crm114, spam-initialize, spam-unload-hook):
1782 Fix typos in docstrings.
1783
1784 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1785
1786 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
1787 been checked if they have never been read and those group levels are
1788 higher than the one that a user specified.
1789
1790 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1791
1792 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
1793 foreign groups unless a group level is specified by a user.
1794 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
1795
1796 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
1797
1798 * message.el (message-send-mail-function): Require sendmail.
1799
1800 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
1801
1802 * message.el (message-send-mail-function): Check for smtpmail too.
1803
1804 * utf7.el (utf7-encode, utf7-decode): Use coding system
1805 `utf-7'/`utf-7-imap' from utf-7.el' if available.
1806
1807 * message.el (message-send-mail-function): New function.
1808 (message-send-mail-function): Set default using
1809 message-send-mail-function. Adjust doc string.
1810 (message-send-mail-with-mailclient): New function.
1811
1812 2007-11-17 Richard Stallman <rms@gnu.org>
1813
1814 * assistant.el: Remove file.
1815
1816 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1817
1818 * smime.el (from):
1819 * rfc2047.el (message-posting-charset):
1820 * qp.el (mm-use-ultra-safe-encoding):
1821 * pop3.el (parse-time-months):
1822 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
1823 * nnml.el (files):
1824 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
1825 (jka-compr-compression-info-list, ange-ftp-path-format)
1826 (efs-path-regexp):
1827 * nndiary.el (files):
1828 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
1829 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
1830 (epg-digest-algorithm-alist, inhibit-redisplay)
1831 (password-cache-expiry):
1832 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
1833 (pgg-output-buffer, password-cache-expiry):
1834 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
1835 (efs-path-regexp):
1836 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
1837 (inhibit-redisplay):
1838 * mm-uu.el (file-name, start-point, end-point, entry)
1839 (gnus-newsgroup-name, gnus-newsgroup-charset):
1840 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
1841 (latin-unity-ucs-list):
1842 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
1843 (mm-uu-binhex-decode-function):
1844 * message.el (gnus-message-group-art, gnus-list-identifiers, )
1845 (rmail-enable-mime-composing, gnus-local-organization)
1846 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
1847 (gnus-read-active-file, facemenu-add-face-function)
1848 (facemenu-remove-face-function, gnus-article-decoded-p)
1849 (tool-bar-mode):
1850 * mail-source.el (display-time-mail-function):
1851 * gnus-util.el (nnmail-pathname-coding-system)
1852 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
1853 (gnus-original-article-buffer, gnus-user-agent)
1854 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
1855 (xemacs-codename, sxemacs-codename, emacs-program-version):
1856 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
1857 * gnus-start.el (gnus-agent-covered-methods)
1858 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
1859 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
1860 (gnus-newsgroup-headers, gnus-group-list-mode)
1861 (gnus-group-mark-positions, gnus-newsgroup-data)
1862 (gnus-newsgroup-unreads, nnoo-state-alist)
1863 (gnus-current-select-method, mail-sources)
1864 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
1865 (nnmail-spool-file, gnus-cache-active-hashtb):
1866 * gnus-mh.el (mh-lib-progs):
1867 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
1868 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
1869 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
1870 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
1871 (gnus-group-buffer):
1872 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
1873 (font-lock-set-defaults):
1874 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
1875 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
1876 (gnus-summary-post-menu, total-parts, type, condition, length):
1877 * gnus-agent.el (gnus-agent-read-agentview):
1878 * flow-fill.el (show-trailing-whitespace):
1879 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
1880 eval-and-compile wrappers for byte compiler pacifiers.
1881
1882 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
1883 (mm-display-inline-fontify): Check for featurep 'xemacs not
1884 extent-list.
1885
1886 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
1887 itimer-list.
1888 (mm-create-image-xemacs): Only do something for XEmacs.
1889 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
1890
1891 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
1892
1893 * gnus-registry.el (gnus-adaptive-word-syntax-table):
1894 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
1895
1896 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
1897
1898 * nnimap.el (nnimap-split-download-body):
1899 * gnus-demon.el (gnus-demon):
1900 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
1901
1902 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
1903
1904 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
1905 macros.
1906 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
1907 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
1908 copy data from unibyte buffer to multibyte current buffer.
1909 (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
1910 to copy data from unibyte current buffer to multibyte buffer.
1911 (nntp-make-process-buffer): Make process buffer unibyte.
1912
1913 * pop3.el (pop3-open-server): Fix typo in Lisp code.
1914
1915 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
1916
1917 * pop3.el (pop3-open-server): Accept and process data more robustly at
1918 connexion start to avoid spurious "POP SSL connexion failed" errors.
1919
1920 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
1921
1922 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
1923 read group names.
1924
1925 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
1926
1927 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
1928
1929 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
1930
1931 * nnmail.el (nnmail-parse-active): Make group names unibyte.
1932 (nnmail-save-active): Use a unibyte buffer when saving active file,
1933 which may contain non-ASCII group names.
1934
1935 * nnml.el (nnml-request-group): Decode group names in messages.
1936
1937 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
1938
1939 * message.el (message-citation-line-function)
1940 (message-insert-formatted-citation-line): Fix spelling of
1941 `message-insert-formated-citation-line'.
1942
1943 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
1944
1945 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
1946
1947 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1948
1949 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
1950 nnmail-pathname-coding-system.
1951
1952 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
1953 that a user enters; decode group names in messages.
1954
1955 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
1956
1957 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
1958
1959 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
1960
1961 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
1962
1963 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
1964 risky local variable.
1965
1966 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
1967
1968 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
1969
1970 * encrypt.el: Improve documentation to fix function name typo.
1971 Reported by Daiki Ueno <ueno@unixuser.org>.
1972
1973 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
1974
1975 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
1976 even if the point is not in the last page of an article.
1977 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
1978 back to the previous page.
1979
1980 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
1981
1982 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
1983
1984 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
1985
1986 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
1987
1988 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1989
1990 * message.el (message-check-news-body-syntax): Avoid
1991 mm-string-as-multibyte.
1992 (message-hide-headers): Don't assume (point-min)==1.
1993
1994 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1995
1996 * message.el (message-remove-blank-cited-lines): Fix if remove is
1997 given.
1998 (message-bogus-address-regexp): New variable.
1999 (message-bogus-recipient-p): New function.
2000 (message-check-recipients): New command.
2001 (message-syntax-checks): Add `bogus-recipient'.
2002 (message-fix-before-sending): Add `bogus-recipient'.
2003
2004 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
2005 (gnus-treat-body-boundary): Don't test window-system.
2006
2007 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
2008
2009 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
2010
2011 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2012
2013 * gnus.el: Bump version to Gnus v5.13.
2014
2015 2007-10-28 Miles Bader <miles@gnu.org>
2016
2017 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
2018 at compile-time too.
2019
2020 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
2021
2022 * gnus-msg.el (gnus-message-setup-hook): Add
2023 `message-remove-blank-cited-lines' to options.
2024
2025 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
2026
2027 * message.el (message-remove-blank-cited-lines): New function.
2028 Suggested by Karl Plästerer.
2029
2030 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
2031
2032 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
2033 mapc.
2034
2035 * imap.el (imap-open): Replace mapcar called for effect with mapc.
2036 (top-level): Use mapc to set functions to be traced for debugging.
2037
2038 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
2039 called for effect with while loop.
2040
2041 * message.el (message-talkative-question): Replace mapcar called for
2042 effect with mapc.
2043
2044 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
2045 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
2046 called for effect with dolist.
2047
2048 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
2049
2050 * nndiary.el: Use dolist instead of mapcar to add diary headers to
2051 gnus-extra-headers and nnmail-extra-headers.
2052
2053 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
2054 called for effect with dolist.
2055 (top-level): Use mapc to set functions to be traced for debugging.
2056
2057 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
2058 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
2059 dolist.
2060
2061 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
2062 Replace mapcar called for effect with mapc.
2063 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
2064 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
2065 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
2066 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
2067
2068 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
2069 remove-if that's a cl function.
2070
2071 * webmail.el (webmail-debug): Replace mapcar called for effect with
2072 dolist.
2073
2074 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
2075
2076 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
2077 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
2078 with while loop.
2079
2080 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
2081 functions from article-* functions.
2082 (gnus-multi-decode-header): Replace mapcar called for effect with
2083 dolist.
2084
2085 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2086 (gnus-bookmark-show-details): Replace mapcar called for effect with
2087 while loop.
2088
2089 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2090 called for effect with while loop.
2091
2092 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2093 with dolist.
2094
2095 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2096 mapcar called for effect with dolist.
2097
2098 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2099
2100 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2101 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2102 Replace mapcar called for effect with dolist.
2103 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2104 mapc.
2105
2106 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2107 Replace mapcar called for effect with dolist.
2108 (gnus-topic-list): Replace mapcar called for effect with mapc.
2109
2110 * gnus.el: Use mapc instead of mapcar to add autoloads.
2111
2112 2007-10-23 Richard Stallman <rms@gnu.org>
2113
2114 * gnus-group.el (gnus-group-highlight): Mark as risky.
2115
2116 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
2117
2118 * gnus.el (gnus-server-to-method): Return method found first in
2119 gnus-newsrc-alist.
2120
2121 * gnus-art.el (gnus-article-highlight-signature)
2122 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2123 button overlay without the front stickiness.
2124
2125 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
2126
2127 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2128 overview buffer needed a catch to receive its throw.
2129 (gnus-agent-flush-cache): Declared as interactive to make this function
2130 easier to use.
2131
2132 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
2133
2134 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2135 `next-line'.
2136
2137 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
2138
2139 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2140 exclude address matching message-dont-reply-to-names.
2141
2142 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2143
2144 * gnus-util.el (gnus-string<): New function.
2145
2146 * gnus-sum.el (gnus-article-sort-by-author)
2147 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
2148
2149 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2150
2151 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2152 the frame-focus tag is set in gnus-buffer-configuration.
2153
2154 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
2155
2156 * gnus-art.el (gnus-article-add-button): Make a button overlay without
2157 the front stickiness.
2158
2159 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2160
2161 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2162 url pattern; remove duplicate one.
2163 (gnus-article-extend-url-button): New function.
2164 (gnus-article-add-buttons): Use it.
2165 (gnus-button-push): Use concatenated url that it makes.
2166
2167 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
2168
2169 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2170 (sieve-manage-open): Use `mapc' instead of `mapcar'.
2171
2172 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2173
2174 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2175 Don't hardcode point-min==1.
2176
2177 2007-09-30 David Kastrup <dak@gnu.org>
2178
2179 * gnus-art.el (gnus-article-reply-with-original)
2180 (gnus-article-followup-with-original): When `transient-mark-mode' is
2181 off, refrain from active-region behavior for followups.
2182
2183 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
2184
2185 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
2186 Fix comment about "iso8859-1".
2187
2188 2007-10-08 Daiki Ueno <ueno@unixuser.org>
2189
2190 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2191 ones returned from the verify-function.
2192
2193 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2194 mml2015-extract-cleartext-signature if extraction failed.
2195
2196 2007-10-07 Daiki Ueno <ueno@unixuser.org>
2197
2198 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2199 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2200 failed.
2201
2202 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
2203
2204 * Relicense "GPLv2 or later" files to "GPLv3 or later".
2205
2206 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
2207
2208 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2209 to mark a thread as expirable. Add variable `hide' to handle hiding of
2210 thread for both the null and zero (kill/expire thread) universal prefix
2211 cases.
2212 (gnus-summary-expire-thread): Add new function to expire a thread,
2213 using gnus-summary-kill-thread.
2214 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2215 shortcuts for gnus-summary-expire-thread.
2216 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2217 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
2218
2219 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
2220
2221 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2222 extras value, so an extras entry can be deleted.
2223 (gnus-registry-delete-extra-entry): Use it.
2224 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2225 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2226 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2227 storage through the gnus-registry, and provide an appropriate API for
2228 it.
2229
2230 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2231
2232 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2233 Suggested by Leo <sdl.web@gmail.com>.
2234
2235 * gnus.el: Do.
2236
2237 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2238
2239 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2240 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
2241
2242 * gnus-agent.el (gnus-agent-fetch-headers): Do.
2243
2244 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2245 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2246
2247 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2248
2249 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2250 newline.
2251 (nnmbox-request-accept-article): Don't change article in source buffer;
2252 narrow to header to use message-fetch-field rather than
2253 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2254 (nnmbox-request-replace-article): Quote lines that'll be misidentified
2255 as delimiters; make sure article ends with newline.
2256 (nnmbox-delete-mail): Correct last position of article to be deleted;
2257 ignore X-Gnus-Newsgroup header in article body.
2258 (nnmbox-save-mail): Quote lines looking like delimiters at the right
2259 positions; make sure article ends with newline.
2260
2261 * message.el (message-display-abbrev): Don't infloop when a user
2262 inserts SPC in the beginning of header.
2263
2264 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
2265
2266 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2267 list of groups not followed by default. Fix type to be regexp.
2268 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2269
2270 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
2271
2272 * hmac-def.el (define-hmac-function): Switch from old-style to
2273 new-style backquotes.
2274
2275 * md4.el (md4-make-step): Likewise.
2276
2277 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2278
2279 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2280 raw-text coding system when saving .newsrc file, which may contain
2281 non-ASCII group names.
2282
2283 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
2284
2285 * gnus-cus.el (gnus-score-extra): New widget.
2286 (gnus-score-extra-convert): New function.
2287 (gnus-score-customize): Use it for Extra.
2288
2289 2007-08-31 Daiki Ueno <ueno@unixuser.org>
2290
2291 * mml2015.el (mml2015-extract-cleartext-signature): New function.
2292 (mml2015-mailcrypt-clear-verify): Use it.
2293 (mml2015-gpg-clear-verify): Use it.
2294 (mml2015-pgg-clear-verify): Use it.
2295 (mml2015-epg-clear-verify): Replace the current part with the output
2296 from GnuPG; don't extract the plaintext by itself.
2297
2298 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2299 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2300 mml2015-clear-verify-function; don't touch the armor headers or
2301 dash-escaped text here.
2302
2303 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
2304
2305 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2306 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2307 parts, or application/octet-stream as a last resort.
2308 (gnus-mime-view-part-as-type): Don't toggle display.
2309 (gnus-mime-view-part-as-charset): Don't turn off display before
2310 querying charset.
2311
2312 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2313 stuff to undisplayer function in Emacs.
2314 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2315
2316 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2317 text/calendar parts.
2318
2319 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
2320
2321 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2322 decoding text/calendar parts.
2323
2324 * message.el (message-forward-make-body-mime): Always mark body as
2325 having no illegible text; remove signed-or-encrypted argument.
2326 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2327
2328 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2329 (mml-generate-mime-1): Don't encode body if it is specified to be in
2330 raw form; don't make buffer be unibyte when inserting multibyte string.
2331
2332 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2333
2334 * sha1.el: Fix up comment style.
2335 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2336 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2337
2338 * hex-util.el: Fix up comment style.
2339 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2340
2341 * gnus-salt.el: Use with-current-buffer.
2342 (gnus-pick-setup-message): Fix long-standing typo.
2343
2344 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
2345
2346 * imap.el (imap-logout-timeout): New variable.
2347 (imap-logout, imap-logout-wait): New functions.
2348 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2349
2350 * nnimap.el (nnimap-logout-timeout): New server variable.
2351 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2352 nnimap-logout-timeout.
2353
2354 * gnus-art.el (gnus-article-summary-command-nosave)
2355 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2356
2357 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
2358
2359 * gnus.el (gnus-maximum-newsgroup): New variable.
2360
2361 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2362 according to gnus-maximum-newsgroup.
2363
2364 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2365 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2366 Limit the range of articles according to gnus-maximum-newsgroup.
2367
2368 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
2369
2370 * gnus-art.el (gnus-sticky-article): Fixed problems described in
2371 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
2372 Don't perform gnus-configure-windows here; reuse existing sticky
2373 article buffer.
2374
2375 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2376 it doesn't exist in gnus-article-mode.
2377
2378 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
2379
2380 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2381 (gnus-agent-decoded-group-name): New function.
2382 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2383 (gnus-agent-expire-group-1): Use it; decode group name in messages.
2384
2385 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
2386
2387 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2388 Add binding for gnus-sticky-article.
2389 (gnus-summary-exit): Don't kill sticky article buffers.
2390
2391 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2392 article buffer.
2393 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2394 (gnus-kill-sticky-article-buffers): New commands.
2395
2396 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
2397
2398 * nntp.el (nntp-xref-number-is-evil): New server variable.
2399 (nntp-find-group-and-number): If it is non-nil, don't trust article
2400 numbers in the Xref header.
2401
2402 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
2403
2404 * gnus-agent.el (gnus-agent-read-group): New function.
2405 (gnus-agent-flush-group, gnus-agent-expire-group)
2406 (gnus-agent-regenerate-group): Use it.
2407 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2408 nnmail-pathname-coding-system.
2409
2410 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
2411
2412 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2413
2414 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2415 that are unread as unread, and also as selected so that information of
2416 marks having been changed by a user may be updated when exiting group.
2417
2418 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
2419
2420 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
2421
2422 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
2423
2424 * gnus-art.el (gnus-mime-display-single): Pass part number that is
2425 calculated ignoring signature parts to gnus-treat-article.
2426
2427 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
2428
2429 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2430 a point here in order to keep the window start.
2431 (gnus-insert-mime-security-button): Make a button overlay without the
2432 front stickiness.
2433 (gnus-mime-display-security): Goto the end of a button.
2434
2435 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2436
2437 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
2438
2439 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2440 group-name-at-point.
2441 (gnus-group-completing-read): New function that offers decoded
2442 non-ASCII group names for completion.
2443 (gnus-fetch-group, gnus-group-read-ephemeral-group)
2444 (gnus-group-jump-to-group, gnus-group-make-group-simple)
2445 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2446 (gnus-group-fetch-control): Use it.
2447 (gnus-fetch-group): Use group-name-at-point for the initial value
2448 rather than the default value; use gnus-alive-p.
2449
2450 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2451 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2452 (gnus-summary-post-news): Use gnus-group-completing-read.
2453
2454 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2455 (gnus-read-move-group-name): Decode group name for completion.
2456
2457 2007-07-31 Ted Zlatanov <tzz@lifelogs.com>
2458
2459 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2460 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2461 Yamaoka slightly modified the code).
2462
2463 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
2464
2465 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2466 (nnmail-split-incoming): Bind it.
2467
2468 * nnml.el (nnml-group-name-charset): New function.
2469 (nnml-decoded-group-name): Use it; don't decode group name if
2470 nnmail-group-names-not-encoded-p is non-nil.
2471 (nnml-encoded-group-name): New function.
2472 (nnml-group-pathname): Inline nnml-decoded-group-name.
2473 (nnml-request-expire-articles): Decode group name in message.
2474 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2475 nnmail-pathname-coding-system.
2476 (nnml-save-mail, nnml-active-number): Work with decoded group names and
2477 not decoded ones according to nnmail-group-names-not-encoded-p.
2478 (nnml-generate-active-info): Use nnml-encoded-group-name.
2479
2480 2007-08-08 Glenn Morris <rgm@gnu.org>
2481
2482 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2483 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2484 doc-strings and comments.
2485
2486 2007-07-25 Glenn Morris <rgm@gnu.org>
2487
2488 * Relicense all FSF files to GPLv3 or later.
2489
2490 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2491
2492 * gnus-sum.el (gnus-summary-move-article): Make
2493 gnus-summary-respool-article work.
2494
2495 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
2496
2497 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2498 string.
2499
2500 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
2501
2502 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
2503 that should be ignored when comparing distant RSS articles with local
2504 ones.
2505 (nnrss-make-hash-index): New function. Create a hash index according
2506 to the ignored fields.
2507 (nnrss-check-group): Use it.
2508
2509 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
2510
2511 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2512
2513 * gnus-art.el (article-decode-group-name): Decode Xref header too.
2514
2515 * gnus-group.el (gnus-group-make-group): Encode group name here unless
2516 the new optional argument ENCODED is non-nil.
2517 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2518 coding system for encoding group name.
2519 (gnus-group-make-rss-group): Pass un-encoded group name to
2520 gnus-group-make-group.
2521 (gnus-group-set-info): Tell gnus-group-make-group that group name is
2522 encoded.
2523
2524 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2525 Encode group name to which articles are moved or copied.
2526 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2527 coding system for encoding Newsgroup, Followup-To and Xref headers.
2528
2529 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2530 marks; use nnheader-file-coding-system to write a file.
2531 (nnagent-retrieve-headers): Bind file-name-coding-system to
2532 nnmail-pathname-coding-system.
2533
2534 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2535
2536 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2537 (nnml-request-article, nnml-request-create-group)
2538 (nnml-request-rename-group, nnml-find-id)
2539 (nnml-possibly-change-directory, nnml-possibly-create-directory)
2540 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2541 (nnml-save-marks): Use nnml-group-pathname instead of
2542 nnmail-group-pathname.
2543
2544 (nnml-request-create-group, nnml-request-expire-articles)
2545 (nnml-request-move-article, nnml-request-delete-group)
2546 (nnml-deletable-article-p, nnml-possibly-create-directory)
2547 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2548 (nnml-open-marks): Bind file-name-coding-system to
2549 nnmail-pathname-coding-system.
2550
2551 (nnml-request-article): Pass server argument to nnml-find-group-number.
2552 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2553 server argument to nnml-possibly-create-directory.
2554 (nnml-request-accept-article): Pass server argument to
2555 nnml-active-number and nnml-save-mail.
2556 (nnml-find-group-number): Pass server argument to nnml-find-id.
2557 (nnml-request-update-info): Pass server argument to
2558 nnml-marks-changed-p.
2559
2560 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2561 (nnml-save-mail, nnml-active-number): Add server argument.
2562
2563 (nnml-request-delete-group): Warn if group is missing.
2564 (nnml-get-nov-buffer): Decode group name.
2565 (nnml-generate-active-info): Encode group name.
2566 (nnml-open-marks): Decode group name in messages.
2567
2568 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
2569
2570 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2571 if it is not specified.
2572 (gnus-article-pipe-part, gnus-article-save-part)
2573 (gnus-article-interactively-view-part, gnus-article-copy-part)
2574 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2575 (gnus-article-inline-part, gnus-article-save-part-and-strip)
2576 (gnus-article-replace-part, gnus-article-delete-part)
2577 (gnus-article-view-part-as-type): Pass raw prefix argument to
2578 gnus-article-part-wrapper.
2579
2580 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
2581
2582 * gnus-agent.el (gnus-agent-save-active): Bind
2583 nnheader-file-coding-system to gnus-agent-file-coding-system.
2584
2585 * gnus-cache.el (gnus-cache-save-buffers)
2586 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2587 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2588 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2589 (gnus-cache-braid-nov, gnus-cache-braid-heads)
2590 (gnus-cache-generate-active, gnus-cache-rename-group)
2591 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2592 (gnus-cache-update-overview-total-fetched-for): Bind
2593 file-name-coding-system to nnmail-pathname-coding-system.
2594 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2595 variables.
2596 (gnus-cache-decoded-group-name): New function.
2597 (gnus-cache-file-name): Use it.
2598 (gnus-cache-generate-active): Use non-decoded group name for active.
2599
2600 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2601 right place.
2602 (gnus-write-active-file): Don't break non-ASCII group names.
2603
2604 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2605 nnmail-pathname-coding-system.
2606
2607 * gnus-uu.el (gnus-uu-decode-save): Typo.
2608
2609 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
2610
2611 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2612
2613 2007-07-14 David Kastrup <dak@gnu.org>
2614
2615 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
2616 finishing actions if we did not edit the article.
2617
2618 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2619
2620 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2621 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2622 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2623 (gnus-agent-flush-group, gnus-agent-flush-cache)
2624 (gnus-agent-fetch-headers, gnus-agent-load-alist)
2625 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2626 (gnus-agent-retrieve-headers, gnus-agent-request-article)
2627 (gnus-agent-regenerate-group)
2628 (gnus-agent-update-files-total-fetched-for)
2629 (gnus-agent-update-view-total-fetched-for): Bind
2630 file-name-coding-system to nnmail-pathname-coding-system.
2631 (gnus-agent-group-pathname): Don't encode file names by
2632 nnmail-pathname-coding-system.
2633 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2634 coding-system-for-write instead of buffer-file-coding-system to
2635 gnus-agent-file-coding-system.
2636
2637 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2638 Decode group name.
2639
2640 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2641
2642 * gnus-start.el (gnus-update-active-hashtb-from-killed)
2643 (gnus-read-newsrc-el-file): Make group names unibyte.
2644
2645 * nnmail.el (nnmail-group-pathname): Don't encode file names by
2646 nnmail-pathname-coding-system.
2647
2648 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2649 (nnrss-request-delete-group): Bind file-name-coding-system to
2650 nnmail-pathname-coding-system.
2651 (nnrss-read-server-data, nnrss-read-group-data): Bind
2652 file-name-coding-system correctly.
2653 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2654
2655 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2656 (nntp-server-to-method-cache): New variable.
2657 (nntp-group-pathname): New function that decodes non-ASCII group names.
2658 (nntp-possibly-create-directory, nntp-marks-changed-p)
2659 (nntp-save-marks, nntp-open-marks): Use it.
2660 (nntp-possibly-create-directory, nntp-open-marks):
2661 Bind file-name-coding-system to nnmail-pathname-coding-system.
2662 (nntp-open-marks): Decode group names when bootstrapping marks.
2663
2664 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2665 Newsgroups and Folowup-To headers.
2666
2667 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2668
2669 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2670 (gnus-server-closed-face, gnus-server-denied-face)
2671 (gnus-server-offline-face): Remove variable.
2672 (gnus-server-font-lock-keywords): Use faces that are not aliases.
2673
2674 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2675 of modifying message-stack directly for XEmacs.
2676
2677 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2678 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2679 if the coding-system argument is nil for XEmacs.
2680
2681 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2682 mm-charset-override-alist.
2683
2684 * rfc2047.el: Don't require base64; require rfc2045 for the function
2685 rfc2045-encode-string.
2686 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2687 to quote the parameter value.
2688
2689 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
2690
2691 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2692 form in gnus-group-name-charset-method-alist.
2693
2694 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2695 overrides the default layout edit-form.
2696
2697 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2698
2699 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2700
2701 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
2702
2703 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2704 as unfetched articles.
2705
2706 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
2707
2708 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2709
2710 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2711
2712 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2713 original back end that keeps marks in the local system.
2714
2715 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2716
2717 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2718 arg of pop-to-buffer for XEmacs.
2719 (gnus-article-read-summary-keys): Ditto; don't restore window
2720 configuration if summary command ends up with neither article buffer
2721 nor summary buffer; describe bindings if summary keys end with C-h.
2722
2723 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
2724
2725 * message.el (message-fix-before-sending): Skip raw message part to be
2726 forwarded while checking illegible text.
2727 (message-forward-make-body-mime, message-forward-make-body): Mark
2728 signed or encrypted raw message as having no illegible text.
2729
2730 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
2731
2732 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2733 (gnus-message-with-timestamp-1): New macro.
2734 (gnus-message-with-timestamp): New function.
2735 (gnus-message): Use them.
2736
2737 * nnheader.el (nnheader-message): Use them.
2738
2739 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
2740
2741 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2742 .newsrc.eld file.
2743
2744 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
2745
2746 * gnus-agent.el (gnus-agent-fetch-headers)
2747 (gnus-agent-retrieve-headers): Bind
2748 gnus-decode-encoded-address-function to identity.
2749
2750 * nntp.el (nntp-send-xover-command): Recognize an xover command is
2751 available also when the server returns simply a dot.
2752
2753 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2754
2755 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
2756
2757 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2758
2759 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
2760
2761 * gnus-ems.el (gnus-x-splash): Make it work.
2762
2763 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
2764 from being used.
2765
2766 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
2767
2768 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
2769 the front stickiness.
2770 (gnus-article-summary-command-nosave): Correct the order of the
2771 arguments passed to pop-to-buffer.
2772 (gnus-article-read-summary-keys): Ditto; make it work properly when the
2773 summary command ends up with the article buffer.
2774
2775 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
2776 the same faces.
2777
2778 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2779
2780 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
2781
2782 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2783
2784 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
2785 * gnus-sum.el (gnus-summary-highlight):
2786 * mail-source.el (mail-source-delete-old-incoming-confirm):
2787 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
2788
2789 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
2790
2791 * gnus-art.el (gnus-mime-view-part-externally)
2792 (gnus-mime-view-part-internally): Fix predicate function passed to
2793 completing-read.
2794
2795 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
2796
2797 * gnus.el (gnus-update-message-archive-method): Add :version.
2798
2799 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
2800
2801 * gnus.el (gnus-update-message-archive-method): New variable.
2802
2803 * gnus-start.el (gnus-setup-news): Update saved "archive" method
2804 according to gnus-message-archive-method if
2805 gnus-update-message-archive-method is non-nil.
2806
2807 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
2808
2809 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
2810 by Loic Dachary <loic@dachary.org>.
2811 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
2812
2813 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
2814
2815 * message.el (message-pop-to-buffer): Add switch-function argument.
2816 (message-mail): Pass switch-function argument to it.
2817
2818 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
2819
2820 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
2821 Improve doc string.
2822
2823 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
2824
2825 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
2826 (gnus-header-content)
2827 * gnus-cite.el (gnus-cite-10)
2828 * gnus-srvr.el (gnus-server-closed)
2829 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
2830 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
2831 (gnus-group-mail-3-empty, gnus-group-mail-low)
2832 (gnus-group-mail-low-empty, gnus-splash)
2833 * message.el (message-header-to, message-header-cc)
2834 (message-header-subject, message-header-other, message-header-name)
2835 (message-header-xheader, message-separator, message-cited-text)
2836 (message-mml): Lighten colors of faces used for dark background.
2837
2838 2007-05-24 Simon Josefsson <simon@josefsson.org>
2839
2840 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
2841 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
2842
2843 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
2844
2845 * message.el (message-narrow-to-headers-or-head):
2846 Ignore mail-header-separator in the body.
2847
2848 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
2849
2850 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
2851 same as window size.
2852
2853 2007-05-22 Kevin Ryde <user42@zip.com.au>
2854
2855 * message.el (message-font-lock-keywords): Use message-header-xheader
2856 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
2857 ahead of the anything pattern, to get it recognised.
2858
2859 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
2860
2861 * gnus-sum.el (gnus-articles-to-read)
2862 (gnus-summary-insert-old-articles): Don't truncate group name for
2863 `read-string'.
2864
2865 * gnus-util.el (gnus-limit-string): Delete this function.
2866
2867 * gnus-sum.el (gnus-simplify-subject-fully): Use
2868 `truncate-string-to-width' instead.
2869
2870 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
2871
2872 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
2873 if, on summary exit, the next group has to be selected.
2874 (gnus-summary-exit): Use it.
2875
2876 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
2877
2878 * gnus-art.el (gnus-article-mode): Fix comment about displaying
2879 non-break space.
2880
2881 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
2882
2883 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
2884 Check if group is not a directory.
2885 (nnfolder-request-expire-articles): Don't delete articles if the target
2886 group is not available.
2887
2888 * nnml.el (nnml-request-create-group): Properly check if group is not a
2889 file.
2890 (nnml-request-expire-articles): Don't delete articles if the target
2891 group is not available.
2892
2893 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2894 Don't quote characters that are within parentheses.
2895
2896 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
2897
2898 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
2899 (gnus-handle-ephemeral-exit): Select article according to it.
2900
2901 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
2902
2903 * message.el (message-insert-formated-citation-line): Remove newline.
2904 (message-citation-line-format): Add final \n here so that the user can
2905 avoid a blank line.
2906
2907 2007-05-03 Dan Christensen <jdc@uwo.ca>
2908
2909 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2910 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2911 Update lanl/arXiv support.
2912
2913 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2914
2915 * gnus.el: Bump version number.
2916
2917 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2918
2919 * gnus.el (gnus-version-number): Bump version.
2920
2921 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2922
2923 * gnus.el: No Gnus v0.6 is released.
2924
2925 2007-04-27 Didier Verna <didier@xemacs.org>
2926
2927 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
2928 * gmm-utils.el (gmm-regexp-concat): here.
2929 * message.el: Don't require 'gnus-util.
2930 (message-dont-reply-to-names): Handle name change above.
2931 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
2932
2933 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
2934
2935 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
2936 since the initial value varies according to the system.
2937
2938 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
2939
2940 * mm-util.el (mm-charset-synonym-alist): Defcustom.
2941
2942 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
2943
2944 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
2945
2946 2007-04-24 Didier Verna <didier@xemacs.org>
2947
2948 Improve the type of gnus-ignored-from-addresses.
2949 * gnus-util.el (gnus-orify-regexp): New function.
2950 * message.el (gnus-util): Require it.
2951 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
2952 * gnus-sum.el (gnus-ignored-from-addresses): New function.
2953 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
2954
2955 2007-04-24 Didier Verna <didier@xemacs.org>
2956
2957 * gnus-sum.el:
2958 * gnus-utils.el: Fix some trailing whitespaces.
2959
2960 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
2961
2962 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
2963 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
2964 article's Message-ID; refer parent article in summary buffer.
2965
2966 * message.el (message-bounce): Call mime-to-mml.
2967
2968 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
2969
2970 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
2971
2972 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
2973
2974 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
2975 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
2976 displayed of multipart/alternative part if it is invoked from summary
2977 buffer.
2978
2979 * mm-view.el (mm-inline-text-html-render-with-w3m)
2980 (mm-inline-text-html-render-with-w3m-standalone)
2981 (mm-inline-render-with-function): Use mail-parse-charset by default.
2982
2983 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
2984
2985 * parse-time.el (parse-time-string-chars): Check if CHAR
2986 is less than the length of parse-time-syntax.
2987
2988 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
2989
2990 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
2991 from gnus-newsgroup-processable.
2992
2993 2007-04-16 Didier Verna <didier@xemacs.org>
2994
2995 * gnus-msg.el (gnus-configure-posting-styles): Handle
2996 message-signature-directory properly with :file syntax. Reported by
2997 "Leo".
2998
2999 2007-04-11 Didier Verna <didier@xemacs.org>
3000
3001 New user option: message-signature-directory.
3002 * gnus-msg.el (gnus-configure-posting-styles): Support it.
3003 * message.el (message-insert-signature): Ditto.
3004 * message.el (message-signature-file): Doc update.
3005 * message.el (message-signature-directory): New.
3006
3007 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
3008
3009 * gnus-msg.el (gnus-inews-yank-articles): Use
3010 message-exchange-point-and-mark instead of exchange-point-and-mark.
3011
3012 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
3013
3014 * message.el (message-yank-original): Make sure cited text ends with
3015 newline; don't exchange point and mark.
3016
3017 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
3018
3019 * tls.el (open-tls-stream): Properly handle case where there
3020 is no associated buffer.
3021
3022 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
3023
3024 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
3025 message-yank-original, make sure (< mark TEXT point).
3026
3027 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
3028
3029 * message.el (message-fill-column): New variable.
3030 (message-mode): Use it. Add comment on a possible new hook.
3031
3032 * nnmail.el (nnmail-spool-file): Mark as obsolete.
3033 (nnmail-get-new-mail): Reformat.
3034
3035 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
3036
3037 * gmm-utils.el: Fix Commentary.
3038 (gmm-tool-bar-from-list): Fix typo in doc string.
3039
3040 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
3041
3042 * message.el (message-yank-original): Don't switch point and mark
3043 unnecessarily to put point and mark as documented.
3044
3045 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3046
3047 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
3048 from the message heads.
3049
3050 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
3051
3052 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
3053 article buffer does not have a window. This may not be the best
3054 solution but is certainly better than setting the start of the null,
3055 that is the current, window.
3056
3057 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
3058
3059 * gnus-draft.el (gnus-draft-setup-hook): New hook.
3060 (gnus-draft-setup): Run it.
3061
3062 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3063 gnus-score-fast-scoring. Allow regexp.
3064 (gnus-score-headers): Use it.
3065
3066 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3067 XEmacs.
3068
3069 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3070 string.
3071 (gnus-button-alist): Also catch `<f1> k ...'.
3072 (gnus-treat-display-x-face): Fix doc string.
3073
3074 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3075
3076 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3077 evaluation of gnus-extended-version to ensure correct generation of the
3078 User-Agent header when message-generate-headers-first is used.
3079
3080 2007-03-24 Simon Josefsson <simon@josefsson.org>
3081
3082 * hashcash.el (hashcash-generate-payment-async): Don't crash if
3083 hashcash-path is nil. Don't call callback with incorrect number of
3084 parameters if val is 0.
3085
3086 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3087
3088 * message.el (message-required-news-headers):
3089 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3090
3091 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
3092
3093 * message.el (message-generate-new-buffers): Change the meaning of the
3094 nil value; add `standard' to the choices; treat t as `unique'; improve
3095 doc string.
3096 (gnus-select-frame-set-input-focus): Autoload.
3097 (message-buffer-name): Search for the existing message buffer if
3098 message-generate-new-buffers is nil or `standard'; treat the value t of
3099 message-generate-new-buffers as `unique'.
3100 (message-pop-to-buffer): Raise the frame already displaying the message
3101 buffer; clear the echo area after querying.
3102 (message-setup): Pass the `continue' argument to compose-mail.
3103 (message-mail): Prefer `switch-function' if it is given; search for the
3104 existing message buffer if the `continue' argument is non-nil; pass
3105 continue and switch-function arguments to compose-mail by way of
3106 message-setup.
3107 (message-mail-other-window): Adjust argument of message-setup.
3108 (message-mail-other-frame): Ditto.
3109
3110 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
3111
3112 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3113 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3114 to turn font-lock on when turning gnus-message-citation-mode on.
3115
3116 2007-03-06 Daiki Ueno <ueno@unixuser.org>
3117
3118 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3119 (mml-smime-function-alist): New variable; add epg as the backend.
3120 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3121 mml-smime- functions instead.
3122 * mm-view.el: Require smime.
3123
3124 2007-03-05 Didier Verna <didier@xemacs.org>
3125
3126 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3127 instead of just inheritance for posting styles.
3128 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3129
3130 2007-02-24 John Paul Wallington <jpw@pobox.com>
3131
3132 * tls.el (tls-certtool-program): Fix custom type.
3133
3134 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3135
3136 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3137 and point-at-eol instead of line-(beginning|end)-position.
3138
3139 * assistant.el (assistant-parse-buffer): Ditto.
3140
3141 2007-02-28 Daiki Ueno <ueno@unixuser.org>
3142
3143 * mml2015.el (mml2015-epg-find-usable-key): New function.
3144 (mml2015-epg-sign): Use it.
3145 (mml2015-epg-encrypt): Use it.
3146
3147 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3148
3149 * message.el (message-make-in-reply-to): Quote name containing
3150 non-ASCII characters. It will make the RFC2047 encoder cause an error
3151 if there are special characters. Reported by NAKAJI Hiroyuki
3152 <nakaji@jp.freebsd.org>.
3153
3154 2007-02-27 Didier Verna <didier@xemacs.org>
3155
3156 Include the group parameters as well as the topic ones in the
3157 inheritance filter process.
3158 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3159 argument GROUP-PARAMS-LIST.
3160 * gnus-topic.el (gnus-group-topic-parameters): Use it.
3161
3162 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
3163
3164 * nntp.el (nntp-never-echoes-commands)
3165 (nntp-open-connection-functions-never-echo-commands): New variables.
3166 (nntp-send-command): Use them.
3167
3168 2007-02-20 Daiki Ueno <ueno@unixuser.org>
3169
3170 * mml2015.el (mml2015-epg-verify): Simplified.
3171
3172 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
3173
3174 * mml.el (mml-content-disposition-alist): New user option.
3175 (mml-content-disposition): New function.
3176 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3177 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3178
3179 2007-02-19 Daiki Ueno <ueno@unixuser.org>
3180
3181 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3182 verification.
3183
3184 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3185
3186 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3187 articles posted in the last 24 hours.
3188
3189 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
3190
3191 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3192
3193 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
3194
3195 * nntp.el (nntp-send-command): Don't wait for echoes when
3196 nntp-open-ssl-stream is used.
3197
3198 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
3199
3200 * gnus-cite.el (gnus-test-font-lock-add-keywords)
3201 (gnus-message-add-citation-keywords)
3202 (gnus-message-remove-citation-keywords): Remove.
3203 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3204 directly, make the variables in font-lock-defaults buffer-local, add
3205 gnus-message-citation-keywords to them and then update the value of
3206 font-lock-keywords.
3207
3208 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
3209
3210 * message.el (message-cite-original-1): Don't call
3211 gnus-article-highlight-citation.
3212
3213 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3214 citations; fix line count.
3215
3216 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
3217
3218 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3219 (gnus-message-add-citation-keywords)
3220 (gnus-message-remove-citation-keywords): Use it; fix the emulating
3221 versions of font-lock-add-keywords and font-lock-remove-keywords to
3222 work with XEmacs correctly.
3223
3224 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
3225
3226 * gnus-cite.el (gnus-cite-face-list): Set the values of
3227 gnus-message-max-citation-depth and gnus-message-citation-keywords.
3228 (gnus-message-max-citation-depth): Use defvar rather than defconst.
3229 (gnus-message-cite-prefix-regexp): New variable.
3230 (gnus-message-search-citation-line): Use it; protect against long
3231 citation prefix; fill match data with nil rather than 0 for XEmacs; set
3232 the 0th match data for Emacs.
3233 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3234 (gnus-message-add-citation-keywords): Append keywords rather than
3235 prepending; emulate font-lock-add-keywords if it is not available.
3236 (gnus-message-remove-citation-keywords): Emulate
3237 font-lock-remove-keywords if it is not available.
3238
3239 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3240
3241 * message.el (message-cite-prefix-regexp): Set the value of
3242 gnus-message-cite-prefix-regexp.
3243
3244 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3245
3246 * nnweb.el (nnweb-google-parse-1): Update parser.
3247
3248 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
3249
3250 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3251
3252 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3253
3254 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3255 regexp.
3256
3257 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
3258
3259 * uudecode.el (uudecode-string-to-multibyte): New function emulating
3260 string-to-multibyte.
3261 (uudecode-decode-region-internal): Use it.
3262
3263 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
3264
3265 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3266 custom choice.
3267
3268 * gnus-art.el (gnus-signature-limit): Fix custom choice.
3269
3270 2007-01-22 Daiki Ueno <ueno@unixuser.org>
3271
3272 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3273
3274 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3275 `write-region' to respect `mm-inhibit-file-name-handlers'.
3276
3277 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
3278
3279 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3280 Use gnus-home-directory instead of "~/" or "$HOME".
3281
3282 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
3283
3284 * encrypt.el (encrypt-insert-file-contents): Add better prompt
3285 to mention filename.
3286 Add comments at beginning regarding usage.
3287 (encrypt-write-file-contents): Change interactive so a string is
3288 acceptable. If the file has no associated model, show an error instead
3289 of a nonsense prompt.
3290
3291 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3292
3293 * spam.el (spam-bsfilter-ham-switch): Fix typo.
3294 Thanks to Yoshihiko Yamada for kind notification of this typo.
3295
3296 2007-01-12 Kenichi Handa <handa@m17n.org>
3297
3298 * uudecode.el (uudecode-decode-region-internal): Make it work in a
3299 multibyte buffer.
3300
3301 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
3302
3303 * gnus-score.el (gnus-score-fast-scoring): New variable.
3304 (gnus-score-headers): Use it.
3305
3306 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3307
3308 * message.el (message-cite-original-1): Call
3309 gnus-article-highlight-citation if requested.
3310 (message-make-from): Allow name and address as optional arguments.
3311
3312 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3313
3314 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3315 bugs to doc string.
3316 (gnus-button-alist): Add mid\\|message-id.
3317 (gnus-button-fetch-group): Extend for use in
3318 `browse-url-browser-function'.
3319 (gnus-button-url-regexp): Try to catch paired parentheses like in
3320 Wikipedia URLs.
3321
3322 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3323 Suggested by Simon Krahnke <overlord@gmx.li>.
3324
3325 2007-01-13 Romain Francoise <romain@orebokech.com>
3326
3327 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3328 Update copyright.
3329
3330 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
3331
3332 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3333
3334 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
3335
3336 * gnus-registry.el (gnus-registry-unfollowed-groups)
3337 (gnus-registry-split-fancy-with-parent): Fix documentation.
3338
3339 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3340
3341 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3342 from nnweb groups.
3343
3344 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3345
3346 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3347 Xref urls. Erase buffer before requesting head.
3348
3349 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3350
3351 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
3352
3353 * gnus-soup.el (gnus-soup): New custom group. Make user variables
3354 customizable.
3355
3356 2007-01-05 Daiki Ueno <ueno@unixuser.org>
3357
3358 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3359 no signing key is found.
3360 (mml2015-epg-encrypt): Ask user whether to skip or abort if
3361 no encrypting and/or signing key is found.
3362
3363 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
3364
3365 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3366
3367 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3368
3369 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3370 headers read from disk with the ones newly found in the current search.
3371 This should no longer cause problems, because the article numbers in
3372 Gmane's `nov.php' output are ignored since the previous change.
3373
3374 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3375
3376 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3377
3378 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
3379
3380 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3381
3382 2007-01-01 Romain Francoise <romain@orebokech.com>
3383
3384 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3385
3386 2006-12-31 Steve Youngs <steve@sxemacs.org>
3387
3388 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3389 `define-minor-mode' macro definition expanded properly.
3390 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3391 exclude it there.
3392
3393 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3394 of 2006-12-30. The default is nil on (S)XEmacs already because of the
3395 `fboundp' test.
3396 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3397 This is OK to autoload in (S)XEmacs now.
3398
3399 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3400
3401 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3402 keystroke.
3403 (gnus-summary-limit-to-singletons): Fix typo.
3404
3405 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3406 else fails.
3407
3408 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3409
3410 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3411 docstring.
3412
3413 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3414 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3415 (gnus-summary-insert-dormant-articles): Fix typo in message.
3416
3417 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
3418
3419 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3420 nil for XEmacs.
3421 (gnus-message-citation-mode): Don't autoload in XEmacs.
3422
3423 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3424
3425 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
3426
3427 * nnimap.el (nnimap-expunge-search-string): Mention
3428 nnimap-search-uids-not-since-is-evil in docstring.
3429
3430 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
3431
3432 * spam.el: Revert to make-obsolete-variable because
3433 define-obsolete-variable-alias is not supported in Emacs 21.
3434
3435 * spam.el (spam-ifile-path, spam-ifile-database-path)
3436 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3437 make-obsolete-variable.
3438 (spam-bsfilter-path, spam-bsfilter-program)
3439 (spam-spamassassin-path, spam-spamassassin-program)
3440 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
3441 use "path" inappropriately.
3442 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3443 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3444 variable names.
3445
3446 2006-12-28 Daiki Ueno <ueno@unixuser.org>
3447
3448 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3449 summary buffer.
3450
3451 * password.el (password-cache-remove): Use clear-string to burn
3452 password, if available.
3453
3454 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3455
3456 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3457
3458 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3459
3460 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3461 (gnus-message-highlight-citation): Move defcustom here from
3462 gnus-cite.el.
3463 (gnus-message-citation-mode): Autoload.
3464
3465 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
3466 checks to make it compile with XEmacs.
3467 (gnus-message-citation-mode): New minor mode.
3468 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3469 (gnus-message-highlight-citation): New variables.
3470 (gnus-message-search-citation-line)
3471 (gnus-message-add-citation-keywords)
3472 (gnus-message-remove-citation-keywords)
3473 (turn-on-gnus-message-citation-mode)
3474 (turn-off-gnus-message-citation-mode): New functions.
3475
3476 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
3477
3478 * gnus-cite.el: Enable highlighting of different citation levels in
3479 message-mode.
3480
3481 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3482
3483 * message.el (message-make-fqdn): Fix comment.
3484 (message-bogus-system-names): Add ".local".
3485
3486 * spam.el (spam-ifile-path, spam-ifile-program)
3487 (spam-ifile-database-path, spam-ifile-database)
3488 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3489 Don't use "path" inappropriately.
3490 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3491 strings.
3492 (spam-check-ifile, spam-ifile-register-with-ifile)
3493 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3494 new variable names.
3495
3496 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3497 (gnus-treat-display-smileys): Simplify using
3498 gnus-image-type-available-p.
3499
3500 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3501 available.
3502
3503 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3504
3505 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3506 one after turning on the buffer's multibyteness instead of decoding
3507 them directly in the unibyte buffer that causes unexpected conversion
3508 in Emacs 23 (unicode).
3509
3510 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3511
3512 * message.el (message-generate-hashcash): Fix custom type.
3513
3514 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3515
3516 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3517
3518 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3519
3520 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3521 disconnect icons. Add help text.
3522
3523 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
3524
3525 * spam.el (spam-extra-header-to-number): CRM114 spam score is
3526 negated to be consistent with the others we handle.
3527
3528 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3529
3530 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3531 version of gnus-summary-buffer to something, so that we can use two
3532 article buffers at the same time.
3533
3534 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
3535
3536 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3537 trigger all the extra headers.
3538 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3539 sorting.
3540
3541 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3542
3543 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3544 solid groups.
3545
3546 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
3547
3548 * legacy-gnus-agent.el: Add Copyright notice.
3549
3550 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
3551
3552 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3553
3554 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3555
3556 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3557
3558 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3559 to make it work reliably in CVS Emacs.
3560 (gnus-summary-limit-strange-charsets-predicate)
3561 (gnus-summary-limit-to-predicate): New functions.
3562
3563 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
3564
3565 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3566 specifying array size.
3567 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3568 array if it is too small.
3569 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3570 (gnus-sort-threads-loop): New function.
3571
3572 2006-12-06 Chris Moore <dooglus@gmail.com>
3573
3574 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3575 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3576
3577 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
3578
3579 * mm-url.el (mm-url-predefined-programs): Call curl with correct
3580 options.
3581
3582 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3583
3584 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3585 DOS-ing the recipient.
3586
3587 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3588 the headers when creating the mapping to avoid mismappings.
3589 (nnweb-gmane-create-mapping): Always nix out old mapping.
3590
3591 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3592
3593 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3594 and mm-verify-option to never.
3595
3596 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3597
3598 * message.el (message-signed-or-encrypted-p): New function.
3599 (message-forward-make-body): Use it.
3600
3601 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3602 Replace encode-coding-string with mm-encode-coding-string.
3603
3604 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
3605
3606 * nneething.el (nneething-decode-file-name): Replace
3607 decode-coding-string with mm-decode-coding-string.
3608
3609 * gnus-int.el (gnus-open-server): Say failed server's name.
3610
3611 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
3612
3613 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3614 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3615
3616 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3617 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3618 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3619 (gnus-group-make-directory-group, gnus-group-transpose-groups):
3620 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3621 (gnus-subscribe-newsgroup, gnus-1):
3622 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3623 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3624 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3625 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3626
3627 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3628
3629 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3630 keystroke.
3631 (gnus-summary-limit-to-bodies): Implement headersp.
3632
3633 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3634
3635 * dns.el (query-dns): Protect against "Process dns deleted" strings.
3636
3637 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
3638
3639 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3640
3641 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3642
3643 * message.el (message-generate-hashcash): Expand range of values to
3644 include `opportunistic'.
3645 (message-send-mail): Use it.
3646
3647 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3648
3649 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3650 and comment it.
3651
3652 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3653
3654 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
3655
3656 * gnus-util.el (gnus-extract-address-components): Improve comment.
3657
3658 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3659
3660 * gnus-util.el (gnus-extract-address-components): Work with address in
3661 which the name portion contains @.
3662
3663 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3664
3665 * gnus.el (gnus-start): Move custom group up.
3666 (gnus-select-method): Don't autoload, but make it available for
3667 `customize-variable'.
3668 (gnus-getenv-nntpserver): Don't autoload.
3669
3670 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
3671
3672 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3673
3674 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3675
3676 * message.el (message-sendmail-extra-arguments): New variable.
3677 (message-send-mail-with-sendmail): Use it.
3678
3679 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3680
3681 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3682 mm-with-unibyte-current-buffer to make string unibyte.
3683
3684 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3685 mm-string-as-multibyte.
3686
3687 2006-11-14 Daiki Ueno <ueno@unixuser.org>
3688
3689 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3690 Reported by Werner Koch <wk@gnupg.org>.
3691
3692 2006-11-14 Daiki Ueno <ueno@p360>
3693
3694 * mml2015.el: Autoload epa-select-keys when compiling.
3695
3696 2006-11-13 Daiki Ueno <ueno@unixuser.org>
3697
3698 * mml2015.el (mml2015-epg-sign): Save the signing keys in
3699 message-options.
3700 (mml2015-epg-encrypt): Save the recipient keys in message-options.
3701
3702 2006-11-13 Daiki Ueno <ueno@unixuser.org>
3703
3704 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3705 EasyPG (< 0.0.6).
3706 (mml2015-always-trust): New user option.
3707 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3708 prompt.
3709
3710 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3711
3712 * nntp.el (nntp-authinfo-force): New variable.
3713 (nntp-send-authinfo): Use it.
3714
3715 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
3716
3717 * message.el (message-strip-subject-encoded-words): Allow _not_ to
3718 decode encoded words. Improve prompt. Add comment about forwarding.
3719 (message-replacement-char): Move up.
3720
3721 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3722
3723 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3724 instead of gnus-intersection because arguments of gnus-sorted-nunion
3725 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
3726
3727 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
3728
3729 * message.el (message-strip-subject-encoded-words): Reformat prompt.
3730 (message-simplify-subject-functions): Enable
3731 message-strip-subject-encoded-words by default.
3732
3733 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
3734
3735 * message.el (message-strip-subject-encoded-words): New function
3736 (message-simplify-subject-functions): New variable.
3737 (message-simplify-subject): Use it. Fix typo in doc string.
3738 Support message-strip-subject-encoded-words.
3739
3740 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
3741
3742 * gnus-diary.el (gnus-diary-delay-format-function):
3743 * nndiary.el (nndiary-reminders):
3744 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3745
3746 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
3747
3748 * gnus-art.el (article-hide-boring-headers): Fetch date from
3749 gnus-original-article-buffer to avoid problems with localized date
3750 strings.
3751
3752 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
3753
3754 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3755
3756 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
3757
3758 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3759 New variables.
3760 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3761 (mm-charset-synonym-alist): Move some entries to
3762 mm-codepage-iso-8859-list.
3763 (mm-charset-synonym-alist, mm-charset-override-alist): Add
3764 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3765
3766 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
3767
3768 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
3769
3770 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
3771
3772 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
3773 with Emacs 21 and XEmacs.
3774
3775 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
3776
3777 * spam.el (spam-parse-address): New function for better parsing,
3778 catching errors, etc.
3779 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
3780
3781 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
3782
3783 * mm-view.el: Add interactive arg to html2text autoload.
3784
3785 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
3786
3787 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
3788
3789 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
3790
3791 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
3792 variables.
3793 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3794 (mm-charset-synonym-alist): Move some entries to
3795 mm-codepage-iso-8859-list.
3796
3797 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
3798
3799 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
3800
3801 * message.el (message-citation-line-format)
3802 (message-insert-formated-citation-line): Fix implementation of %E, %N
3803 and %n according to the doc string.
3804
3805 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
3806
3807 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3808 car-safe to avoid bad parses.
3809
3810 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3811
3812 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
3813 names.
3814
3815 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
3816
3817 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3818
3819 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
3820 header.
3821
3822 * message.el (message-draft-headers): Add Date.
3823 (message-headers-to-generate): Fix typo in docstring.
3824
3825 * nndraft.el (nndraft-required-headers): New variable.
3826 (nndraft-generate-headers): Use it.
3827
3828 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
3829
3830 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3831
3832 * gnus-registry.el (gnus-registry-wash-for-keywords)
3833 (gnus-registry-find-keywords): New functions to allow easy searching of
3834 articles that are in the registry.
3835
3836 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3837
3838 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3839 ietf-drums-parse-address instead of gnus-extract-address-components.
3840 Reported by Damien Elmes <damien@repose.cx>.
3841
3842 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
3843
3844 * gnus.el (gnus-mime): Remove unused custom group.
3845
3846 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3847
3848 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
3849 "blank line" when searching for end of armor headers.
3850
3851 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3852
3853 * gmm-utils.el (gmm-write-region): Fix variable name.
3854
3855 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
3856
3857 * gmm-utils.el (gmm-write-region): New function based on compatibility
3858 code from `mm-make-temp-file'.
3859
3860 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
3861
3862 * nnmaildir.el (nnmaildir--update-nov)
3863 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
3864 Use `gmm-write-region'.
3865
3866 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
3867
3868 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
3869 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3870
3871 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
3872
3873 * message.el (message-replacement-char): New variable.
3874 (message-fix-before-sending): Use it.
3875 (message-simplify-subject): New function to remove duplicate code.
3876 (message-reply, message-followup): Use it.
3877
3878 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
3879 gnus-summary-limit-to-articles.
3880
3881 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
3882
3883 * gnus-util.el (gnus-with-local-quit): New macro.
3884
3885 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
3886
3887 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
3888
3889 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
3890 ignore non-string data.
3891
3892 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
3893
3894 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
3895 non-string data (needs to be done in the registry too).
3896
3897 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
3898
3899 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
3900 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
3901 (gnus-registry-split-fancy-with-parent)
3902 (gnus-registry-fetch-simplified-message-subject-fast)
3903 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
3904 Remove text properties on ingress into the registry and when it's saved.
3905 (gnus-registry-clean-empty-function): Fix bug with cleaning the
3906 registry from entries with no groups.
3907
3908 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
3909
3910 * gnus-util.el (gnus-string-remove-all-properties): Add utility
3911 function to remove string properties.
3912
3913 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
3914
3915 * gmm-utils.el (gmm): Adjust custom version.
3916
3917 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
3918 custom version.
3919
3920 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
3921
3922 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
3923
3924 * gnus-art.el (gnus-insert-prev-page-button)
3925 (gnus-insert-next-page-button): Simplify. Reformat.
3926
3927 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
3928
3929 * gnus-art.el (gnus-insert-prev-page-button)
3930 (gnus-insert-next-page-button): Apply gnus-article-button-face.
3931
3932 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
3933
3934 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
3935
3936 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
3937
3938 (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
3939 gnus-article-button-face to MIME and security buttons.
3940
3941 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
3942
3943 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
3944 readable.
3945
3946 2006-09-20 Steve Youngs <steve@sxemacs.org>
3947
3948 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
3949 `browse-url-of-file' instead of `browse-url'.
3950
3951 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3952
3953 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3954 regexp. Articles containing quotation were cut prematurely.
3955
3956 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
3957
3958 * message.el (message-cite-original-1): Use nobody by default for the
3959 value of From header.
3960 (message-reply): Ditto.
3961
3962 2006-09-11 Daiki Ueno <ueno@unixuser.org>
3963
3964 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
3965 to the gnus-info. This fixes a bug of inline-PGP message verification.
3966 Reported by Michael Piotrowski <mxp@dynalabs.de>.
3967
3968 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
3969
3970 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
3971 mails in the doc string. Add some URLs in comment.
3972 (pop3-movemail): Warn about pop3-leave-mail-on-server.
3973
3974 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
3975
3976 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
3977 backslashes handling and the way to find boundaries of quoted strings.
3978
3979 2006-09-07 Daiki Ueno <ueno@unixuser.org>
3980
3981 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
3982 mml1991-encrypt-to-self is set and mml1991-signers is not set.
3983 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
3984 mml2015-encrypt-to-self is set and mml2015-signers is not set.
3985
3986 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
3987
3988 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
3989 doc string.
3990 (gnus-button-regexp, gnus-button-last): Remove unused variables.
3991
3992 2006-09-06 Simon Josefsson <jas@extundo.com>
3993
3994 * mml2015.el (mml2015-use): Doc fix, mention epg.
3995
3996 2006-09-06 Daiki Ueno <ueno@unixuser.org>
3997
3998 * mml2015.el (mml2015-use): Default to epg, if available.
3999
4000 2006-09-06 Daiki Ueno <ueno@unixuser.org>
4001
4002 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
4003 message-sender.
4004 (mml1991-epg-encrypt): Ditto.
4005 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
4006 message-sender.
4007 (mml2015-epg-encrypt): Ditto.
4008
4009 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
4010
4011 * message.el (message-send-mail-with-sendmail): Look for sendmail in
4012 several common directories.
4013
4014 2006-09-05 Daiki Ueno <ueno@unixuser.org>
4015
4016 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
4017 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
4018
4019 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
4020
4021 * gnus-art.el (article-decode-encoded-words): Make it fast.
4022
4023 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
4024
4025 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
4026
4027 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4028 in quoted string into `\'.
4029
4030 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4031
4032 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4033 Use standard-syntax-table.
4034
4035 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4036
4037 * gnus-art.el (gnus-decode-address-function): New variable.
4038 (article-decode-encoded-words): Use it to decode headers which are
4039 assumed to contain addresses.
4040 (gnus-mime-delete-part): Remove useless `or'.
4041
4042 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4043 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4044 (gnus-nov-parse-line): Use it to decode From header.
4045 (gnus-get-newsgroup-headers): Ditto.
4046 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4047
4048 * mail-parse.el (mail-decode-encoded-address-region): New alias.
4049 (mail-decode-encoded-address-string): New alias.
4050
4051 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4052 New function.
4053 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4054 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4055 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4056 (rfc2047-decode-string): Ditto.
4057 (rfc2047-decode-address-region): New function.
4058 (rfc2047-decode-address-string): New function.
4059
4060 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
4061
4062 * message.el (message-caesar-buffer-body): Allow rotating headers.
4063
4064 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4065
4066 * message.el (message-insert-formated-citation-line): Fix %f.
4067 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4068
4069 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
4070
4071 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4072 (gnus-bookmark-mouse-available-p): New macro.
4073 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4074 (gnus-bookmark-bmenu-show-infos): Use it.
4075 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4076 (gnus-bookmark-bmenu-hide-infos): Ditto.
4077 (gnus-bookmark-remove-properties): New function.
4078 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4079 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4080 (gnus-bookmark-write-file): Bind coding-system-for-write.
4081 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4082 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4083 group before selecting it.
4084 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4085 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4086 quit-window if it is not available; use gnus-mouse-2 and bind it to
4087 gnus-bookmark-bmenu-select-by-mouse.
4088 (gnus-bookmark-show-details): Remove unused variable `details-list'.
4089 (gnus-bookmark-bmenu-select-by-mouse): New function.
4090
4091 2006-08-13 Romain Francoise <romain@orebokech.com>
4092
4093 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4094 space.
4095
4096 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4097
4098 * compface.el (uncompface): Use binary rather than raw-text-unix.
4099
4100 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4101
4102 * compface.el (uncompface): Make sure the eol conversion doesn't take
4103 place when communicating with the external programs. Reported by
4104 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4105
4106 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
4107
4108 * nnheader.el (nnheader-insert-head): Fix typo in comment.
4109
4110 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4111
4112 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4113 Make it more robust by parsing author and date independently.
4114
4115 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
4116
4117 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4118
4119 2006-07-28 Daiki Ueno <ueno@unixuser.org>
4120
4121 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4122 first matching secret key.
4123 (mml2015-epg-encrypt): Ditto.
4124
4125 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4126 first matching secret key.
4127 (mml1991-epg-encrypt): Ditto.
4128
4129 * mml2015.el (mml2015-encrypt-to-self): New user option.
4130 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4131 mml2015-epg-encrypt-to-self is set.
4132
4133 * mml1991.el (mml1991-encrypt-to-self): New variable.
4134 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4135 mml1991-epg-encrypt-to-self is set.
4136
4137 * mml2015.el (mml2015-signers): New user option.
4138 (mml2015-epg-sign): Reflect the value of mml2015-signers.
4139 (mml2015-epg-encrypt): Allow to select signing keys.
4140
4141 * mml1991.el (mml1991-signers): New variable.
4142 (mml1991-epg-sign): Reflect the value of mml1991-signers.
4143 (mml1991-epg-encrypt): Allow to select signing keys.
4144
4145 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
4146
4147 * nnheader.el (nnheader-insert-head): Make it work even if the file
4148 uses CRLF for the line-break code.
4149
4150 2006-07-25 Daiki Ueno <ueno@unixuser.org>
4151
4152 * mml2015.el: Require mml-sec instead of password.
4153 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4154 (mml2015-cache-passphrase): Inherit the default value from
4155 mml-secure-cache-passphrase.
4156 (mml2015-passphrase-cache-expiry): Inherit the default value from
4157 mml-secure-passphrase-cache-expiry.
4158
4159 * mml1991.el: Require mml-sec instead of password.
4160 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4161 (mml1991-cache-passphrase): Inherit the default value from
4162 mml-secure-cache-passphrase.
4163 (mml1991-passphrase-cache-expiry): Inherit the default value from
4164 mml-secure-passphrase-cache-expiry.
4165
4166 * mml-sec.el: Require password.
4167 (mml-secure-verbose): New user option.
4168 (mml-secure-cache-passphrase): New user option.
4169 (mml-secure-passphrase-cache-expiry): New user option.
4170
4171 2006-07-24 Daiki Ueno <ueno@unixuser.org>
4172
4173 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4174 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
4175 andreas@altroot.de (Andreas Vögele).
4176
4177 FIXME: Use `tiny change'?
4178
4179 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4180
4181 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4182 workaround for the url package included with Emacs.
4183
4184 * nnweb.el (nnweb-google-create-mapping): Update regexp.
4185
4186 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
4187
4188 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4189 correctly. This fixes a bug caused by the 2006-05-12 change.
4190
4191 2006-07-18 Karl Fogel <kfogel@red-bean.com>
4192
4193 * nnmail.el (nnmail-article-group): If splitting raises an error, give
4194 some information about the error when saying that the `bogus' mail
4195 group will be used.
4196
4197 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
4198
4199 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4200 string.
4201
4202 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
4203
4204 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4205
4206 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4207
4208 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4209
4210 2006-07-10 Daiki Ueno <ueno@unixuser.org>
4211
4212 * mml1991.el (mml1991-function-alist): Add epg.
4213 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4214 (mml1991-epg-encrypt): New functions.
4215
4216 2006-07-10 Daiki Ueno <ueno@unixuser.org>
4217
4218 * mml2015.el (mml2015-verbose): New variable.
4219 (mml2015-cache-passphrase): Ditto.
4220 (mml2015-passphrase-cache-expiry): Ditto.
4221 (mml2015-function-alist): Add epg.
4222 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4223 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4224 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4225 functions.
4226
4227 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4228
4229 * message.el (message-cite-original-1): Preserve region when removing
4230 quoted text due to X-No-Archive in order to avoid bogus attribution
4231 when citing multiple messages.
4232
4233 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4234
4235 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
4236 Kenneth Jacker <khj@be.cs.appstate.edu>.
4237
4238 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
4239
4240 * gnus-diary.el (gnus-user-format-function-d)
4241 (gnus-user-format-function-D): Autoload.
4242
4243 * imap.el (Commentary): Fix typo.
4244
4245 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4246 2006-04-22 contribution.
4247
4248 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4249
4250 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4251 It didn't really fix the bogosity I'm seeing with solid web groups.
4252
4253 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4254
4255 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4256 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4257 created using server names. If we use the feature without declaring
4258 it, Gnus does not properly manage server and group state.
4259
4260 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4261 bound.
4262
4263 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4264
4265 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4266 looking up the method using GROUP's prefix before inventing a new one.
4267 It is used on killed/unknown groups in various places where returning
4268 an all-new method isn't expected by the caller.
4269
4270 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4271 and match semantics of gnus-group-real-prefix.
4272
4273 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
4274
4275 * nnmail.el (nnmail-broken-references-mailers): New variable.
4276 (nnmail-ignore-broken-references): New function generalizing
4277 nnmail-fix-eudora-headers.
4278 (nnmail-fix-eudora-headers): Now obsolete.
4279
4280 * gnus-art.el (gnus-button-handle-custom): Support
4281 `customize-apropos*'.
4282
4283 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4284
4285 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4286
4287 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4288 articles.
4289
4290 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
4291
4292 * message.el (message-cite-reply-above): New variable.
4293 (message-yank-original): Use it.
4294
4295 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
4296
4297 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4298
4299 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
4300
4301 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4302 as read.
4303
4304 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4305
4306 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
4307
4308 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4309 (gnus-bookmark-default-file): Use gnus-directory.
4310 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4311 Remove "*" in doc string.
4312 (gnus-bookmark-write-file): Simplify.
4313 (gnus-bookmark-maybe-sort-alist): Use `when'.
4314 (gnus-bookmark-get-bookmark): Fix typo in doc string.
4315 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4316 FIXME about Emacs 21 and XEmacs compatibility.
4317 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4318 compatibility.
4319 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4320 compatibility.
4321 (gnus-bookmark-menu-heading): Fix version.
4322
4323 2006-06-19 Bastien Guerry <bzg@altern.org>
4324
4325 * gnus-bookmark.el: New file.
4326
4327 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
4328
4329 * message.el (message-syntax-checks): Doc fix.
4330
4331 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4332
4333 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4334 unsubscribed groups as if they were killed ones. It causes duplicate
4335 entries in gnus-newsrc-alist.
4336
4337 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
4338
4339 * message.el (message-syntax-checks): Doc fix.
4340 (message-send-mail): Add check for continuation headers.
4341 (message-check-news-header-syntax): Fix regexp used to check for
4342 continuation headers.
4343
4344 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
4345
4346 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4347
4348 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
4349
4350 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4351
4352 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
4353
4354 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4355 default-truncate-lines.
4356
4357 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
4358
4359 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4360 to fill the utf-8 entry.
4361
4362 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4363
4364 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4365
4366 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
4367
4368 * gnus-agent.el (directory-files-and-attributes): Move all the way
4369 forward (the third and final move).
4370 (gnus-agent-read-agentview): Trap reconstruction errors due to
4371 nonexistant directory. Handle by returning nil.
4372
4373 2006-05-30 Didier Verna <didier@xemacs.org>
4374
4375 * message.el (message-dont-reply-to-names): Update the custom type.
4376 * message.el (message-dont-reply-to-names): New defsubst: potentially
4377 convert a list of regexps into a single one.
4378 * message.el (message-get-reply-headers): Use it.
4379 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4380
4381 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
4382
4383 * gnus-agent.el (directory-files-and-attributes): Move forward.
4384
4385 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4386
4387 * gnus-ml.el (gnus-mailing-list-subscribe)
4388 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4389 (gnus-mailing-list-message): Fix doc strings.
4390
4391 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4392
4393 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4394 of doing it manually.
4395
4396 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4397
4398 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4399 comment.
4400
4401 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
4402
4403 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4404 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4405 (gnus-agent-read-local): All symbols allocated in my-obarray
4406 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4407 (gnus-agent-regenerate-group): Check numeric names to see if they are
4408 messages or groups.
4409 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4410 better way of do this...)
4411
4412 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4413 'dummy.group' (there should be a better way of do this...)
4414
4415 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
4416
4417 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4418 (gnus-saved-headers): Ditto.
4419 (gnus-default-article-saver): Mention functions may have properties.
4420 (gnus-article-save): Override gnus-save-all-headers and
4421 gnus-saved-headers by :headers property which saver function may have.
4422 (gnus-summary-save-in-file): Add :headers property.
4423 (gnus-summary-write-to-file): Ditto.
4424
4425 * gnus-sum.el (gnus-summary-save-article): Bind
4426 gnus-prompt-before-saving to t when saving many articles in a file;
4427 always show all headers.
4428
4429 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4430
4431 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4432 marks.
4433
4434 * message.el (message-indent-citation): Add optional arguments to allow
4435 using it outside of message buffers.
4436
4437 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4438 (gnus-article-treat-unfold-headers): Use it.
4439 (gnus-article-truncate-lines): New variable.
4440 (gnus-article-mode): Use it.
4441 (gnus-article-toggle-truncate-lines): New function.
4442
4443 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4444 gnus-article-toggle-truncate-lines.
4445
4446 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4447 coding system in XEmacs, use binary.
4448
4449 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
4450
4451 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4452 after-load-alist.
4453
4454 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4455 this function should save decoded articles.
4456 (gnus-summary-write-to-file): Use property to specify this function
4457 should save decoded articles and specify gnus-summary-save-in-file
4458 should be used to save articles other than the first one when saving
4459 many articles.
4460 (gnus-summary-save-body-in-file): Use property to specify this
4461 function should save decoded articles.
4462 (gnus-summary-write-body-to-file): Use property to specify this
4463 function should save decoded articles and specify
4464 gnus-summary-save-body-in-file should be used to save articles other
4465 than the first one when saving many articles.
4466
4467 * gnus-sum.el (gnus-summary-save-article): Simplify.
4468
4469 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
4470
4471 * gnus-art.el (gnus-default-article-saver): Add
4472 gnus-summary-write-body-to-file.
4473 (gnus-article-save-coding-system): Don't use coding system object
4474 in XEmacs.
4475 (gnus-read-save-file-name): Add optional `dir-var' argument which
4476 specifies directory in which files are saved; work even if optional
4477 `variable' argument is not specified.
4478 (gnus-summary-write-to-file): Read file name.
4479 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4480 (gnus-summary-write-body-to-file): New function.
4481
4482 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4483 (gnus-summary-local-variables): Add it.
4484 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4485 (gnus-summary-save-article): Remove optional `decode' argument;
4486 determine whether to decode articles by the value of
4487 gnus-default-article-saver; when saving many files using
4488 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4489 it first and use gnus-summary-save-in-file or
4490 gnus-summary-save-body-in-file thereafter unless
4491 gnus-prompt-before-saving is always; move point to article which
4492 will be saved.
4493 (gnus-summary-save-article-file): Revert.
4494 (gnus-summary-write-article-file): Revert.
4495 (gnus-summary-save-article-body-file): Revert.
4496 (gnus-summary-write-article-body-file): New function.
4497
4498 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4499
4500 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4501
4502 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
4503
4504 * gnus-art.el (gnus-default-article-saver): Doc fix.
4505 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4506 from gnus-summary-save-article-coding-system, and default to a
4507 certain coding system.
4508 (gnus-output-to-file): Add coding cookie and encode text according
4509 to gnus-article-save-coding-system; don't use mm-append-to-file.
4510
4511 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4512 gnus-art.el and rename to gnus-article-save-coding-system.
4513 (gnus-summary-save-article): Require gnus-art; don't show all
4514 headers if it decodes articles; don't add coding cookie here;
4515 don't bind mm-text-coding-system-for-write.
4516 (gnus-summary-save-article-file): Save decoded articles.
4517 (gnus-summary-write-article-file): When saving many files, use
4518 gnus-summary-write-to-file first and gnus-summary-save-in-file
4519 thereafter unless gnus-prompt-before-saving is always.
4520 (gnus-summary-save-article-body-file): Save decoded articles.
4521
4522 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4523
4524 * nnrss.el (nnrss-check-group): Bind hash-index.
4525
4526 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
4527
4528 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4529 its hash index. Store this hash in `nnrss-group-data'.
4530 (nnrss-read-group-data): Update accordingly.
4531
4532 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4533
4534 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4535 entry.
4536
4537 * gnus-sum.el (gnus-summary-make-menu-bar): Add
4538 gnus-article-browse-html-article.
4539
4540 2006-05-23 Hynek Schlawack <hynek@ularx.de>
4541
4542 * gnus-sum.el (gnus-summary-mime-map): Add
4543 gnus-article-browse-html-article.
4544 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4545
4546 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4547 suitable coding systems in customize.
4548
4549 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
4550
4551 * mail-source.el (mail-sources): Fix custom type.
4552
4553 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
4554
4555 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4556 (gnus-summary-expire-articles-now): Shorten prompt.
4557
4558 * gmm-utils.el (wid-edit): Require.
4559 (defun-gmm): Renamed from `gmm-defun-compat'.
4560 (gmm-image-search-load-path): Use it.
4561 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
4562
4563 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
4564
4565 * gnus-sum.el (gnus-summary-save-article-coding-system): New
4566 variable.
4567 (gnus-summary-save-article): Add optional `decode' argument. If
4568 it is set and gnus-summary-save-article-coding-system is non-nil,
4569 save decoded article.
4570 (gnus-summary-write-article-file): Save decoded article if
4571 gnus-summary-save-article-coding-system is non-nil.
4572
4573 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4574 type.
4575
4576 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
4577
4578 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4579
4580 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4581
4582 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4583 first to test gnus-single-article-buffer which may be buffer-local.
4584
4585 * gnus-sum.el (gnus-summary-setup-buffer): Make
4586 gnus-single-article-buffer buffer-local and nil in ephemeral
4587 group; make gnus-article-buffer, gnus-article-current, and
4588 gnus-original-article-buffer always buffer-local.
4589 (gnus-summary-exit): Kill article buffer belonging to ephemeral
4590 group.
4591 (gnus-handle-ephemeral-exit): Don't move to next summary line.
4592
4593 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
4594
4595 * nnml.el (nnml-request-compact-group): Compressed files might not
4596 have .gz extension.
4597
4598 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4599
4600 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4601 (mm-copy-to-buffer): Use with-current-buffer.
4602 (mm-display-part): Simplify.
4603 (mm-inlinable-p): Add optional arg `type'.
4604
4605 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4606
4607 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4608 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4609 Try harder to show the attachment internally or externally using
4610 gnus-mime-view-part-as-type.
4611
4612 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
4613
4614 * message.el (message-from-style, message-signature-separator)
4615 (message-user-organization-file, message-send-mail-function)
4616 (message-citation-line-function, message-yank-prefix)
4617 (message-indent-citation-function, message-signature)
4618 (message-signature-file, message-signature-insert-empty-line):
4619 Remove autoloads.
4620
4621 * gnus-art.el (gnus-buttonized-mime-types): Remove
4622 "multipart/signed". Revert 2006-04-26 change.
4623
4624 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4625
4626 * gnus.el (gnus-version-number): Bump version.
4627
4628 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4629
4630 * gnus.el: No Gnus v0.5 is released.
4631
4632 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4633
4634 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4635 fetching articles by message-id.
4636
4637 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4638
4639 * message.el (hashcash): Require hashcash as normal.
4640
4641 * ecomplete.el (ecomplete-highlight-match-line): Use
4642 point-at-eol.
4643 (ecomplete-highlight-match-line): Use `highlight', because that
4644 face exists in both Emacs and XEmacs.
4645
4646 * message.el (message-display-abbrev): Use point-at-bol.
4647
4648 * mail-source.el: Don't require timer/timer-funcs.
4649
4650 * gnus-async.el: Ditto.
4651
4652 * password.el: Ditto.
4653
4654 * mm-url.el: Ditto.
4655
4656 * mm-util.el: Require timer/timer-funcs.
4657
4658 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4659
4660 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4661 Close.
4662
4663 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
4664
4665 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4666 unibyte after clear-decrypt function runs.
4667
4668 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4669 returns as a unibyte string.
4670
4671 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
4672
4673 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4674 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4675 (mml1991-pgg-encrypt): Ditto.
4676
4677 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
4678
4679 * message.el (message-user-organization-file): Check several
4680 locations of the organization file.
4681
4682 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4683 Add gnus-article-view-part-as-type.
4684
4685 * gnus-art.el (gnus-article-view-part-as-type): New function.
4686
4687 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4688 .mobi and .travel. Remove .nato, .bitnet and .uucp.
4689
4690 * mml.el: Simplify autoload.
4691 (mml-mode): defvar dnd-protocol-alist instead of using
4692 symbol-value.
4693 (mml-default-directory): New variable.
4694 (mml-minibuffer-read-file): Use it.
4695 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4696
4697 * message.el (message-citation-line-format): New variable.
4698 (message-insert-formated-citation-line): New function.
4699 (message-citation-line-function): Add
4700 `message-insert-formated-citation-line' to custom type.
4701
4702 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4703 to doc string.
4704
4705 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4706 depending on mm-verify-option.
4707
4708 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
4709
4710 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4711 binding pgg-* variables; reimplement the section which prevents
4712 MIME header from being signed.
4713 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4714 pgg-text-mode; remove a blank line at the top of body.
4715
4716 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4717 lines at the top of body; use gnus-newsgroup-charset if there's no
4718 Charset header.
4719
4720 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
4721
4722 * message.el (message-self-insert-commands): Doc fix.
4723
4724 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
4725 (mm-uu-pgp-encrypted-test): Ditto.
4726 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
4727 between header and body; return application/pgp-encrypted handle
4728 if decryption failed; decode decrypted body by charset.
4729
4730 * mm-decode.el (mm-automatic-display): Don't make application/pgp
4731 element match to application/pgp-*.
4732
4733 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4734
4735 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
4736 HTML.
4737
4738 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4739
4740 * mail-source.el (mail-source-call-script): Message the error
4741 string.
4742
4743 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4744
4745 * gnus-util.el (gnus-byte-compile): Use it.
4746
4747 2006-04-22 xyblor <fake@invalid.email> (tiny change)
4748
4749 * gnus-util.el (kill-empty-logs): New function.
4750
4751 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4752
4753 * message.el (message-mail-alias-type): Doc fix.
4754 (message-mail-alias-type-p): New function.
4755 (message-send): Use it.
4756 (message-mode): Ditto.
4757 (message-strip-forbidden-properties): Ditto.
4758
4759 * ecomplete.el (ecomplete-database-file-coding-system): New
4760 variable.
4761 (ecomplete-save): Use it.
4762 (ecomplete-setup): Use it.
4763
4764 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
4765
4766 * message.el (message-self-insert-commands): New variable.
4767 (message-strip-forbidden-properties): Use it.
4768
4769 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4770
4771 * message.el (message-put-addresses-in-ecomplete): Use a regexp
4772 that doesn't make XEmacs choke.
4773
4774 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
4775
4776 * gnus-util.el (gnus-replace-in-string):
4777 Prefer replace-regexp-in-string over of replace-in-string.
4778
4779 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
4780
4781 * gnus-util.el (gnus-select-frame-set-input-focus):
4782 Use select-frame-set-input-focus if it is available in XEmacs; use
4783 definition defined in Emacs 22 for old Emacsen.
4784
4785 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
4786
4787 * mm-view.el (mm-inline-text): Use equal instead of equalp.
4788
4789 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
4790
4791 * gnus-registry.el (gnus-registry-cache-save): Remove text
4792 properties when saving via the temp buffer.
4793
4794 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
4795
4796 * message.el (message-generate-hashcash): Honor custom type.
4797
4798 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4799
4800 * message.el (message-generate-hashcash): Default to non-nil when
4801 hashcash is found.
4802
4803 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
4804 (gnus-refer-thread-limit): Increase default to 500.
4805
4806 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
4807
4808 * flow-fill.el (fill-flowed): Allow delete-space.
4809
4810 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
4811
4812 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4813 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
4814 Remove autoloads.
4815
4816 2006-04-18 Simon Josefsson <jas@extundo.com>
4817
4818 * message.el (message-generate-hashcash): Default to.
4819
4820 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
4821
4822 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4823 concatenating segments rather than before concatenating them.
4824
4825 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
4826
4827 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
4828
4829 * imap.el (imap-quote-specials): New function.
4830 (imap-login-auth): Quote specials.
4831
4832 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4833
4834 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
4835
4836 * message.el (message-forward-make-body-plain): Allow
4837 message-forward-ignored-headers to be a list.
4838 (message-remove-ignored-headers): Factor out into function.
4839 (message-forward-make-body-mml): Use it.
4840 * rfc2231.el (rfc2231-parse-string): Remove dead code.
4841 (rfc2231-parse-string): Allow concatanation of parameters that
4842 aren't contiguous. The test case is
4843 (mail-header-parse-content-type "message/external-body;
4844 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
4845 access-type=LOCAL-FILE;
4846 name*1*=plugh%2fhello-sailor%2fbing.pdf")
4847
4848 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
4849
4850 * nntp.el (nntp-accept-process-output): Return the value of
4851 `nnheader-accept-process-output'.
4852
4853 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4854
4855 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
4856 (gnus-button-alist): Recognize more diff formats.
4857 (gnus-button-patch): Strip directory.
4858
4859 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
4860
4861 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
4862 Emacs 22 when setting focus.
4863
4864 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4865
4866 * gnus-art.el (gnus-article-treat-types): Do treatment of
4867 text/x-verbatim parts.
4868 (gnus-button-patch): New command.
4869
4870 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
4871 addresses that contain invalid characters.
4872
4873 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4874
4875 * message.el (message-put-addresses-in-ecomplete): Use
4876 gnus-replace-in-string.
4877 (message-is-yours-p): Use the more correct
4878 mail-header-parse-address instead of
4879 mail-extract-address-components.
4880 (message-put-addresses-in-ecomplete): Fix typo.
4881
4882 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
4883 keystroke.
4884
4885 * gnus-art.el (gnus-treatment-function-alist): Change order of
4886 newsgroups/generic header folding to avoid double-folding.
4887
4888 * message.el (message-hidden-headers): Add X-Draft-From.
4889
4890 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
4891 command.
4892 (gnus-summary-repeat-search-article-backward): New command.
4893
4894 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
4895 groups in the parent topic.
4896
4897 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
4898
4899 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
4900 (spam-extra-header-to-number): Return the CRM114 number as a
4901 number instead of a string.
4902
4903 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4904
4905 * gnus-art.el (gnus-face-properties-alist): Moved here from
4906 gnus-fun.
4907
4908 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
4909
4910 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4911
4912 * message.el (message-strip-forbidden-properties): Only display on
4913 self-insert-command.
4914
4915 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
4916 reindent.
4917 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
4918
4919 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
4920
4921 * smiley.el (smiley-style): Fix typo.
4922
4923 2006-03-23 Kenichi Handa <handa@m17n.org>
4924
4925 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
4926 instead of set-buffer-multibyte.
4927
4928 2006-03-23 Kenichi Handa <handa@m17n.org>
4929
4930 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4931 buffer and then decode the buffer text if necessary.
4932 (rfc2231-encode-string): Be sure to work on multibyte buffer at
4933 first, and after mm-encode-body, change the buffer to unibyte.
4934
4935 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4936
4937 * hashcash.el (hashcash-insert-payment-async-2): Use
4938 message-goto-eoh instead of doing it manually.
4939 (mail-add-payment): Use message-narrow-to-header instead of trying
4940 to do the same itself.
4941
4942 * message.el (message-hidden-headers): Add Face.
4943
4944 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
4945 reparenting code.
4946 (gnus-summary-reparent-children): Refactored out code.
4947 (gnus-summary-thread-map): New keystroke.
4948 (gnus-summary-reparent-children): Make into command.
4949
4950 * smiley.el (smiley-style): Default to `medium' if using a large
4951 font.
4952
4953 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
4954 does it itself.
4955
4956 * message.el (message-point-in-header-p): Simplify definition.
4957
4958 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4959
4960 * nnagent.el (nnagent-request-set-mark): Silence log file
4961 writing.
4962 (nnagent-request-set-mark): Use write-region instead of
4963 append-to-file.
4964
4965 * gnus-sum.el (gnus-read-header): Fudge article number if using a
4966 strange select method.
4967
4968 * ecomplete.el (ecomplete-display-matches): Get highlightling
4969 right.
4970 (ecomplete-display-matches): Use literals.
4971 (ecomplete-display-matches): Disable message logging.
4972
4973 * message.el (message-display-abbrev): Small optimization.
4974
4975 * ecomplete.el (ecomplete-display-matches): Allow automatic
4976 display.
4977
4978 * message.el (message-strip-forbidden-properties): Display
4979 abbrevs.
4980 (message-display-abbrev): Get automatic display right.
4981
4982 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
4983 keystrokes.
4984
4985 2006-04-13 Romain Francoise <romain@orebokech.com>
4986
4987 TODO: Backport to v5-10!
4988
4989 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
4990 Moved here (and renamed) from gnus-registry.el.
4991
4992 * gnus-registry.el: Require gnus-util.
4993 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
4994
4995 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4996
4997 * gnus-group.el (gnus-group-catchup-current): Change
4998 if-then-else-if-then-else into cond.
4999 (gnus-group-catchup): Indent.
5000 (group-name-at-point): New function.
5001 (gnus-fetch-group): Provide default from thing at point.
5002
5003 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5004
5005 * message.el (message-display-abbrev): Fix regexp.
5006
5007 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5008 choosing.
5009 (ecomplete-highlight-match-line): Fix up code rewrite, remove
5010 dead variables.
5011
5012 * message.el (message-newline-and-indent): Remove debugging.
5013 (message-display-abbrev): Use new implementation.
5014
5015 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
5016
5017 * gnus-art.el (gnus-article-mode): Set
5018 cursor-in-non-selected-windows to nil.
5019
5020 * smiley.el: Revert previous change.
5021 (smiley-data-directory): defvar it before using it in the
5022 defcustom of `smiley-style'.
5023
5024 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5025
5026 * message.el (message-newline-and-indent): New function.
5027
5028 * ecomplete.el: Implement more bits.
5029
5030 * message.el (message-put-addresses-in-ecomplete): Clean up the
5031 string.
5032
5033 * ecomplete.el (ecomplete-add-item): Chop off decimals.
5034
5035 * gnus-sum.el (gnus-summary-save-parts): Bind
5036 gnus-summary-save-parts-counter and use it to make unique file
5037 names.
5038
5039 * gnus-art.el (gnus-ignored-headers): Add some more headers.
5040
5041 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5042 parameter to say whether to actually parse the individual
5043 addresses.
5044
5045 * message.el (message-put-addresses-in-ecomplete): New function.
5046 (ecomplete): Require.
5047 (message-mail-alias-type): Add ecomplete as an option.
5048
5049 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
5050
5051 * flow-fill.el (fill-flowed): Remove trailing space from blank
5052 quoted lines.
5053
5054 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5055
5056 * smiley.el (smiley-style): Move definition later to avoid a
5057 compilation warning.
5058
5059 2006-04-12 Kenichi Handa <handa@m17n.org>
5060
5061 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5062 buffer and then decode the buffer text if necessary.
5063 (rfc2231-encode-string): Be sure to work on multibyte buffer at
5064 first, and after mm-encode-body, change the buffer to unibyte.
5065 Use mm-disable-multibyte instead of set-buffer-multibyte.
5066
5067 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
5068
5069 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5070 Content-Type header instead of Content-Disposition header.
5071 (gnus-mime-inline-part): Ditto.
5072 (gnus-mime-view-part-as-charset): Ignore charset that the part
5073 specifies.
5074
5075 * mm-decode.el (mm-display-part): Work with external parts and
5076 usual parts similarly.
5077
5078 * mm-extern.el (mm-inline-external-body): Use mm-display-part
5079 instead of gnus-display-mime.
5080
5081 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5082 instead of with-temp-buffer.
5083
5084 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5085 tag to summarized topics part in order to encode non-ASCII text.
5086
5087 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
5088
5089 * smiley.el (smiley-style): New variable.
5090 (smiley-directory): New function.
5091 (smiley-data-directory): Derive from `smiley-style' using
5092 `smiley-directory'.
5093 (smiley-regexp-alist): Add new entries.
5094
5095 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5096 (gnus-article-browse-delete-temp): Add :version.
5097
5098 2006-04-11 Arne Jørgensen <arne@arnested.dk>
5099
5100 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5101 the sieve region.
5102
5103 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5104
5105 * gnus.el (gnus-version-number): Bump version.
5106
5107 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
5108
5109 * gnus.el: No Gnus v0.4 is released.
5110
5111 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5112
5113 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5114 layout.
5115
5116 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5117 unknown charset.
5118
5119 * message.el (message-header-synonyms): Add Original-To to the
5120 default.
5121
5122 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5123 optional parameter.
5124
5125 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
5126
5127 * gnus-fun.el (gnus): Require it for gnus-directory.
5128
5129 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5130
5131 * gnus-fun.el (gnus-face-properties-alist): Add :version.
5132
5133 2006-04-05 Daiki Ueno <ueno@unixuser.org>
5134
5135 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5136
5137 2006-04-05 Simon Josefsson <jas@extundo.com>
5138
5139 * password.el (password-reset): New function.
5140
5141 2006-04-05 Daiki Ueno <ueno@unixuser.org>
5142
5143 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5144 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5145
5146 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5147
5148 * nnweb.el (nnweb-google-create-mapping): Update regexp.
5149 Some whitespace was matched into the url, which broke browsing hits
5150 > 100 when mm-url-use-external was nil.
5151
5152 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
5153
5154 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5155 gnus-extra-headers for 'Newsgroups.
5156
5157 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5158 bound.
5159
5160 2006-04-04 Daiki Ueno <ueno@unixuser.org>
5161
5162 * pgg-gpg.el: Clean up process buffers every time gpg processes
5163 complete.
5164
5165 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
5166
5167 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5168 doc string.
5169
5170 2006-04-03 Daiki Ueno <ueno@unixuser.org>
5171
5172 * pgg-gpg.el (pgg-gpg-process-filter)
5173 (pgg-gpg-wait-for-completion): Check if buffer is alive.
5174
5175 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5176 lines, temporary fix.
5177
5178 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
5179
5180 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5181
5182 2006-03-29 Daiki Ueno <ueno@unixuser.org>
5183
5184 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5185 default-enable-multibyte-characters. This reverts the change from
5186 revision 6.17 which is no longer necessary because the passphrase
5187 is sent separately now. GnuPG messages are unreadable under
5188 multibyte locales with default-enable-multibyte-characters set to
5189 nil.
5190
5191 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
5192
5193 * message.el (message-tool-bar-gnome): Move "spell".
5194
5195 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
5196
5197 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5198 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
5199 instead.
5200
5201 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
5202
5203 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5204 newsgroups handling for NNTP overviews which don't include
5205 Newsgroups.
5206
5207 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5208
5209 * message.el (message-resend): Bind message-generate-hashcash to nil.
5210
5211 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5212
5213 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5214 when searching for already-paid recipients.
5215
5216 2006-03-27 Daiki Ueno <ueno@unixuser.org>
5217
5218 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5219 passphrases when it is not needed.
5220 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5221 passphrase stuff from gpg, should only be necessary when you use
5222 gpg with a smartcard.
5223
5224 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
5225
5226 * mml.el (mml-insert-mime): Ignore cached contents of
5227 message/external-body part.
5228
5229 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5230 (mm-insert-part): Ditto.
5231
5232 2006-03-23 Simon Josefsson <jas@extundo.com>
5233
5234 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5235 Reiner.
5236 (pgg-gpg-use-agent-p): Use it again.
5237
5238 2006-03-23 Simon Josefsson <jas@extundo.com>
5239
5240 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5241 older emacsen.
5242 (pgg-gpg-use-agent-p): Don't use it.
5243
5244 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
5245
5246 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5247 if we can.
5248
5249 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
5250
5251 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5252 (pgg-gpg-update-agent): New function.
5253 (pgg-gpg-use-agent-p): New function.
5254 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5255 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5256 (pgg-gpg-sign-region): Use it.
5257
5258 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
5259
5260 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5261 Reported by Ralf Wachinger <rwachinger@gmx.de>.
5262
5263 2006-03-21 Simon Josefsson <jas@extundo.com>
5264
5265 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5266 <wilde@sha-bang.de>.
5267 (pgg-gpg-use-agent): New variable.
5268 (pgg-gpg-process-region): Use it.
5269 (pgg-gpg-encrypt-region): Likewise.
5270 (pgg-gpg-encrypt-symmetric-region): Likewise.
5271 (pgg-gpg-decrypt-region): Likewise.
5272 (pgg-gpg-sign-region): Likewise.
5273 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5274
5275 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5276
5277 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5278
5279 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5280 Add comment on version.
5281
5282 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
5283
5284 * smiley.el: Add missing test smiley.
5285
5286 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
5287
5288 * mm-decode.el (mm-with-part): New macro.
5289 (mm-get-part): Use it; work with message/external-body as well.
5290 (mm-save-part): Treat name and filename equally.
5291
5292 * mm-extern.el (mm-extern-cache-contents): New function.
5293 (mm-inline-external-body): Use it; force the part to be displayed;
5294 move undisplayer added to the cached handle to the parent.
5295
5296 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5297 (gnus-mime-view-part-as-type): Work with message/external-body.
5298
5299 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5300
5301 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5302
5303 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5304 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
5305 Emacs.]
5306
5307 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
5308
5309 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5310 path rather than symbol. Always return list of directories.
5311 Guarantee that image directory comes first. [Sync with image.el,
5312 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
5313
5314 * message.el (message-make-tool-bar): Adjust to new API of
5315 `gmm-image-load-path-for-library'.
5316
5317 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5318
5319 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5320
5321 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5322
5323 * gnus-art.el (gnus-article-only-boring-p):
5324 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5325 intangible text.
5326 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5327
5328 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
5329
5330 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
5331 `defun' instead of `gmm-defun-compat'.
5332
5333 2006-03-14 Simon Josefsson <jas@extundo.com>
5334
5335 * message.el (message-unique-id): Don't use message-number-base36
5336 if (user-uid) is a float.
5337 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5338
5339 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
5340
5341 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5342
5343 * gnus-art.el (gnus-mime-display-single): Make sure there is an
5344 empty line between a part and a message part.
5345
5346 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
5347
5348 * smiley.el: Add more test smileys.
5349 (smiley-data-directory, smiley-regexp-alist)
5350 (gnus-smiley-file-types): Fix doc strings.
5351 (smiley-update-cache): Clear smiley-cached-regexp-alist before
5352 adding new elements.
5353 (smiley-mouse-map): Unused code. Make it a comment.
5354
5355 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
5356
5357 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5358 scan latest NoCeM messages instead of old ones.
5359 (gnus-nocem-check-article): Fix regexps so as to match to PGP
5360 delimiters that are recently used.
5361 (gnus-nocem-load-cache): Add autoload cookie.
5362
5363 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5364
5365 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5366 level which is larger than gnus-use-nocem is specified.
5367
5368 * gnus-group.el (gnus-group-get-new-news): Ditto.
5369
5370 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
5371
5372 * gnus-util.el (gnus-tool-bar-update): New function.
5373
5374 * gnus-group.el (gnus-group-update-tool-bar): New variable.
5375 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5376
5377 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5378
5379 * gnus-group.el (gnus-group-redraw-when-idle)
5380 (gnus-group-redraw-check): Remove.
5381 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5382
5383 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
5384
5385 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5386 if optional last element is specified in splits (FIELD VALUE...).
5387
5388 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
5389
5390 * message.el (message-make-tool-bar): Rename gmm-image-load-path
5391 to gmm-image-load-path-for-library. Call with no-error argument.
5392 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5393
5394 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5395
5396 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5397
5398 * gmm-utils.el (gmm-image-load-path): Remove alias.
5399
5400 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
5401
5402 * gmm-utils.el (gmm-image-load-path): Add alias.
5403
5404 * nnml.el (nnml-generate-nov-databases-directory): Rename from
5405 nnml-generate-nov-databases-1.
5406 (nnml-generate-nov-databases): Use it.
5407 (nnml-generate-nov-databases-directory): Document no-active
5408 argument.
5409
5410 * gmm-utils.el (gmm-image-load-path-for-library): Return single
5411 directory if path is t. Add no-error.
5412
5413 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5414 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5415
5416 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5417 resetting gnus-article-browse-html-temp-list.
5418
5419 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5420 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
5421 Add example to docstring. Rename local variables. Move error
5422 checks to default case in cond and simplify.
5423
5424 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
5425
5426 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5427 handle is multipart when calling it recursively.
5428 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5429
5430 2006-03-03 Daniel Pittman <daniel@rimspace.net>
5431
5432 * nnimap.el (nnimap-request-update-info-internal): Optimize.
5433 Don't `gnus-uncompress-range' to avoid excessive memory usage.
5434
5435 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5436
5437 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5438 is loaded.
5439
5440 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5441 loaded.
5442
5443 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
5444
5445 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5446 to "Emacs 23 (unicode)" in doc string.
5447
5448 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5449 "Emacs 23 (unicode)" in comment.
5450
5451 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5452
5453 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5454
5455 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5456 characters 160 through 255 in Emacs 23.
5457
5458 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5459
5460 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5461 gnus-article-browse-html-temp.
5462 (gnus-article-browse-delete-temp): Make it customizable. Add
5463 `file'. Adjust doc string.
5464 (gnus-article-browse-delete-temp-files): Add argument. Allow
5465 query for each file. Adjust doc string.
5466 (gnus-article-browse-html-parts): Add
5467 `gnus-article-browse-delete-temp-files' to
5468 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5469
5470 2006-03-02 Hynek Schlawack <hynek@ularx.de>
5471
5472 * gnus-art.el (gnus-article-browse-html-temp)
5473 (gnus-article-browse-delete-temp): New variables.
5474 (gnus-article-browse-delete-temp-files): New function.
5475 (gnus-article-browse-html-parts): Use it.
5476
5477 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5478
5479 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5480
5481 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5482 string.
5483
5484 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5485 gnus-summary-insert-new-articles when unplugged. Remove
5486 gnus-summary-search-article-forward.
5487
5488 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5489 display-visual-class instead of display-color-cells.
5490
5491 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
5492
5493 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5494 message/* containing non-ASCII text properly.
5495
5496 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
5497
5498 * message.el: Require gmm-utils, remove autoloads.
5499 (message-tool-bar): Set default based on
5500 gmm-tool-bar-style.
5501 (message-tool-bar-gnome): Add gmm-customize-mode.
5502
5503 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5504 gmm-tool-bar-style.
5505 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5506
5507 * gnus-group.el (gnus-group-tool-bar): Set default based on
5508 gmm-tool-bar-style.
5509 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5510
5511 * gmm-utils.el (gmm-image-directory): Rename variable from
5512 gmm-image-load-path.
5513 (gmm-image-load-path): Use gmm-image-directory.
5514 (gmm-customize-mode): New function.
5515 (gmm-tool-bar-style): New variable.
5516
5517 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5518 gnus-group-redraw-line-number.
5519 (gnus-group-redraw-check): Simplify.
5520 (gnus-group-tool-bar-update): Remove redraw check.
5521 (gnus-group-make-tool-bar): Add redraw check.
5522
5523 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
5524
5525 * gnus-art.el (gnus-button): Add missing parentheses.
5526
5527 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
5528
5529 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5530
5531 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
5532
5533 * gnus-art.el (gnus-button): New face.
5534 (gnus-article-button-face): Use it.
5535
5536 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5537 gnus-summary-next-page. Re-order.
5538
5539 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5540 next-node are now included.
5541 (gnus-group-redraw-line-number): New internal variable.
5542 (gnus-group-redraw-check): Helper function for updating the tool
5543 bar.
5544 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5545
5546 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5547
5548 * spam.el (spam-spamassassin-score-regexp): New internal variable.
5549 (spam-extra-header-to-number, spam-check-spamassassin-headers):
5550 Use it to match format of Spamassassin 3.0 and later. Reported by
5551 IRIE Tetsuya <irie@t.email.ne.jp>.
5552 (spam-check-bogofilter)
5553 (spam-bogofilter-register-with-bogofilter): Fix args of
5554 `gnus-error' calls.
5555
5556 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
5557
5558 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5559 unnecessary interaction when sending queued mails. Reported by
5560 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5561
5562 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
5563
5564 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5565 first or last are nil.
5566
5567 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5568
5569 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5570
5571 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5572
5573 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5574
5575 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5576
5577 * dns.el (query-dns): Protect more against buggy tcp output.
5578
5579 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
5580
5581 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5582 nov.php.
5583
5584 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5585
5586 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5587 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5588 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
5589 output on the server side.
5590 (nnweb-google-create-mapping): Update regexps and add some
5591 progress indication.
5592
5593 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
5594
5595 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5596 gnus-agent-toggle-plugged. Re-order icons.
5597 (gnus-group-tool-bar-gnome): Add
5598 gnus-group-{prev,next}-unread-group.
5599 (gnus-group-tool-bar-gnome): Re-order icons.
5600
5601 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5602 gnus-summary-insert-new-articles.
5603
5604 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5605 comments.
5606
5607 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
5608 also available in Emacs 21.3.
5609
5610 * message.el (message-fix-before-sending): Change "Emacs 22" to
5611 "Emacs 23 (unicode)" in comment.
5612
5613 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5614 "Emacs 23 (unicode)" in comment.
5615
5616 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5617 comment.
5618 (mm-coding-system-p): Add comment about no-MULE XEmacs.
5619
5620 * mm-view.el (mm-fill-flowed): Add :version.
5621
5622 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5623
5624 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5625 and load-path.
5626
5627 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
5628
5629 * message.el: Autoload gmm-image-load-path.
5630 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5631 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
5632 consitency.
5633
5634 * gmm-utils.el (gmm-image-load-path): Also search in
5635 "../etc/images". Don't set gmm-image-load-path if we don't find
5636 the image.
5637
5638 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
5639
5640 * gmm-utils.el (gmm-image-load-path): Don't make
5641 `gmm-image-load-path' include subdirectories which the second arg
5642 `image' might specify.
5643
5644 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5645 subdirectory to icon file names.
5646
5647 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
5648
5649 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
5650
5651 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5652 gmm-image-load-path calls.
5653
5654 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5655
5656 * message.el (message-make-tool-bar): Ditto.
5657
5658 * mml.el (mml-preview): Added comment concerning tool bar icons.
5659
5660 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5661 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
5662
5663 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5664 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
5665
5666 * message.el (message-tool-bar-gnome): Use new icon names.
5667 (message-make-tool-bar): Use `gmm-image-load-path'.
5668
5669 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5670 functions from MH-E.
5671 (gmm-image-load-path): New variable from MH-E.
5672 (gmm-image-load-path): New function from MH-E. Added arguments
5673 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
5674 *-image-load-path-called-flag.
5675
5676 2006-02-21 Milan Zamazal <pdm@brailcom.org>
5677
5678 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
5679
5680 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
5681
5682 * nnimap.el (nnimap-request-move-article): Change folder back to
5683 source group before deleting.
5684
5685 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
5686
5687 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5688
5689 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5690 mm-url.
5691
5692 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
5693
5694 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
5695
5696 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5697 coding system which mm-charset-to-coding-system returns for a
5698 given charset is valid.
5699
5700 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
5701
5702 * html2text.el (html2text-remove-tag-list):
5703 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
5704
5705 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5706
5707 * gnus-cus.el: Revert 2005-10-17 change.
5708
5709 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
5710
5711 * gnus-art.el (article-strip-banner): Call
5712 article-really-strip-banner only when the regexp match is made.
5713
5714 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
5715
5716 * gnus-art.el (article-strip-banner): Use
5717 gnus-extract-address-components instead of
5718 mail-header-parse-addresses to make it work with non-ASCII text;
5719 remove mail-encode-encoded-word-string.
5720
5721 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5722 values which are surrounded with \"...\"; make it never cause a
5723 Lisp error; give up parsing of parameters if it failed in
5724 extracting type.
5725
5726 2006-02-14 Arne Jørgensen <arne@arnested.dk>
5727
5728 * smime.el (smime-cert-by-ldap-1): Fix bug where
5729 `smime-ldap-search' returns results without userCertificates.
5730
5731 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
5732
5733 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
5734
5735 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
5736
5737 * spam.el (spam-check-spamassassin-headers): Adapt format for
5738 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
5739 <ari@mbf.ocn.ne.jp>.
5740 (spam-list-of-processors): Add spam-use-gmane.
5741
5742 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5743
5744 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
5745 make-temp-file; make it work with XEmacs as well.
5746
5747 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
5748 mm-make-temp-file.
5749
5750 * mm-decode.el (mm-display-external): Use the 3rd arg of
5751 mm-make-temp-file.
5752 (mm-create-image-xemacs): Ditto.
5753
5754 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5755
5756 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
5757 with message-narrow-to-headers.
5758 (gnus-draft-setup): Narrow to header to run message-fetch-field.
5759 (gnus-draft-check-draft-articles): New function.
5760 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
5761
5762 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
5763
5764 * gnus-art.el (gnus-article-browse-html-parts):
5765 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
5766 Don't use suffix argument for mm-make-temp-file for Emacs 21
5767 compatibility. Remove useless `format'.
5768
5769 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5770
5771 * nnweb.el (nnweb-google-wash-article): Update regexps.
5772 (nnweb-group-alist): Use defvoo instead of defvar.
5773
5774 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
5775
5776 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
5777 re-loading nn* modules.
5778
5779 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
5780
5781 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
5782 for `tool-bar-mode' and don't check it's default-value.
5783
5784 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5785
5786 * message.el (message-make-tool-bar): Ditto.
5787
5788 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
5789 `substring'. Shorten tmp-file name.
5790
5791 * gnus.el: Remove bogus comment.
5792
5793 2006-02-10 Hynek Schlawack <hynek@ularx.de>
5794
5795 * gnus-art.el (gnus-article-browse-html-parts): New function.
5796 (gnus-article-browse-html-article): New function for viewing html
5797 articles with a browser.
5798
5799 2006-02-09 Daiki Ueno <ueno@unixuser.org>
5800
5801 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
5802 (mml2015-pgg-encrypt): Ditto.
5803
5804 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
5805 (mml1991-pgg-encrypt): Ditto.
5806
5807 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
5808
5809 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
5810 message-make-date instead of current-time-string.
5811
5812 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
5813 to gnus-decoded which mm-uu might set.
5814
5815 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
5816
5817 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
5818 don't decode quoted parameters; remove misimported Emacs code.
5819 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5820 (rfc2231-decode-encoded-string): Don't use split-string which
5821 behaves differently according to Emacs version; use
5822 mm-decode-coding-region to convert charset to coding-system.
5823 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5824 (rfc2231-encode-string): Remove misimported Emacs code.
5825
5826 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
5827
5828 * gnus-art.el (article-decode-charset): Don't use ignore-errors
5829 when calling mail-header-parse-content-type.
5830 (article-de-quoted-unreadable): Ditto.
5831 (article-de-base64-unreadable): Ditto.
5832 (article-wash-html): Ditto.
5833
5834 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
5835 calling mail-header-parse-content-type and
5836 mail-header-parse-content-disposition.
5837 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
5838 mail-header-parse-content-type.
5839
5840 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
5841 insert charset and format parameters; encode description after
5842 inserting it to buffer.
5843 (mml-insert-parameter): Fold lines properly even if a parameter is
5844 segmented into two or more lines; change the max column to 76.
5845
5846 * rfc1843.el (rfc1843-decode-article-body): Don't use
5847 ignore-errors when calling mail-header-parse-content-type.
5848
5849 * rfc2231.el (rfc2231-parse-string): Return at least type if
5850 possible; don't cause an error even if it fails in parsing of
5851 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5852 (rfc2231-encode-string): Don't break lines at the beginning, leave
5853 it to mml-insert-parameter.
5854
5855 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
5856 calling mail-header-parse-content-type.
5857
5858 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
5859
5860 * spam-report.el (spam-report-gmane-use-article-number):
5861 Improve doc string.
5862 (spam-report-gmane-internal): Check if a suitable header was found
5863 in the article.
5864
5865 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
5866
5867 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
5868 (rfc2231-encode-string): Make param*=value always begin with LWSP.
5869
5870 2006-02-05 Romain Francoise <romain@orebokech.com>
5871
5872 Update copyright notices of all files in the gnus directory.
5873
5874 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5875
5876 * nnweb.el (nnweb-request-group): Avoid growing overview files.
5877
5878 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
5879
5880 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
5881 segmented lines of parameter value to cope with Thunderbird 1.5
5882 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
5883 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5884 (rfc2231-encode-string): Don't make lines exceeding 76 column.
5885
5886 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
5887
5888 * mml.el (mml-generate-mime-1): Correct the order of inline signed
5889 parts.
5890
5891 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5892
5893 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
5894 there's only one active file for all servers.
5895 (nnweb-request-scan): Make sure nnweb-articles is initialized on
5896 solid groups. Gnus might have used a FAST request to select the group.
5897 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
5898 and nnweb-search redundantly in the active file.
5899 (nnweb-request-list): Don't list bogus groups. There can only be one.
5900 (nnweb-request-create-group): Don't use ARGS.
5901 (nnweb-possibly-change-server, nnweb-request-group): Remove some
5902 initialisations. Let nnoo do the work.
5903
5904 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
5905
5906 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
5907 Say the part has been decoded.
5908
5909 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
5910
5911 2006-01-31 Kevin Ryde <user42@zip.com.au>
5912
5913 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
5914 mailcap-viewer-test-cache when there's no 'test clause, since that
5915 will invert the meaning of a "nil" test previously determined by
5916 mailcap-mailcap-entry-passes-test.
5917
5918 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
5919
5920 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
5921 compiling.
5922
5923 * gnus-sum.el: Ditto.
5924
5925 * message.el: Don't bind tool-bar-map when compiling.
5926
5927 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
5928
5929 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
5930
5931 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5932
5933 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
5934 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
5935 current Google Groups.
5936
5937 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
5938
5939 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
5940 and tool-bar-mode.
5941
5942 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
5943 and tool-bar-mode.
5944
5945 * message.el (message-tool-bar-update): Simplify.
5946 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
5947
5948 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
5949 gnus-summary-buffer.
5950 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
5951 gnus-summary-reply.
5952
5953 * gmm-utils.el (gmm): Add :version.
5954
5955 2006-01-26 Steve Youngs <steve@sxemacs.org>
5956
5957 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
5958 autoload.
5959
5960 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
5961
5962 * gmm-utils.el (gmm-verbose): Add :group.
5963
5964 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
5965
5966 * message.el: Change some comments WRT tool-bars.
5967
5968 * gnus-sum.el (gnus-summary-tool-bar)
5969 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
5970 (gnus-summary-tool-bar-zap-list): New variables.
5971 (gnus-summary-make-tool-bar): Complete rewrite using
5972 `gmm-tool-bar-from-list'.
5973
5974 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
5975 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
5976 variables.
5977 (gnus-group-make-tool-bar): Complete rewrite using
5978 `gmm-tool-bar-from-list'.
5979 (gnus-group-tool-bar-update): New function.
5980
5981 * message.el (message-mode-field-menu): Add "Show hidden Headers".
5982
5983 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
5984
5985 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
5986 is dissected into a single part of which the type is the same as
5987 the given one; decode charset.
5988
5989 2006-01-21 Kevin Ryde <user42@zip.com.au>
5990
5991 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
5992 into alists as symbol not string, since that's what
5993 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
5994 look for.
5995
5996 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
5997
5998 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
5999 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
6000
6001 * message.el (message-tool-bar-gnome): Use gmm-ignore.
6002
6003 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
6004
6005 * gnus-art.el (gnus-mime-security-button-commands): New variable.
6006 (gnus-mime-security-button-menu): New definition.
6007 (gnus-mime-security-button-map): Use them.
6008 (gnus-mime-security-button-menu): New function.
6009 (gnus-insert-mime-security-button): Addition to help echo.
6010 (gnus-mime-security-run-function, gnus-mime-security-save-part)
6011 (gnus-mime-security-pipe-part): New functions.
6012
6013 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6014 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
6015
6016 * mm-decode.el (mm-handle-set-disposition): Remove.
6017 (mm-handle-set-description): Remove.
6018
6019 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
6020
6021 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6022 (mm-w3m-standalone-supports-m17n-p): New function.
6023 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6024 w3m usage.
6025
6026 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6027 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
6028
6029 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
6030
6031 * message.el (message-tool-bar-zap-list): Use
6032 gmm-tool-bar-zap-list as custom type.
6033 (message-tool-bar-update): New function.
6034 (message-tool-bar, message-tool-bar-gnome)
6035 (message-tool-bar-retro): Add message-tool-bar-update.
6036 (message-tool-bar-gnome): Add flyspell-buffer.
6037
6038 * gnus-util.el (gnus-error): Describe `args'.
6039
6040 * gmm-utils.el (gmm-error): Describe `args'.
6041 (gmm-tool-bar-zap-list): New widget.
6042 (gmm-tool-bar-from-list): Improve description of `zap-list'.
6043
6044 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
6045
6046 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6047 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6048 the number of recursive calls.
6049
6050 * mm-decode.el (mm-handle-set-disposition): New macro.
6051 (mm-handle-set-description): New macro.
6052
6053 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
6054
6055 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6056 encoding.
6057
6058 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
6059
6060 * message.el (message-tool-bar-zap-list, message-tool-bar)
6061 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6062 (message-tool-bar-local-item-from-menu): Remove.
6063 (message-tool-bar-map): Replace by `message-make-tool-bar'.
6064 (message-make-tool-bar): New function.
6065 (message-mode): Use `message-make-tool-bar'.
6066
6067 * gmm-utils.el: New file.
6068 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6069 (gmm-lazy): New widget copied from `nnmail.el'.
6070 (gmm-tool-bar-from-list): New function for creating customizable
6071 tool bars.
6072 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
6073 output.
6074 (gmm): Add :prefix to defgroup.
6075
6076 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
6077
6078 * gmm-utils.el (gmm-widget-p): New function.
6079
6080 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
6081
6082 * mml.el (mml-attach-file): Describe `description' in doc string.
6083 (mml-menu): Add Emacs MIME manual and PGG manual.
6084
6085 2006-01-20 Richard M. Stallman <rms@gnu.org>
6086
6087 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
6088
6089 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
6090
6091 * nntp.el (nntp-end-of-line): Doc fix.
6092
6093 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
6094
6095 * imap.el (imap-open): Handle case where buffer is a buffer
6096 object.
6097
6098 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6099
6100 * gnus-delay.el (gnus-delay): Don't autoload.
6101 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6102 to be re-loaded when customizing the `gnus-delay' group.
6103
6104 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
6105
6106 * message.el (message-insert-citation-line): Use newlines.
6107
6108 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
6109
6110 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6111
6112 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6113
6114 2006-01-19 Mark D. Baushke <mdb@gnu.org>
6115
6116 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6117
6118 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
6119
6120 * mm-decode.el (mm-inlined-types): Add application/pgp.
6121 (mm-automatic-display): Ditto.
6122
6123 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6124 part as text.
6125
6126 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
6127
6128 * nnrss.el: Update copyright.
6129 (nnrss-opml-import): Query whether to subscribe to each entry.
6130
6131 * gnus-art.el:
6132 * gnus-sum.el:
6133 * mm-uu.el:
6134 * mm-view.el: Update copyright.
6135
6136 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
6137
6138 * message.el (message-info): New function.
6139 (message-mode-menu): Add it.
6140 Update copyright.
6141
6142 * ChangeLog: Fix and update copyright.
6143
6144 2006-01-13 Romain Francoise <romain@orebokech.com>
6145
6146 * message.el (message-forward-subject-name-subject): Prefer the
6147 address to 'nowhere' if the sender has no name.
6148 Fix typo. Update copyright year.
6149
6150 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
6151
6152 * gnus-art.el (article-wash-html): Use
6153 gnus-summary-show-article-charset-alist if a numeric arg is given.
6154 (gnus-article-wash-html-with-w3m-standalone): New function.
6155
6156 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6157 mm-inline-text-html-render-with-w3m-standalone.
6158 (mm-text-html-washer-alist): Map w3m-standalone to
6159 gnus-article-wash-html-with-w3m-standalone.
6160 (mm-inline-text-html-render-with-w3m-standalone): New function.
6161
6162 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
6163
6164 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6165 Improve LaTeX.
6166
6167 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
6168
6169 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6170 (nnrss-request-article): Render text/plain parts as HTML.
6171
6172 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6173 the buffer.
6174
6175 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
6176
6177 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6178 custom definition of `gnus-posting-styles'.
6179
6180 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6181 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6182
6183 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
6184
6185 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6186 Use nntp for bug archive.
6187
6188 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
6189
6190 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6191 parts.
6192 (nnrss-normalize-date): New function converts ISO 8601 date into
6193 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
6194 (nnrss-check-group): Use it.
6195
6196 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
6197
6198 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6199
6200 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6201 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
6202 (nnrss-insert-w3): Ditto.
6203
6204 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
6205
6206 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6207 the articles to be forwarded including the case where neither a
6208 number of articles nor a region is specified.
6209
6210 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
6211
6212 * nnrss.el (nnrss-request-article): Fix last change; fill
6213 text/plain parts.
6214
6215 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
6216
6217 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6218 in text/plain part.
6219 (nnrss-check-group): Don't add excessive newline to dc:subject.
6220
6221 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
6222
6223 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6224 article.
6225
6226 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
6227
6228 * nnml.el: Don't require gnus-bcklg. Autoload it.
6229 (nnml-use-compressed-files, nnml-save-mail): Support other
6230 comression programs such as bzip2.
6231
6232 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6233
6234 * dns.el (query-dns): Make sure we check the buffer size before
6235 removing tcp headers.
6236
6237 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
6238
6239 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6240 remove MIME buttons associated with multipart/alternative parts.
6241 (gnus-mime-display-alternative): Tag buttons using `article-type'
6242 text property.
6243
6244 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6245 associated with multipart/alternative parts.
6246
6247 * gnus-art.el (gnus-signature-separator): Fix custom type.
6248
6249 * mm-decode.el (mm-inlined-types): Fix custom type.
6250 (mm-keep-viewer-alive-types): Ditto.
6251 (mm-automatic-display): Ditto.
6252 (mm-attachment-override-types): Ditto.
6253 (mm-inline-override-types): Ditto.
6254 (mm-automatic-external-display): Ditto.
6255
6256 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
6257
6258 * spam-report.el (spam-report-user-mail-address)
6259 (spam-report-user-agent): New variables.
6260 (spam-report-url-ping-plain): Use spam-report-user-agent.
6261
6262 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
6263
6264 * gnus-art.el (gnus-button-handle-custom): Do not just use
6265 `customize-apropos' for any "M-x customize-*" button but the
6266 function called for. Accept both the function name and its
6267 argument in order to achieve this.
6268 (gnus-button-alist): Remove support for "custom:" URL's. Pass
6269 function name to `gnus-button-handle-custom' in case of "M-x
6270 customize-*" buttons.
6271
6272 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
6273
6274 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6275 multipart/alternative and add xref to mm-discouraged-alternatives
6276 in doc string.
6277
6278 * mm-decode.el (mm-discouraged-alternatives): Add xref to
6279 gnus-buttonized-mime-types in doc string.
6280
6281 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
6282
6283 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6284 Suggest image/.* in the doc string.
6285
6286 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6287
6288 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6289 message-marks (Debian bug #342521).
6290
6291 2005-12-12 Simon Josefsson <jas@extundo.com>
6292
6293 * password.el (password-read-from-cache): Add.
6294 (password-read): Use it.
6295
6296 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
6297
6298 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6299 us-ascii as a MIME charset.
6300
6301 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6302 against the case where the 2nd arg TYPE is nil.
6303
6304 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6305
6306 * pop3.el (pop3-stream-type): Fix custom version.
6307
6308 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6309
6310 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6311
6312 * mm-decode.el (mm-display-external): Add missing cdr.
6313
6314 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
6315
6316 * mm-decode.el (mm-display-external): Use nametemplate (defined in
6317 RFC1524) if it is in mailcap or add a suffix according to
6318 mailcap-mime-extensions when generating a temp filename; postpone
6319 deleting a temp file for 2 seconds for some wrappers, shell
6320 scripts, and so on, which might exit right after having started a
6321 viewer command as a background job.
6322
6323 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6324
6325 * nntp.el (nntp-marks-directory): Fix custom group.
6326
6327 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6328 steps when < 10.
6329
6330 * gnus-start.el (gnus-no-server-1): Mention
6331 `gnus-level-default-subscribed' in doc string.
6332
6333 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6334
6335 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6336 parens.
6337
6338 2005-11-26 Dave Love <fx@gnu.org>
6339
6340 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6341 (tls-program, tls-success): Provide openssl alternative.
6342
6343 * starttls.el: Doc fixes.
6344 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6345 SERVICE to PORT.
6346
6347 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
6348 port null or service name.
6349 (starttls-negotiate): Autoload.
6350
6351 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6352
6353 * message.el (message-kill-to-signature): Fix interactive spec.
6354
6355 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
6356
6357 * pop3.el (pop3-open-server): Recognize a string as a service name.
6358
6359 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
6360
6361 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6362
6363 2005-11-23 Dave Love <fx@gnu.org>
6364
6365 Add pop3s, pop3/starttls.
6366
6367 * pop3.el (pop3-authentication-scheme): Clarify doc.
6368 (open-tls-stream, starttls-open-stream): Autoload.
6369 (pop3-stream-type): New.
6370 (pop3-open-server): Use it.
6371
6372 * mail-source.el (mail-sources): Fix some :types. Add stream type
6373 for POP.
6374 (mail-source-keyword-map): Add :stream for POP.
6375 (mail-source-fetch-pop): Use pop3-stream-type.
6376
6377 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
6378
6379 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6380 of current-time-string.
6381
6382 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
6383
6384 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6385 date header.
6386
6387 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6388
6389 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6390 it can seriously impact performance as it bypasses the agent's
6391 local caches.
6392
6393 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6394
6395 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6396 must be explicitly online rather than "not explicitly offline" for
6397 its flags to be synchronized.
6398
6399 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6400 that gnus-uu-unmark-thread will function correctly.
6401
6402 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6403 1024K is instead displayed as 1M.
6404
6405 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6406
6407 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6408
6409 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
6410
6411 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6412
6413 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
6414
6415 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6416 error message to display actual error condition.
6417 (gnus-agent-save-local): Avoid saving symbols that are bound to
6418 nil as they simply result in a warning message in
6419 gnus-agent-read-local.
6420
6421 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6422
6423 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6424 rather than make-variable-buffer-local for file-precious-flag.
6425
6426 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6427
6428 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6429 for duplicates which are removed. The invalid sort check then
6430 triggers a rescan after the sort as sorting may have moved
6431 duplicate entries such that they can be cheaply detected.
6432
6433 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6434
6435 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6436
6437 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6438
6439 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6440 internal variable to a custom variable. Changed default value
6441 from compressed(2) to uncompressed(1).
6442 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6443 support for uncompressed agentview files. Taken together, reading
6444 the agentview file should now be 6-7 times faster.
6445
6446 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
6447
6448 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6449 as a buffer-local variable. This avoids creating truncated
6450 dribble files as a result of a hang up, eg.
6451
6452 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6453
6454 * gnus-start.el (gnus-start-draft-setup): Enforce
6455 `gnus-draft-mode' for nndraft:drafts at startup.
6456
6457 * gnus.el (gnus-splash): Change custom group.
6458 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6459 allow-list argument.
6460
6461 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6462 string.
6463
6464 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6465
6466 * gnus-art.el (gnus-default-article-saver): Add user-defined
6467 `function' to custom type.
6468
6469 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6470
6471 * imap.el (imap-open): Handle case where buffer is a buffer
6472 object.
6473
6474 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6475
6476 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6477 long lines.
6478 (gnus-cache-delete-group): Wrap doc strings.
6479
6480 * gnus-agent.el (gnus-agent-rename-group)
6481 (gnus-agent-delete-group): Wrap doc strings.
6482
6483 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6484
6485 * gnus-start.el (gnus-1): Add "native" to
6486 gnus-predefined-server-alist.
6487
6488 * gnus.el (gnus-method-to-server): Don't add "native" to the
6489 lists here, because that leads to problems when
6490 gnus-select-method is bound.
6491
6492 2005-11-09 Simon Josefsson <jas@extundo.com>
6493
6494 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6495 use (not sort-by-date) instead.
6496
6497 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6498
6499 * gnus-delay.el (gnus-delay-group): Don't autoload.
6500 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6501 to be re-loaded when customizing the `gnus-delay' group.
6502
6503 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
6504
6505 * message.el: Revert last changes.
6506 (message-insert-citation-line): Use newlines.
6507
6508 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
6509
6510 * message.el (message-courtesy-message)
6511 (message-mark-insert-begin, message-mark-insert-end)
6512 (message-elide-ellipsis, message-cancel-message)
6513 (message-add-header, message-change-subject)
6514 (message-cross-post-followup-to-header)
6515 (message-cross-post-insert-note, message-reduce-to-to-cc)
6516 (message-widen-reply, message-delete-not-region)
6517 (message-kill-to-signature, message-insert-signature)
6518 (message-insert-importance-high, message-insert-importance-low)
6519 (message-insert-or-toggle-importance)
6520 (message-insert-disposition-notification-to)
6521 (message-indent-citation, message-yank-original)
6522 (message-cite-original-without-signature, message-cite-original)
6523 (message-insert-citation-line, message-position-on-field)
6524 (message-fix-before-sending, message-send-mail-partially)
6525 (message-send-mail, message-send-mail-with-sendmail)
6526 (message-send-mail-with-qmail, message-send-news)
6527 (message-check-news-header-syntax, message-generate-headers)
6528 (message-insert-courtesy-copy, message-fill-address)
6529 (message-fill-header, message-shorten-references)
6530 (message-setup-1, message-cancel-news)
6531 (message-forward-make-body-plain, message-forward-make-body-mime)
6532 (message-forward-make-body-mml, message-encode-message-body)
6533 (message-forward-make-body-digest-plain)
6534 (message-forward-make-body-digest-mime)
6535 (message-use-alternative-email-as-from): Insert `hard-newline'
6536 instead of ordinary newlines.
6537
6538 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
6539
6540 * message.el (message-generate-headers): Downcase the argument
6541 given to message-check-element.
6542
6543 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
6544
6545 * nntp.el (nntp-authinfo-rejected): New error condition.
6546 (nntp-wait-for): Use new error condition to signal authentication
6547 error.
6548 (nntp-retrieve-data): Rethrow new error condition to break out of
6549 recursive call to nntp-send-authinfo.
6550
6551 2005-11-08 Romain Francoise <romain@orebokech.com>
6552
6553 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6554 (gnus-summary-exit-map): Bind to `Z p'.
6555 (gnus-summary-make-menu-bar): Add menu item.
6556
6557 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
6558
6559 * gnus-art.el (gnus-article-treat-custom): Add `first'.
6560 (gnus-treat-*): Add `first' in all doc strings.
6561
6562 * gnus-group.el (gnus-group-compact-group): Fix typo.
6563
6564 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6565
6566 * gnus.el (gnus-parameters-case-fold-search): New variable.
6567 (gnus-parameters-get-parameter): Use it.
6568
6569 * gnus-score.el (gnus-home-score-file): Doc fix.
6570
6571 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
6572
6573 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6574
6575 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
6576
6577 * mm-util.el (mm-special-display-p): New function.
6578
6579 * mml.el (mml-preview): Use it; doc fix.
6580
6581 2005-10-29 Romain Francoise <romain@orebokech.com>
6582
6583 * message.el (message-fix-before-sending): Fix comment.
6584
6585 2005-10-29 Jari Aalto <jari.aalto@cante.net>
6586
6587 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6588
6589 2005-10-29 Jari Aalto <jari.aalto@cante.net>
6590
6591 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6592 Used in gnus-score.el.
6593
6594 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6595
6596 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6597
6598 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
6599
6600 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6601 whitespace removed in revision 7.8. Use concatenated string to
6602 protect trailing whitespace.
6603
6604 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
6605
6606 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6607 (nnimap-request-expire-articles): Use it to avoid sending 'UID
6608 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6609 Courier IMAP ("some version from 2004"). Mostly based on similar
6610 code in the same function.
6611
6612 2005-10-26 Didier Verna <didier@xemacs.org>
6613
6614 * gnus-group.el (gnus-group-compact-group): Invalidate original
6615 article buffer.
6616 * gnus-srvr.el (gnus-server-compact-server): Ditto.
6617 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
6618 NOV database and in article itself.
6619 Invalidate article backlog.
6620
6621 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
6622
6623 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6624
6625 2005-10-26 Simon Josefsson <jas@extundo.com>
6626
6627 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6628 part of 2004-07-25 change.
6629
6630 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
6631
6632 * message.el (message-display-completion-list): New function.
6633 (message-expand-group): Use it; make sure the Completions buffer
6634 is modifiable.
6635
6636 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6637
6638 * imap.el (imap-open): Handle case where buffer is a buffer object.
6639
6640 2005-10-24 Eli Zaretskii <eliz@gnu.org>
6641
6642 * pgg-def.el:
6643 * pgg-gpg.el:
6644 * pgg-parse.el:
6645 * pgg-pgp.el:
6646 * pgg-pgp5.el:
6647 * pgg.el: Move to the parent lisp directory.
6648
6649 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
6650
6651 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6652 user-mail-name is an empty string.
6653
6654 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
6655
6656 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6657 depending on gnus-score-decay-constant.
6658
6659 * encrypt.el (encrypt-insert-file-contents)
6660 (encrypt-write-file-contents): Don't use `gnus-message'.
6661
6662 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6663 arguments.
6664 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
6665 arguments to mm-uu-verbatim-marks-extract.
6666 (mm-uu-hide-markers): New variable.
6667 (mm-uu-extract): Use face similar to `gnus-cite-3'.
6668
6669 * gnus-fun.el (gnus-convert-image-to-x-face-command)
6670 (gnus-convert-image-to-face-command): Use "convert" by default to
6671 allow other input image formats.
6672 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
6673 accordingly.
6674
6675 2005-10-23 Simon Josefsson <jas@extundo.com>
6676
6677 * imap.el (imap-gssapi-program): Align command line parameters
6678 with latest GNU SASL.
6679 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
6680
6681 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6682
6683 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
6684 HTML.
6685 (nnslashdot-request-article): Ditto.
6686
6687 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
6688
6689 * mail-source.el (mail-source-fetch-pop): Require pop3.
6690 (mail-source-check-pop): Ditto.
6691
6692 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6693
6694 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
6695 errors.
6696
6697 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
6698
6699 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
6700 (gnus-treat-strip-leading-blank-lines): Improve doc string.
6701
6702 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
6703
6704 * mm-bodies.el (mm-decode-string): Call
6705 `mm-charset-to-coding-system' with allow-override argument.
6706
6707 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6708
6709 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
6710 (rfc2047-charset-to-coding-system): New function.
6711 (rfc2047-decode-encoded-words): New function.
6712 (rfc2047-decode-region): Use them.
6713 (rfc2047-decode-cte): Remove.
6714 (rfc2047-parse-and-decode): Remove.
6715 (rfc2047-decode): Remove.
6716
6717 2005-10-15 Kenichi Handa <handa@m17n.org>
6718
6719 * rfc2047.el (rfc2047-decode-cte): New function.
6720 (rfc2047-decode-region): Change the way to decode successive
6721 encoded-words: decode B- or Q-encoding in each encoded-word,
6722 concatenate them, and decode it as charset.
6723
6724 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
6725
6726 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
6727 widget-move-and-invoke.
6728 (gnus-custom-mode): Use gnus-custom-map.
6729
6730 2005-10-15 Bill Wohler <wohler@newt.com>
6731
6732 * message.el (message-tool-bar-map): Renamed image file from
6733 mail_send to mail/send.
6734
6735 2005-10-16 Masatake YAMATO <jet@gyve.org>
6736
6737 * message.el (message-expand-group): Pass the common
6738 prefix substring of completion to `display-completion-list'.
6739
6740 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
6741
6742 * mml-sec.el (mml-secure-method): New internal variable.
6743 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
6744 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
6745 functions using mml-secure-method.
6746
6747 * mml.el (mml-mode-map): Add key bindings for those functions.
6748 (mml-menu): Simplify security menu entries. Suggested by Jesper
6749 Harder <harder@myrealbox.com>.
6750 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
6751 end of message if point is the headers of the message.
6752
6753 * message.el (message-in-body-p): New function.
6754
6755 * assistant.el: Autoload gnus-util and netrc.
6756
6757 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
6758 Use `mm-charset-override-alist' only when decoding.
6759
6760 * mm-bodies.el (mm-decode-body): Call
6761 `mm-charset-to-coding-system' with allow-override argument.
6762
6763 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
6764 `filename' from Content-Disposition if Content-Type doesn't
6765 provide `name'.
6766 (gnus-mime-view-part-as-type): Set default instead of
6767 initial-input.
6768
6769 2005-10-09 Daniel Brockman <daniel@brockman.se>
6770
6771 * format-spec.el (format-spec): Propagate text properties of % spec.
6772
6773 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
6774
6775 * gnus-art.el (gnus-treat-predicate): Add `first'.
6776
6777 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
6778
6779 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
6780 (mm-charset-override-alist): New variable.
6781 (mm-charset-to-coding-system): Use it.
6782 (mm-codepage-setup): New helper function.
6783 (mm-charset-eval-alist): New variable.
6784 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
6785 about unknown charsets.
6786
6787 2005-10-04 David Hansen <david.hansen@gmx.net>
6788
6789 * nnrss.el (nnrss-request-article): Add support for the comments tag.
6790 (nnrss-check-group): Ditto.
6791
6792 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
6793
6794 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
6795 Rename x-gnus-verbatim to x-verbatim.
6796 (mm-uu-type-alist): Fix regexp for verbatim-marks.
6797
6798 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
6799 x-verbatim.
6800
6801 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
6802
6803 * gnus-util.el (gnus-remove-duplicates): Remove.
6804
6805 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
6806 instead of gnus-remove-duplicates.
6807
6808 * message.el (message-remove-duplicates): Remove.
6809 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
6810 message-remove-duplicates.
6811
6812 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
6813 available, else use implementation from `delete-dups'.
6814
6815 * message.el (message-insert-expires): New function.
6816 (message-mode-map): Add key binding.
6817 (message-mode-field-menu): Add menu entry.
6818 (message-mode): Document it.
6819 (message-make-expires-date): Use `message-make-date'.
6820
6821 2005-10-04 Josh Huber <huber@alum.wpi.edu>
6822
6823 * message.el (message-make-expires-date): New function.
6824
6825 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
6826
6827 * time-date.el: Autoload parse-time-string, XEmacs needs it.
6828
6829 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6830
6831 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
6832 function rather than the diff-mode.el package.
6833 (mm-display-external): Use with-current-buffer.
6834 (mm-viewer-completion-map, mm-viewer-completion-map):
6835 Move initialization inside declaration.
6836
6837 2005-09-29 Simon Josefsson <jas@extundo.com>
6838
6839 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
6840 autoload mail-check-payment.
6841 (spam-check-hashcash): Define unconditionally, since hashcash.el
6842 is part of Gnus now. Ignore errors from payment checking.
6843
6844 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
6845
6846 * message.el (message-bold-region, message-unbold-region): Rename
6847 from `bold-region' and `unbold-region'.
6848
6849 * message.el: Remove useless autoloads.
6850
6851 2005-09-28 Simon Josefsson <jas@extundo.com>
6852
6853 * message.el (message-use-idna): Default to t.
6854 (message-use-idna): Test whether encoding works too. Doc fix.
6855
6856 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6857
6858 * nntp.el (nntp-warn-about-losing-connection): Remove.
6859
6860 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
6861
6862 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
6863 customizable. Change default value.
6864 (mm-uu-diff-groups-regexp): Change default value.
6865 (mm-uu-type-alist): Add doc string.
6866 (mm-uu-configure): Add doc string. Make it interactive.
6867 (mm-uu-tex-groups-regexp): New variable.
6868 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
6869 (mm-uu-type-alist): Add LaTeX documents.
6870 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
6871 of "text/verbatim".
6872 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
6873
6874 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
6875 instead of "text/verbatim".
6876
6877 * message.el (message-mark-inserted-region)
6878 (message-mark-insert-file): Use slrn style marks when called with
6879 prefix argument.
6880
6881 2005-09-27 Simon Josefsson <jas@extundo.com>
6882
6883 * message.el (message-idna-to-ascii-rhs-1): Reformat.
6884
6885 2005-09-27 Arne Jørgensen <arne@arnested.dk>
6886
6887 * message.el (message-remove-duplicates): New function.
6888 Implementation borrowed from `gnus-remove-duplicates'.
6889 (message-idna-to-ascii-rhs): Also encode idna addresses in
6890 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6891 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
6892 only ask about the same idna domain once per header and also tell
6893 in what header to replace the idna domain.
6894
6895 * gnus-art.el (article-decode-idna-rhs): Also decode idna
6896 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6897 (article-decode-idna-rhs): Fix regexp so that all idna-address in
6898 a header is decoded and not just the last one.
6899
6900 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
6901
6902 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
6903 has been decoded.
6904
6905 * mm-decode.el (mm-automatic-display): Add text/verbatim.
6906 (mm-insert-part): Don't modify text if it has been decoded.
6907
6908 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
6909 decoded.
6910
6911 * mm-view.el (mm-inline-text): Don't strip text props unless
6912 decoding enriched or richtext parts.
6913
6914 2005-09-25 Romain Francoise <romain@orebokech.com>
6915
6916 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
6917 * gnus-start.el (gnus-subscribe-interactively):
6918 * gnus-uu.el (gnus-uu-grab-articles):
6919 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
6920 space.
6921
6922 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
6923
6924 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6925 * mm-view.el (mm-view-pkcs7-decrypt):
6926 * gnus-sum.el (gnus-summary-limit-to-extra)
6927 (gnus-summary-respool-article, gnus-read-move-group-name):
6928 * gnus-score.el (gnus-summary-increase-score):
6929 * gnus-util.el (gnus-completing-read-with-default):
6930 * gnus-art.el (gnus-read-save-file-name)
6931 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
6932 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
6933 * message.el (message-check-news-header-syntax):
6934 Follow convention for reading with the minibuffer.
6935
6936 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
6937
6938 * spam-report.el (spam-report-url-ping-plain):
6939 Use gnus-extended-version as User-Agent.
6940
6941 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
6942 default value is nil.
6943
6944 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
6945 (mm-uu-verbatim-marks-extract): New function.
6946 (mm-uu-extract): New face.
6947 (mm-uu-copy-to-buffer): Use it.
6948
6949 * spam-report.el (spam-report-gmane-ham): Renamed from
6950 `spam-report-gmane-unspam'.
6951 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
6952 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
6953
6954 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
6955 Autoload.
6956 (spam-report-gmane-unregister-routine): Renamed
6957 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
6958
6959 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
6960
6961 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
6962 (spam-report-gmane-unregister-routine): Add support for gmane
6963 unregistration.
6964
6965 * spam-report.el (spam-report-gmane-unspam)
6966 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
6967 (spam-report-gmane): Change to take a single article and do unspam
6968 registration.
6969
6970 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
6971
6972 * mm-url.el (mm-url-decode-entities): Fix regexp.
6973
6974 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6975
6976 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
6977 default to nil, to be able to use Gnus at all. If the default
6978 switches to something else, then the function should be fixed not
6979 be exceedingly slow.
6980
6981 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
6982
6983 * gnus-start.el (gnus-activate-group): If the server is nil, don't
6984 fail hard.
6985
6986 * spam-report.el: Add better Keywords line.
6987
6988 * spam.el: Add Maintainer and better Keywords line.
6989
6990 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
6991
6992 * gnus-art.el (gnus-article-replace-part)
6993 (gnus-mime-replace-part): New functions.
6994 (gnus-mime-action-alist, gnus-mime-button-commands)
6995 (gnus-mime-save-part-and-strip): Added file argument.
6996 (gnus-article-part-wrapper): Added interactive argument.
6997
6998 * gnus-sum.el (gnus-summary-mime-map): Add
6999 `gnus-article-replace-part'.
7000
7001 2005-09-19 Didier Verna <didier@xemacs.org>
7002
7003 The nnml compaction feature:
7004 * nnml.el (nnml-request-compact-group): New function.
7005 * nnml.el (nnml-request-compact): New function.
7006 * gnus-int.el (gnus-request-compact-group): New function.
7007 * gnus-int.el (gnus-request-compact): New function.
7008 * gnus-group.el (gnus-group-compact-group): New function.
7009 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7010 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7011 * gnus-srvr.el (gnus-server-compact-server): New function.
7012 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7013 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7014
7015 2005-09-18 Deepak Goel <deego@gnufans.org>
7016
7017 * sieve.el (sieve-help): Fix `message' call: first arg should be a
7018 format spec.
7019
7020 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
7021
7022 * gnus.el (gnus-group-startup-message): Bind image-load-path.
7023
7024 2005-09-15 Romain Francoise <romain@orebokech.com>
7025
7026 * message.el (message-fill-paragraph): Clarify docstring.
7027
7028 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
7029
7030 * gnus-art.el (gnus-mime-display-part): Protect against broken
7031 MIME messages.
7032
7033 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
7034
7035 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7036 before parsing header.
7037
7038 2005-09-11 Jari Aalto <jari.aalto@cante.net>
7039
7040 * html2text.el (html2text-replace-list): Add new entities.
7041
7042 2005-09-11 Romain Francoise <romain@orebokech.com>
7043
7044 * message.el (message-alternative-emails): Improve docstring.
7045 (message-setup-1): Call `message-use-alternative-email-as-from'
7046 after `message-setup-hook' to give it precedence over posting
7047 styles, etc.
7048 (message-use-alternative-email-as-from): Add docstring. Remove
7049 the original From header if present.
7050
7051 * nnml.el (nnml-compressed-files-size-threshold): New variable.
7052 (nnml-save-mail): Use it.
7053
7054 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7055 articles. Add new argument `silent'.
7056 (gnus-uu-mark-all): Report the total number of marked articles.
7057
7058 2005-09-10 Romain Francoise <romain@orebokech.com>
7059
7060 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7061 (gnus-uu-mark-series): Likewise.
7062
7063 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
7064
7065 * spam-report.el (spam-report-gmane): Fix generation of spam
7066 report URL.
7067
7068 2005-09-10 Simon Josefsson <jas@extundo.com>
7069
7070 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7071 t, based on discussion on the ding list with Robert Epprecht
7072 <epprecht@solnet.ch>.
7073
7074 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
7075
7076 * spam-report.el (spam-report-gmane): Make it work without
7077 X-Report-Spam header. Gmane now only provides Archived-At.
7078 This is only used if `spam-report-gmane-use-article-number' is nil.
7079 (spam-report-gmane-spam-header): Remove. Not used anymore.
7080
7081 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7082 make `gnus-summary-sort-by-recipient' work with threading.
7083
7084 * nnweb.el (nnweb-google-wash-article): Print a message if article
7085 is not available.
7086
7087 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7088
7089 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7090 change. Decode text/* parts content before displaying.
7091
7092 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
7093
7094 * mml-smime.el: Remove defvar of gnus-extract-address-components.
7095
7096 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
7097
7098 * mm-view.el (mm-display-inline-fontify): Disable support modes.
7099
7100 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
7101
7102 * message.el (message-tab-body-function): Fix mismatched custom type.
7103
7104 * gnus.el (gnus-group-change-level-function): Ditto.
7105
7106 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7107
7108 * gnus-art.el (gnus-signature-limit)
7109 (gnus-article-mime-part-function): Ditto.
7110
7111 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
7112
7113 * mml.el (mml-mode): Silence the byte compiler.
7114
7115 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7116 using `(sit-for 0)' before moving the point to the specified part;
7117 skip unbuttonized parts.
7118 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7119 return to the summary window if gnus-auto-select-part is non-nil.
7120
7121 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
7122
7123 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7124 variables.
7125 (mml-dnd-attach-file, mml-mode): Use them.
7126
7127 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7128 Make fetching article by MID work again for Google Groups. Added
7129 FIXME concerning gnus-group-make-web-group.
7130
7131 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7132 Don't depend on Gnus by using mail-extract-address-components if
7133 gnus-extract-address-components is not bound.
7134
7135 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7136
7137 * gnus-art.el (gnus-mime-display-security): Don't display the
7138 signature, but only the signed part.
7139
7140 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
7141
7142 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7143
7144 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7145 list, not listp.
7146
7147 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
7148
7149 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7150 when encoding.
7151
7152 * mm-bodies.el (mm-decode-content-transfer-encoding):
7153 De-canonicalize CRLF for all text content types, not just
7154 text/plain.
7155
7156 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
7157
7158 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7159 valid article; point arrow and cursor at the MIME button.
7160
7161 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
7162
7163 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7164 Suggested by Dan Christensen <jdc@uwo.ca>.
7165
7166 * mm-decode.el (mm-save-part): Enable change of prompt.
7167
7168 2005-08-29 Jari Aalto <jari.aalto@cante.net>
7169
7170 * gnus-msg.el (gnus-inews-add-send-actions): Made
7171 `message-post-method' lambda parameter ARG `&optional'.
7172
7173 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
7174
7175 * gnus-sum.el (gnus-summary-mime-map): Added
7176 gnus-article-save-part-and-strip, gnus-article-delete-part and
7177 gnus-article-jump-to-part.
7178
7179 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7180 (gnus-article-edit-part): Use it.
7181 (gnus-article-part-wrapper): Added no-handle argument.
7182 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7183 functions.
7184
7185 2005-08-29 Romain Francoise <romain@orebokech.com>
7186
7187 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7188 docstring.
7189 (gnus-face-from-file): Likewise.
7190
7191 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
7192
7193 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7194 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7195 non-nil.
7196 (gnus-auto-select-part): New variable.
7197 (gnus-article-jump-to-part): New function.
7198 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7199 (gnus-mime-delete-part): Allow selecting specified part after
7200 deleting or stripping parts.
7201 (gnus-article-jump-to-part): Don't use `read-number'. Use last
7202 part if argument is bogus.
7203
7204 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
7205
7206 * gnus-art.el (w3m-minor-mode-map):
7207 * gnus-spec.el (gnus-newsrc-file-version):
7208 * gnus-util.el (nnmail-active-file-coding-system)
7209 (gnus-original-article-buffer, gnus-user-agent):
7210 * gnus.el (gnus-ham-process-destinations)
7211 (gnus-parameter-ham-marks-alist)
7212 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7213 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7214 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7215 * mm-decode.el (gnus-current-window-configuration):
7216 * mm-extern.el (gnus-article-mime-handles):
7217 * mm-url.el (url-current-object, url-package-name)
7218 (url-package-version):
7219 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7220 (smime-keys, w3m-cid-retrieve-function-alist)
7221 (w3m-current-buffer, w3m-display-inline-images)
7222 (w3m-minor-mode-map):
7223 * mml-smime.el (gnus-extract-address-components):
7224 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7225 (gnus-newsrc-hashtb, message-default-charset)
7226 (message-deletable-headers, message-options)
7227 (message-posting-charset, message-required-mail-headers)
7228 (message-required-news-headers):
7229 * mml1991.el (mc-pgp-always-sign):
7230 * mml2015.el (mc-pgp-always-sign):
7231 * nnheader.el (nnmail-extra-headers):
7232 * rfc1843.el (gnus-decode-encoded-word-function)
7233 (gnus-decode-header-function, gnus-newsgroup-name):
7234 * spam-stat.el (gnus-original-article-buffer): Add defvars.
7235
7236 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
7237
7238 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7239 the end of the date treatments.
7240
7241 2005-08-15 Simon Josefsson <jas@extundo.com>
7242
7243 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7244 it in url-handlers.el and XEmacs in url.el. Reported by Luca
7245 Capello and Romain Francoise.
7246 (pgg-fetch-key-function): Removed, not used?
7247 (pgg-insert-url-with-w3): Require url, to get
7248 url-insert-file-contents regardless of where it is defined.
7249
7250 2005-08-13 Romain Francoise <romain@orebokech.com>
7251
7252 * message.el (message-cite-original-1): New function.
7253 (message-cite-original): Use it.
7254 (message-cite-original-without-signature): Ditto.
7255
7256 2005-08-08 Romain Francoise <romain@orebokech.com>
7257
7258 * message.el (message-yank-empty-prefix): New variable.
7259 (message-indent-citation): Use it.
7260 (message-cite-original-without-signature): Respect X-No-Archive.
7261
7262 2005-08-08 Simon Josefsson <jas@extundo.com>
7263
7264 * pgg.el: Autoload url-insert-file-contents instead of loading
7265 w3/url.
7266 (pgg-insert-url-with-w3): Don't load url here.
7267
7268 2005-08-07 Jesper Harder <harder@phys.au.dk>
7269
7270 * message.el (message-kill-to-signature): Don't insert newline at
7271 bol.
7272 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7273
7274 2005-08-06 Romain Francoise <romain@orebokech.com>
7275
7276 * message.el (message-user-fqdn): Fix typo in docstring.
7277
7278 2005-08-05 Daiki Ueno <ueno@unixuser.org>
7279
7280 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7281
7282 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7283
7284 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
7285
7286 * mm-bodies.el (mm-encode-body): Use coding system rather than
7287 charset to encode text.
7288
7289 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7290 number of charsets if utf-8 is available (XEmacs).
7291
7292 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
7293
7294 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7295 taken from `gnus-button-mid-or-mail-regexp'.
7296 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7297 (gnus-button-alist): Improve regexp for domain part of the MIDs
7298 for news:localpart@domain buttons.
7299 (gnus-button-ctan-directory-regexp): Update.
7300
7301 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
7302
7303 * sieve-manage.el (sieve-manage-interactive-login): Use
7304 make-local-variable rather than make-variable-buffer-local.
7305 (sieve-manage-open): Ditto.
7306 (sieve-manage-authenticate): Ditto.
7307
7308 * mml.el (mml-generate-mime-1): Make the content type default to
7309 text/plain if the filename is not specified.
7310
7311 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
7312
7313 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7314 instead of insert-buffer.
7315
7316 * message.el (message-yank-original): Ditto; set the mark at the
7317 end of the yanked message.
7318
7319 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
7320
7321 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7322 lines to scroll rather than to stop it.
7323
7324 * mml.el (mml-generate-default-type): Add doc string.
7325 (mml-generate-mime-1): Use mm-default-file-encoding or make it
7326 default to application/octet-stream when determining the content
7327 type if it is not specified for the part or the mml contents; add
7328 a comment about mml-generate-default-type.
7329
7330 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
7331
7332 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7333 make it default to application/octet-stream when determining the
7334 content type if it is not specified for the external contents.
7335
7336 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
7337
7338 * rfc2231.el (rfc2231-parse-string): Take care that not only a
7339 segmented parameter but also other parameters might be there.
7340
7341 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
7342
7343 * mm-decode.el (mm-display-external): Delete temp file, directory
7344 and buffer immediately if the external process is exited.
7345
7346 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
7347
7348 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7349 fewer lines than that of scroll-margin.
7350 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7351
7352 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
7353
7354 * gnus-art.el (gnus-article-next-page): Revert.
7355 (gnus-article-beginning-of-window): New macro.
7356 (gnus-article-next-page-1): Use it.
7357 (gnus-article-prev-page): Ditto.
7358 (gnus-article-edit-part): Use insert-buffer-substring instead of
7359 insert-buffer.
7360 (gnus-article-edit-exit): Ditto.
7361
7362 * gnus-util.el (gnus-beginning-of-window): Remove.
7363 (gnus-end-of-window): Remove.
7364
7365 2005-07-25 Simon Josefsson <jas@extundo.com>
7366
7367 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7368 to have the url package without w3. Reported by Daiki Ueno
7369 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7370
7371 2005-07-20 Didier Verna <didier@xemacs.org>
7372
7373 * gnus-diary.el: Remove the description comment (nndiary is now
7374 properly documented in the Gnus manual).
7375 Fix the spelling of "Back End".
7376 * nndiary.el: Ditto.
7377 Fix the copyright notice.
7378
7379 2005-07-18 Romain Francoise <romain@orebokech.com>
7380
7381 * gnus-sum.el (gnus-summary-to-prefix)
7382 (gnus-summary-newsgroup-prefix): New variables.
7383 (gnus-summary-from-or-to-or-newsgroups): Use them.
7384
7385 2005-07-17 Romain Francoise <romain@orebokech.com>
7386
7387 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7388 space as it's generally not especially interesting to the user.
7389
7390 2005-07-16 Romain Francoise <romain@orebokech.com>
7391
7392 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7393 nil to avoid prompting and file modification if one of the
7394 messages at the top of the nnfolder file contains a copyright
7395 notice.
7396 Update copyright notice.
7397
7398 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7399 instead of `current-time-string' as the latter creates a time
7400 string that is not RFC 2822 compliant (it lacks the zone).
7401 Update copyright notice.
7402
7403 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
7404
7405 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7406 for text/rtf. Display default in prompt. Pass default for M-n.
7407
7408 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7409
7410 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7411
7412 * gnus-msg.el (gnus-button-mailto): Remove
7413 save-selected-window-window hackery because it relies on
7414 save-selected-window internals.
7415
7416 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
7417
7418 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7419 (gnus-article-next-page-1): Use gnus-beginning-of-window.
7420 (gnus-article-prev-page): Ditto.
7421
7422 * gnus-util.el (gnus-beginning-of-window): New function.
7423 (gnus-end-of-window): New function.
7424
7425 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
7426
7427 * gnus-score.el (gnus-score-edit-all-score): Set
7428 gnus-score-edit-exit-function to gnus-score-edit-done and call
7429 gnus-message.
7430
7431 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7432
7433 * gnus-msg.el (gnus-button-mailto): Remove
7434 save-selected-window-window hackery because it relies on
7435 save-selected-window internals.
7436
7437 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
7438
7439 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7440 add-minor-mode.
7441 (gnus-binary-mode): Ditto.
7442
7443 * gnus-topic.el (gnus-topic-mode): Ditto.
7444
7445 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
7446
7447 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7448 (gnus-article-prev-page): Take scroll-margin into consideration.
7449
7450 2005-07-04 Lute Kamstra <lute@gnu.org>
7451
7452 Update FSF's address in GPL notices.
7453
7454 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
7455
7456 * gnus.el (gnus-exit):
7457 * gnus-group.el (gnus-group-icons):
7458 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7459
7460 * gnus-nocem.el (gnus-nocem):
7461 * message.el (message-various, message-buffers, message-sending)
7462 (message-interface, message-forwarding, message-insertion)
7463 (message-headers, message-news, message-mail):
7464 * pgg-gpg.el (pgg-gpg):
7465 * pgg-parse.el (pgg-parse):
7466 * pgg-pgp.el (pgg-pgp):
7467 * pgg-pgp5.el (pgg-pgp5):
7468 * pop3.el (pop3): Finish `defgroup' description with period.
7469
7470 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
7471
7472 * gnus-art.el (article-display-face): Improve the efficiency.
7473 (article-display-x-face): Ditto; remove grey x-face stuff.
7474
7475 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
7476
7477 * gnus-art.el (article-display-face): Correct the position in
7478 which Faces are inserted.
7479
7480 2005-06-29 Didier Verna <didier@xemacs.org>
7481
7482 * gnus-art.el (article-display-face): Display faces in correct
7483 order.
7484
7485 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7486
7487 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7488 (gnus-fill-real-hashtb): Use hash table instead of obarray.
7489 (gnus-nocem-check-article): Fetch the Type header.
7490 (gnus-nocem-message-wanted-p): Fix the way to examine types.
7491 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7492 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7493 make sure gnus-nocem-hashtb is initialized.
7494 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7495 (gnus-nocem-unwanted-article-p): Ditto.
7496
7497 * pgg.el (pgg-verify): Return the verification result.
7498
7499 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7500
7501 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7502 is ascii.
7503
7504 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
7505
7506 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7507 `show-nonbreak-escape'.
7508
7509 2005-06-23 Lute Kamstra <lute@gnu.org>
7510
7511 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7512
7513 * dig.el (dig-mode):
7514 * smime.el (smime-mode): Use gnus-run-mode-hooks.
7515
7516 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
7517
7518 * nnimap.el (nnimap-split-download-body): Fix spellings.
7519
7520 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
7521
7522 * gnus-art.el (gnus-article-encrypt-body):
7523 * gnus-cus.el (gnus-score-customize):
7524 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7525 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7526
7527 2005-06-16 Arne Jørgensen <arne@arnested.dk>
7528
7529 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7530 header by looking for magic "MII" at the beginnig.
7531
7532 2005-06-16 Miles Bader <miles@gnu.org>
7533
7534 * assistant.el (assistant-field): Remove "-face" suffix from face name.
7535 (assistant-field-face): New backward-compatibility alias for renamed
7536 face.
7537 (assistant-render-text): Use renamed assistant-field face.
7538
7539 * spam.el (spam): Remove "-face" suffix from face name.
7540 (spam-face): New backward-compatibility alias for renamed face.
7541 (spam-face, spam-initialize): Use renamed spam face.
7542
7543 * message.el (message-header-to, message-header-cc)
7544 (message-header-subject, message-header-newsgroups)
7545 (message-header-other, message-header-name)
7546 (message-header-xheader, message-separator, message-cited-text)
7547 (message-mml): Remove "-face" suffix from face names.
7548 (message-header-to-face, message-header-cc-face)
7549 (message-header-subject-face, message-header-newsgroups-face)
7550 (message-header-other-face, message-header-name-face)
7551 (message-header-xheader-face, message-separator-face)
7552 (message-cited-text-face, message-mml-face):
7553 New backward-compatibility aliases for renamed faces.
7554 (message-font-lock-keywords): Use renamed message faces.
7555
7556 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7557 (sieve-test-commands, sieve-tagged-arguments):
7558 Remove "-face" suffix from face names.
7559 (sieve-control-commands-face, sieve-action-commands-face)
7560 (sieve-test-commands-face, sieve-tagged-arguments-face):
7561 New backward-compatibility aliases for renamed faces.
7562 (sieve-control-commands-face, sieve-action-commands-face)
7563 (sieve-test-commands-face, sieve-tagged-arguments-face):
7564 Use renamed sieve faces.
7565
7566 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7567 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7568 (gnus-group-news-3-empty, gnus-group-news-4)
7569 (gnus-group-news-4-empty, gnus-group-news-5)
7570 (gnus-group-news-5-empty, gnus-group-news-6)
7571 (gnus-group-news-6-empty, gnus-group-news-low)
7572 (gnus-group-news-low-empty, gnus-group-mail-1)
7573 (gnus-group-mail-1-empty, gnus-group-mail-2)
7574 (gnus-group-mail-2-empty, gnus-group-mail-3)
7575 (gnus-group-mail-3-empty, gnus-group-mail-low)
7576 (gnus-group-mail-low-empty, gnus-summary-selected)
7577 (gnus-summary-cancelled, gnus-summary-high-ticked)
7578 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7579 (gnus-summary-high-ancient, gnus-summary-low-ancient)
7580 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7581 (gnus-summary-low-undownloaded)
7582 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7583 (gnus-summary-low-unread, gnus-summary-normal-unread)
7584 (gnus-summary-high-read, gnus-summary-low-read)
7585 (gnus-summary-normal-read, gnus-splash):
7586 Remove "-face" suffix from face names.
7587 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7588 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7589 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7590 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7591 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7592 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7593 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7594 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7595 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7596 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7597 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7598 (gnus-summary-selected-face, gnus-summary-cancelled-face)
7599 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7600 (gnus-summary-normal-ticked-face)
7601 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7602 (gnus-summary-normal-ancient-face)
7603 (gnus-summary-high-undownloaded-face)
7604 (gnus-summary-low-undownloaded-face)
7605 (gnus-summary-normal-undownloaded-face)
7606 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7607 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7608 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7609 (gnus-splash-face):
7610 New backward-compatibility aliases for renamed faces.
7611 (gnus-group-startup-message): Use renamed gnus faces.
7612
7613 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7614 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7615 (gnus-server-agent): Remove "-face" suffix from face names.
7616 (gnus-server-agent-face, gnus-server-opened-face)
7617 (gnus-server-closed-face, gnus-server-denied-face)
7618 (gnus-server-offline-face):
7619 New backward-compatibility aliases for renamed faces.
7620 (gnus-server-agent-face, gnus-server-opened-face)
7621 (gnus-server-closed-face, gnus-server-denied-face)
7622 (gnus-server-offline-face): Use renamed gnus faces.
7623
7624 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7625 Remove "-face" suffix from face names.
7626 (gnus-picon-xbm-face, gnus-picon-face):
7627 New backward-compatibility aliases for renamed faces.
7628
7629 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7630 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7631 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7632 (gnus-cite-11): Remove "-face" suffix from face names.
7633 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7634 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7635 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7636 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7637 New backward-compatibility aliases for renamed faces.
7638 (gnus-cite-attribution-face, gnus-cite-face-list)
7639 (gnus-article-boring-faces): Use renamed gnus faces.
7640
7641 * gnus-art.el (gnus-signature, gnus-header-from)
7642 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
7643 (gnus-header-content): Remove "-face" suffix from face names.
7644 (gnus-signature-face, gnus-header-from-face)
7645 (gnus-header-subject-face, gnus-header-newsgroups-face)
7646 (gnus-header-name-face, gnus-header-content-face):
7647 New backward-compatibility aliases for renamed faces.
7648 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
7649
7650 * gnus-sum.el (gnus-summary-selected-face)
7651 (gnus-summary-highlight): Use renamed gnus faces.
7652 * gnus-group.el (gnus-group-highlight): Likewise.
7653
7654 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
7655
7656 * gnus-sieve.el (gnus-sieve-article-add-rule):
7657 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
7658 * spam-stat.el (spam-stat-buffer-change-to-spam)
7659 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
7660
7661 * message.el (message-is-yours-p):
7662 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
7663
7664 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
7665
7666 * mm-view.el (mm-inline-text): Withdraw the last change.
7667
7668 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
7669
7670 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
7671 executing enriched-decode.
7672
7673 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
7674
7675 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
7676 charset of tar files.
7677
7678 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
7679
7680 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
7681
7682 2005-06-04 Lute Kamstra <lute@gnu.org>
7683
7684 * nnfolder.el (nnfolder-read-folder): Make sure that undo
7685 information is never recorded.
7686
7687 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7688
7689 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
7690
7691 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
7692
7693 * pop3.el (pop3-apop): Run md5 in the binary mode.
7694
7695 * starttls.el (starttls-set-process-query-on-exit-flag):
7696 Use eval-and-compile.
7697
7698 2005-05-31 Simon Josefsson <jas@extundo.com>
7699
7700 * smime.el (smime-replace-in-string): Define.
7701 (smime-cert-by-ldap-1): Use it.
7702
7703 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
7704
7705 * gnus-art.el (article-display-x-face): Replace
7706 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7707
7708 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
7709 set-process-query-on-exit-flag or process-kill-without-query.
7710
7711 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
7712 loop instead of replace-regexp.
7713
7714 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
7715 instead of process-kill-without-query if it is available.
7716
7717 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
7718 instead of find-file-hooks if it is available.
7719
7720 * mml1991.el: Bind pgg-default-user-id when compiling.
7721
7722 * mml2015.el: Bind pgg-default-user-id when compiling.
7723
7724 * nndraft.el (nndraft-request-associate-buffer):
7725 Use write-contents-functions instead of write-contents-hooks if it is
7726 available.
7727
7728 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
7729 instead of find-file-hooks if it is available.
7730
7731 * nntp.el (nntp-open-connection): Replace
7732 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7733 (nntp-open-ssl-stream): Ditto.
7734 (nntp-open-tls-stream): Ditto.
7735
7736 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
7737 set-process-query-on-exit-flag or process-kill-without-query.
7738 (starttls-open-stream-gnutls): Use it instead of
7739 process-kill-without-query.
7740 (starttls-open-stream): Ditto.
7741
7742 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
7743
7744 * smime.el (smime-cert-by-ldap-1): Don't use
7745 replace-regexp-in-string.
7746
7747 2005-05-31 Arne Jørgensen <arne@arnested.dk>
7748
7749 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
7750
7751 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
7752 in PEM format. Adjust to the XEmacs compability.
7753
7754 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
7755
7756 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
7757 by `string-to-number'.
7758 * gnus-agent.el (gnus-agent-regenerate-group)
7759 (gnus-agent-fetch-articles): Ditto.
7760 * gnus-art.el (gnus-button-fetch-group): Ditto.
7761 * gnus-cache.el (gnus-cache-generate-active)
7762 (gnus-cache-articles-in-group): Ditto.
7763 * gnus-group.el (gnus-group-set-current-level)
7764 (gnus-group-insert-group-line): Ditto.
7765 * gnus-score.el (gnus-score-set-expunge-below)
7766 (gnus-score-set-mark-below, gnus-summary-score-effect)
7767 (gnus-summary-score-entry): Ditto.
7768 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
7769 (gnus-soup-pack): Ditto.
7770 * gnus-spec.el (gnus-xmas-format): Ditto.
7771 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
7772 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
7773 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
7774 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
7775 * nndb.el (nndb-get-remote-expire-response): Ditto.
7776 * nndiary.el (nndiary-parse-schedule-value)
7777 (nndiary-string-to-number, nndiary-request-replace-article)
7778 (nndiary-request-article): Ditto.
7779 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
7780 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
7781 * nneething.el (nneething-make-head): Ditto.
7782 * nnfolder.el (nnfolder-request-article)
7783 (nnfolder-retrieve-headers): Ditto.
7784 * nnheader.el (nnheader-file-to-number): Ditto.
7785 * nnkiboze.el (nnkiboze-request-article): Ditto.
7786 * nnmail.el (nnmail-process-unix-mail-format)
7787 (nnmail-process-babyl-mail-format): Ditto.
7788 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
7789 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
7790 (nnmh-request-create-group, nnmh-request-list-1)
7791 (nnmh-request-group, nnmh-request-article): Ditto.
7792 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
7793 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
7794 * nnsoup.el (nnsoup-make-active): Ditto.
7795 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
7796 * nntp.el (nntp-find-group-and-number)
7797 (nntp-retrieve-headers-with-xover): Ditto.
7798 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
7799 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
7800 (pgg-format-key-identifier): Ditto.
7801 * pop3.el (pop3-last, pop3-stat): Ditto.
7802 * qp.el (quoted-printable-decode-region): Ditto.
7803
7804 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
7805 of concat.
7806
7807 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
7808
7809 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
7810
7811 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
7812
7813 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
7814
7815 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
7816
7817 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
7818
7819 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
7820
7821 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
7822 (gnus-carpal-mode): Ditto.
7823
7824 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
7825 (gnus-browse-mode): Ditto.
7826
7827 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
7828
7829 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
7830
7831 2005-05-29 Richard M. Stallman <rms@gnu.org>
7832
7833 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
7834
7835 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
7836
7837 * gnus-util.el (gnus-run-mode-hooks): New function.
7838
7839 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
7840
7841 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7842
7843 * gnus-agent.el (gnus-agent-make-mode-line-string):
7844 Use mode-line-highlight as mouse-face.
7845
7846 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
7847
7848 * canlock.el (canlock): Change the parent group to news.
7849
7850 * deuglify.el (gnus-outlook-deuglify): Add :group.
7851
7852 * dig.el (dig): Add :group.
7853
7854 * dns-mode.el (dns-mode): Add :group.
7855
7856 * encrypt.el (encrypt): Add :group.
7857
7858 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
7859 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
7860 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
7861 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
7862 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
7863
7864 * gnus-diary.el (gnus-diary): Add :group.
7865
7866 * gnus.el (gnus-group-news-1-face): Add :group.
7867 (gnus-group-news-1-empty-face): Ditto.
7868 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
7869 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
7870 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
7871 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
7872 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
7873 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
7874 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
7875 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
7876 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
7877 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
7878 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
7879 (gnus-summary-high-ticked-face): Ditto.
7880 (gnus-summary-low-ticked-face): Ditto.
7881 (gnus-summary-normal-ticked-face): Ditto.
7882 (gnus-summary-high-ancient-face): Ditto.
7883 (gnus-summary-low-ancient-face): Ditto.
7884 (gnus-summary-normal-ancient-face): Ditto.
7885 (gnus-summary-high-undownloaded-face): Ditto.
7886 (gnus-summary-low-undownloaded-face): Ditto.
7887 (gnus-summary-normal-undownloaded-face): Ditto.
7888 (gnus-summary-high-unread-face): Ditto.
7889 (gnus-summary-low-unread-face): Ditto.
7890 (gnus-summary-normal-unread-face): Ditto.
7891 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
7892 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
7893
7894 * hashcash.el (hashcash): New custom group.
7895 (hashcash-default-payment): Add :group.
7896 (hashcash-payment-alist): Ditto.
7897 (hashcash-default-accept-payment): Ditto.
7898 (hashcash-accept-resources): Ditto.
7899 (hashcash-path): Ditto.
7900 (hashcash-extra-generate-parameters): Ditto.
7901 (hashcash-double-spend-database): Ditto.
7902 (hashcash-in-news): Ditto.
7903
7904 * message.el (message-minibuffer-local-map): Add :group.
7905
7906 * netrc.el (netrc): Add :group.
7907
7908 * sieve-manage.el (sieve-manage-log): Add :group.
7909 (sieve-manage-default-user): Diito.
7910 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
7911 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
7912 (sieve-manage-authenticators): Ditto.
7913 (sieve-manage-authenticator-alist): Ditto.
7914 (sieve-manage-default-port): Ditto.
7915
7916 * sieve-mode.el (sieve-control-commands-face): Add :group.
7917 (sieve-action-commands-face): Ditto.
7918 (sieve-test-commands-face): Ditto.
7919 (sieve-tagged-arguments-face): Ditto.
7920
7921 * smime.el (smime): Add :group.
7922
7923 * spam-report.el (spam-report): Add :group.
7924
7925 * spam.el (spam, spam-face): Add :group.
7926
7927 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7928
7929 * nntp.el (nntp-next-result-arrived-p): Some news servers may
7930 return \n.\n.\n at the end of articles. Protect against that.
7931 (nntp-with-open-group): Allow debugging.
7932
7933 * nnheader.el (mail-header-set-extra): Make into a function
7934 because I just could't understand how to quote the list properly.
7935
7936 * dns.el (query-dns-cached): New function.
7937
7938 2005-05-26 Lute Kamstra <lute@gnu.org>
7939
7940 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
7941
7942 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
7943
7944 * gnus-art.el: Don't autoload mail-extract-address-components.
7945
7946 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
7947 eval-and-compile to evaluate it.
7948
7949 * hashcash.el: Don't autoload executable-find.
7950
7951 * nndb.el: Don't declare the nndb back end two or more times; don't
7952 autoload news-reply-mode, news-setup, cancel-timer and telnet.
7953
7954 * nntp.el: Autoload format-spec instead of format; use
7955 eval-and-compile to evaluate autoload forms.
7956
7957 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
7958
7959 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
7960
7961 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7962
7963 * gnus.el (gnus-version-number): Bump version.
7964
7965 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
7966
7967 * gnus.el: No Gnus v0.3 is released.
7968
7969 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
7970
7971 * gnus-art.el (gnus-article-edit-part): Disable undo.
7972
7973 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
7974
7975 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
7976 gnus-article-date-lapsed-new-header is t if date timer is active;
7977 skip headers in which the original date value is empty.
7978 (gnus-article-save-original-date): Redefine it as a macro.
7979 (gnus-display-mime): Use it.
7980
7981 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
7982
7983 * gnus-art.el (article-date-ut): Support converting date in
7984 forwarded parts as well.
7985 (gnus-article-save-original-date): New function.
7986 (gnus-display-mime): Use it.
7987
7988 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
7989
7990 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
7991 enclosure element of <item>.
7992
7993 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
7994
7995 * message.el (message-kill-buffer-query): Renamed from
7996 `message-kill-buffer-query-if-modified'. Added :version.
7997
7998 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
7999
8000 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8001 window layout.
8002
8003 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
8004
8005 * mml.el: Autoload dnd when compiling.
8006
8007 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
8008
8009 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8010 x-dnd-*.
8011
8012 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
8013
8014 * qp.el (quoted-printable-encode-region): Save excursion.
8015
8016 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
8017
8018 * message.el (message-kill-buffer-query-if-modified): Add new variable
8019 so the user can kill a modified message buffer quickly.
8020 (message-kill-buffer): Use it.
8021
8022 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
8023
8024 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
8025 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8026
8027 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
8028
8029 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8030 contained in text because xml.el decodes entities) with LFs.
8031
8032 2005-04-11 Lute Kamstra <lute@gnu.org>
8033
8034 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8035 differently.
8036
8037 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8038
8039 * mm-util.el (mm-detect-coding-region): Typo.
8040
8041 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
8042
8043 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8044
8045 2005-04-06 D Goel <deego@gnufans.org>
8046
8047 * spam-stat.el (spam-stat-score-buffer): Add a call to a
8048 user-function allow user modifications of the scores.
8049 (spam-stat-score-buffer-user): New function, to allow
8050 user-computed modifications to the score.
8051 (spam-stat-score-buffer-user-functions): List of additional
8052 scoring functions.
8053 (spam-stat-error-holder): Global temporary error holder.
8054 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8055 variable.
8056
8057 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
8058
8059 * gnus-registry.el (gnus-registry-clean-empty-function)
8060 (gnus-registry-trim, gnus-registry-fetch-groups)
8061 (gnus-registry-delete-group): Groups that match
8062 `gnus-registry-ignored-groups' are removed from the registry
8063 entries, not just ignored for splitting. This helps clean up the
8064 registry. Also, `gnus-registry-fetch-groups' is a convenient way
8065 to get all the groups a message ID is in.
8066
8067 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8068 (spam-stat-split-fancy): Change "threshhold" to "threshold"
8069 (spam-stat-score-buffer-user-functions): Add :number custom type.
8070
8071 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8072
8073 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8074 argument in XEmacs.
8075
8076 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8077 (nnrss-request-group): Decode group name first.
8078 (nnrss-request-article): Make a text/plain article if mml-to-mime
8079 failed.
8080 (nnrss-get-encoding): Return a compatible encoding according to
8081 nnrss-compatible-encoding-alist.
8082 (nnrss-find-el): Use consp instead of listp.
8083 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8084
8085 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8086
8087 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8088 which Emacs 20 doesn't support.
8089 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8090
8091 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
8092
8093 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8094 silence the byte compiler inside the defun.
8095
8096 * gnus-demon.el (parse-time-string): Add autoload.
8097
8098 * gnus-delay.el (parse-time-string): Add autoload.
8099
8100 * gnus-art.el (parse-time-string): Add autoload.
8101
8102 * nnultimate.el (parse-time): Require for `parse-time-string'.
8103
8104 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
8105
8106 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8107
8108 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8109
8110 * smime.el (smime-ldap-host-list): Add :version.
8111
8112 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
8113
8114 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8115 pass it to `gnus-browse-read-group'.
8116 (gnus-browse-read-group): Add NUMBER argument and pass it to
8117 `gnus-group-read-ephemeral-group'.
8118
8119 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8120 argument and pass it to `gnus-group-read-group'.
8121
8122 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
8123
8124 * mm-util.el (mm-xemacs-find-mime-charset): Only call
8125 mm-xemacs-find-mime-charset-1 if we have the mule feature
8126 available at runtime.
8127
8128 2005-03-25 Werner Lemberg <wl@gnu.org>
8129
8130 * nnmaildir.el: Replace `illegal' with `invalid'.
8131
8132 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
8133
8134 * gnus-start.el (gnus-display-time-event-handler):
8135 Check display-time-timer at runtime rather than only at load time
8136 in case display-time-mode is turned off in the mean time.
8137
8138 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
8139
8140 * nnimap.el (nnimap-open-connection): Print which authinfo file is
8141 used.
8142
8143 * nneething.el (nneething-map-file-directory): Derive from
8144 `gnus-directory'.
8145
8146 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8147 the To/Cc button.
8148
8149 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
8150
8151 * nnmaildir.el (nnmaildir-request-accept-article):
8152 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8153
8154 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
8155
8156 * gnus-async.el: Require timer-funcs at compile time when in
8157 XEmacs for `run-with-idle-timer'.
8158
8159 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
8160
8161 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8162 autoloaded function.
8163
8164 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8165
8166 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8167
8168 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
8169
8170 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8171
8172 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8173
8174 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8175 gnus-expert-user to default.
8176
8177 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
8178
8179 * nnimap.el (nnimap-open-server): Ditto.
8180
8181 * imap.el (imap-authenticate): Fix typo.
8182
8183 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
8184
8185 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8186 buffer (since IMAP server might return FETCH response out of
8187 order, and the nntp buffer must be sorted).
8188
8189 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
8190
8191 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8192 comparison on string.
8193
8194 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8195 (gnus-agent-score): Renamed category keywords to match gnus-cus.
8196 (gnus-agent-summary-fetch-series): Modified to protect against
8197 gnus-agent-summary-fetch-group clearing processable flags.
8198 (gnus-agent-synchronize-group-flags): Update live group buffer as
8199 synchronization may occur due to the user toggle the plugged
8200 status.
8201 (gnus-agent-fetch-group-1): Clear downloadable flag when article
8202 successfully downloaded.
8203 (gnus-agent-expire-group-1): Avoid using markers when the overview
8204 is in ascending order; greatly improves performance.
8205 (gnus-agent-regenerate-group): Use
8206 gnus-agent-synchronize-group-flags to reset read status in both
8207 gnus and server.
8208 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8209
8210 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8211
8212 * message.el: Don't autoload former message-utils variables.
8213 (message-strip-subject-trailing-was): Change doc string.
8214
8215 * nnweb.el: Fixes for `gnus-group-make-web-group'.
8216 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
8217 (nnweb-google-search): Add "hl=en" here.
8218 (nnweb-google-parse-1, nnweb-google-create-mapping):
8219 Don't hardcode URL.
8220
8221 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8222
8223 * message.el (message-get-reply-headers, message-followup):
8224 Mention related variables `message-use-followup-to' and
8225 `message-use-mail-followup-to', in the information buffer.
8226
8227 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8228 of broken groups(-beta).google.com.
8229
8230 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
8231
8232 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8233 parameter to invoked gnus-request-move-article; remove the
8234 redundant gnus-sum-hint-move-is-internal variable; apply the marks
8235 all at once instead of once per article.
8236 (gnus-summary-remove-process-mark): Accept a list of articles as
8237 well as a single article for processing.
8238
8239 * gnus-int.el (gnus-request-move-article): Add move-is-internal
8240 parameter.
8241
8242 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8243
8244 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8245
8246 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8247 parameter.
8248
8249 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8250 parameter.
8251
8252 * nnimap.el (nnimap-request-move-article): Add move-is-internal
8253 parameter and remove the gnus-sum-hint-move-is-internal variable.
8254
8255 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8256 parameter.
8257
8258 * nndraft.el (nndraft-request-move-article): Add move-is-internal
8259 parameter.
8260
8261 * nndiary.el (nndiary-request-move-article): Add move-is-internal
8262 parameter.
8263
8264 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8265
8266 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8267 parameter.
8268
8269 * nnagent.el (nnagent-request-move-article): Add move-is-internal
8270 parameter.
8271
8272 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
8273
8274 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8275 a more conservative way.
8276
8277 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
8278
8279 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8280 buffer, so it moves the window's cursor.
8281
8282 2005-02-26 Arne Jørgensen <arne@arnested.dk>
8283
8284 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8285 `mm-dissect-multipart' and receive the from field as an (optional)
8286 argument from `mm-dissect-multipart'.
8287 (mm-dissect-multipart): Receive the from field as an argument and
8288 pass it on when we call `mm-dissect-buffer' on MIME parts.
8289 Fixes verification/decryption of signed/encrypted MIME parts.
8290
8291 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
8292
8293 * gnus-sum.el (gnus-summary-move-article): Set
8294 gnus-sum-hint-move-is-internal for gnus-request-move-article and
8295 whatever it calls (right now, only nnimap-request-move article
8296 respects it).
8297
8298 * nnimap.el (nnimap-request-move-article): When
8299 gnus-sum-hint-move-is-internal is set, don't do the extra
8300 nnimap-request-article.
8301
8302 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
8303
8304 * nnheader.el (nnheader-find-file-noselect): Add doc string.
8305
8306 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8307 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8308
8309 * gnus-sum.el (gnus-summary-caesar-message):
8310 Apply `gnus-treat-article' after rotation.
8311
8312 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8313 doc string.
8314
8315 2005-02-22 Simon Josefsson <jas@extundo.com>
8316
8317 * encrypt.el (encrypt-password-cache-expiry): Remove (use
8318 `password-cache-expiry' instead). Reported by Arne Jørgensen
8319 <arne@arnested.dk>.
8320 (encrypt): Add password-cache and password-cache-expiry as group
8321 members.
8322
8323 2005-02-22 Arne Jørgensen <arne@arnested.dk>
8324
8325 * smime.el (smime-ldap-host-list): Doc fix.
8326 (smime-ask-passphrase): Use `password-read-and-add' to read (and
8327 cache) password.
8328 (smime-sign-region): Use it.
8329 (smime-decrypt-region): Use it.
8330 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8331 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8332 fails.
8333 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8334 certificate from DER to PEM format rather than calling openssl.
8335
8336 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8337
8338 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8339 for signing/encryption.
8340
8341 * mml.el (mml-parse-1): Use them.
8342
8343 2005-02-21 Arne Jørgensen <arne@arnested.dk>
8344
8345 * nnrss.el (nnrss-verbose): Removed.
8346 (nnrss-request-group): Use `nnheader-message' instead.
8347
8348 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
8349
8350 * nnrss.el (nnrss-verbose): New variable.
8351 (nnrss-request-group): Make it say nnrss is requesting a group.
8352
8353 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
8354
8355 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8356 Handle news URL with given port correctly.
8357
8358 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
8359
8360 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8361 containing special characters.
8362
8363 * gnus-sum.el (gnus-summary-edit-article): Ditto.
8364
8365 * mml.el (mime-to-mml): Ditto.
8366
8367 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8368 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8369 (rfc2047-decode-region): Quote decoded words containing special
8370 characters when rfc2047-quote-decoded-words-containing-tspecials
8371 is non-nil.
8372
8373 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
8374
8375 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8376
8377 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8378
8379 2005-02-15 Simon Josefsson <jas@extundo.com>
8380
8381 * nnimap.el (nnimap-debug): Doc fix.
8382
8383 * imap.el (imap-debug): Doc fix.
8384
8385 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
8386
8387 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8388
8389 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
8390
8391 * gnus.el (spam-contents): Improve docs for spam-contents
8392 parameter in its variable incarnation.
8393
8394 2005-02-14 Simon Josefsson <jas@extundo.com>
8395
8396 * smime-ldap.el: Use require instead of load-library for ldap.
8397 (smime-ldap-search): Indent.
8398 (smime-ldap-search-internal): Shorten line.
8399
8400 * smime.el (smime-cert-by-dns): Add doc-string.
8401 (smime-cert-by-ldap-1): Indent.
8402
8403 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8404 mml-smime-get-dns-ldap.
8405 (mml-smime-encrypt-query): Use new function. Default to ldap.
8406
8407 2005-02-14 Arne Jørgensen <arne@arnested.dk>
8408
8409 * smime.el: Require smime-ldap.
8410 (smime-ldap-host-list): New variable.
8411 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8412
8413 * mml-smime.el (mml-smime-encrypt-query): New function.
8414 (mml-smime-encrypt-query): Use it.
8415
8416 * smime-ldap.el: New file.
8417
8418 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
8419
8420 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8421
8422 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8423
8424 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8425 argument in doc string. Make query for type more clear.
8426
8427 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
8428
8429 * gnus.el (gnus-group-startup-message): Search for gnus images in
8430 etc/images/gnus.
8431 * mm-util.el (mm-image-load-path): Likewise.
8432 * smiley.el (smiley-data-directory): Search for smilies in
8433 etc/images/smilies.
8434
8435 2005-02-09 Kim F. Storm <storm@cua.dk>
8436
8437 Change Emacs release version from 21.4 to 22.1 throughout.
8438 Change Emacs development version from 21.3.50 to 22.0.50.
8439
8440 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
8441
8442 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8443
8444 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8445 non-Mule XEmacs as well.
8446 (mm-decompress-buffer): Signal an error intentionally if it does
8447 not decompress compressed data because auto-compression-mode is
8448 disabled.
8449
8450 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
8451
8452 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8453 an ID in the registry even if it has no groups.
8454
8455 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
8456
8457 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8458 merge it into mm-decompress-buffer.
8459 (gnus-mime-copy-part): Use the MIME part charset, the value which
8460 a user specified or gnus-newsgroup-charset for decoding, like
8461 gnus-mime-inline-part does; set buffer-file-coding-system to tell
8462 save-buffer what was used. Suggested by Kevin Ryde
8463 <user42@zip.com.au>.
8464 (gnus-mime-inline-part): Allow the name parameter as well as the
8465 filename parameter; force decompressing of compressed data; always
8466 display contents being not decoded as unibyte.
8467
8468 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8469 as well as the filename parameter.
8470
8471 * mm-util.el (mm-decompress-buffer): Merge
8472 gnus-mime-jka-compr-maybe-uncompress.
8473 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8474 of compressed data.
8475
8476 2005-02-08 Simon Josefsson <jas@extundo.com>
8477
8478 * imap.el (imap-log): Doc fix.
8479
8480 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
8481
8482 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8483 the coding cookies; decompress compressed parts.
8484
8485 * mml.el (mml-generate-mime-1): Add the charset parameter according
8486 to the value which a user specified manually or the coding cookie.
8487
8488 * mm-util.el (mm-string-to-multibyte): New function.
8489 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8490 (mm-coding-system-to-mime-charset): New function.
8491 (mm-decompress-buffer): New function.
8492 (mm-find-buffer-file-coding-system): New function.
8493
8494 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8495 (mm-display-inline-fontify): Rewrite for decoding and decompressing
8496 parts.
8497
8498 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8499
8500 * mm-view.el (mm-display-inline-fontify): Decode a part according
8501 to the charset parameter.
8502
8503 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
8504
8505 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8506 prefix arg is neither nil nor a number, as info specifies.
8507
8508 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
8509
8510 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8511 timestamps.
8512
8513 2005-02-02 Jari Aalto <jari.aalto@cante.net>
8514
8515 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8516 groups error checking and notify user.
8517
8518 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
8519
8520 * message.el (message-send-mail-function): Check existence of
8521 sendmail-program first before using default value
8522 `message-send-mail-with-sendmail'. Otherwise use more generic
8523 `smtpmail-send-it'.
8524
8525 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
8526
8527 * nntp.el (nntp-request-update-info): Always return nil.
8528
8529 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
8530
8531 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8532
8533 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8534
8535 * message.el (message-beginning-of-line): Change the behavior when
8536 invoked between BOL and : so that it first moves backward.
8537
8538 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8539
8540 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8541 article buffer when editing of the article is discarded.
8542 (gnus-article-prepare): Revert.
8543
8544 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8545
8546 * gnus-art.el (gnus-article-prepare):
8547 Remove message-strip-forbidden-properties from the local hook.
8548
8549 2005-01-27 Simon Josefsson <jas@extundo.com>
8550
8551 * password.el (password-cache-add): Only start one timer per key.
8552 Reported by Derek Atkins <warlord@MIT.EDU>.
8553
8554 2005-01-26 Steve Youngs <steve@sxemacs.org>
8555
8556 * run-at-time.el: Removed. It is no longer needed as
8557 timer-funcs.el in the xemacs-base package has a working version of
8558 `run-at-time'.
8559
8560 * password.el: Require timer-funcs instead of run-at-time in
8561 XEmacs.
8562 Remove `password-run-at-time' macro.
8563 (password-cache-add): Use `run-at-time' instead of
8564 `password-run-at-time'.
8565
8566 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8567 for `run-with-idle-timer'.
8568
8569 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8570 for `run-at-time'.
8571
8572 * mm-url.el: Require timer-funcs at compile time when in XEmacs
8573 for `with-timeout'.
8574
8575 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8576
8577 * mml.el (mml-generate-mime-1): Convert string into unibyte when
8578 inserting " *mml*" buffer's contents into a unibyte temp buffer.
8579
8580 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
8581
8582 * mail-source.el (mail-source-fetch-imap): Search for ^From case
8583 sensitively.
8584
8585 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
8586
8587 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8588
8589 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
8590
8591 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8592 which will be inserted according to the multibyteness of a buffer
8593 rather than the type of contents. Suggested by ARISAWA Akihiro
8594 <ari@mbf.ocn.ne.jp>.
8595
8596 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8597 of string which old xml.el may return rather than a string.
8598
8599 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
8600
8601 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8602
8603 2005-01-16 Simon Josefsson <jas@extundo.com>
8604
8605 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
8606 idn/idna.el isn't available.
8607 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
8608 <michael@waxrat.com>.
8609
8610 * hashcash.el: Remove non-FSF copyright header.
8611
8612 * hashcash.el (hashcash-extra-generate-parameters): New variable.
8613 (hashcash-generate-payment): Use it.
8614 (hashcash-generate-payment-async): Use it.
8615
8616 2005-01-15 Simon Josefsson <jas@extundo.com>
8617
8618 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
8619 Suggested by Raymond Scholz <ray-2005@zonix.de>.
8620
8621 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
8622 gnus-summary-idna-message.
8623 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
8624 (gnus-summary-idna-message): New function.
8625
8626 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
8627
8628 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
8629 gnus-novice-user.
8630
8631 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
8632
8633 * nnrss.el (nnrss-request-delete-group): Delete entries in
8634 nnrss-group-alist as well.
8635 (nnrss-save-server-data): Insert newline.
8636
8637 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
8638
8639 * gnus.el (gnus-user-agent): Use list of symbols instead of
8640 symbols. Display full version number for (S)XEmacs. Optionally
8641 display (S)XEmacs codename.
8642
8643 * gnus-util.el (gnus-emacs-version): Update for new
8644 `gnus-user-agent'.
8645
8646 * gnus-msg.el (gnus-extended-version): Make it possible to omit
8647 Gnus version.
8648
8649 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
8650
8651 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
8652 which is unreadable in some setups.
8653
8654 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8655
8656 * gnus-spec.el (gnus-update-format-specifications): Flush the
8657 group format spec cache if it doesn't support decoded group names.
8658
8659 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8660
8661 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
8662 Allow to apply decay on score files matching a regexp.
8663
8664 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
8665
8666 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
8667 compatibility in %g and %c.
8668
8669 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
8670
8671 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
8672 name for only %g and %c.
8673 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
8674 of gnus-tmp-group to decoded group name.
8675 (gnus-group-make-rss-group): Exclude `/'s from group names.
8676
8677 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
8678
8679 * nnrss.el (nnrss-get-encoding): Fix regexp.
8680
8681 2004-12-27 Simon Josefsson <jas@extundo.com>
8682
8683 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
8684 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
8685 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
8686
8687 2004-12-17 Kim F. Storm <storm@cua.dk>
8688
8689 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
8690
8691 * gnus-sum.el (gnus-summary-mode-map): Likewise.
8692
8693 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8694
8695 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
8696
8697 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
8698
8699 * nnrss.el: Require rfc2047 and mml.
8700 (nnrss-file-coding-system): New variable.
8701 (nnrss-format-string): Redefine it as an inline function.
8702 (nnrss-decode-group-name): New function.
8703 (nnrss-string-as-multibyte): Remove.
8704 (nnrss-retrieve-headers): Decode group name; don't use
8705 nnrss-format-string.
8706 (nnrss-request-group): Decode group name.
8707 (nnrss-request-article): Decode group name; allow a Message-ID as
8708 well as an article number; don't use nnrss-format-string; encode a
8709 Message-ID string which may contain non-ASCII characters; use
8710 mml-to-mime to compose a MIME article.
8711 (nnrss-request-expire-articles): Decode group name.
8712 (nnrss-request-delete-group): Decode group name.
8713 (nnrss-fetch): Clarify error message.
8714 (nnrss-read-server-data): Use insert-file-contents instead of load;
8715 bind file-name-coding-system; use multibyte buffer.
8716 (nnrss-save-server-data): Bind coding-system-for-write to the
8717 value of nnrss-file-coding-system; bind file-name-coding-system;
8718 add coding cookie.
8719 (nnrss-read-group-data): Use insert-file-contents instead of load;
8720 bind file-name-coding-system; use multibyte buffer.
8721 (nnrss-save-group-data): Bind coding-system-for-write to the
8722 value of nnrss-file-coding-system; bind file-name-coding-system.
8723 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
8724 make it work with non-ASCII text.
8725 (nnrss-find-el): Make it work with old xml.el as well.
8726
8727 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8728
8729 * nnrss.el (nnrss-get-encoding): New function.
8730 (nnrss-fetch): Use unibyte buffer initially; bind
8731 coding-system-for-read while performing mm-url-insert; remove ^Ms;
8732 decode contents according to the encoding attribute.
8733 (nnrss-save-group-data): Add coding cookie.
8734 (nnrss-mime-encode-string): New function.
8735 (nnrss-check-group): Use it to encode subject and author.
8736
8737 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
8738
8739 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
8740 imaginary variable.
8741
8742 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8743
8744 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
8745 correctly even if there are wide characters.
8746
8747 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
8748
8749 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
8750 downcased symbol names; make a new cache instead of reusing
8751 bbdb-hashtable.
8752
8753 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
8754
8755 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8756 concatenating segments rather than before concatenating them.
8757 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8758
8759 * message.el (message-get-reply-headers): Bind `extra'.
8760
8761 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8762
8763 * message.el (message-extra-wide-headers): New variable.
8764 (message-get-reply-headers): Use it.
8765
8766 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
8767
8768 * gnus-agent.el (gnus-agent-group-path): Decode group name.
8769 (gnus-agent-group-pathname): Ditto.
8770
8771 * gnus-cache.el (gnus-cache-file-name): Decode group name.
8772
8773 * gnus-group.el (gnus-group-make-group): Decode group name.
8774 (gnus-group-make-rss-group): Register the group data after opening
8775 the nnrss group.
8776
8777 2004-12-17 Paul Jarc <prj@po.cwru.edu>
8778
8779 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
8780 by expiry now get marked as read.
8781
8782 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8783
8784 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
8785
8786 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
8787
8788 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
8789 unify Latin characters in XEmacs.
8790 (mm-find-mime-charset-region): Use it.
8791
8792 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8793
8794 * gnus-util.el (gnus-delete-directory): New function.
8795
8796 * gnus-agent.el (gnus-agent-delete-group): Use it.
8797
8798 * gnus-cache.el (gnus-cache-delete-group): Use it.
8799
8800 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
8801
8802 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
8803 names.
8804
8805 2004-12-16 Simon Josefsson <jas@extundo.com>
8806
8807 * hashcash.el (hashcash-payment-alist): Fix custom :type.
8808
8809 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
8810
8811 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
8812
8813 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
8814 (gnus-group-set-current-level): Decode group name.
8815
8816 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
8817
8818 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
8819 failed.
8820
8821 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
8822
8823 * gnus-group.el (gnus-group-delete-group): Decode group name.
8824 (gnus-group-make-rss-group): Encode group name.
8825 (gnus-group-catchup-current): Decode group name.
8826 (gnus-group-kill-group): Decode group name.
8827
8828 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
8829
8830 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
8831
8832 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
8833
8834 * gnus-group.el (gnus-group-make-rss-group):
8835 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
8836
8837 * gnus-start.el (gnus-setup-news): Honor user's setting to
8838 gnus-message-archive-method. Suggested by Lute Kamstra
8839 <lute@gnu.org>.
8840
8841 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
8842
8843 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
8844 global counterparts of the buffer-local variables.
8845
8846 2004-11-16 Romain Francoise <romain@orebokech.com>
8847
8848 * gnus-sum.el (gnus-summary-exit): Don't clear the global
8849 counterparts of the buffer-local variables.
8850
8851 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8852
8853 * message.el (message-forbidden-properties): Fixed typo in doc
8854 string.
8855
8856 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8857
8858 * gnus-util.el (gnus-replace-in-string): Added doc string.
8859
8860 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
8861 to avoid problems when splitting mails with many recipients.
8862
8863 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8864
8865 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
8866 pop-to-buffer, covered by the subsequent gnus-configure-windows.
8867
8868 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
8869
8870 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
8871 if there is no hashtable in memory or file modification time is
8872 newer than cached timestamp.
8873
8874 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
8875
8876 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
8877 not-matching option.
8878
8879 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
8880
8881 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
8882 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
8883 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8884 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
8885 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
8886 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
8887
8888 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
8889
8890 * message.el (message-forward-make-body-mml): Remove headers
8891 according to message-forward-ignored-headers if a message is decoded.
8892
8893 2004-12-02 Romain Francoise <romain@orebokech.com>
8894
8895 * message.el (message-forward-make-body-plain): Always remove
8896 headers according to message-forward-ignored-headers.
8897
8898 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
8899
8900 * spam.el (spam-summary-prepare-exit): Remove the
8901 gnus-summary-limit pop for now, it has problems with ham marks for
8902 me.
8903
8904 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
8905
8906 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
8907 correctly.
8908
8909 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
8910
8911 * format-spec.el (format-spec): Message the char.
8912
8913 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8914
8915 * gnus-art.el (gnus-split-methods): Reformat comments.
8916
8917 * spam.el (spam-summary-prepare-exit): Remove article limits
8918 before exiting the summary buffer.
8919
8920 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
8921
8922 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
8923 order to silence the byte compiler.
8924
8925 * spam.el: Fix the way to silence the byte compiler, which
8926 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
8927 bbdb-search-simple, spam-BBDB-register-routine,
8928 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
8929 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
8930 spam-stat-buffer-is-spam, spam-stat-load,
8931 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
8932 spam-stat-save and spam-stat-split-fancy.
8933
8934 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
8935
8936 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
8937 which may confuse users.
8938 (canlock-password-for-verify): Ditto.
8939
8940 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
8941
8942 * gnus-art.el (gnus-emphasis-alist): Ditto.
8943
8944 * gnus-registry.el (gnus-registry-max-entries): Ditto.
8945
8946 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
8947
8948 * gnus-start.el (gnus-save-killed-list): Ditto.
8949
8950 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
8951 (gnus-sum-thread-tree-root): Ditto.
8952 (gnus-sum-thread-tree-false-root): Ditto.
8953 (gnus-sum-thread-tree-single-indent): Ditto.
8954
8955 * message.el (message-courtesy-message): Ditto.
8956 (message-archive-note): Ditto.
8957 (message-subscribed-address-file): Ditto.
8958 (message-user-fqdn): Ditto.
8959
8960 * spam-report.el (spam-report-gmane-regex): Ditto.
8961
8962 * spam.el (spam-blackhole-good-server-regex): Ditto.
8963
8964 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8965
8966 * mml.el (mml-preview): Widen the message buffer before copying
8967 the contents to the preview buffer; sort headers before previewing.
8968
8969 * message.el (message-hidden-headers): Fix the way to avoid a bug
8970 in the `repeat' widget in Emacs 21.3 or earlier.
8971
8972 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8973
8974 * message.el (message-hidden-headers): Default to "^References:".
8975 Improve customization type. Suggested by Reiner Steib
8976 <Reiner.Steib@gmx.de>.
8977
8978 2004-11-25 Romain Francoise <romain@orebokech.com>
8979
8980 * message.el (message-strip-forbidden-properties): Remove check for
8981 obsolete `message-hidden' text property, hidden headers are not
8982 accessible in the buffer anymore.
8983
8984 2004-11-22 Romain Francoise <romain@orebokech.com>
8985
8986 * message.el (message-header-format-alist): Add `From' in list
8987 so that it can be sorted.
8988 (message-fix-before-sending): Widen and sort headers before
8989 sending.
8990 (message-hide-headers): Use narrowing to hide headers by moving
8991 them to the top of the buffer and narrowing to the region
8992 underneath.
8993
8994 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8995
8996 * message.el (message-strip-forbidden-properties): Bind
8997 buffer-read-only (etc) to nil.
8998
8999 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
9000
9001 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9002 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9003
9004 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
9005
9006 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9007
9008 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9009
9010 * dns.el (query-dns): Use sit-for to time instead of
9011 accept-process-output, since that doesn't seem to work on udp
9012 sockets.
9013
9014 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
9015
9016 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9017
9018 2004-11-15 Jesper Harder <harder@ifa.au.dk>
9019
9020 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9021 doc string. Improve doc string.
9022
9023 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
9024
9025 * nntp.el (nntp-request-update-info): Return nil if
9026 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9027 may not call gnus-activate-group which uselessly issues the GROUP
9028 commands for all nntp groups and wastes time. Reported by Romain
9029 Francoise <romain@orebokech.com>.
9030
9031 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9032
9033 2004-11-15 Simon Josefsson <jas@extundo.com>
9034
9035 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9036 headers separately.
9037 (gnus-button-openpgp): New function, inspired by Jochen Küpper
9038 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9039
9040 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
9041
9042 * gnus-start.el (gnus-convert-old-newsrc):
9043 Assign legacy-gnus-agent to 5.10.7.
9044
9045 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9046
9047 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9048 start of the lines.
9049
9050 2004-11-14 Magnus Henoch <mange@freemail.hu>
9051
9052 * hashcash.el (hashcash-default-payment): Change default to 20
9053 (hashcash-default-accept-payment): Change default to 20
9054 (hashcash-process-alist): New variable
9055 (hashcash-generate-payment-async): Add
9056 (hashcash-already-paid-p): Add
9057 (hashcash-insert-payment): Don't generate payments twice
9058 (hashcash-insert-payment-async): Add
9059 (hashcash-insert-payment-async-2): Add
9060 (hashcash-cancel-async): Add
9061 (hashcash-wait-async): Add
9062 (hashcash-processes-running-p): Add
9063 (hashcash-wait-or-cancel): Add
9064 (mail-add-payment): New optional argument. Conditionally start
9065 asynchronous calculation.
9066 (mail-add-payment-async): Add
9067
9068 * message.el (message-send-mail): Wait for asynchronous hashcash
9069 results. Don't clobber existing X-Hashcash headers.
9070 (message-setup-1): Call mail-add-payment-async when
9071 message-generate-hashcash is non-nil.
9072
9073 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9074
9075 * message.el (message-use-alternative-email-as-from): Examine the
9076 From header as well; use message-make-from in order to include a
9077 user's full name.
9078
9079 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
9080
9081 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9082 default; improve customization type.
9083 (gnus-emphasis-custom-with-format): New macro.
9084 (gnus-emphasis-custom-value-to-external): New function.
9085 (gnus-emphasis-custom-value-to-internal): New function.
9086
9087 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
9088
9089 * dns.el (query-dns): Resolve reverse addresses.
9090
9091 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9092
9093 * gnus-group.el (gnus-group-get-new-news): Use it.
9094
9095 * gnus-start.el (gnus-check-reasonable-setup): New function.
9096
9097 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
9098
9099 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9100 "Args out of range" error. Reported by Arnaud Giersch
9101 <arnaud.giersch@free.fr>.
9102
9103 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
9104
9105 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9106
9107 2004-11-04 Richard M. Stallman <rms@gnu.org>
9108
9109 * spam.el (spam group): Add :version.
9110
9111 * pgg-def.el (pgg group): Add :version.
9112
9113 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
9114
9115 * gnus-art.el (gnus-article-edit-article): Don't associate the
9116 article buffer with a draft file. This is a temporary measure
9117 against the 2004-08-22 change to gnus-article-edit-mode.
9118
9119 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9120
9121 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9122 (html2text-format-tags): Remove unused variable `attr'.
9123
9124 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9125
9126 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9127
9128 * spam-stat.el (spam-stat): Add :version.
9129
9130 * sieve.el (sieve): Add :version.
9131
9132 * sha1.el (sha1): Add :version.
9133 (sha1-use-external): Remove redundant version.
9134
9135 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9136 (nnmail-cache-ignore-groups, nnmail-spool-hook)
9137 (nnmail-split-fancy-match-partial-words)
9138 (nnmail-split-lowercase-expanded): Add :version.
9139
9140 * nndiary.el (nndiary): Add :version.
9141
9142 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9143
9144 * mml-sec.el (mml-default-sign-method)
9145 (mml-default-encrypt-method, mml-signencrypt-style-alist):
9146 Add :version.
9147
9148 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9149
9150 * mm-url.el (mm-url-use-external, mm-url-program)
9151 (mm-url-arguments): Add :version.
9152
9153 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9154 (mm-attachment-file-modes, mm-decrypt-option)
9155 (mm-w3m-safe-url-regexp): Add :version.
9156
9157 * message.el (message-cite-prefix-regexp)
9158 (message-sendmail-envelope-from, message-minibuffer-local-map)
9159 (message-user-fqdn, message-completion-alist): Add :version.
9160
9161 * gnus-win.el (gnus-configure-windows-hook)
9162 (gnus-use-frames-on-any-display): Add :version.
9163
9164 * gnus-art.el (gnus-article-address-banner-alist)
9165 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9166 (gnus-treat-from-picon, gnus-treat-mail-picon)
9167 (gnus-treat-x-pgp-sig): Add :version.
9168
9169 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9170 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9171 (gnus-summary-article-delete-hook)
9172 (gnus-summary-display-while-building): Add :version.
9173
9174 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
9175 (gnus-get-top-new-news-hook):Add :version.
9176
9177 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9178 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9179
9180 * gnus-registry.el (gnus-registry): Add :version.
9181
9182 * gnus-spec.el (gnus-use-correct-string-widths)
9183 (gnus-make-format-preserve-properties): Add :version.
9184
9185 * gnus.el (gnus-group-charter-alist)
9186 (gnus-group-fetch-control-use-browse-url)
9187 (gnus-install-group-spam-parameters): Add :version.
9188
9189 * gnus-diary.el (gnus-diary): Add :version.
9190
9191 * gnus-delay.el (gnus-delay): Add :version.
9192
9193 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9194 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9195 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9196 Add :version.
9197
9198 * gnus-agent.el (gnus-agent-max-fetch-size)
9199 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9200 (gnus-agent-prompt-send-queue): Add :version.
9201
9202 * deuglify.el (gnus-outlook-deuglify): Add :version.
9203
9204 * html2text.el: Beautify code. Improve doc strings. Some
9205 checkdoc cleanup.
9206 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9207
9208 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
9209
9210 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9211
9212 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
9213
9214 * gnus-registry.el (gnus-registry-hashtb): Create the registry
9215 when package is loaded.
9216
9217 * spam.el (spam-summary-score-preferred-header): Add global preference
9218 for people who want to override the default SpamAssassin over
9219 Bogofilter preference (when both are set).
9220 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9221 (spam-user-format-function-S): Check
9222 spam-summary-score-preferred-header.
9223 (spam-extra-header-to-number): Add X-Bogosity header parsing.
9224 (spam-user-format-function-S): Format the score correctly.
9225
9226 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
9227
9228 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9229 signature file. Suggested by Manoj Srivastava
9230 <srivasta@golden-gryphon.com>.
9231
9232 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9233 iso-2022-jp even in the Japanese language environment.
9234 Suggested by Jason Rumney <jasonr@gnu.org>.
9235
9236 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
9237
9238 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9239 use the same characters as the dummy marks; make it free from
9240 getting affected by the language environment.
9241 (gnus-summary-read-group-1): Update mark positions only when the
9242 format spec is updated.
9243
9244 * gnus-spec.el (gnus-update-format-specifications): Return a list
9245 of updated types.
9246
9247 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
9248
9249 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9250 of boundp to check if display-warning is available.
9251
9252 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
9253
9254 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9255
9256 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
9257
9258 * nnspool.el (nnspool-spool-directory): Use news-path if the
9259 news-directory variable is not bound.
9260
9261 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9262 function instead of display-warning if it is not available.
9263
9264 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9265
9266 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9267 v5-10: Use `point-at-bol'.
9268
9269 2004-10-26 Simon Josefsson <jas@extundo.com>
9270
9271 * hashcash.el: Fix URL in comment, reported by Cheng Gao
9272 <chenggao@gmail.com>.
9273
9274 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9275
9276 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
9277 instead.
9278
9279 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
9280
9281 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9282 to remove a server from the nnimap-server-buffer-alist.
9283 (nnimap-open-connection, nnimap-close-server): Use it.
9284
9285 * gnus-encrypt.el: Remove file in favor of encrypt.el.
9286
9287 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
9288
9289 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9290 running the major-mode function.
9291
9292 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
9293
9294 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9295 dummy marks in the right way.
9296
9297 2004-10-18 David Edmondson <dme@dme.org>
9298
9299 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9300 excessively.
9301
9302 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
9303
9304 * gnus-util.el (gnus-split-references): Accept a nil references
9305 string and go on blissfully.
9306
9307 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9308 cases where the references string is non-nil but has no references.
9309
9310 * encrypt.el: Add autoload tags.
9311
9312 * spam.el (spam-resolve-registrations-routine): Remove article
9313 from unregistration list too. Reported by David Hanak
9314 <dhanak@isis.vanderbilt.edu>
9315
9316 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
9317
9318 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9319 nil. Changed custom type.
9320
9321 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
9322
9323 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9324
9325 * gnus-sum.el (gnus-summary-move-article): Use it.
9326
9327 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
9328
9329 * encrypt.el: Add autoload cookies.
9330
9331 * spam.el (spam-backend-article-list-property)
9332 (spam-backend-get-article-todo-list)
9333 (spam-backend-put-article-todo-list, )
9334 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9335 Resolve registrations separately.
9336 (spam-register-routine): Format comments.
9337 (spam-unregister-routine, spam-register-routine): Always call with
9338 specific-articles, no default list.
9339 (spam-summary-prepare-exit): Use the spam-classifications function.
9340
9341 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9342 gnus-encrypt.el.
9343
9344 * encrypt.el: Copied from gnus-encrypt.el.
9345
9346 * gnus-encrypt.el: Commented that it's obsolete.
9347
9348 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9349
9350 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9351 (gnus-score-save): Use it.
9352
9353 * message.el (message-bury): Use `window-dedicated-p'.
9354
9355 2004-10-15 Simon Josefsson <jas@extundo.com>
9356
9357 * pop3.el (top-level): Don't require nnheader.
9358 (pop3-read-timeout): Add.
9359 (pop3-accept-process-output): Add.
9360 (pop3-read-response, pop3-retr): Use it.
9361
9362 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
9363
9364 * spam.el (spam-register-routine): Move comment.
9365 (spam-verify-bogofilter): Use 'unknown for the initial
9366 spam-bogofilter-valid state, not 'never.
9367
9368 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9369 for netrc-machine.
9370
9371 * nnimap.el (nnimap-open-connection): Use
9372 netrc-machine-user-or-password.
9373
9374 2004-10-17 Richard M. Stallman <rms@gnu.org>
9375
9376 * gnus-registry.el (gnus-registry-unload-hook):
9377 Set as a variable with add-hook.
9378
9379 * nnspool.el (nnspool-spool-directory): Use news-directory instead
9380 of news-path.
9381
9382 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9383
9384 * spam.el: Delete duplicate `provide'.
9385 (spam-unload-hook): Set as a variable with add-hook.
9386
9387 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9388
9389 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9390 in the doc string.
9391
9392 * message.el (message-ignored-news-headers)
9393 (message-ignored-supersedes-headers)
9394 (message-ignored-resent-headers)
9395 (message-forward-ignored-headers): Improve custom type.
9396
9397 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
9398
9399 * message.el (message-tokenize-header): Fix 2004-09-06 change
9400 which used point-min in the wrong place.
9401
9402 2004-10-12 Simon Josefsson <jas@extundo.com>
9403
9404 * tls.el (tls-certtool-program): New variable.
9405 (tls-certificate-information): New function, based on
9406 ssl-certificate-information.
9407
9408 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9409
9410 * compface.el: Move the version of ELisp-based uncompface program
9411 to the contrib directory because of the copyright problem.
9412
9413 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9414
9415 * message.el (message-kill-buffer): Raise the current frame.
9416
9417 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
9418
9419 * gnus-sum.el: Mention that multibyte characters don't work as marks.
9420
9421 * gnus.el (message-y-or-n-p): Autoload.
9422
9423 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9424 (pop3-password-required, pop3-authentication-scheme)
9425 (pop3-leave-mail-on-server): Made customizable.
9426 (pop3): New custom group.
9427 (pop3-retr): Remove `sleep-for' statements.
9428 Suggested by Dave Love <fx@gnu.org>.
9429
9430 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9431 Windows/DOS.
9432
9433 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9434 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
9435 Dave Love <fx@gnu.org>.
9436
9437 * mml.el (mml-minibuffer-read-disposition): Require match.
9438 Suggested by Dave Love <fx@gnu.org>.
9439
9440 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
9441
9442 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
9443 doc string.
9444
9445 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
9446
9447 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9448
9449 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9450
9451 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9452 instead of calling `mm-insert-inline', to decode text/* parts
9453 before displaying them.
9454
9455 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9456
9457 * mm-uu.el (mm-uu-text-plain-type): New variable.
9458 (mm-uu-pgp-signed-extract-1): Use it.
9459 (mm-uu-pgp-encrypted-extract-1): Use it.
9460 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9461 bind mm-uu-text-plain-type with that value.
9462 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9463 mm-uu-dissect.
9464
9465 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9466
9467 * gnus-group.el (gnus-update-group-mark-positions):
9468 * gnus-sum.el (gnus-update-summary-mark-positions):
9469 * message.el (message-check-news-body-syntax):
9470 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9471 of string-as-multibyte.
9472
9473 2004-10-05 Juri Linkov <juri@jurta.org>
9474
9475 * gnus-group.el (gnus-update-group-mark-positions):
9476 * gnus-sum.el (gnus-update-summary-mark-positions):
9477 * message.el (message-check-news-body-syntax):
9478 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9479 8-bit unibyte values to a multibyte string for search functions.
9480
9481 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9482
9483 * mm-uu.el (mm-uu-dissect): Allow optional arg.
9484 (mm-uu-dissect-text-parts): New function.
9485
9486 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9487 dissect text parts.
9488
9489 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9490 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9491
9492 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9493
9494 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9495 gnus-current-topics instead of gnus-current-topic.
9496
9497 2004-10-06 Jesper Harder <harder@ifa.au.dk>
9498
9499 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9500
9501 2004-10-05 Jesper Harder <harder@ifa.au.dk>
9502
9503 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9504 where approriate.
9505
9506 * nnml.el (nnml-generate-active-info): do.
9507
9508 * nndiary.el (nndiary-generate-active-info): do.
9509
9510 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9511 (gnus-topic-move): do.
9512
9513 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9514 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9515
9516 * gnus-srvr.el (gnus-server-prepare)
9517 (gnus-server-open-all-servers): do.
9518
9519 * gnus-msg.el (gnus-summary-cancel-article)
9520 (gnus-summary-resend-message)
9521 (gnus-summary-mail-crosspost-complaint): do.
9522
9523 * gnus-move.el (gnus-change-server): do.
9524
9525 * gnus-group.el (gnus-group-unmark-all-groups)
9526 (gnus-group-set-current-level): do.
9527
9528 2004-10-04 Simon Josefsson <jas@extundo.com>
9529
9530 * message.el (message-generate-hashcash): Doc fix.
9531
9532 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
9533
9534 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9535 avoid infinite recursion via gnus-get-function.
9536
9537 2004-10-02 Jesper Harder <harder@ifa.au.dk>
9538
9539 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9540
9541 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9542
9543 * nnmail.el (nnmail-split-history): do.
9544
9545 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9546 (nnml-request-delete-group): do.
9547
9548 * nnslashdot.el (nnslashdot-read-groups): do.
9549
9550 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9551 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9552
9553 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9554 (nnspool-sift-nov-with-sed): Use last
9555 (nnspool-retrieve-headers-with-nov): Use mapc.
9556 (nnspool-request-newgroups): Use dolist.
9557 (nnspool-request-group): Use last.
9558
9559 * nntp.el (nntp-read-server-type): Use dolist.
9560
9561 * nnvirtual.el (nnvirtual-create-mapping)
9562 (nnvirtual-update-read-and-marked): Use dolist.
9563 (nnvirtual-convert-headers): Simplify.
9564
9565 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9566
9567 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9568 support for sync'ing tick marks.
9569
9570 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
9571
9572 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9573 there's no visible header.
9574
9575 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9576
9577 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9578 necessary, pass full group name to gnus-request-set-marks.
9579
9580 2004-10-01 Simon Josefsson <jas@extundo.com>
9581
9582 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
9583 acroread.
9584
9585 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9586
9587 * spam-report.el (spam-report-gmane): Fix interactive.
9588
9589 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9590
9591 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9592 when writing file.
9593 (gnus-agent-synchronize-flags): Don't default to being
9594 interactive.
9595
9596 2004-09-30 Simon Josefsson <jas@extundo.com>
9597
9598 * message.el (message-generate-hashcash): Add.
9599 (message-send-mail): Use it, call mail-add-payment.
9600
9601 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
9602
9603 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
9604
9605 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
9606
9607 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
9608 gnus-requst-update-info with explicit code to sync the in-memory
9609 info read flags with the marks being sync'd to the backend.
9610
9611 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
9612
9613 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9614
9615 * spam.el (spam-verify-bogofilter): Add new function.
9616 (spam-check-bogofilter)
9617 (spam-bogofilter-register-with-bogofilter): Use it.
9618 (spam-verify-bogofilter): Add small fixes.
9619
9620 2004-09-28 Simon Josefsson <jas@extundo.com>
9621
9622 * hashcash.el (hashcash-generate-payment): Revert.
9623
9624 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9625
9626 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
9627 gnus-extract-references instead of gnus-split-references.
9628
9629 * gnus-util.el (gnus-extract-references): Add new function, analogous
9630 to gnus-split-references but extracts only the message-ID without
9631 anything extra.
9632
9633 * hashcash.el (hashcash-generate-payment)
9634 (hashcash-check-payment): Do the right thing if hashcash-path is
9635 nil (because the hashcash program could not be found).
9636
9637 * spam.el (spam-use-hashcash): Remove comment.
9638
9639 2004-09-27 Jesper Harder <harder@ifa.au.dk>
9640
9641 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
9642 (gnus-cache-enter-article, gnus-cache-remove-article)
9643 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
9644
9645 * gnus-async.el (gnus-async-prefetch-remove-group): do.
9646
9647 * gnus-art.el (article-hide-boring-headers)
9648 (article-translate-strings, article-display-face)
9649 (gnus-article-mime-match-handle-first)
9650 (gnus-article-highlight-headers)
9651 (gnus-article-add-buttons-to-head): do.
9652
9653 2004-09-27 Simon Josefsson <jas@extundo.com>
9654
9655 * hashcash.el: New version, from
9656 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
9657 ../contrib/.
9658
9659 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
9660
9661 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
9662
9663 2004-09-26 Jesper Harder <harder@ifa.au.dk>
9664
9665 * gnus-dup.el (gnus-dup-open): Use mapc.
9666 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
9667
9668 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
9669 Reported by Stefan Wiens <s.wi@gmx.net>.
9670
9671 * gnus.el (gnus-shutdown): Use dolist.
9672
9673 * gnus-undo.el (gnus-undo): Use mapc.
9674
9675 * nnrss.el (nnrss-generate-active): do.
9676
9677 * message.el (message-cite-original-without-signature)
9678 (message-cite-original): Use mapc.
9679 (message-do-actions, message-make-forward-subject): Use dolist.
9680
9681 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9682
9683 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
9684 deletion to remove entire duplicate line. Fixes merged article
9685 number bug.
9686
9687 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9688
9689 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
9690 servers that are offline. Avoids having gnus-agent-toggle-plugged
9691 first ask if you want to open a server and then, even when you
9692 responded with no, asking if you want to synchronize the server's
9693 flags.
9694 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
9695 multi-line expressions.
9696 (gnus-agent-synchronize-group-flags): New internal function.
9697 Updates marks in memory (in the info structure) AND in the
9698 backend.
9699
9700 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
9701
9702 * nnagent.el (nnagent-request-set-mark): Use
9703 gnus-agent-synchronize-group-flags, not backend's request-set-mark
9704 method, to ensure that synchronization updates marks in the
9705 backend and in the info (in memory) structure.
9706
9707 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9708
9709 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
9710 convention fully; don't miss the root article of a thread; make
9711 the X-Draft-From header with correct article numbers.
9712
9713 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
9714
9715 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
9716 unless plugged. Disable the agent so that an open failure causes
9717 an error.
9718
9719 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
9720 Reverted 2004-09-21 change. The backend must be opened while
9721 synchronizing flags even when the backend stores the flags
9722 locally.
9723
9724 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
9725
9726 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
9727 in `header' match. Reported by Svend Tollak Munkejord.
9728
9729 * message.el (message-cite-original): Fix use of
9730 `message-cite-articles-with-x-no-archive'.
9731
9732 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9733
9734 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
9735 (gnus-window-to-buffer): Ditto.
9736
9737 * mml.el (mml-preview-buffer): New variable.
9738 (mml-preview): Manage window layout with gnus-buffer-configuration.
9739
9740 * gnus-msg.el (gnus-setup-message): Put article numbers into the
9741 X-Draft-From header even if those articles aren't quoted.
9742
9743 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
9744
9745 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
9746 (gnus-request-set-mark, gnus-request-update-mark): Use new
9747 g-s-t-u-l-m to decide to use backend even when unplugged.
9748
9749 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
9750
9751 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
9752 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
9753
9754 2004-09-20 Simon Josefsson <jas@extundo.com>
9755
9756 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
9757 "utf-16-le".
9758
9759 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9760
9761 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
9762
9763 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
9764
9765 * uudecode.el (uudecode-use-external): Add :version.
9766
9767 * smime.el (smime-CA-file, smime-encrypt-cipher)
9768 (smime-dns-server): Add :version.
9769
9770 * smiley.el (gnus-smiley-file-types): Add :version.
9771
9772 * sha1.el (sha1-use-external): Add :version.
9773
9774 * pgg-def.el (pgg-query-keyserver): Add :version.
9775
9776 * nnmail.el (nnmail-fancy-expiry-targets)
9777 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
9778 Add :version.
9779
9780 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
9781 (nnimap-retrieve-groups-asynchronous): Add :version.
9782 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
9783
9784 * mml.el (mml-content-disposition-parameters)
9785 (mml-insert-mime-headers-always): Add :version.
9786
9787 * mm-util.el (mm-coding-system-priorities): Add :version.
9788
9789 * mm-decode.el (mm-inline-text-html-with-images)
9790 (mm-keep-viewer-alive-types, mm-external-terminal-program)
9791 (mm-verify-option): Add :version.
9792 (mm-text-html-renderer): Change :version.
9793
9794 * message.el (message-fcc-externalize-attachments)
9795 (message-required-headers, message-draft-headers)
9796 (message-subject-trailing-was-query)
9797 (message-subject-trailing-was-ask-regexp)
9798 (message-subject-trailing-was-regexp, message-mark-insert-begin)
9799 (message-mark-insert-end, message-archive-header)
9800 (message-archive-note, message-cross-post-default)
9801 (message-cross-post-note, message-followup-to-note)
9802 (message-cross-post-note-function, message-use-mail-followup-to)
9803 (message-subscribed-address-functions)
9804 (message-subscribed-address-file, message-subscribed-addresses)
9805 (message-subscribed-regexps, message-allow-no-recipients)
9806 (message-yank-cited-prefix, message-signature-insert-empty-line)
9807 (message-hidden-headers, message-hierarchical-addresses)
9808 (message-mail-user-agent, message-use-idna)
9809 (message-valid-fqdn-regexp)
9810 (message-strip-special-text-properties, message-header-synonyms)
9811 (message-beginning-of-line, message-tab-body-function): Add :version.
9812 (message-insert-canlock, message-wide-reply-confirm-recipients):
9813 Change :version.
9814
9815 * mail-source.el (mail-source-ignore-errors): Add :group, :type
9816 and :version.
9817 (mail-source-delete-old-incoming-confirm)
9818 (mail-source-movemail-program): Add :version.
9819
9820 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
9821 (gnus-agent-cache, gnus-agent): Change :version.
9822
9823 * gnus-util.el (gnus-use-byte-compile): Change :version.
9824
9825 * gnus-sum.el (gnus-summary-make-false-root-always)
9826 (gnus-summary-default-high-score)
9827 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
9828 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
9829 (gnus-read-all-available-headers, gnus-article-emulate-mime)
9830 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
9831 (gnus-sum-thread-tree-single-indent)
9832 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9833 (gnus-sum-thread-tree-leaf-with-other)
9834 (gnus-sum-thread-tree-single-leaf): Add :version.
9835 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
9836 (gnus-article-loose-mime): Change :version.
9837
9838 * gnus-start.el (gnus-backup-startup-file)
9839 (gnus-save-startup-file-via-temp-buffer): Add :version.
9840
9841 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
9842 (gnus-server-offline-face): Add :version.
9843
9844 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
9845
9846 * gnus-msg.el (gnus-gcc-externalize-attachments)
9847 (gnus-debug-files, gnus-debug-exclude-variables)
9848 (gnus-discouraged-post-methods): Change :version.
9849 (gnus-confirm-mail-reply-to-news)
9850 (gnus-confirm-treat-mail-like-news): Add :version.
9851
9852 * gnus-int.el (gnus-server-unopen-status): Add :version.
9853
9854 * gnus-group.el (gnus-group-jump-to-group-prompt)
9855 (gnus-large-ephemeral-newsgroup)
9856 (gnus-fetch-old-ephemeral-headers): Add :version.
9857
9858 * gnus-fun.el (gnus-x-face-directory)
9859 (gnus-convert-pbm-to-x-face-command)
9860 (gnus-convert-image-to-x-face-command)
9861 (gnus-convert-image-to-face-command): Add :version.
9862
9863 * gnus-delay.el (gnus-delay-default-hour): Add :version.
9864
9865 * gnus-cite.el (gnus-cite-blank-line-after-header)
9866 (gnus-article-boring-faces): Add :version.
9867
9868 * gnus-art.el (gnus-buttonized-mime-types)
9869 (gnus-inhibit-mime-unbuttonizing)
9870 (gnus-treat-display-face)
9871 (gnus-treat-body-boundary): Change :version.
9872 (gnus-body-boundary-delimiter, gnus-picon-databases)
9873 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
9874 (gnus-treat-date-english, gnus-treat-fold-headers)
9875 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
9876 (gnus-treat-mail-picon, gnus-treat-wash-html)
9877 (gnus-article-encrypt-protocol)
9878 (gnus-use-idna, gnus-article-over-scroll)
9879 (gnus-mime-display-multipart-alternative-as-mixed)
9880 (gnus-mime-display-multipart-related-as-mixed)
9881 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
9882 (gnus-ctan-url, gnus-button-ctan-handler)
9883 (gnus-button-handle-ctan-bogus-regexp)
9884 (gnus-button-ctan-directory-regexp)
9885 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
9886 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
9887 (gnus-button-man-level, gnus-button-emacs-level)
9888 (gnus-button-message-level, gnus-button-browse-level): Add :version.
9889
9890 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
9891 (gnus-agent-go-online): Change :version.
9892 (gnus-agent-expire-unagentized-dirs)
9893 (gnus-agent-auto-agentize-methods): Add :version.
9894
9895 * flow-fill.el (fill-flowed-display-column)
9896 (fill-flowed-encode-column): Add :version.
9897
9898 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9899 (gnus-outlook-deuglify-unwrap-max)
9900 (gnus-outlook-deuglify-cite-marks)
9901 (gnus-outlook-deuglify-unwrap-stop-chars)
9902 (gnus-outlook-deuglify-no-wrap-chars)
9903 (gnus-outlook-deuglify-attrib-cut-regexp)
9904 (gnus-outlook-deuglify-attrib-verb-regexp)
9905 (gnus-outlook-deuglify-attrib-end-regexp)
9906 (gnus-outlook-display-hook): Add :version.
9907
9908 * binhex.el (binhex-use-external): Add :version.
9909
9910 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
9911
9912 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
9913 and `invisible'.
9914
9915 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9916
9917 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
9918 in gnus-registry-trim.
9919
9920 2004-09-13 Simon Josefsson <jas@extundo.com>
9921
9922 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
9923
9924 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
9925
9926 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
9927 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9928 <yamaoka@jpl.org>.
9929 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
9930 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9931 <yamaoka@jpl.org>.
9932
9933 * sieve.el (sieve-manage-mode): Ditto.
9934
9935 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
9936
9937 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
9938
9939 2004-09-11 Simon Josefsson <jas@extundo.com>
9940
9941 * dns-mode.el: Add.
9942
9943 * mm-view.el (mm-display-dns-inline): Add.
9944
9945 * mm-decode.el (mm-inline-media-tests): Add text/dns.
9946 (mm-automatic-display): Ditto.
9947
9948 * mailcap.el (mailcap-mime-data): Add text/dns.
9949 (mailcap-mime-extensions): Map .soa to text/dns.
9950
9951 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
9952
9953 * gnus-art.el (article-decode-mime-words, article-babel)
9954 (gnus-article-highlight-signature, gnus-article-add-buttons)
9955 (gnus-signature-toggle): Remove unnecessary bindings of
9956 `inhibit-read-only' inherited from v5.10 merge.
9957
9958 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
9959
9960 * nntp.el (nntp): New customization group.
9961 (nntp-authinfo-file): Add customization group.
9962
9963 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
9964
9965 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
9966
9967 * gnus.el (to-address, to-list, subscribed)
9968 (large-newsgroup-initial): Ditto.
9969
9970 * flow-fill.el (fill-flowed-display-column)
9971 (fill-flowed-encode-column): Ditto.
9972
9973 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9974
9975 * message.el (message-tokenize-header, message-send-mail-with-qmail):
9976 Use point-min rather than 1.
9977 (message-send-mail): Use buffer-size rather than point-max.
9978
9979 * gnus-sum.el (gnus-summary-search-article-forward):
9980 Signal a specific `search-failed' rather than a generic `error'.
9981
9982 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
9983 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
9984 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
9985
9986 2004-09-10 Simon Josefsson <jas@extundo.com>
9987
9988 * nndb.el (require): Remove tcp and duplicate cl.
9989
9990 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
9991
9992 * gnus-agent.el (directory-files-and-attributes): Move forward.
9993
9994 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
9995
9996 * gnus-agent.el (directory-files-and-attributes): Optionally
9997 defined to support XEmacs.
9998
9999 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
10000
10001 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10002 to avoid run-time CL dependencies.
10003 (gnus-agent-unfetch-articles): New function.
10004 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10005 article numbers even when local .overview file is missing.
10006 (gnus-agent-read-article-number): New function. Only accepts
10007 27-bit article numbers.
10008 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10009 gnus-agent-read-article-number.
10010 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10011 from backend while recognizing that article numbers in .overview
10012 must be valid.
10013 (gnus-agent-update-files-total-fetched-for): Use
10014 directory-files-and-attributes to improve performance.
10015 * gnus-int.el (gnus-request-move-article): Use
10016 gnus-agent-unfetch-articles in place of gnus-agent-expire to
10017 improve performance.
10018
10019 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10020 some users confused by references to .newsrc when they only have a
10021 .newsrc.eld file.
10022 (gnus-convert-mark-converter-prompt)
10023 (gnus-convert-converter-needs-prompt): Fixed use of property list.
10024 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
10025 New function. Used internally to only display 'gnus converting
10026 files' message when actually necessary.
10027
10028 * gnus-sum.el (): Removed (require 'gnus-agent) as required
10029 methods now autoloaded.
10030
10031 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
10032
10033 * gnus-sum.el (gnus-summary-insert-subject): Remove list
10034 identifiers.
10035
10036 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
10037
10038 * gnus-picon.el: Fix indentation and closing parenthesis.
10039
10040 2004-09-01 Simon Josefsson <jas@extundo.com>
10041
10042 * message.el (message-canlock-generate): Require sha1, not
10043 sha1-el. (Can we get rid of this require altogether? It is ugly
10044 to require within a function. Sadly, if sha1.el isn't loaded, the
10045 let binding in m-c-g will hide the defcustom definition, which is
10046 bad.)
10047
10048 * canlock.el: Require sha1, not sha1-el.
10049
10050 * message.el: Don't autoload sha1 (there is a autoload cookie in
10051 sha1.el).
10052
10053 * sha1-el.el: Renamed to sha1.el.
10054
10055 2004-08-30 Juanma Barranquero <lektu@terra.es>
10056
10057 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10058
10059 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10060
10061 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10062
10063 2004-08-30 Kim F. Storm <storm@cua.dk>
10064
10065 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10066
10067 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10068 Add :group 'nnimap.
10069
10070 2004-08-30 Andreas Schwab <schwab@suse.de>
10071
10072 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10073 ?* and ?\;.
10074
10075 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10076 and ?\' to symbol instead of whitespace.
10077
10078 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
10079
10080 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10081
10082 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10083 instead of re-search-forward.
10084
10085 * gnus-uu.el (gnus-uu-save-article): Ditto.
10086 (gnus-uu-post-encode-uuencode): Ditto.
10087
10088 * html2text.el (html2text-clean-list-items): Ditto.
10089 (html2text-clean-dtdd): Ditto.
10090 (html2text-format-tags): Ditto.
10091
10092 * message.el (message-send-mail-with-sendmail): Fix regexp.
10093 (message-fill-field-general): Use search-forward instead of
10094 re-search-forward.
10095 (unbold-region): Ditto.
10096
10097 * nnrss.el (nnrss-request-article): Ditto.
10098
10099 * nnslashdot.el (nnslashdot-request-article): Ditto.
10100
10101 * nnweb.el (nnweb-gmane-wash-article): Ditto.
10102
10103 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10104 "Unrecognized menu descriptor" error in XEmacs.
10105
10106 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
10107
10108 * gnus-sum.el (gnus-read-header): Don't remove a header for the
10109 parent article of a sparse article in the thread hashtb.
10110
10111 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
10112
10113 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10114 (nnmail-expand-newtext): Lowercase expanded entries if
10115 nnmail-split-lowercase-expanded is non-nil.
10116
10117 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
10118
10119 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10120
10121 * gnus-group.el (gnus-group-line-format-alist): Convert the value
10122 of gnus-tmp-news-method into string under XEmacs. It will be
10123 passed to gnus-correct-length which takes only a string argument.
10124
10125 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
10126
10127 * gnus-util.el (gnus-bind-print-variables): New macro.
10128 (gnus-prin1): Use it.
10129 (gnus-prin1-to-string): Use it.
10130 (gnus-pp): New function.
10131 (gnus-pp-to-string): New function.
10132
10133 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10134 Replace pp-to-string with gnus-pp-to-string.
10135 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10136 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10137 * gnus-msg.el (gnus-debug): Ditto.
10138 * gnus-score.el (gnus-score-save): Ditto.
10139 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10140 gnus-pp-to-string.
10141 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10142 with gnus-pp.
10143 * score-mode.el (gnus-score-pretty-print): Ditto.
10144 * webmail.el (webmail-debug): Ditto.
10145
10146 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
10147
10148 * gnus-art.el (article-display-face, article-display-x-face):
10149 Use buffer-read-only.
10150
10151 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
10152
10153 * gnus-art.el (article-hide-list-identifiers):
10154 Bind inhibit-read-only as t.
10155
10156 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
10157
10158 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10159
10160 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10161
10162 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10163 (gnus-narrow-to-page): Don't assume point-min == 1.
10164 (gnus-article-edit-mode): Derive from message-mode.
10165
10166 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10167 point-min == 1.
10168
10169 * imap.el (imap-parse-address-list, imap-parse-body-ext):
10170 Disable incorrect use of `assert'.
10171
10172 * message.el (message-mode): Set comment-start-skip.
10173
10174
10175 2004-08-22 Sam Steingold <sds@gnu.org>
10176
10177 * pop3.el (pop3-leave-mail-on-server): New user variable.
10178 (pop3-movemail): Delete mail only when it is nil.
10179
10180 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
10181
10182 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10183
10184 * mml.el (mml-preview): Use `pop-to-buffer'.
10185
10186 * message.el (message-goto-mail-followup-to): Insert after "To".
10187 (message-carefully-insert-headers): Add comment.
10188
10189 * gnus.el: Remove unused variable `gnus-article-check-size'.
10190
10191 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10192
10193 * gnus-art.el (gnus-button-alist): Improve
10194 `gnus-button-handle-library' entry.
10195
10196 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
10197
10198 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10199 downcase, since XEmacs capitalizes error messages differently.
10200
10201 2004-08-18 Jesper Harder <harder@ifa.au.dk>
10202
10203 * nntp.el: Add (require 'gnus) due to reference to
10204 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
10205
10206 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
10207
10208 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10209 `mm-fill-flowed'.
10210
10211 * mm-decode.el (mm-dissect-singlepart): Check it.
10212
10213 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
10214
10215 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10216 'imap' for netrc parsing.
10217
10218 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
10219
10220 * mailcap.el (mailcap-mime-data): Mark as risky.
10221
10222 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
10223
10224 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10225 may be included in the encoded word.
10226 (rfc2047-encode): Don't append a space if the encoded word
10227 includes close parenthesis.
10228
10229 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
10230
10231 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10232 of text within parentheses.
10233
10234 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
10235
10236 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10237 (gnus-encrypt-write-file-contents): Make the password key the file
10238 name PLUS the cipher, not just the cipher. Also remove failed
10239 passwords from the cache.
10240
10241 2004-08-06 Simon Josefsson <jas@extundo.com>
10242
10243 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
10244 fix.
10245
10246 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
10247
10248 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10249 LWSP.
10250
10251 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
10252
10253 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10254 to append in-reply-to: data to the references: header.
10255
10256 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10257 (netrc-parse): Use gnus-encrypt.el functions.
10258
10259 * gnus-encrypt.el: Add new file for encryption support; currently
10260 does only a few GPG ciphers and an internal XOR cipher.
10261
10262 * password.el: Add comments on using password-read-and-add.
10263 (password-read-and-add): Add function to read and add the
10264 password to the cache at once.
10265
10266 2004-07-28 Simon Josefsson <jas@extundo.com>
10267
10268 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10269 parameter (but don't use it, for now).
10270
10271 * imap.el (imap-ssl-open): Use imap-process-connection-type,
10272 instead of hard coding to nil.
10273
10274 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
10275
10276 * mm-view.el (mm-inline-image-emacs): Open lines under an image
10277 as mm-inline-image-xemacs does.
10278
10279 2004-07-26 Simon Josefsson <jas@extundo.com>
10280
10281 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10282 Revert part of 2004-07-17 change below.
10283
10284 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
10285
10286 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
10287 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10288
10289 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10290
10291 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10292 quotes that actually start with ">" at the beginning of the
10293 lines.
10294
10295 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10296
10297 * rfc2047.el (rfc2047-encode-region): Fix last change.
10298 (rfc2047-encode-parameter): Remove useless concat.
10299
10300 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
10301
10302 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10303 encode special characters; fix some kind of misconfigured headers;
10304 signal a real error if debug-on-quit or debug-on-error is non-nil.
10305 (rfc2047-encode-max-chars): New variable.
10306 (rfc2047-encode-1): Use it.
10307 (rfc2047-encode-parameter): New function.
10308
10309 * mml.el (mml-insert-parameter): Remove an excessive space.
10310
10311 2004-07-17 Simon Josefsson <jas@extundo.com>
10312
10313 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10314 Kai Grossjohann <kai@emptydomain.de>.
10315 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10316 (gnus-group-make-menu-bar): Ditto.
10317
10318 * gnus-util.el (gnus-group-server): Add.
10319
10320 2004-07-16 Jesper Harder <harder@ifa.au.dk>
10321
10322 * message.el (message-clone-locals): Clone sendmail and smtp
10323 variables.
10324
10325 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10326
10327 * rfc2047.el (rfc2047-encode-region): Fix last change.
10328
10329 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10330
10331 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10332 characters as non-special.
10333
10334 2004-07-09 Simon Josefsson <jas@extundo.com>
10335
10336 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10337 Users will lose all flag changes made while unplugged with
10338 e.g. nntp unless flag synchronization happens, thus `nil' is not a
10339 good default. See numerous reports on ding mailing list.
10340
10341 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
10342
10343 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10344 add generate-head-function and generate-article-function to the
10345 rfc822-forward entry.
10346 (nndoc-rfc822-forward-generate-article): New function.
10347 (nndoc-rfc822-forward-generate-head): New function.
10348
10349 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10350
10351 2004-07-06 Dan Christensen <jdc@uwo.ca>
10352
10353 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10354 respect display group parameter and gnus-summary-expunge-below.
10355 (gnus-articles-to-read): Remove unused reference to display group
10356 parameter.
10357
10358 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10359
10360 * nnheader.el (nnheader-uniquify-message-id): New experimental
10361 variable.
10362 (nnheader-nov-read-message-id): Use it.
10363
10364 * spam-report.el (spam-report-gmane): Add interactive.
10365
10366 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10367
10368 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10369 qp-or-base64 for the application/* types.
10370
10371 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
10372
10373 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10374
10375 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
10376
10377 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10378 trim value.
10379
10380 2004-01-25 Paul Jarc <prj@po.cwru.edu>
10381
10382 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10383 New macro and function.
10384 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10385
10386 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10387
10388 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10389 after-load-alist.
10390
10391 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10392
10393 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10394 update info that isn't there.
10395
10396 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
10397
10398 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10399 entry.
10400
10401 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10402
10403 * mm-view.el (mm-inline-render-with-function): Use multibyte
10404 buffer; decode html source by charset.
10405
10406 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10407
10408 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10409 Mule-UCS is loaded under XEmacs.
10410 (mm-mime-mule-charset-alist): Avoid duplicated entries.
10411
10412 2004-06-28 Jesper Harder <harder@ifa.au.dk>
10413
10414 * nnheader.el (nnheader-max-head-length): Increase to 8192.
10415
10416 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
10417
10418 * mm-util.el (mm-coding-system-p): Return a coding-system.
10419 (mm-mime-mule-charset-alist): Use shift_jis instead of
10420 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10421 entries for the mime charsets iso-2022-jp-3 and shift_jis.
10422 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10423 instead of japanese-shift-jis and iso-latin-1 respectively in
10424 order to share the default value with both Emacs and XEmacs-mule.
10425 (mm-mule-charset-to-mime-charset): Make
10426 mm-coding-system-priorities effective.
10427 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10428 while predicating of candidates upon the priorities.
10429
10430 2004-06-27 Jesper Harder <harder@ifa.au.dk>
10431
10432 * gnus-sum.el (gnus-summary-make-menu-bar): Add
10433 gnus-uu-invert-processable.
10434
10435 * gnus.el: Autoload gnus-uu-invert-processable.
10436
10437 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
10438
10439 * mm-util.el (mm-with-multibyte-buffer): New macro.
10440
10441 * rfc2047.el (rfc2047-encode-string): Use it.
10442 (rfc2047-encode-region): Move point to the end of the region after
10443 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10444
10445 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10446
10447 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10448 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10449
10450 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10451
10452 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10453 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
10454 Karl Chen <quarl@nospam.quarl.org>.
10455
10456 2004-06-23 Jesper Harder <harder@ifa.au.dk>
10457
10458 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10459 invalid addresses.
10460
10461 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
10462
10463 * spam.el: Change section markers, revise TODO list.
10464 (spam-backends): Make new master list of all installed backends.
10465 (spam-summary-exit-behavior): Add new variable to determine how
10466 messages moves are done at summary exit.
10467 (spam-move-spam-nonspam-groups-only)
10468 (spam-process-ham-in-nonham-groups)
10469 (spam-process-ham-in-spam-groups): Remove variables, the
10470 spam-summary-exit-behavior variable should be used to manage this
10471 behavior.
10472 (spam-old-ham-articles, spam-old-spam-articles): Remove.
10473 (spam-old-articles): Add variable, replacing spam-old-ham-articles
10474 and spam-old-spam-articles.
10475 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10476 Add empty variables, placeholders for the backends they represent.
10477 (spam-set-difference): Move, unchanged.
10478 (spam-list-of-processors): Declare OBSOLETE, not used anymore
10479 unless the user has a processor variable.
10480 (spam-classifications, spam-classification-valid-p)
10481 (spam-backend-properties, spam-backend-property-valid-p)
10482 (spam-backend-function-type-valid-p)
10483 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10484 (spam-report-articles-gmane, spam-report-articles-resend):
10485 Remove functions, they are not needed.
10486 (spam-install-backend-super, spam-backend-list)
10487 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10488 (spam-backend-function, spam-backend-ham-registration-function)
10489 (spam-backend-spam-registration-function)
10490 (spam-backend-ham-unregistration-function)
10491 (spam-backend-spam-unregistration-function)
10492 (spam-backend-statistical-p, spam-backend-mover-p)
10493 (spam-install-backend-alias, spam-install-checkonly-backend)
10494 (spam-install-mover-backend, spam-install-nocheck-backend)
10495 (spam-install-backend, spam-install-statistical-backend)
10496 (spam-install-statistical-checkonly-backend): Add backend installation
10497 support.
10498 (spam-summary-prepare-exit): Rewrite to use the new backend code.
10499 (spam-group-processor-p): Use the new backend code and respect the
10500 summary exit behavior.
10501 (spam-mark-spam-as-expired-and-move-routine): Remove.
10502 (spam-summary-prepare): Change to use the new spam-old-articles
10503 variable.
10504 (spam-copy-or-move-routine, spam-copy-spam-routine)
10505 (spam-move-spam-routine, spam-copy-ham-routine)
10506 (spam-move-ham-routine): Add code to copy/move ham or spam.
10507 (spam-fetch-field-fast): Improve doc and code, plus allow the
10508 'number request.
10509 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10510 variables.
10511 (spam-split, spam-find-spam): Use the new backend code.
10512 (spam-registration-functions): Remove variable.
10513 (spam-unregister-routine): Add convenience wrapper.
10514 (spam-log-undo-registration, spam-register-routine)
10515 (spam-log-processing-to-registry)
10516 (spam-log-unregistration-needed-p): Rename "check" to "backend"
10517 where possible.
10518 (spam-check-gmane-xref, spam-check-regex-headers)
10519 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10520 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10521 (spam-check-bogofilter-headers, spam-check-spamoracle)
10522 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10523 (spam-check-crm114-headers): Use the spam-split-group that
10524 spam-split prepares, no need to determine it every time.
10525
10526 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10527 to the nnheader-parse-naked-head call.
10528
10529 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10530
10531 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10532 the nnheader-nov-read-message-id call.
10533
10534 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
10535
10536 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10537 gnus-activate-group twice. Suggested by Markus Peter
10538 <warp@spin.de>.
10539
10540 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
10541
10542 * gnus-art.el (gnus-article-time-format): Exchange the order of
10543 day and month in the default value; fix customization type.
10544 (article-date-ut): Use add-text-properties.
10545 (article-make-date-line): Use message-make-date instead of
10546 current-time-string.
10547
10548 * message.el (message-fetch-field): Don't use set-text-properties.
10549 (message-make-date): Simplify.
10550
10551 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
10552
10553 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10554 (rfc2047-encode-region): Treat text within parentheses as special;
10555 show the original text when error has occurred.
10556
10557 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10558 already-computed method to gnus-activate-group.
10559
10560 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10561 same select-methods identical Lisp objects.
10562
10563 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10564 object when modifying the info.
10565
10566 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
10567
10568 * gnus-srvr.el (gnus-server-set-info): Remove the server from
10569 gnus-opened-servers since it has never been opened with the new
10570 configuration yet.
10571
10572 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
10573
10574 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10575 arg to nnheader-generate-fake-message-id.
10576
10577 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
10578
10579 * nnheader.el (nnheader-generate-fake-message-id): Accept a
10580 number and build a fake message ID localized to a group and
10581 article number (so it's repeatable from that point on).
10582 (nnheader-fake-message-id-p): Change regex to accommodate new fake
10583 ID format.
10584
10585 * gnus-sum.el (gnus-get-newsgroup-headers): Call
10586 nnheader-generate-fake-message-id with the article number.
10587
10588 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
10589
10590 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
10591 end-of-buffer.
10592
10593 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10594
10595 * message.el (message-ignored-supersedes-headers): Add Approved.
10596
10597 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
10598
10599 * rfc2047.el (rfc2047-encode-message-header): Remove useless
10600 goto-char.
10601 (rfc2047-encode): Fold the line before encoding.
10602
10603 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10604
10605 * rfc2047.el (rfc2047-encode-message-header): Disabled header
10606 folding -- not all headers can be folded, and this should be done
10607 by the message composition mode. Probably. I think.
10608
10609 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
10610
10611 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
10612 fast.
10613
10614 * gnus-ems.el (gnus-remove-image): Don't use
10615 message-text-with-property; remove only the image found first.
10616
10617 2004-06-09 Jesper Harder <harder@ifa.au.dk>
10618
10619 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
10620
10621 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
10622
10623 * message.el (message-text-with-property): Make it fast and accept
10624 optional arguments.
10625 (message-strip-forbidden-properties): Use it.
10626 (message-fix-before-sending): Follow the m-t-w-p change.
10627
10628 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
10629
10630 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
10631
10632 * gnus-art.el (article-hide-headers): Don't change the buffer
10633 mistakenly when performing mml-preview even if
10634 gnus-single-article-buffer is nil.
10635
10636 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
10637
10638 * message.el (message-expand-name-databases): New user option.
10639 (message-expand-name): Use it.
10640
10641 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
10642
10643 * spam.el (spam-report-articles-resend)
10644 (spam-report-resend-register-routine): Allow ham reporting.
10645 (spam-report-resend-register-ham-routine): Add wrapper.
10646 (spam-registration-functions): Add ham resending functions.
10647 (spam-list-of-processors): Add ham resend processor.
10648
10649 * gnus.el (ham-resend-to): Add new group parameter.
10650 (spam-process): Add ham resend option.
10651
10652 * spam-report.el (spam-report-resend): Allow reporting ham.
10653 (spam-report-resend-ham): Add wrapper.
10654
10655 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10656
10657 * message.el (message-cite-articles-with-x-no-archive): New
10658 variable.
10659 (message-cite-original): Use it.
10660
10661 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10662
10663 * message.el (message-cite-original): Respect X-No-Archive.
10664
10665 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
10666
10667 * gnus-art.el (article-hide-headers): Refer to the values for
10668 gnus-ignored-headers and gnus-visible-headers in the summary
10669 buffer since a user may have set them as group parameters.
10670
10671 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
10672
10673 * assistant.el (assistant-node-name): Add convenience function.
10674 (assistant-render-text, assistant-render-node): Add error handling,
10675 plus handle multiple next nodes.
10676 (assistant-find-next-node): Comment out for now.
10677 (assistant-find-next-nodes): Add function, returns list of next
10678 nodes.
10679
10680 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
10681
10682 * mail-source.el (mail-source-directory): Fix doc-string.
10683
10684 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
10685
10686 * assistant.el (assistant-render-text, assistant-eval): Add :set
10687 widget type, which is different because it takes and returns a
10688 list. Much hilarity ensues.
10689
10690 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
10691
10692 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
10693
10694 * gnus-group.el (gnus-group-get-new-news-this-group): Added
10695 doc-string.
10696
10697 * gnus-start.el (gnus-activate-group): Added doc-string.
10698
10699 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
10700
10701 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
10702
10703 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
10704
10705 * assistant.el (assistant-render-text): Try to add a :set
10706 widget, more to come.
10707
10708 * spam.el (spam-group-spam-contents-p): Handle empty groupname
10709 strings.
10710 (spam-report-articles-resend)
10711 (spam-register-routine): Do registration iff any articles warrant
10712 it.
10713 (spam-summary-prepare-exit): Change log message for nil group
10714 destinations.
10715
10716 2004-05-27 Daniel Pittman <daniel@rimspace.net>
10717
10718 * spam.el (spam-report-resend-register-routine): Allow
10719 spam-report-resend-to to be a group parameter or a global value.
10720
10721 2004-05-26 Simon Josefsson <jas@extundo.com>
10722
10723 * starttls.el: Merge with my GNUTLS based starttls.el.
10724 (starttls-gnutls-program, starttls-use-gnutls)
10725 (starttls-extra-arguments, starttls-process-connection-type)
10726 (starttls-connect, starttls-failure, starttls-success): New
10727 variables.
10728 (starttls-program, starttls-extra-args): Doc fix.
10729 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
10730 functions.
10731 (starttls-negotiate, starttls-open-stream): Check
10732 `starttls-use-gnutls' and pass on to corresponding *-gnutls
10733 function if it is set.
10734
10735 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
10736
10737 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
10738 structured fields.
10739
10740 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10741
10742 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
10743
10744 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
10745
10746 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
10747 variable.
10748 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
10749 assigning the spam-mark to new messages.
10750
10751 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
10752
10753 (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
10754
10755 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10756
10757 * rfc2047.el (rfc2047-encodable-p): Don't move point.
10758 (rfc2047-decode): Treat the ascii coding-system as raw-text by
10759 default.
10760
10761 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
10762
10763 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
10764 correct data.
10765
10766 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
10767
10768 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
10769 (spam-group-processor-p): Fix function.
10770 (spam-group-processor-multiple-p)
10771 (spam-group-spam-processor-report-gmane-p)
10772 (spam-group-spam-processor-report-resend-p)
10773 (spam-group-spam-processor-bogofilter-p)
10774 (spam-group-spam-processor-blacklist-p)
10775 (spam-group-spam-processor-ifile-p)
10776 (spam-group-ham-processor-ifile-p)
10777 (spam-group-spam-processor-spamoracle-p)
10778 (spam-group-spam-processor-crm114-p)
10779 (spam-group-ham-processor-bogofilter-p)
10780 (spam-group-spam-processor-stat-p)
10781 (spam-group-ham-processor-stat-p)
10782 (spam-group-ham-processor-whitelist-p)
10783 (spam-group-ham-processor-BBDB-p)
10784 (spam-group-ham-processor-spamoracle-p)
10785 (spam-group-ham-processor-copy-p): Remove functions with some
10786 prejudice against unneeded code.
10787 (spam-report-articles-resend)
10788 (spam-report-resend-register-routine): Allow the group/topic
10789 spam-resend-to value to override spam-report-resend-to.
10790 (spam-summary-prepare-exit): Invoke spam-group-processor-p
10791 properly now.
10792
10793 * gnus.el (spam-resend-to): Add group/topic parameter.
10794 (spam-process): Move the OBSOLETE processors to the end of the
10795 choices.
10796
10797 2004-05-24 Daniel Pittman <daniel@rimspace.net>
10798
10799 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
10800 with resend-to set to nil, and then ask the user if necessary.
10801 (spam-report-resend): spam-report-resend takes a list of articles, not
10802 separate article numbers.
10803
10804 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
10805
10806 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
10807 addition to emacs-w3m.
10808
10809 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10810
10811 * assistant.el (assistant-authinfo-data): New function.
10812 (assistant-eval): Eval for entire assistant.
10813
10814 * netrc.el (netrc-services-file): New variable.
10815 (netrc-parse-services): New function.
10816 (netrc-find-service-name): New function.
10817 (netrc-find-service-number): New function.
10818 (netrc-port-equal): New function.
10819 (netrc-machine): Use it.
10820
10821 * nnimap.el (nnimap-open-connection): Use netrc.
10822
10823 * gnus-util.el (gnus-netrc-get): Remove aliases.
10824
10825 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
10826
10827 * assistant.el (wid-edit): Fix compilation.
10828
10829 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
10830
10831 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
10832
10833 * gnus-util.el (gnus-set-file-modes): New function. (small
10834 patch).
10835
10836 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10837
10838 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
10839
10840 * assistant.el (assistant-render-node): Fix up rendering and
10841 read-only text.
10842 (assistant-render-node): Reset.
10843 (assistant-make-read-only): Not sticky.
10844
10845 2004-05-20 Danny Siu <dsiu@adobe.com>
10846
10847 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
10848 centered even when gnus-auto-center-summary is t
10849
10850 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10851
10852 * dns.el (dns-get-txt-answer): New function.
10853 (dns-read-txt): Ditto.
10854 (query-dns): Use it.
10855
10856 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
10857
10858 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
10859 active for foreign groups even if the group level is higher than
10860 the specified value.
10861
10862 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10863
10864 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
10865 non-active groups.
10866
10867 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
10868
10869 2004-05-20 Magnus Henoch <mange@freemail.hu>
10870
10871 * dns.el (dns-read-type): Add support for SVR. (small patch)
10872
10873 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
10874
10875 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
10876 (spam-crm114-header, spam-crm114-spam-switch)
10877 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
10878 (spam-crm114-positive-spam-header)
10879 (spam-crm114-database-directory, spam-list-of-processors)
10880 (spam-group-spam-processor-crm114-p)
10881 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
10882 (spam-generic-score, spam-list-of-checks)
10883 (spam-list-of-statistical-checks, spam-registration-functions)
10884 (spam-check-crm114-headers, spam-crm114-score)
10885 (spam-check-crm114, spam-crm114-register-with-crm114)
10886 (spam-crm114-register-spam-routine)
10887 (spam-crm114-unregister-spam-routine)
10888 (spam-crm114-register-ham-routine)
10889 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
10890 asjo@koldfront.dk (Adam Sjøgren).
10891
10892 * gnus.el: Add spam-use-crm114.
10893
10894 * spam.el (spam-list-of-processors, spam-registration-functions):
10895 Add spam-use-resend.
10896 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
10897 (spam-report-articles-gmane): Add doc fix.
10898 (spam-report-articles-resend, spam-report-resend-register-routine):
10899 Add wrappers around spam-report-resend-to.
10900
10901 * spam-report.el (spam-report-resend-to, spam-report-resend):
10902 Add support for resending spam.
10903 (spam-report-gmane): Fix line length >80.
10904
10905 * gnus.el (spam-process): Add spam-use-resend.
10906
10907 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10908
10909 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
10910 number of processed spam messages.
10911 (spam-ham-copy-or-move-routine): Return the number of processed
10912 ham messages.
10913 (spam-summary-prepare-exit): Use the above values to decide
10914 whether status messages shouled be displayed.
10915
10916 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
10917
10918 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
10919 `rfc2047-encoding-function-alist' in order to avoid conflicting
10920 with the old version.
10921 (rfc2047-encode-region): Concatenate words containing non-ASCII
10922 characters in structured fields; don't encode space-delimited
10923 ASCII words even in unstructured fields; don't break words at
10924 char-category boundaries.
10925 (rfc2047-encode-1): New function.
10926 (rfc2047-encode): Use it; encode text so that it occupies the
10927 maximum width within 76-column; work correctly on Q encoding for
10928 iso-2022-* charsets.
10929 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
10930 sure not to break a line just after the header name.
10931 (rfc2047-b-encode-region): Removed.
10932 (rfc2047-b-encode-string): New function.
10933 (rfc2047-q-encode-region): Removed.
10934 (rfc2047-q-encode-string): New function.
10935
10936 * mm-util.el (mm-replace-in-string): New function.
10937
10938 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10939
10940 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
10941 get it right.
10942 (gnus-inews-make-draft): Really.
10943
10944 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
10945
10946 * nnmh.el (nnmh-request-list-1): Don't check the link count
10947 before descending. (small patch)
10948
10949 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10950
10951 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
10952 stuff.
10953
10954 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
10955 on real group name.
10956
10957 * gnus-art.el (gnus-signature-limit): Doc fix.
10958
10959 * gnus-msg.el (gnus-inews-make-draft): Quote list.
10960
10961 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10962
10963 * gnus-draft.el (gnus-draft-send): Bind
10964 rfc2047-encode-encoded-words.
10965
10966 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
10967 (rfc2047-encodable-p): Say that =? needs encoding.
10968 (rfc2047-encode-encoded-words): New variable.
10969
10970 * gnus-group.el (gnus-group-select-group): Doc fix.
10971
10972 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
10973
10974 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
10975 to nil.
10976
10977 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
10978
10979 * nnheader.el (nnheader-get-lines-and-char): New function.
10980
10981 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
10982
10983 * gnus-msg.el (gnus-summary-followup-with-original): Document
10984 yanking of region when active.
10985
10986 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
10987
10988 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
10989 groups if the group level is higher than the specified value.
10990
10991 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10992
10993 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
10994 (gnus-group-jump-to-group): Added prefix argument using
10995 `gnus-group-jump-to-group-prompt'. Query before jumping to
10996 non-active group.
10997
10998 * compface.el (uncompface): Be verbose when changing
10999 `uncompface-use-external'.
11000
11001 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11002 handle manual section.
11003
11004 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11005
11006 * gnus-art.el (gnus-button-alist): Revert previous change.
11007
11008 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
11009
11010 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
11011
11012 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11013
11014 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11015 whether backend can accept message.
11016
11017 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
11018
11019 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
11020
11021 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11022 Avoid creating directory when nntp-marks-is-evil is true.
11023 Reported by Reiner Steib.
11024
11025 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
11026
11027 * gnus-picon.el (gnus-picon-style): New variable.
11028 (gnus-picon-insert-glyph): Added optional `nostring' argument.
11029 (gnus-picon-transform-address): Support `gnus-picon-style'. From
11030 Jesper Harder <harder@ifa.au.dk>.
11031
11032 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11033
11034 * message.el (message-fill-field): Return point.
11035 (message-generate-headers): Go to end of field.
11036
11037 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11038 stuff for non-living groups.
11039
11040 2004-05-18 Jesper Harder <harder@ifa.au.dk>
11041
11042 * gnus-art.el (gnus-article-followup-with-original)
11043 (gnus-article-reply-with-original): gnus-mark-active-p ->
11044 gnus-region-active-p.
11045
11046 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
11047
11048 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11049 only when there is spam or ham to be processed.
11050
11051 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11052
11053 * mail-source.el (mail-source-delete-crash-box): Refactor.
11054 (mail-source-fetch): Use it.
11055 (mail-source-fetch-file): Ditto.
11056 (mail-source-fetch-directory): Run postscript in loop.
11057 (mail-source-fetch-pop): Delete.
11058 (mail-source-fetch-maildir): Ditto.
11059 (mail-source-fetch-imap): Ditto.
11060
11061 * imap.el (imap-authenticators): Comment out sasl.
11062
11063 * message.el (message-skip-to-next-address): New function.
11064 (message-fill-header-address): Refactor.
11065 (message-fill-address): Use it.
11066 (message-delete-address): Use it.
11067 (message-fill-header-general): Refactor.
11068 (message-fill-field-address): Rename.
11069 (message-narrow-to-field): Find the start of the header.
11070 (message-header-format-alist): Don't pre-fill.
11071 (message-fill-header): Removed.
11072 (message-insert-header): New function.
11073 (message-shorten-references): Use it.
11074
11075 * rfc2047.el (rfc2047-field-value): Strip props.
11076
11077 * mail-parse.el (mail-header-make-address): New alias.
11078
11079 * ietf-drums.el (ietf-drums-make-address): New function.
11080
11081 * imap.el: Add compiler directives.
11082
11083 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
11084
11085 * gnus-art.el (article-decode-idna-rhs): Don't use
11086 message-idna-inside-rhs-p.
11087
11088 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11089
11090 * message.el (message-idna-inside-rhs-p): Removed.
11091 (message-idna-to-ascii-rhs-1): Use proper address parsing.
11092
11093 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11094 false positives.
11095
11096 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
11097
11098 * imap.el (imap-sasl-make-mechanisms): Use sasl.
11099
11100 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11101
11102 * nneething.el (nneething-file-name): Don't create spurious
11103 files.
11104
11105 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11106 (gnus-inews-do-gcc): Remove sleep.
11107
11108 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11109 part under point.
11110
11111 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11112 (gnus-agent-regenerate-group): Using nil messages aren't valid.
11113
11114 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
11115
11116 * spam.el (spam-summary-prepare-exit): Fixed (length).
11117
11118 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
11119
11120 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11121 as expired without moving it" message when there are spam
11122 messages left.
11123
11124 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
11125
11126 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11127 header is not nil.
11128
11129 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
11130
11131 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11132 nntp-possibly-create-directory, not nntp-possibly-change-group.
11133 (nntp-marks-changed-p): New arg SERVER.
11134 (nntp-request-update-info): Adjust caller.
11135
11136 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
11137
11138 * nntp.el (nntp-save-marks): Pass missing arg.
11139
11140 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
11141
11142 * nntp.el: Support marks.
11143 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11144 (nntp-marks-modtime, nntp-marks-directory): New variables.
11145 (nntp-request-set-mark, nntp-request-update-info)
11146 (nntp-possibly-create-directory, nntp-marks-changed-p)
11147 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11148 functions.
11149
11150 2004-05-12 Jesper Harder <harder@ifa.au.dk>
11151
11152 * gnus-score.el (gnus-score-insert-help): Use
11153 gnus-select-lowest-window.
11154
11155 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11156 appt-select-lowest-window and rename to gnus-select-lowest-window.
11157
11158 * gnus.el: do.
11159
11160 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11161
11162 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11163 encodings of MIME-encoded words, in order to improve
11164 interoperability with several broken MUAs.
11165
11166 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11167
11168 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11169 tags, only when charsets are not specified in headers.
11170 (mm-inline-text-html-render-with-w3m): Ditto.
11171
11172 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11173
11174 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11175 instead of MIME-decoded from fields when checking
11176 `gnus-article-address-banner-alist'.
11177
11178 2004-05-03 Jesper Harder <harder@ifa.au.dk>
11179
11180 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11181 description rather than subject.
11182
11183 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11184
11185 * gnus.el (gnus-version-number): Bump.
11186
11187 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
11188
11189 * gnus.el: No Gnus v0.2 is released.
11190
11191 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11192
11193 * gnus-agent.el (gnus-agent-read-agentview): Inline
11194 gnus-uncompress-range.
11195
11196 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11197
11198 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11199 `exec-installed-p'.
11200
11201 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11202
11203 * gnus.el (spam-process, spam-autodetect-methods): Add
11204 bsfilter and bsfilter-headers.
11205
11206 * spam.el (spam-bsfilter): New customize group.
11207 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11208 (spam-bsfilter-header, spam-bsfilter-probability-header)
11209 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11210 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11211 (spam-bsfilter-database-directory): New options.
11212 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11213 (spam-list-of-statistical-checks, spam-registration-functions):
11214 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11215 (spam-bsfilter-score): New command.
11216 (spam-check-bsfilter-headers, spam-check-bsfilter)
11217 (spam-bsfilter-register-with-bsfilter)
11218 (spam-bsfilter-register-spam-routine)
11219 (spam-bsfilter-unregister-spam-routine)
11220 (spam-bsfilter-register-ham-routine)
11221 (spam-bsfilter-unregister-ham-routine): New functions.
11222 (spam-generic-score): Support bsfilter; Accept an optional argument
11223 to recalcurate spam score even if scoring header has already been
11224 added.
11225 (spam-bogofilter-score, spam-spamassassin-score): Accept an
11226 optional argument to recalcurate spam score even if scoring header
11227 has already been added.
11228
11229 2004-04-29 Jesper Harder <harder@ifa.au.dk>
11230
11231 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11232 strings! Reported by David D. Smith <davidsmith@acm.org>.
11233 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11234 link is missing.
11235
11236 2004-04-28 Jesper Harder <harder@ifa.au.dk>
11237
11238 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11239 (html2text-get-attr): Rewrite.
11240
11241 * message.el (message-setup-1): Remove redundant put-text-property
11242 on mail-header-separator.
11243
11244 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
11245
11246 * gnus-registry.el (gnus-registry-cache-whitespace)
11247 (gnus-registry-action, gnus-registry-spool-action)
11248 (gnus-registry-split-fancy-with-parent): Change message levels
11249 from 5 to 3 or 7, as needed.
11250
11251 * spam.el (spam-summary-prepare-exit)
11252 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11253 (spam-split, spam-find-spam, spam-log-undo-registration)
11254 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11255 level from 5 to 6.
11256
11257 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
11258
11259 * gnus-ems.el: Autoload appt-select-lowest-window (revert
11260 2004-03-04 change).
11261
11262 2004-04-25 Jesper Harder <harder@ifa.au.dk>
11263
11264 * sieve-manage.el (sieve-manage-open):
11265 * nnweb.el (nnweb-insert-html):
11266 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
11267 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11268 * nnspool.el (nnspool-request-group):
11269 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
11270 * nnml.el (nnml-request-update-info):
11271 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
11272 (nnmh-request-create-group, nnmh-update-gnus-unreads):
11273 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
11274 (nnimap-request-set-mark):
11275 * nnfolder.el (nnfolder-request-update-info):
11276 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
11277 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11278 * gnus-uu.el (gnus-uu-find-articles-matching):
11279 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
11280 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
11281 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11282 * gnus-nocem.el (gnus-nocem-scan-groups):
11283 * gnus-int.el (gnus-start-news-server):
11284 * gnus-group.el (gnus-group-make-kiboze-group)
11285 (gnus-group-browse-foreign-server):
11286 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11287 Use mapc when appropriate.
11288
11289 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
11290
11291 FIXME: Make separate entries for each person.
11292
11293 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
11294 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
11295 <shields@msrl.com>:
11296
11297 * spam.el (spam-necessary-extra-headers): Get the extra headers we
11298 may need for spam sorting and scoring.
11299 (spam-user-format-function-S): Add user format function suitable for
11300 general use.
11301 (spam-article-sort-by-spam-status): Add sorting function for summary
11302 sorting.
11303 (spam-extra-header-to-number): Add function to get a score from a
11304 header.
11305 (spam-summary-score): Add function to get a numeric score from the
11306 headers.
11307 (spam-generic-score): Fix function doc, was in wrong place.
11308 (spam-initialize): Take symbols when it's run, and install the
11309 extra headers that spam-necessary-extra-headers thinks we need.
11310
11311 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
11312
11313 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
11314 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
11315
11316 2004-04-17 Jesper Harder <harder@ifa.au.dk>
11317
11318 * gnus-sum.el (gnus-set-global-variables)
11319 (gnus-build-all-threads, gnus-get-newsgroup-headers)
11320 (gnus-article-get-xrefs, gnus-summary-best-group)
11321 (gnus-summary-next-article, gnus-summary-enter-digest-group)
11322 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
11323 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11324 Use with-current-buffer.
11325
11326 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
11327
11328 * spam.el (spam-summary-prepare-exit): Simplify logic.
11329 (spam-fetch-article-header): Read the article header if it's not
11330 available.
11331 (spam-list-articles): Simplify logic.
11332 (spam-filelist-register-routine): Fix bug with unregister-list.
11333
11334 * gnus-registry.el: Fix comments at beginning.
11335
11336 2004-04-16 Jesper Harder <harder@ifa.au.dk>
11337
11338 * message.el (message-cater-to-broken-inn): Remove.
11339 (message-shorten-references): Make sure the total folded length of
11340 References is shorter than 998 characters to cater to a bug in INN
11341 2.3. Also, don't pretend that references aren't folded -- this
11342 hasn't worked for a while.
11343
11344 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
11345
11346 * gnus-agent.el (gnus-agentize):
11347 gnus-agent-send-mail-real-function no longer set to current value
11348 of message-send-mail-function but rather a lambda that calls
11349 message-send-mail-function. The change makes the agent real-time
11350 responsive to user changes to message-send-mail-function.
11351
11352 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
11353
11354 * legacy-gnus-agent.el
11355 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11356 help from Florian Weimer <fw@deneb.enyo.de>
11357
11358 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
11359
11360 * nnmail.el (nnmail-cache-insert): Revert last change.
11361
11362 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
11363
11364 * nnmail.el (nnmail-cache-insert): Always check whether
11365 nnmail-cache-ignore-groups matches a group name.
11366
11367 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
11368
11369 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11370 (spam-find-spam, spam-log-processing-to-registry)
11371 (spam-log-registered-p, spam-log-unregistration-needed-p)
11372 (spam-log-undo-registration): Use gnus-message instead of
11373 gnus-error, none of these errors are fatal.
11374
11375 * gnus-registry.el (gnus-registry-clean-empty-function)
11376 (gnus-registry-clean-empty): Remove only empty entries without
11377 extra data.
11378
11379 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
11380
11381 * spam-stat.el (spam-stat-buffer-change-to-spam)
11382 (spam-stat-buffer-change-to-non-spam): Change (error) to
11383 (gnus-message 8) invocation.
11384
11385 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
11386
11387 * nntp.el (nntp-via-netcat-command): New variable.
11388 (nntp-via-netcat-switches): New variable.
11389 (nntp-open-via-rlogin-and-netcat): New function.
11390 (nntp-open-connection-function): Doc fix.
11391 (nntp-telnet-command): Doc fix.
11392 (nntp-end-of-line): Doc fix.
11393 (nntp-via-rlogin-command): Doc fix.
11394 (nntp-via-user-name): Doc fix.
11395 (nntp-via-address): Doc fix.
11396
11397 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
11398
11399 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11400 error in Emacs 21.1.
11401
11402 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
11403
11404 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
11405
11406 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
11407 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11408 (gnus-agent-with-refreshed-group): New macro.
11409 (gnus-agent-rename-group): New function.
11410 (gnus-agent-delete-group): New function.
11411 (gnus-agent-save-group-info): Use gnus-command-method when
11412 `method' parameter is nil. Don't write nil entries into the
11413 active file.
11414 (gnus-agent-get-group-info): New function.
11415 (gnus-agent-fetch-articles): Use
11416 gnus-agent-update-files-total-fetched-for to increment disk space
11417 used.
11418 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11419 gnus-agent-update-view-total-fetched-for to increment disk space
11420 used.
11421 (gnus-agent-get-local): Added optional parameters to avoid calling
11422 gnus-group-real-name and gnus-find-method-for-group.
11423 (gnus-agent-set-local): Delete stored entry if either min, or max,
11424 are nil.
11425 (gnus-agent-fetch-session): Reworded error/quit messages. On
11426 quit, use gnus-agent-regenerate-group to record existance of any
11427 articles fetched to disk before the quit occurred.
11428 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11429 gnus-agent-update-view-total-fetched-for, and
11430 gnus-agent-update-files-total-fetched-for to decrement disk space
11431 used.
11432 (gnus-agent-retrieve-headers): Use
11433 gnus-agent-update-view-total-fetched-for to increment disk space
11434 used.
11435 (gnus-agent-regenerate-group): Replace gnus-group-update-group
11436 with gnus-agent-update-files-total-fetched-for to decrement disk
11437 space and fresh group buffer.
11438 (gnus-agent-inhibit-update-total-fetched-for): New variable.
11439 (gnus-agent-need-update-total-fetched-for): New variable.
11440 (gnus-agent-update-files-total-fetched-for): New function.
11441 (gnus-agent-update-view-total-fetched-for): New function.
11442 (gnus-agent-total-fetched-for): New function.
11443
11444 * gnus-cache.el (gnus-cache-save-buffers): Use
11445 gnus-cache-update-overview-total-fetched-for to change disk space
11446 used by this group.
11447 (gnus-cache-possibly-enter-article): Use
11448 gnus-cache-update-file-total-fetched-for to increment disk space
11449 used by this group.
11450 (gnus-cache-possibly-remove-article): Use
11451 gnus-cache-update-file-total-fetched-for to decrement disk space
11452 used by this group.
11453 (gnus-cache-generate-nov-databases): Purge total fetched cache.
11454 (gnus-cache-rename-group): New function.
11455 (gnus-cache-delete-group): New function.
11456 (gnus-cache-inhibit-update-total-fetched-for): New variable.
11457 (gnus-cache-need-update-total-fetched-for): New variable.
11458 (gnus-cache-with-refreshed-group): New macro.
11459 (gnus-cache-update-file-total-fetched-for): New function.
11460 (gnus-cache-update-overview-total-fetched-for): New function.
11461 (gnus-cache-rename-group-total-fetched-for): New function.
11462 (gnus-cache-delete-group-total-fetched-for): New function.
11463 (gnus-cache-total-fetched-for): New function.
11464
11465 * gnus-group.el: Require gnus-sum and autoload functions to
11466 resolve warnings when gnus-group.el compiled alone.
11467 (gnus-group-line-format): Documented new %F
11468 (size of Fetched data) group line format; identifies disk space
11469 used by agent and cache.
11470 (gnus-group-line-format-alist): Defined new F format.
11471 (gnus-total-fetched-for): New function.
11472 (gnus-group-delete-group): No longer update
11473 gnus-cache-active-altered as gnus-request-delete-group now keeps
11474 the cache in sync.
11475 (gnus-group-list-active): Let the agent store a server's active
11476 list if currently plugged.
11477
11478 * gnus-int.el (gnus-request-delete-group):
11479 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
11480 local disk in sync with the server.
11481 (gnus-request-rename-group):
11482 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
11483 local disk in sync with the server.
11484
11485 * gnus-start.el (gnus-get-unread-articles):
11486 Cosmetic simplification to logic.
11487
11488 * gnus-util.el (gnus-rename-file): New function.
11489
11490 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
11491
11492 * mm-util.el (mm-image-load-path): Handle nil in load-path.
11493
11494 2004-04-07 Jesper Harder <harder@ifa.au.dk>
11495
11496 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11497 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
11498
11499 2004-04-06 Jesper Harder <harder@ifa.au.dk>
11500
11501 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11502 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
11503
11504 2004-04-03 Jesper Harder <harder@ifa.au.dk>
11505
11506 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
11507
11508 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
11509
11510 * spam.el (spam-set-difference): Add function to replace
11511 gnus-set-difference in spam.el.
11512 (spam-summary-prepare-exit): Use spam-set-difference.
11513
11514 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
11515
11516 * gnus-registry.el (gnus-registry-cache-file): Update to use
11517 gnus-dribble-directory OR gnus-home-directory OR ~.
11518 (gnus-registry-split-fancy-with-parent): Fix doc.
11519
11520 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
11521
11522 * message.el (message-exchange-point-and-mark): Use
11523 message-mark-active-p. Suggested by Jesper Harder
11524 <harder@ifa.au.dk>.
11525
11526 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
11527
11528 * message.el (message-exchange-point-and-mark): Don't activate
11529 region if it was inactive. Suggested by Hiroshi Fujishima
11530 <pooh@nature.tsukuba.ac.jp>.
11531
11532 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
11533
11534 * gnus-art.el (article-display-face): Display Faces in the same
11535 order as X-Faces.
11536
11537 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
11538
11539 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
11540
11541 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11542
11543 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11544 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11545 (gnus-article-mime-hierarchy): Remove.
11546 (gnus-article-mime-hierarchy-next): Remove.
11547 (gnus-article-mode): Revert 2004-03-19 change.
11548 (gnus-article-setup-buffer): Revert 2004-03-19 change.
11549 (gnus-insert-mime-button): Revert 2004-03-19 change.
11550 (gnus-mime-accumulate-hierarchy): Remove.
11551 (gnus-mime-enter-multipart): Remove.
11552 (gnus-mime-leave-multipart): Remove.
11553 (gnus-mime-display-part): Revert 2004-03-19 change.
11554 (gnus-mime-display-alternative): Revert 2004-03-19 change.
11555
11556 * mml.el (mml-preview): Revert 2004-03-19 change.
11557
11558 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
11559
11560 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
11561
11562 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
11563
11564 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11565 t while entering a file name using the mm-with-multibyte macro.
11566 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11567
11568 * mm-util.el (mm-with-multibyte): New macro.
11569
11570 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
11571
11572 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11573 user option.
11574 (gnus-mime-multipart-functions): Doc and customization fix.
11575 (gnus-article-mime-hierarchy): New variable.
11576 (gnus-article-mime-hierarchy-next): New variable.
11577 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11578 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11579 gnus-article-mime-hierarchy-next to nil.
11580 (gnus-insert-mime-button): Show hierarchy numbers.
11581 (gnus-mime-accumulate-hierarchy): New function.
11582 (gnus-mime-enter-multipart): New function.
11583 (gnus-mime-leave-multipart): New function.
11584 (gnus-mime-display-part): Recompute hierarchical MIME structure.
11585 (gnus-mime-display-alternative): Show hierarchy numbers.
11586
11587 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
11588 gnus-article-mime-hierarchy-next to nil.
11589
11590 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
11591
11592 * dns.el: Don't require gnus-xmas.
11593
11594 2004-03-17 Jesper Harder <harder@ifa.au.dk>
11595
11596 * mml.el (mml-generate-mime-1): Don't use format=flowed with
11597 inline PGP.
11598 (mml-menu): Disable mml-quote-region if mark is inactive.
11599
11600 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
11601
11602 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
11603 when the group's active is not available.
11604
11605 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
11606
11607 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
11608 error.
11609
11610 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
11611
11612 * imap.el (imap-store-password): New variable.
11613 (imap-interactive-login): Use it.
11614 Suggested by Mark Plaksin <happy@mcplaksin.org>.
11615
11616 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
11617
11618 * gnus-art.el (gnus-article-read-summary-keys): Restore new
11619 window-start and hscroll to summary window.
11620
11621 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
11622
11623 * gnus-start.el (gnus-convert-old-newsrc): Only write the
11624 conversion message to newsrc-dribble when an actual conversion is
11625 performed.
11626
11627 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
11628
11629 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
11630
11631 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
11632
11633 * mm-decode.el (mm-complicated-handles): New function reviving
11634 former definition of mm-multiple-handles.
11635
11636 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11637 (gnus-mime-delete-part): Use it.
11638
11639 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
11640
11641 * gnus-agent.el (gnus-agent-read-local): Bind
11642 nnheader-file-coding-system to gnus-agent-file-coding-system to
11643 avoid the implicit assumption that they will always be equal.
11644 (gnus-agent-save-local): Bind buffer-file-coding-system, not
11645 coding-system-for-write, as the with-temp-file macro first prints
11646 to a buffer then saves the buffer.
11647
11648 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
11649
11650 * gnus-art.el (gnus-article-edit-part): New function.
11651 (gnus-mime-save-part-and-strip): Use it; do query instead of
11652 signaling an error; don't use mm-multiple-handles.
11653 (gnus-mime-delete-part): Ditto.
11654
11655 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
11656
11657 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
11658 old file versions.
11659 (gnus-group-prepare-hook): Removed function that converted list
11660 form of gnus-agent-expire-days to group properties.
11661
11662 * gnus-int.el: Autoload gnus-agent-regenerate-group.
11663 (gnus-request-accept-article): Re-indented.
11664
11665 * gnus-start.el (gnus-convert-old-newsrc): Registered new
11666 converters to handle old agent file formats. Added logic for a
11667 "backup before upgrading warning".
11668 (gnus-convert-mark-converter-prompt): Developers can mark
11669 functions as needing (default), or not needing,
11670 gnus-convert-old-newsrc's "backup before upgrading warning".
11671 (gnus-convert-converter-needs-prompt): Tests whether the user
11672 should be protected from potentially irreversable changes by the
11673 function.
11674
11675 * legacy-gnus-agent.el: New. Provides converters that are only
11676 loaded when gnus-convert-old-newsrc needs to call them.
11677
11678 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
11679
11680 * mail-source.el (mail-source-touch-pop): Doc fix.
11681
11682 * message.el (message-smtpmail-send-it): Doc fix.
11683
11684 2004-03-05 Jesper Harder <harder@ifa.au.dk>
11685
11686 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
11687
11688 * nnmail.el (nnmail-split-fancy): do.
11689
11690 * gnus-kill.el (gnus-kill, gnus-execute): do.
11691
11692 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
11693
11694 * gnus-sum.el (gnus-widget-reversible-match)
11695 (gnus-widget-reversible-to-internal)
11696 (gnus-widget-reversible-to-external): New functions.
11697 (gnus-widget-reversible): New widget.
11698 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
11699
11700 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
11701
11702 * gnus-sum.el (gnus-thread-sort-functions)
11703 (gnus-article-sort-functions): Document `(not F)' items.
11704
11705 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
11706
11707 * spam.el (spam-use-gmane-xref): Add new backend.
11708 (spam-gmane-xref-spam-group): Add variable to control the name of the
11709 Gmane spam group.
11710 (spam-blackhole-servers, spam-blackhole-good-server-regex)
11711 (spam-regex-headers-spam, spam-regex-headers-ham)
11712 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
11713 (spam-list-of-checks): Add spam-use-gmane-xref to list of
11714 backends and checks.
11715 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
11716
11717 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
11718 an autodetect method.
11719
11720 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
11721
11722 * gnus-int.el (gnus-request-accept-article): Inform the agent that
11723 articles are being added to a group.
11724 (gnus-request-replace-article): Inform the agent that articles
11725 need to be uncached as the cached contents are no longer valid.
11726
11727 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
11728
11729 * binhex.el: Don't autoload executable-find.
11730
11731 * canlock.el: Don't autoload mail-fetch-field.
11732
11733 * gnus-ems.el: Don't autoload appt-select-lowest-window.
11734
11735 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
11736 rmail-dont-reply-to and rmail-output.
11737
11738 * gnus-score.el: Don't autoload ffap-string-at-point.
11739
11740 * gnus-setup.el: Don't autoload sc-cite-original.
11741
11742 * imap.el: Don't autoload base64-decode-string,
11743 base64-encode-string and md5.
11744
11745 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
11746 and rmail-msg-restore-non-pruned-header.
11747
11748 * mm-decode.el: Don't autoload executable-find.
11749
11750 * mm-url.el: Don't autoload executable-find.
11751
11752 * mm-view.el: Don't autoload diff-mode.
11753
11754 * nndb.el: Don't autoload news-reply-mode, news-setup,
11755 cancel-timer and telnet.
11756
11757 * password.el: Don't autoload run-at-time for Emacs.
11758
11759 * sha1-el.el: Don't autoload executable-find.
11760
11761 * sieve-mode.el: Don't autoload c-mode.
11762
11763 * uudecode.el: Don't autoload executable-find.
11764
11765 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
11766
11767 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
11768 (gnus-agent-possibly-alter-active): Avoid null in numeric
11769 comparison.
11770 (gnus-agent-set-local): Refuse to save null in local object table.
11771 (gnus-agent-regenerate-group): The REREAD parameter can now be a
11772 list of articles that will be marked as unread.
11773
11774 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
11775
11776 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
11777
11778 2004-03-04 Jesper Harder <harder@ifa.au.dk>
11779
11780 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
11781 language tags.
11782
11783 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
11784
11785 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
11786 Don't bind "obarray".
11787
11788 * gnus-sum.el (gnus-thread-sort-functions): Added
11789 `gnus-thread-sort-by-most-recent-number' and
11790 `gnus-thread-sort-by-most-recent-date'.
11791 Reported by Kai Grossjohann <kai@emptydomain.de>.
11792
11793 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11794
11795 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
11796
11797 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
11798
11799 * gnus-cus.el (gnus-agent-customize-category): Removed
11800 ignore-errors macro reference that required cl to be loaded at
11801 run-time.
11802
11803 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
11804 single-interval range of the form (min . max). Previously the
11805 range had to look like ((min . max)). Likewise, return
11806 (min . max) rather than ((min . max)).
11807 (gnus-range-map): Use gnus-range-normalize to accept
11808 single-interval range.
11809
11810 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
11811 the cache, but not the agent, now appear with their usual face.
11812
11813 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
11814
11815 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
11816 w3m-safe-url-regexp variable buffer-local.
11817
11818 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11819
11820 2004-02-27 Simon Josefsson <jas@extundo.com>
11821
11822 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
11823 gnus-group-real-prefix.
11824 (gnus-summary-move-article): Use it, instead of
11825 gnus-group-real-prefix.
11826
11827 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
11828
11829 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
11830 w3m-safe-url-regexp variable buffer-local and set it as the value
11831 of mm-w3m-safe-url-regexp.
11832
11833 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11834
11835 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
11836 parsing gnus-posting-styles when the message is not for replying.
11837
11838 * nnrss.el (nnrss-opml-export): Use
11839 mm-set-buffer-file-coding-system instead of
11840 set-buffer-file-coding-system.
11841
11842 2004-02-27 Jesper Harder <harder@ifa.au.dk>
11843
11844 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
11845 of checkdoc.el).
11846 * nnrss.el: do.
11847 * gnus-mlspl.el: do.
11848 * gnus-ml.el: do.
11849 * gnus-srvr.el: do.
11850
11851 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
11852
11853 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
11854
11855 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
11856 Corrections to custom-manual links.
11857
11858 * gnus-art.el (gnus-article): Ditto.
11859
11860 * mm-decode.el (mime-display, mime-security): Ditto.
11861
11862 2004-02-26 Jesper Harder <harder@ifa.au.dk>
11863
11864 * flow-fill.el: Typo.
11865
11866 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
11867
11868 * spam-wash.el: New file.
11869
11870 2004-02-26 Mark A. Hershberger <mah@everybody.org>
11871
11872 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
11873
11874 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
11875
11876 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
11877 to be run with new-articles as LIST1, not LIST2.
11878 (spam-registration-functions): Add spam-use-ham-copy as a nil
11879 registration backend.
11880
11881 2004-02-26 Jesper Harder <harder@ifa.au.dk>
11882
11883 * spam-stat.el (spam-stat-washing-hook): New option.
11884 (spam-stat-buffer-words): Use it.
11885 (spam-stat-process-directory, spam-stat-test-directory): Use
11886 insert-file-contents-literally.
11887 (spam-stat-coding-system): New variable.
11888 (spam-stat-load, spam-stat-save): Use it.
11889
11890 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
11891
11892 * spam-report.el (spam-report-plug-agent): Quote
11893 spam-report-url-to-file and spam-report-url-ping-plain.
11894
11895 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
11896
11897 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
11898 / in mailto URLs.
11899
11900 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
11901
11902 * spam-report.el (spam-report-process-queue): Fix interactive use.
11903 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
11904 (spam-report-unplug-agent): Doc fixes.
11905 (spam-report-url-ping-mm-url, spam-report-url-to-file)
11906 (spam-report-agentize, spam-report-deagentize): Autoload
11907
11908 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
11909
11910 * message.el (message-setup-fill-variables): Add mml tags to
11911 paragraph-start and paragraph-separate. Suggested by Andrew Korty
11912 <ajk@iu.edu>.
11913 (message-mode): Don't modify paragraph-separate there.
11914
11915 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
11916
11917 * compface.el (uncompface-use-external): Default to undecided.
11918 (uncompface-use-external-threshold): New variable.
11919 (uncompface-float-time): New macro.
11920 (uncompface): Determine whether to use the external decoder if
11921 uncompface-use-external is undecided.
11922
11923 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11924
11925 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
11926 after images.
11927
11928 * gnus-art.el (gnus-mime-display-single): Remove dead code.
11929
11930 2004-02-14 Jesper Harder <harder@ifa.au.dk>
11931
11932 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
11933
11934 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
11935
11936 * gnus-sum.el (gnus-summary-limit-to-age)
11937 (gnus-summary-limit-children): do.
11938
11939 * gnus-int.el (gnus-request-scan): do.
11940
11941 * gnus-group.el (gnus-group-suspend): do.
11942
11943 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
11944
11945 * gnus-cite.el (gnus-cite-parse-attributions): do.
11946
11947 * gnus-agent.el (gnus-summary-set-agent-mark)
11948 (gnus-agent-regenerate-group): do.
11949
11950 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
11951
11952 * binhex.el (binhex-decode-region-internal): do.
11953
11954 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
11955
11956 * gnus-fun.el (gnus-face-properties-alist): New user option.
11957 (gnus-display-x-face-in-from): Use it.
11958
11959 * gnus-art.el (article-display-face): Ditto.
11960
11961 * compface.el (uncompface-use-external): Default to nil.
11962
11963 2004-02-12 Jesper Harder <harder@ifa.au.dk>
11964
11965 * nntp.el (nntp-erase-buffer): New function.
11966 (nntp-retrieve-data, nntp-send-command)
11967 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
11968 (nntp-possibly-change-group): Use it.
11969
11970 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
11971 with-current-buffer.
11972
11973 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
11974
11975 * compface.el: Merge the ELisp-based uncompface program.
11976 (compface): New customization group.
11977 (uncompface-use-external): New user option.
11978 (uncompface): Call uncompface-internal if uncompface-use-external
11979 is nil.
11980 (uncompface-internal): New function. Note that there are also
11981 some other functions and variables added for this function.
11982
11983 2004-02-10 Jesper Harder <harder@ifa.au.dk>
11984
11985 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
11986 if necessary.
11987
11988 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
11989
11990 * spam-report.el (spam-report-unplug-agent)
11991 (spam-report-plug-agent, spam-report-deagentize)
11992 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
11993 Add support for the Agent in spam-report: when unplugged, report to a
11994 file; when plugged, submit all the requests.
11995
11996 * spam.el (spam-register-routine): Fix message about
11997 registration.
11998
11999 2004-02-09 Jesper Harder <harder@ifa.au.dk>
12000
12001 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12002 dependencies.
12003 (rfc2047-encode): Use it.
12004
12005 * gnus-art.el (gnus-button-marker-list): Move before first
12006 reference.
12007
12008 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12009 (imap-parse-body): Fix format string mismatch.
12010
12011 * gnus-score.el (gnus-summary-increase-score): do.
12012
12013 * nnrss.el (nnrss-close): New function.
12014
12015 2004-02-08 Jesper Harder <harder@ifa.au.dk>
12016
12017 * nnrss.el (nnrss-make-filename): New function.
12018 (nnrss-request-delete-group, nnrss-read-server-data)
12019 (nnrss-save-server-data, nnrss-read-group-data)
12020 (nnrss-save-group-data): Use it.
12021 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12022 (nnrss-read-server-data, nnrss-read-group-data): Use load.
12023 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
12024
12025 2004-02-07 Jesper Harder <harder@ifa.au.dk>
12026
12027 * mml.el (mml-compute-boundary-1): Don't uncompress files.
12028
12029 2004-02-06 Jesper Harder <harder@ifa.au.dk>
12030
12031 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12032 files.
12033
12034 * message.el (message-generate-headers-first): Don't quote nil
12035 and t in docstrings.
12036
12037 * imap.el (imap-id): do.
12038
12039 * gnus-agent.el (gnus-agent-consider-all-articles)
12040 (gnus-agent-queue-mail): do.
12041
12042 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
12043
12044 * spam-report.el (spam-report-process-queue): New function.
12045 Process requests from `spam-report-requests-file'.
12046 (spam-report-process-queue): Doc fix.
12047
12048 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
12049
12050 * spam.el (spam-register-routine)
12051 (spam-log-processing-to-registry, spam-log-registered-p)
12052 (spam-log-unregistration-needed-p, spam-log-undo-registration):
12053 Change "check" to "spam-check" for semi-clarity.
12054
12055 2004-02-05 Jesper Harder <harder@ifa.au.dk>
12056
12057 * pop3.el: Require nnheader.
12058
12059 * mml-smime.el: Require cl. Autoload message-fetch-field.
12060
12061 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
12062
12063 * gnus-picon.el: Require cl.
12064
12065 * gnus-fun.el: Require gnus-ems and gnus-util.
12066
12067 * gnus.el (gnus-method-to-server): Move defsubst before first use.
12068
12069 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
12070
12071 * gnus-art.el (gnus-article-edit-mode): Define before first
12072 reference.
12073
12074 2004-02-04 Jesper Harder <harder@ifa.au.dk>
12075
12076 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12077 (gnus-uu-post-encoded): Use point-at-bol.
12078
12079 * gnus-topic.el (gnus-group-active-topic-p): do.
12080
12081 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
12082
12083 * gnus-group.el (gnus-group-kill-region): do.
12084
12085 * gnus-art.el (article-date-ut): do.
12086
12087 * message.el (message-fetch-field): Remove redundant
12088 case-fold-search binding.
12089 (message-narrow-to-field): Simplify.
12090
12091 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
12092
12093 * spam.el (spam-directory): Derive from `gnus-directory'.
12094
12095 * spam-report.el (spam-report-url-to-file)
12096 (spam-report-requests-file): New function and variable for offline
12097 reporting.
12098 (spam-report-url-ping-function): Add `spam-report-url-to-file'
12099 and user defined function.
12100 (spam-report-url-ping-mm-url): Remove doubled slash.
12101
12102 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
12103
12104 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
12105
12106 2004-02-03 Jesper Harder <harder@ifa.au.dk>
12107
12108 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12109 format string mismatch.
12110
12111 * sieve.el (sieve-deactivate-all): do.
12112
12113 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12114
12115 * nnlistserv.el (nnlistserv-kk-wash-article): do.
12116
12117 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12118
12119 * mm-bodies.el (mm-7bit-chars): Don't include \r.
12120
12121 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
12122
12123 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12124 the list of checks.
12125
12126 2004-01-31 Jesper Harder <harder@ifa.au.dk>
12127
12128 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12129 padding.
12130
12131 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
12132
12133 * mm-view.el (mm-fill-flowed): New variable.
12134 (mm-inline-text): Use it.
12135
12136 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
12137
12138 * spam.el (spam-spamassassin-register-ham-routine)
12139 (spam-spamassassin-register-spam-routine): Fix function names.
12140
12141 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
12142
12143 * gnus.el (gnus-tmp-grouplens): Remove.
12144 (gnus-summary-line-format): Remove grouplens.
12145
12146 * gnus-group.el (gnus-group-line-format): Ditto.
12147
12148 * gnus-spec.el (gnus-format-specs): Ditto.
12149 (gnus-update-format-specifications): Flush the group format spec
12150 cache if there's the grouplens stuff.
12151 (gnus-parse-simple-format): Replace %l with the empty string.
12152
12153 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
12154
12155 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12156 omission.
12157
12158 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
12159
12160 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12161 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12162
12163 2004-01-25 Paul Jarc <prj@po.cwru.edu>
12164
12165 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
12166 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
12167 New macros and functions.
12168 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12169 Handle > NLINK_MAX messages.
12170 * nnmaildir.el (nnmaildir-request-set-mark): Use
12171 nnmaildir--emlink-p and nnmaildir--eexist-p.
12172
12173 2004-01-25 Alex Schroeder <alex@gnu.org>
12174
12175 * spam-stat.el (spam-stat-process-directory-age): New option.
12176 (spam-stat-process-directory): Use it.
12177
12178 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
12179
12180 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12181 (spam-stat-save): Accept prefix argument.
12182
12183 2004-01-23 Paul Jarc <prj@po.cwru.edu>
12184
12185 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12186 links" error.
12187
12188 2004-01-23 Jesper Harder <harder@ifa.au.dk>
12189
12190 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12191 compatibility with old .newsrc.eld files.
12192
12193 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
12194
12195 * gnus-start.el (gnus-1): do.
12196
12197 * gnus-group.el (gnus-group-line-format-alist): do.
12198
12199 * gnus.el (gnus-use-grouplens, gnus-visual): do.
12200
12201 * gnus-gl.el: Remove.
12202
12203 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
12204
12205 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12206 marks consisting of a single range {for example, (3 . 5)} rather
12207 than a list of a single range { ((3 . 5)) }.
12208
12209 2004-01-23 Jesper Harder <harder@ifa.au.dk>
12210
12211 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12212 with-current-buffer.
12213 (spam-stat-store-current-buffer): Use insert-buffer-substring to
12214 avoid consing a string.
12215
12216 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12217 Remove obsolete entries for big5 and gb2312.
12218
12219 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
12220
12221 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12222 uncompressed list.
12223
12224 2004-01-22 Jesper Harder <harder@ifa.au.dk>
12225
12226 * spam-stat.el (spam-stat-strip-xref): New function.
12227 (spam-stat-process-directory): Use it.
12228
12229 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12230 here -- it's done in message-fetch-field.
12231
12232 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
12233
12234 * gnus-agent.el (gnus-agent-queue-mail)
12235 (gnus-agent-prompt-send-queue): New variables.
12236 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12237 * gnus-draft.el (gnus-group-send-queue): Pass the group name
12238 "nndraft:queue" along to gnus-draft-send. Use
12239 gnus-agent-prompt-send-queue.
12240 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12241 is "nndraft:queue". Suggested by Gaute Strokkenes
12242 <gs234@srcf.ucam.org>
12243
12244 * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12245 (agent-enable-undownloaded-faces): Added
12246 (gnus-agent-cat-groups): Use eval-and-compile, not
12247 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12248 method of gnus-agent-cat-groups even when the buffer has been
12249 evaled.
12250 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
12251 delete gnus-agent-save-active-1.
12252 (gnus-agent-save-groups): Deleted. Identical to
12253 gnus-agent-save-active.
12254 (gnus-agent-write-active): No longer adjust agent's copy of active
12255 file as agent's adjustments are now stored in their own
12256 file. Removed optional parameter.
12257 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12258 servers. Add use of min/max range limits from server's local
12259 file.
12260 (gnus-agent-save-alist): Removed unused optional argument.
12261 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12262 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
12263 (gnus-agent-set-local): A per-server file that keeps min/max range
12264 limits for articles known to the agent. Provides a fast mechanism
12265 for altering many active ranges.
12266 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
12267 active file (local makes it unnecessary).
12268 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12269
12270 * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12271 (agent-enable-undownloaded-faces): Added
12272
12273 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12274 disable it when sending to "nndraft:queue".
12275 (gnus-group-send-queue): Add safety check to avoid sending queue
12276 when unplugged.
12277
12278 * gnus-group.el (gnus-group-catchup): Use new
12279 gnus-sequence-of-unread-articles, not
12280 gnus-list-of-unread-articles, to avoid exhausting memory with huge
12281 numbers of articles. Use gnus-range-map to avoid having to
12282 uncompress the unread list.
12283 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
12284 Fixed invalid ange-ftp reference.
12285
12286 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12287 (gnus-sorted-range-intersection): Intersection of two ranges
12288 without requiring that they first be uncompressed.
12289
12290 * gnus-start.el (gnus-activate-group): Unless blocked by the
12291 caller, possibly expand the active range to include both cached
12292 and agentized articles.
12293 (gnus-convert-old-newsrc): Rewrote in anticipation of having
12294 multiple version-dependent converters.
12295 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12296 gnus-agent-save-active.
12297 (gnus-save-newsrc-file): Save dirty agent range limits.
12298
12299 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12300 gnus-agent-possibly-alter-active.
12301 (gnus-adjust-marked-articles): Faster handling of simple lists
12302
12303 2004-01-21 Jesper Harder <harder@ifa.au.dk>
12304
12305 * spam-stat.el (spam-stat-test-directory): New optional argument
12306 displays a list of files detected. Suggested by Andrew Cohen
12307 <cohen@andy.bu.edu>.
12308 (spam-stat-buffer-words-with-scores): Don't narrow and change
12309 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
12310
12311 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
12312
12313 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12314 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12315 (spam-spamassassin-arguments)
12316 (spam-spamassassin-spam-flag-header)
12317 (spam-spamassassin-positive-spam-flag-header)
12318 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12319 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12320 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12321 (spam-list-of-processors, spam-list-of-checks)
12322 (spam-list-of-statistical-checks, spam-registration-functions)
12323 (spam-check-spamassassin-headers, spam-check-spamassassin)
12324 (spam-spamassassin-score)
12325 (spam-spamassassin-register-with-sa-learn)
12326 (spam-spamassassin-register-spam-routine)
12327 (spam-spamassassin-register-ham-routine)
12328 (spam-assassin-register-spam-routine)
12329 (spam-assassin-register-ham-routine): Add SpamAssassin support.
12330 (spam-bogofilter-score): Fix to show article before scoring.
12331
12332 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
12333
12334 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12335 default scoring function.
12336 (spam-generic-score): Call spam-spamassassin-score if
12337 spam-use-spamassassin or spam-use-spamassassin-headers is on;
12338 spam-bogofilter-score otherwise.
12339
12340 * gnus.el (spam-process, spam-autodetect-methods): Add
12341 spamassassin and spamassassin-headers.
12342
12343 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
12344
12345 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12346 Suppress unnecessary messages.
12347
12348 2004-01-20 Jesper Harder <harder@ifa.au.dk>
12349
12350 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12351 make-hash-table.
12352
12353 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
12354
12355 * canlock.el (base64-encode-string): Don't autoload it.
12356
12357 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12358
12359 * run-at-time.el: Remove useless (require 'itimer),
12360 eval-and-compile and (featurep 'xemacs).
12361
12362 2004-01-16 Jesper Harder <harder@ifa.au.dk>
12363
12364 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12365 GROUP is a virtual group.
12366
12367 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
12368
12369 * gnus.el: Autoload `message-y-or-n-p'.
12370
12371 2004-01-15 Jesper Harder <harder@ifa.au.dk>
12372
12373 * pgg-parse.el: Remove unnecessary (require 'custom).
12374
12375 * pgg-def.el: do.
12376
12377 * nnmail.el: do.
12378
12379 * gnus-undo.el: do.
12380
12381 * gnus-picon.el: do.
12382
12383 * gnus-util.el: do.
12384
12385 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
12386
12387 * gnus-sum.el (gnus-pick-line-number): Add autoload.
12388
12389 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
12390
12391 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12392 handle, as well as a list.
12393
12394 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12395 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12396 (mm-w3m-cid-retrieve): Simplify.
12397
12398 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
12399
12400 * message.el (message-kill-to-signature): Allow prefix arg to
12401 specify number of lines to keep before signature.
12402
12403 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
12404
12405 (message-kill-to-signature): Change docstring.
12406
12407 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
12408
12409 * canlock.el: Always require sha1-el.
12410 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
12411
12412 * message.el: Autoload sha1 only when compiling.
12413
12414 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
12415
12416 * message.el (message-canlock-generate): Require sha1-el.
12417
12418 2004-01-13 Jesper Harder <harder@ifa.au.dk>
12419
12420 * message.el (message-expand-name): Silence the byte compiler.
12421
12422 2004-01-13 Simon Josefsson <jas@extundo.com>
12423
12424 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12425 Invoke gnus-score-mode. Reported by
12426 bojohan+news@dd.chalmers.se (Johan Bockgård).
12427
12428 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
12429 Jim Blandy <jimb@redhat.com> (tiny change).
12430
12431 2004-01-12 Jesper Harder <harder@ifa.au.dk>
12432
12433 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12434
12435 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
12436
12437 * spam.el (spam-get-article-as-string): Update to use
12438 gnus-request-article-this-buffer, much simpler.
12439 (spam-get-article-as-buffer): Remove.
12440
12441 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
12442
12443 * message.el (message-expand-name): Use EUDC if the user uses that.
12444
12445 2004-01-12 Jesper Harder <harder@ifa.au.dk>
12446
12447 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12448 character for the encoding to avoid consing a string.
12449
12450 * rfc2047.el (rfc2047-decode-string): Don't cons a string
12451 unnecessarily.
12452
12453 * mm-util.el (mm-replace-chars-in-string): Remove.
12454
12455 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12456 of mm-replace-chars-in-string.
12457
12458 2004-01-11 Jesper Harder <harder@ifa.au.dk>
12459
12460 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
12461
12462 * mm-util.el (mm-subst-char-in-string): Support inplace.
12463
12464 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12465 a new string in every iteration. Use shy groups.
12466
12467 2004-01-10 Jesper Harder <harder@ifa.au.dk>
12468
12469 * gnus-srvr.el (gnus-browse-unsubscribe-group):
12470 * gnus-soup.el (gnus-soup-group-brew):
12471 * gnus-msg.el (gnus-put-message):
12472 * gnus-move.el (gnus-group-move-group-to-server):
12473 * gnus-kill.el (gnus-batch-score):
12474 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12475 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12476 (gnus-group-update-group, gnus-group-read-group)
12477 (gnus-group-make-group, gnus-group-make-help-group)
12478 (gnus-group-make-archive-group, gnus-group-make-directory-group)
12479 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12480 (gnus-group-sort-by-unread, gnus-group-catchup)
12481 (gnus-group-unsubscribe-group, gnus-group-kill-group)
12482 (gnus-group-yank-group, gnus-group-set-info)
12483 (gnus-group-list-groups):
12484 * gnus.el (gnus-generate-new-group-name):
12485 * gnus-delay.el (gnus-delay-send-queue):
12486 * nnvirtual.el (nnvirtual-catchup-group):
12487 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
12488 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
12489 (gnus-group-prepare-topics, gnus-topic-check-topology):
12490 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12491 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12492 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
12493 (gnus-group-make-articles-read):
12494 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12495 (gnus-group-change-level, gnus-kill-newsgroup)
12496 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12497 (gnus-get-unread-articles, gnus-make-articles-unread)
12498 (gnus-make-ascending-articles-unread): Use accessor
12499 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12500 to get group information for improved readability.
12501
12502
12503 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12504
12505 * gnus-art.el (article-decode-mime-words, article-babel)
12506 (gnus-article-highlight-signature, gnus-article-add-buttons)
12507 (gnus-signature-toggle): Use gnus-with-article-buffer.
12508
12509 * gnus-art.el (gnus-article-highlight-headers)
12510 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
12511
12512 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12513 (gnus-article-set-globals, gnus-request-article-this-buffer)
12514 (gnus-button-message-id, gnus-article-maybe-hide-headers)
12515 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12516 (gnus-mime-display-alternative): Use with-current-buffer.
12517
12518 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12519
12520 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12521 also under 80 char limit, and call gnus-error if needed.
12522 (spam-fetch-article-header): Fix - it was a
12523 buffer-local variable (gnus-newsgroup-data).
12524 (spam-find-spam): Use spam-generate-fake-headers, forget about
12525 spam-insert-fake-headers.
12526 (spam-insert-fake-headers): Remove.
12527
12528 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12529
12530 * deuglify.el (gnus-article-outlook-unwrap-lines)
12531 (gnus-outlook-rearrange-article)
12532 (gnus-outlook-repair-attribution-outlook)
12533 (gnus-outlook-repair-attribution-block)
12534 (gnus-outlook-repair-attribution-other): Remove redundant
12535 save-excursion.
12536
12537 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12538
12539 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12540 (spam-fetch-field-subject-fast)
12541 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12542 (spam-fetch-article-header): Add functions to deal with Gnus
12543 internals for fast retrieval of article header data.
12544 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
12545
12546 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12547
12548 * pop3.el (pop3-md5): Remove.
12549 (pop3-apop): Replace pop3-md5 with md5.
12550
12551 * mm-bodies.el: base64 is always built-in.
12552
12553 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12554 with-current-buffer.
12555
12556 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
12557
12558 * canlock.el (canlock-insert-header): Remove excessive grouping in
12559 regexp.
12560
12561 * gnus-sum.el (gnus-summary-read-document): Ditto.
12562
12563 * gnus-uu.el (gnus-uu-part-number): Ditto.
12564
12565 * html2text.el (html2text-remove-tags): Ditto.
12566 (html2text-format-tags): Ditto.
12567 (html2text-format-single-elements): Ditto.
12568
12569 * mml.el (mml-parse-1): Ditto.
12570
12571 2004-01-08 Jesper Harder <harder@ifa.au.dk>
12572
12573 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12574
12575 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
12576
12577 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
12578
12579 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
12580
12581 2003-11-15 Simon Josefsson <jas@extundo.com>
12582
12583 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
12584 (pgg-gpg-lookup-key): Use regexp match instead of
12585 split-string (split-string is different between emacs 21.2 and
12586 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
12587
12588 2004-01-08 Jesper Harder <harder@ifa.au.dk>
12589
12590 * gnus-art.el (gnus-mime-view-all-parts)
12591 (gnus-article-part-wrapper, gnus-article-view-part): Use
12592 with-current-buffer.
12593
12594 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12595
12596 * spam.el (spam-disable-spam-split-during-ham-respool)
12597 (spam-spamoracle-database, spam-cache-lookups)
12598 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
12599 (spam-group-ham-mark-p, spam-group-spam-mark-p)
12600 (spam-group-ham-marks, spam-group-spam-marks)
12601 (spam-group-spam-contents-p, spam-group-ham-contents-p)
12602 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
12603 also add spam-use-blackholes to the statistical checks.
12604 (spam-fetch-field-fast): Add interface to fetching fields, may
12605 become a macro.
12606 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
12607 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
12608 (spam-insert-fake-headers): Fake an article when needed.
12609 (spam-find-spam): Fake article when possible.
12610 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
12611 (spam-check-bogofilter-headers): Use message-fetch-field instead
12612 of nnmail-fetch-field.
12613
12614 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
12615
12616 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
12617
12618 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12619
12620 * spam.el (spam-split): Do not require spam-use-CHECK to be
12621 enabled if that check is passed to spam-split explicitly; also
12622 fix so 'spam doesn't get converted to spam-split-group when
12623 spam-split-symbolic-return is t.
12624 (spam-find-spam): Find registrations of the article and use those
12625 instead of re-running spam-split to find the spam/ham
12626 classification of the article.
12627 (spam-log-processing-to-registry, spam-log-registered-p)
12628 (spam-log-unregistration-needed-p, spam-log-undo-registration):
12629 Use gnus-error instead of gnus-message.
12630 (spam-log-registration-type): Add function to determine the
12631 classification of a message based on registry entries; will
12632 return nil if both 'spam and 'ham are found.
12633 (spam-check-BBDB): Expand all the BBDB macros here so we can have
12634 a reasonably fast local cache without the loading errors.
12635 (spam-cache-lookups): Set to t by default.
12636 (spam-find-spam): Don't try to guess spam-cache-lookups.
12637 (spam-enter-whitelist, spam-enter-blacklist): Clear the
12638 spam-caches entry.
12639 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
12640 caching of whitelist/blacklist entries.
12641 (spam-check-whitelist, spam-check-blacklist): Invoke
12642 spam-from-listed-p with a type, not a cache variable.
12643 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
12644
12645 2004-01-07 Jesper Harder <harder@ifa.au.dk>
12646
12647 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
12648
12649 * nnmail.el (nnmail-split-fancy): do.
12650
12651 * mml.el (mml-parse): do.
12652
12653 * gnus-score.el (gnus-enter-score-words-into-hashtb)
12654 (gnus-score-adaptive): do.
12655
12656 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12657
12658 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
12659 (gnus-mime-button-map): Don't set keymap parent.
12660 (gnus-button-ctan-directory-regexp): Use shy grouping.
12661 (gnus-prev-page-map): Don't set keymap parent.
12662 (gnus-prev-page-map): Remove duplicated one.
12663 (gnus-next-page-map): Don't set keymap parent.
12664 (gnus-mime-security-button-map): Ditto.
12665
12666 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
12667 version number.
12668
12669 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
12670
12671 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12672
12673 * canlock.el (canlock-sha1-function): Remove.
12674 (canlock-sha1-function-for-verify): Remove.
12675 (canlock-openssl-program): Remove.
12676 (canlock-openssl-args): Remove.
12677 (canlock-ignore-errors): Remove.
12678 (canlock-sha1-with-openssl): Remove.
12679 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
12680 (canlock-verify): Don't use canlock-ignore-errors.
12681
12682 * sha1-el.el (sha1-string-external): Make it can return a string
12683 in binary form.
12684 (sha1-region-external): Ditto.
12685 (sha1-string-internal): Ditto.
12686 (sha1-region-internal): Ditto.
12687 (sha1-region): Ditto.
12688 (sha1-string): Ditto.
12689 (sha1): Ditto.
12690
12691 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
12692
12693 * spam.el (spam-report-articles-gmane): New command.
12694
12695 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12696
12697 * gnus.el: Don't make unnecessary *Group* buffer when loading.
12698
12699 * run-at-time.el (run-at-time-saved): Remove.
12700 (run-at-time): Doc fix.
12701
12702 2004-01-07 Jesper Harder <harder@ifa.au.dk>
12703
12704 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
12705 (gnus-summary-limit-map): Add it.
12706 (gnus-summary-make-menu-bar): do.
12707
12708 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
12709
12710 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
12711 Make attempt at some caching support (done for BBDB only now).
12712 (spam-find-spam): Set spam-cache-lookups if there are more than 2
12713 addresses to be checked.
12714 (spam-clear-cache-BBDB): Add function, to be invoked by
12715 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
12716 (spam-check-BBDB): Check and use the caches, if
12717 spam-cache-lookups is on, remove superfluous (provide).
12718
12719 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
12720
12721 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
12722
12723 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
12724
12725 * run-at-time.el (run-at-time-saved): Move to after the definition
12726 of `run-at-time'.
12727
12728 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12729
12730 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
12731 mm-w3m-local-map-property.
12732
12733 * mm-view.el (mm-w3m-mode-map): Remove.
12734 (mm-w3m-local-map-property): Remove.
12735 (mm-inline-text-html-render-with-w3m): Don't use
12736 mm-w3m-local-map-property.
12737
12738 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12739
12740 * run-at-time.el: New file.
12741
12742 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
12743 of gnus-set-text-properties.
12744
12745 * gnus-uu.el (gnus-uu-save-article): Ditto.
12746
12747 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
12748
12749 * gnus-cite.el (gnus-cite-parse): Ditto.
12750
12751 * gnus-art.el (gnus-button-push): Use set-text-properties instead
12752 of gnus-.
12753
12754 * gnus.el: Changed calls to nnheader-run-at-time and
12755 password-run-at-time throughout to use run-at-time directly.
12756
12757 * password.el: Removed definition of run-at-time.
12758
12759 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
12760
12761 * mml.el (mml-minibuffer-read-disposition): Show attachment type
12762 in prompt.
12763
12764 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
12765
12766 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
12767 XEmacs version.
12768
12769 * dns.el (dns-make-network-process): Use `open-network-stream'
12770 instead of `gnus-xmas-open-network-stream'.
12771
12772 * .cvsignore: Add auto-autoloads.el, custom-load.el.
12773
12774 2004-01-06 Jesper Harder <harder@ifa.au.dk>
12775
12776 * gnus-art.el (gnus-mime-display-alternative)
12777 (gnus-insert-mime-button, gnus-insert-mime-security-button)
12778 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
12779 Don't use gnus-local-map-property.
12780
12781 * gnus-util.el (gnus-local-map-property): Remove.
12782
12783 * mm-view.el (mm-view-pkcs7-decrypt): Replace
12784 gnus-completing-read-maybe-default with completing-read.
12785
12786 * gnus-util.el (gnus-completing-read): do.
12787 (gnus-completing-read-maybe-default): Remove.
12788
12789 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
12790
12791 * password.el: Only autoload `run-at-time' if not XEmacs.
12792 Only autoload the itimer functions if XEmacs.
12793
12794 2004-01-06 Jesper Harder <harder@ifa.au.dk>
12795
12796 * gnus-art.el (gnus-read-string): Remove.
12797 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
12798 read-string.
12799
12800 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
12801
12802 * netrc.el: Autoload password-read.
12803 (netrc): Add configuration group.
12804 (netrc-encoding-method, netrc-openssl-path): Add
12805 variables for encoding and decoding of files with symmetric
12806 ciphers.
12807 (netrc-encode): Add assistant function to encode a file with
12808 netrc-encoding-method.
12809 (netrc-parse): Add interactive parameter, added optional
12810 decoding if netrc-encoding-method is non-nil but otherwise
12811 behavior is standard.
12812 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
12813 Do s/encode/encrypt/ everywhere.
12814
12815 * spam.el: Remove executable-find autoload.
12816
12817 2004-01-05 Jesper Harder <harder@ifa.au.dk>
12818
12819 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
12820
12821 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
12822
12823 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
12824
12825 * gnus-art.el (gnus-treat-ansi-sequences,
12826 (article-treat-ansi-sequences): New variable and function.
12827 Suggested by Dan Jacobson <jidanni@jidanni.org>.
12828
12829 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12830 Use it.
12831
12832 2004-01-05 Jesper Harder <harder@ifa.au.dk>
12833
12834 * mm-util.el (mm-quote-arg): Remove.
12835
12836 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
12837 shell-quote-argument.
12838
12839 * gnus-uu.el (gnus-uu-command): do.
12840
12841 * gnus-sum.el (gnus-summary-insert-pseudos): do.
12842
12843 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
12844 with make-char.
12845
12846 * mm-util.el (mm-make-char): Remove.
12847
12848 * mml.el (mml-mode): Replace gnus-add-minor-mode with
12849 add-minor-mode.
12850
12851 * gnus-undo.el (gnus-undo-mode): do.
12852
12853 * gnus-topic.el (gnus-topic-mode): do.
12854
12855 * gnus-sum.el (gnus-dead-summary-mode): do.
12856
12857 * gnus-start.el (gnus-slave-mode): do.
12858
12859 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
12860
12861 * gnus-ml.el (gnus-mailing-list-mode): do.
12862
12863 * gnus-gl.el (gnus-grouplens-mode): do.
12864
12865 * gnus-draft.el (gnus-draft-mode): do.
12866
12867 * gnus-dired.el (gnus-dired-mode): do.
12868
12869 * gnus-ems.el (gnus-add-minor-mode): Remove.
12870
12871 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12872 Replace gnus-char-width with char-width.
12873
12874 * gnus-ems.el (gnus-char-width): Remove.
12875
12876 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12877 Replace gnus-char-width with char-width.
12878
12879 * gnus-ems.el (gnus-char-width): Remove.
12880
12881 * spam-stat.el (with-syntax-table): Remove with-syntax-table
12882 definition.
12883 Remove Emacs 20 hash table compatibility code.
12884
12885 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
12886 20 compatibility code.
12887
12888 * spam.el (spam-point-at-eol): Replace with point-at-eol.
12889
12890 * smime.el (smime-point-at-eol): Replace with point-at-eol.
12891
12892 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
12893 with point-at-{eol,bol}.
12894
12895 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
12896
12897 * imap.el (imap-point-at-eol): Replace with point-at-eol.
12898
12899 * flow-fill.el (fill-flowed-point-at-bol)
12900 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
12901
12902 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
12903 Replace with point-at-{eol,bol} throughout all files.
12904
12905 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
12906
12907 * ntlm.el (ntlm-string-as-unibyte): New macro.
12908 (ntlm-build-auth-response): Use it.
12909
12910 Remove Emacs 20 stuff:
12911 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
12912 of delq and copy-sequence.
12913 * gnus-art.el (popup-menu): Remove the compiler macro.
12914 * nnmail.el (nnmail-split-fancy): Don't support customizing with
12915 Emacs 20.
12916
12917 2004-01-05 Simon Josefsson <jas@extundo.com>
12918
12919 * ntlm.el: Fix namespace. Change smb-passwd-hash into
12920 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
12921 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
12922 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
12923 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
12924 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
12925 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
12926 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
12927 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
12928 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
12929 ntlm-string-permute, string-lshift into ntlm-string-lshift,
12930 string-xor into ntlm-string-xor. Suggested by
12931 Jesper Harder <harder@myrealbox.com>.
12932
12933 * ntlm.el: Don't include poem.
12934
12935 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
12936 Jesper Harder <harder@myrealbox.com>.
12937
12938 * sasl-ntlm.el, ntlm.el, md4.el: New files.
12939
12940 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
12941 probably breaks emacs with DL patch, but do we care? Is anyone
12942 still using the DL stuff?)
12943
12944 * sieve-manage.el: Use the password package.
12945 (sieve-manage-read-passwd): Remove.
12946 (sieve-manage-interactive-login): Use password. Re-add
12947 condition-case around loop.
12948
12949 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
12950 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
12951 the password package.
12952
12953 2003-02-19 Simon Josefsson <jas@extundo.com>
12954
12955 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
12956 token.
12957
12958 2002-08-07 Simon Josefsson <jas@extundo.com>
12959
12960 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
12961 (sieve-manage-authenticators):
12962 (sieve-manage-authenticator-alist): Add some SASL mechs.
12963 (sieve-sasl-auth): New function.
12964 (sieve-manage-cram-md5-auth):
12965 (sieve-manage-plain-auth): Rewrite using SASL library.
12966 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
12967 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
12968 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
12969 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
12970
12971 2004-01-05 Simon Josefsson <jas@extundo.com>
12972
12973 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
12974 New files.
12975
12976 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12977
12978 * gnus-group.el (gnus-no-groups-message): Update.
12979
12980 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
12981
12982 2003-11-09 Simon Josefsson <jas@extundo.com>
12983
12984 * imap.el: Support for ID IMAP extension (RFC 2971).
12985 (imap-local-variables): Add imap-id.
12986 (imap-id): New variable.
12987 (imap-id): New function.
12988 (imap-parse-response): Parse untagged ID response.
12989 * nnimap.el (nnimap-id): New variable.
12990 (nnimap-open-connection): Use it.
12991
12992 2003-12-28 Simon Josefsson <jas@extundo.com>
12993
12994 * gnus-score.el (gnus-score-edit-all-score): New.
12995 * gnus-group.el (gnus-group-score-map): Bind it to W e.
12996
12997 2004-01-04 Simon Josefsson <jas@extundo.com>
12998
12999 * password.el: Add.
13000
13001 2004-01-04 Mario Lang <lang@zid.tugraz.at>
13002
13003 * dns.el: Add support for AAAA records (see RFC 3596)
13004
13005 * Fix typo PRT -> PTR
13006
13007 * Parse MX, PTR and SOA replies (see RFC 1035)
13008
13009 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13010
13011 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13012
13013 * Moved to Changelog.2.
13014
13015 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13016
13017 * gnus.el (gnus-version-number): Bump version.
13018
13019 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13020
13021 * gnus.el: No Gnus v0.1 is released.
13022
13023 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13024
13025 * gnus.el: No Gnus v0.0 is released.
13026
13027 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13028
13029 * gnus.el (gnus-version-number): Bump.
13030 (gnus-version): No.
13031
13032 See ChangeLog.2 for earlier changes.
13033
13034 Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
13035
13036 This file is part of GNU Emacs.
13037
13038 GNU Emacs is free software: you can redistribute it and/or modify
13039 it under the terms of the GNU General Public License as published by
13040 the Free Software Foundation, either version 3 of the License, or
13041 (at your option) any later version.
13042
13043 GNU Emacs is distributed in the hope that it will be useful,
13044 but WITHOUT ANY WARRANTY; without even the implied warranty of
13045 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13046 GNU General Public License for more details.
13047
13048 You should have received a copy of the GNU General Public License
13049 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
13050
13051 ;; Local Variables:
13052 ;; coding: utf-8
13053 ;; fill-column: 79
13054 ;; add-log-time-zone-rule: t
13055 ;; End:
13056
13057 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4