(mm-with-part): Set the buffer to unibyte before inserting
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * mm-decode.el (mm-with-part): Set the buffer to unibyte before inserting
4 the handle-buffer's text, so the implicit multibyte->unibyte conversion
5 uses string-make-unibyte rather than string-as-unibyte.
6
7 * gnus-msg.el: Use with-current-buffer.
8
9 * message.el (message-ignored-resent-headers): Add "Delivered-To".
10
11 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
12
13 * mail-source.el (mail-source-delete-old-incoming-confirm):
14 Change default to nil.
15 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
16
17 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
18
19 * gnus-art.el (gnus-narrow-to-page): Position point properly.
20 (gnus-article-goto-prev-page): Work for articles having ^L's.
21
22 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
23
24 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
25
26 2008-03-07 Karl Fogel <kfogel@red-bean.com>
27
28 * gnus-bookmark.el: Adjust for renames in bookmark.el.
29 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
30 (gnus-bookmark-jump): Adjust some variable names.
31
32 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
33
34 * auth-source.el: New package.
35 (auth-source-choices): Add customization entry point variable.
36
37 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
38 bug.
39
40 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
41
42 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
43 (gnus-registry-initialize, gnus-registry-install-p): Use it.
44 (gnus-registry-install-shortcuts): Rename from
45 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
46 the `gnus-registry-mark-map' keymap dynamically from
47 `gnus-registry-marks'. The generated functions update the summary line
48 when a registry mark is added or deleted, and will call
49 `gnus-registry-install-p' (see the comments in the code).
50 (gnus-registry-user-format-function-M): Use concat intelligently.
51
52 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
53 the registry mark functions.
54
55 2008-03-05 Glenn Morris <rgm@gnu.org>
56
57 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
58 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
59 gnus-art.
60 (top-level): No need to load own source when compiling.
61
62 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
63
64 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
65 Suggested by <chris.anderton@zetnet.co.uk>.
66
67 2008-03-04 Glenn Morris <rgm@gnu.org>
68
69 * gnus-sum.el (top-level): No need to require gnus when compiling,
70 since unconditionally required near start of file.
71 (gnus-summary-display-while-building): Move definition before use.
72
73 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
74
75 * gnus-registry.el (gnus-registry-user-format-function-M): Add
76 formatting function.
77
78 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
79
80 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
81 with plists.
82 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
83 Use new format.
84
85 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
86
87 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
88 `where-is-internal' that returns a range of key sequences.
89
90 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
91
92 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
93
94 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
95 (gnus-summary-jump-to-group): Consider windows on other displayed
96 frames as well. Similar changes might be needed elsewhere, but that's
97 the one I've bumped into during my use.
98
99 * nndoc.el (nndoc-oe-dbx-type-p):
100 * gnus-msg.el (gnus-debug):
101 * gnus-group.el (gnus-update-group-mark-positions):
102 Use mm-string-to-multibyte.
103
104 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
105
106 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
107 doesn't handle NotDashEscaped.
108
109 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
110 (mml-dnd-attach-options): Fix typo in custom choice.
111
112 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
113 nndoc-article-type to mbox.
114 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
115
116 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
117 to nil, instead of html2text.
118
119 * imap.el (imap-debug): Add `imap-ping-server'.
120
121 * gnus-bookmark.el: Add FIXMEs.
122
123 * message.el (message-form-letter-separator)
124 (message-send-form-letter-delay): New variables.
125 (message-send-form-letter): Use them. New command to send form
126 letters. Requested by Uwe Siart.
127 (message-send-mail-function): Doc fix. Add "Other" custom option.
128
129 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
130
131 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
132 empty author.
133
134 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
135
136 * gnus-registry.el (gnus-registry-marks): Add variable for
137 customization of marks and their appearance.
138 (gnus-registry-read-mark): Use it.
139 (gnus-registry-do-marks): Add utility function to loop through
140 `gnus-registry-marks'.
141 (gnus-registry-install-shortcuts-and-menus): Add function to install
142 shortcuts and menus.
143 (gnus-registry-initialize): Use it.
144 (gnus-registry-default-mark): Clarify documentation.
145
146 2008-02-29 Glenn Morris <rgm@gnu.org>
147
148 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
149 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
150 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
151 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
152 Change defcustom :version from 23.0 to 23.1.
153
154 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
155
156 * gnus-registry.el (gnus-registry-follow-group-p)
157 (gnus-registry-post-process-groups): Add functions to aid registry
158 splitting and improve logging. Clarify behavior in function
159 documentation.
160 (gnus-registry-split-fancy-with-parent): Use them.
161
162 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
163
164 * gnus-art.el: Use with-current-buffer.
165
166 2008-02-27 David Engster <dengste@eml.cc>
167
168 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
169 Express real group name in the response.
170
171 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
172
173 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
174 (nnmairix-last-server, nnmairix-current-server): Defvar them.
175 (nnmairix-goto-original-article): Defvar gnus-registry-install and
176 autoload gnus-registry-fetch-group when compiling.
177 (nnmairix-request-group-with-article-number-correction): remove
178 unreferenced argument passed to nnmairix-call-backend.
179
180 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
181
182 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
183 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
184 Wilde.
185
186 2008-02-27 Glenn Morris <rgm@gnu.org>
187
188 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
189 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
190 variables to defconsts. Convert comments to doc-strings.
191 (nnmairix-last-server, nnmairix-current-server): Convert from free
192 variables to defvars. Convert comments to doc-strings.
193 (gnus-registry-fetch-group): Autoload.
194 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
195 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
196 (nnmairix-widget-build-editable-fields): Use car cddr rather than
197 caddr.
198 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
199 nnmairix-request-group-with-article-number-correction call.
200 (nnmairix-fast, nnmairix-group): New, less general names, for free
201 variables passed from nnmairix-request-group to
202 nnmairix-request-group-with-article-number-correction. Declare.
203 (nnmairix-request-group-with-article-number-correction):
204 Use nnmairix-fast, nnmairix-group rather than fast, group.
205
206 2008-02-26 David Engster <dengste@eml.cc>
207
208 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
209 version 0.5.
210
211 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
212
213 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
214 instead of making an extra function call. Don't add the current group
215 to articles only when they have the group. Use
216 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
217 Reported by David <de_bb@arcor.de>.
218
219 2008-02-24 Miles Bader <miles@gnu.org>
220
221 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
222 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
223 (mm-find-mime-charset-region):
224 * mm-bodies.el (mm-encode-body):
225 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
226
227 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
228
229 * mail-source.el (mail-source-delete-incoming): Change default.
230 Supplement doc string.
231
232 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
233
234 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
235
236 * nnmail.el (nnmail-message-id-cache-file): Derive from
237 `gnus-home-directory'.
238
239 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
240
241 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
242 Document negative prefix.
243
244 * gnus-group.el (gnus-group-read-group): Document negative prefix.
245
246 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
247
248 * message.el (message-unsent-separator): Add the Exim bounce
249 separator.
250
251 2008-02-10 Daiki Ueno <ueno@unixuser.org>
252
253 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
254 list.
255 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
256 recipient/signer list.
257
258 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
259
260 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
261 fbound (Emacs 23 unicode), signal an error.
262
263 2008-02-08 Glenn Morris <rgm@gnu.org>
264
265 * gnus-art.el (pgg-display-output-buffer): Declare as function.
266
267 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
268
269 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
270 ports to the calls to `netrc-machine-user-or-password' in addition to
271 "imap" and "imaps".
272
273 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
274
275 * gnus.el (gnus-group-startup-message): Add `find-image' call before
276 image-load-path is let-bound. Reported by Harald Hanche-Olsen
277 <hanche@math.ntnu.no>.
278
279 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
280
281 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
282
283 2008-02-01 Zhang Wei <id.brep@gmail.com>
284
285 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
286
287 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
288
289 2008-02-01 Miles Bader <miles@gnu.org>
290
291 * mml.el (mml-parse-1): Remove apparently vestigial use of
292 `mm-hack-charsets'.
293 * mm-bodies.el (mm-encode-body): Likewise.
294
295 2008-02-01 Kenichi Handa <handa@m17n.org>
296
297 * rfc2104.el (rfc2104-hexstring-to-byte-list): Renamed from
298 rfc2104-hexstring-to-bitstring and changed to return a byte list.
299 (rfc2104-hash): Convert the result of concat to unibyte string.
300
301 2008-02-01 Dave Love <fx@gnu.org>
302
303 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
304 coding-system-for-read.
305 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
306
307 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
308 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Deleted.
309 (mm-find-mime-charset-region): Remove hack-charsets stuff.
310
311 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
312
313 * mail-source.el (mail-sources): Add `group' choice.
314
315 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
316 parameter `in-group' to control into which group the articles go.
317 Add treatment of `group' mail-source.
318
319 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
320
321 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
322 * message.el (message-beginning-of-line): Use featurep instead of bound
323 tests in order to resolve conditionals at compile time.
324
325 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
326
327 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
328
329 * mm-decode.el (mm-dissect-buffer): Decode description.
330
331 * mml.el (mml-to-mime): Encode message header first.
332
333 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
334
335 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
336 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
337
338 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
339
340 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
341
342 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
343
344 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
345 prefix keys.
346 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
347 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
348 gnus-xmas.el.
349
350 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
351
352 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
353 Add new variables for article mark management.
354 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
355 list of extra data entries which, when present, will indicate that the
356 article ID should not be trimmed from the registry.
357 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
358 functions.
359 (gnus-registry-read-mark): New function to read a mark name from the
360 user.
361 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
362 (gnus-registry-set-article-mark-internal): New functions to add and
363 remove marks.
364 (gnus-registry-get-article-marks): New function to show the marks for
365 an article, or retrieve them for further use.
366
367 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
368
369 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
370 keys when no argument is given.
371
372 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
373
374 * gnus-sum.el (gnus-article-sort-by-random)
375 (gnus-thread-sort-by-random): Fix doc strings. Reported by
376 jidanni@jidanni.org.
377
378 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
379
380 * gnus-art.el (gnus-article-describe-bindings): New function.
381 (gnus-article-read-summary-keys): Use it.
382 (gnus-article-mode-map): Bind `C-h b' to it.
383
384 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
385
386 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
387 XEmacs.
388 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
389 against non-character events.
390
391 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
392
393 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
394 command.
395 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
396 instead of END. Change name of the temp file.
397 (gnus-group-gmane-group-download-format): Add doc string. Make it
398 customizable.
399
400 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
401
402 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
403 bind `S W' to gnus-article-wide-reply-with-original; set default
404 binding to gnus-article-read-summary-send-keys.
405 (gnus-article-read-summary-keys): Fix the order of keys; display
406 continuation keys correctly in the echo area; describe bindings
407 correctly when keys end with `C-h'.
408 (gnus-article-read-summary-send-keys): New function.
409 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
410 for gnus-article-read-summary-send-keys; display continuation keys
411 correctly in the echo area.
412 (gnus-article-reply-with-original): Ignore prefix argument.
413 (gnus-article-wide-reply-with-original): New function.
414
415 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
416
417 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
418 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
419
420 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
421
422 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
423 (gnus-group-read-ephemeral-gmane-group): New command.
424
425 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
426
427 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
428
429 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
430
431 * message.el (message-send-mail-function): Increase custom version.
432
433 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
434 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
435
436 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
437
438 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
439 html parts correctly; support forwarded messages.
440 (gnus-article-browse-html-article): Remove work buffers.
441
442 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
443 compiling.
444 (netrc-bound-and-true-p): New macro.
445 (netrc-parse): Use it instead of bound-and-true-p that is not available
446 in XEmacs 21.4.
447
448 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
449
450 * gnus-registry.el (gnus-registry-mark-article)
451 (gnus-registry-article-marks): Add functionality to mark articles
452 through the Gnus registry.
453
454 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
455 (netrc-parse): Use encrypt-file-alist to determine if
456 encrypt-find-model or encrypt-insert-file-contents should be used.
457
458 2007-12-19 Glenn Morris <rgm@gnu.org>
459
460 * mml.el (message-options-set, message-narrow-to-head)
461 (message-in-body-p, message-mail-p, message-encode-message-body):
462 Autoload.
463 (message-remove-header, message-narrow-to-headers-or-head)
464 (message-subscribed-p, message-make-mail-followup-to)
465 (message-position-on-field, message-news-p)
466 (message-options-set-recipient, message-generate-headers)
467 (message-sort-headers): Declare as functions.
468
469 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
470
471 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
472 convention in doc string.
473
474 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
475
476 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
477 title to html parts.
478 (gnus-article-browse-html-article): Pass message header to it.
479
480 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
481
482 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
483
484 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
485 or password compatible with XEmacs.
486
487 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
488
489 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
490 format document.
491 (gnus-mime-delete-part): Don't write description line if empty.
492 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
493
494 2007-12-14 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
495
496 * gnus-sum.el (gnus-summary-mark-unread-as-read)
497 (gnus-summary-mark-read-and-unread-as-read)
498 (gnus-summary-mark-current-read-and-unread-as-read)
499 (gnus-summary-mark-unread-as-ticked): Doc fix.
500 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
501
502 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
503
504 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
505 Christoph Conrad <christoph.conrad@gmx.de>.
506
507 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
508
509 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
510 yes-or-no-p.
511
512 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
513
514 * mm-decode.el (mm-add-meta-html-tag): New function.
515 (mm-save-part-to-file, mm-pipe-part): Use it.
516
517 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
518 gnus-y-or-n-p instead of y-or-n-p.
519 (gnus-article-browse-html-parts): Work with message/external-body; use
520 mm-add-meta-html-tag.
521
522 2007-12-11 Glenn Morris <rgm@gnu.org>
523
524 * gnus-cache.el: Require gnus-sum not just when compiling.
525
526 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
527
528 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
529 definitions before use.
530
531 * mm-decode.el: Require gnus-util.
532 (mm-remove-part): Only call delete-annotation on XEmacs.
533
534 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
535
536 * nnmail.el: Require gnus-int.
537
538 * spam.el: Move `require's before `eval-when-compile's.
539
540 * gnus-ems.el (gnus-alive-p):
541 * gnus-fun.el (message-goto-eoh):
542 * gnus-util.el (gnus-group-name-decode):
543 * mail-source.el (gnus-compress-sequence):
544 * message.el (Info-goto-node, format-spec):
545 * mm-bodies.el (message-options-get):
546 * mm-decode.el (mm-view-pkcs7):
547 * mm-util.el (gmm-write-region):
548 * mml-smime.el (mml-compute-boundary)
549 (gnus-completing-read-with-default):
550 * mml.el (widget-button-press, gnus-make-hashtable):
551 * mml1991.el (mm-decode-content-transfer-encoding)
552 (mm-encode-content-transfer-encoding)
553 (message-options-get, message-options-set):
554 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
555 * nnfolder.el (gnus-request-group):
556 * nnheader.el (ietf-drums-unfold-fws):
557 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
558 * smime.el (gnus-run-mode-hooks):
559 * spam-stat.el (gnus-message): Autoload.
560
561 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
562 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
563 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
564 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
565 Add declare-function compatibility definition.
566
567 * gnus-cache.el (nnvirtual-find-group-art):
568 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
569 (gnus-add-image, gnus-add-wash-type):
570 * gnus-group.el (nnkiboze-score-file):
571 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
572 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
573 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
574 (message-tokenize-header, gnus-get-buffer-create)
575 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
576 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
577 * gnus.el (gnus-group-decoded-name):
578 * mail-source.el (imap-capability):
579 * mm-bodies.el (message-options-set):
580 * mm-decode.el (gnus-configure-windows):
581 * mm-extern.el (message-goto-body):
582 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
583 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
584 (epg-sub-key-validity, message-options-set):
585 * mml.el (widget-event-point, gnus-configure-windows):
586 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
587 * mml2015.el (epg-check-configuration, epg-configuration)
588 (message-options-set):
589 * nndb.el (nndb-request-article):
590 * nnfolder.el (gnus-request-create-group):
591 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
592 * nnmaildir.el (gnus-group-mark-article-read):
593 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
594 * rfc1843.el (message-fetch-field):
595 * spam.el (gnus-extract-address-components):
596 Declare as functions.
597
598 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
599
600 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
601
602 2007-12-09 Glenn Morris <rgm@gnu.org>
603
604 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
605
606 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
607 * message.el, mm-view.el, sieve-manage, smime.el:
608 Add declare-function compatibility definition.
609
610 * gnus-art.el (w3-region, w3m-region, Info-menu):
611 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
612 * gnus-sum.el (gnus-get-predicate):
613 * gnus-util.el (mm-append-to-file, w32-focus-frame):
614 * message.el (mail-abbrev-in-expansion-header-p):
615 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
616 (w3m-detect-meta-charset, w3m-region):
617 * sieve-manage.el (password-read, password-cache-add)
618 (password-cache-remove):
619 * smime.el (password-read-and-add): Declare as functions.
620
621 2007-12-08 David Kastrup <dak@gnu.org>
622
623 * gnus-sum.el (gnus-summary-simplify-subject-query):
624 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
625 `message'.
626
627 2007-12-07 Glenn Morris <rgm@gnu.org>
628
629 * gnus-art.el (article-make-date-line): Revert previous change.
630
631 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
632
633 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
634
635 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
636
637 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
638 Call gnus-add-to-range ranges only once with a prepared article-list.
639
640 2007-12-06 Paul Jarc <prj@po.cwru.edu>
641
642 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups,
643 nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
644 group names with backslashes. Reported by Tassilo Horn
645 <tassilo@member.fsf.org>.
646
647 2007-12-06 D. Goel <deego3@gmail.com>
648
649 * gnus-art.el (article-make-date-line):
650 * gnus-start.el (gnus-load):
651 * pop3.el (pop3-read-response): Fix buggy call to `error'.
652
653 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
654
655 * gnus-art.el (gnus-use-idna)
656 * gnus-start.el (gnus-site-init-file)
657 * message.el (message-use-idna)
658 * mm-uu.el (mm-uu-hide-markers)
659 * smiley.el (smiley-style): Revert changes that suppress warnings.
660
661 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
662
663 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
664 specify charset to html source. Reported by Christoph Conrad
665 <christoph.conrad@gmx.de>.
666
667 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
668
669 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
670 idna-program in order to suppress byte compile warning issued by XEmacs
671 that came to byte compile the default value section of defcustom forms
672 recently.
673
674 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
675 value of installation-directory.
676
677 * message.el (message-use-idna): Don't directly refer to the value of
678 idna-program.
679
680 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
681
682 * smiley.el (smiley-style): Don't directly call face-attribute.
683
684 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
685
686 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
687
688 * gnus-dired.el: Reduce Gnus dependencies.
689 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
690 require. Use autoloads instead.
691 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
692 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
693 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
694 (gnus-dired-mode): Adjust doc string.
695 (gnus-dired-mail-mode): New variable.
696 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
697 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
698 (gnus-dired-mail-buffers): New function. Return mail or message
699 composition buffers.
700 (gnus-dired-attach): Use it.
701 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
702 NO-DECODE.
703 (gnus-dired-print): Use `gnus-print-buffer' depending on
704 `gnus-dired-mail-mode'.
705
706 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
707
708 * rfc2047.el (rfc2047-encoded-word-regexp)
709 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
710 explaining what regexp patterns are for.
711
712 2007-12-04 Glenn Morris <rgm@gnu.org>
713
714 * password.el: Move to ../password-cache.el.
715
716 * mml1991.el (password-read, password-cache-add, password-cache-remove):
717 * mml2015.el (password-read, password-cache-add, password-cache-remove):
718 * mml-smime.el (password-read, password-cache-add)
719 (password-cache-remove):
720 No need to autoload, since mml-sec requires password.
721
722 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
723 * message.el (gnus-extract-address-components):
724 * mml-smime.el (gnus-extract-address-components): Define for compiler.
725
726 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
727 password.
728
729 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
730
731 * mailcap.el: Reduce dependencies.
732 (mail-header-parse-content-type): Autoload.
733 (mailcap-delete-duplicates): New alias.
734 (mailcap-mime-info): Add optional argument NO-DECODE.
735 (mailcap-mime-types): Use mailcap-delete-duplicates.
736
737 * message.el (message-ignored-supersedes-headers): Add "X-ID".
738
739 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
740
741 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
742 function.
743
744 * gnus-uu.el (gnus-uu-decode-yenc): New command.
745 (gnus-uu-yenc-article): New function.
746
747 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
748
749 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
750 buffer.
751
752 2007-12-02 Glenn Morris <rgm@gnu.org>
753
754 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
755 Move to ../net.
756
757 * binhex.el, uudecode.el: Move to ../mail.
758
759 * encrypt.el: Remove file.
760
761 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
762
763 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
764 matches on patches.
765
766 * gnus-art.el (gnus-article-browse-html-article): Mention
767 `mm-text-html-renderer' in the doc string.
768
769 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
770 string. Add comments.
771
772 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
773 if rhs is ASCII.
774
775 2007-12-01 Glenn Morris <rgm@gnu.org>
776
777 * dig.el, dns.el: Move to ../net.
778 * format-spec.el, hex-util.el, sha1.el: Move to ../.
779
780 * mail-source.el (top-level): Require format-spec before
781 eval-when-compile.
782
783 2007-11-30 Glenn Morris <rgm@gnu.org>
784
785 * encrypt.el: Require password, rather than autoloading password-read.
786
787 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
788
789 * gnus.el (gnus-method-to-server): Add an optional parameter so the
790 caller can indicate whether the cache should be disregarded for this
791 call. This way the result of the call is reproducible at all times and
792 can be considered a canonical server name for the supplied method.
793 (gnus-agent-method-p): Canonicalize server names by pushing their
794 method through `gnus-method-to-server' using the no-cache argument.
795
796 * gnus-srvr.el (gnus-server-insert-server-line): Call
797 `gnus-method-to-server' with `no-cache' argument.
798
799 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
800 gnus-agent-possibly-synchronize-flags as this should be called when the
801 server is actually being opened.
802 (gnus-agent-possibly-synchronize-flags)
803 (gnus-agent-possibly-synchronize-flags-server): Move check for the
804 flags file of an agentized server to the latter function.
805
806 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
807 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
808 after a connection has been established successfully.
809
810 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
811
812 * gnus-art.el (article-display-face): Force to display face if called
813 interactively; check if gnus-article-x-face-too-ugly matches author.
814 (article-display-x-face): Display face even if From header is missing
815 as article-display-face does.
816
817 2007-11-28 Richard Stallman <rms@gnu.org>
818
819 * md4.el: Move to ../.
820 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
821
822 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
823
824 * mail-source.el (mail-sources): Default to fetch from file for
825 compatibility with default of nnmail-spool-file.
826
827 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
828
829 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
830 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
831 to look for encoded word that should be encoded again.
832 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
833 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
834 encoding pattern.
835 (rfc2047-decode-region): Switch strict regexp and loose one according
836 to rfc2047-allow-irregular-q-encoded-words.
837
838 2007-11-26 Simon Josefsson <simon@josefsson.org>
839
840 * imap.el: Move to ../net directory.
841
842 2007-11-25 Romain Francoise <romain@orebokech.com>
843
844 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
845
846 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
847
848 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
849 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
850
851 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
852 `nnmail-spool-file'.
853
854 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
855 `nnmail-spool-file'.
856
857 * gnus-move.el (gnus-change-server): Ditto.
858
859 * gnus-kill.el (gnus-batch-score): Ditto.
860
861 * gnus-cache.el (gnus-jog-cache): Ditto.
862
863 * gnus-msg.el (gnus-summary-reply): Ignore
864 gnus-confirm-mail-reply-to-news for wide and very wide replies.
865
866 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
867
868 * gnus-cache.el (gnus-cache-generate-nov-databases): Use
869 nnml-generate-nov-databases-directory instead of
870 nnml-generate-nov-databases-1.
871
872 2007-11-24 Glenn Morris <rgm@gnu.org>
873
874 * message.el (message-tool-bar-retro): Update for rename
875 mail_send.xpm->mail-send.xpm.
876
877 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
878
879 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
880 `smime-ldap-search' for Emacs 22 and up.
881
882 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
883
884 * hashcash.el: Move to ../mail directory.
885
886 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
887
888 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
889 `smime-ldap-search' for Emacs 22 and up.
890
891 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
892
893 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
894
895 * message.el (message-send-mail-function): Fix error convention.
896 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
897 (message-widen-reply, message-send-mail, message-talkative-question)
898 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
899 (message-clone-locals, message-send-news): Use with-current-buffer.
900 (message-insert-or-toggle-importance): Remove unused var `valid'.
901 (message-make-references): Remove unused var `new-references'.
902 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
903
904 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
905
906 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
907 (spam-split-symbolic-return-positive): Reflow docstring.
908 (spam-backends, spam-summary-exit-behavior)
909 (spam-mark-ham-unread-before-move-from-spam-group)
910 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
911 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
912 (spam-clear-cache, spam-backend-check, spam-install-backend)
913 (spam-install-statistical-backend, spam-list-of-processors)
914 (spam-group-processor-p, spam-split, spam-bogofilter-score)
915 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
916 (spam-check-crm114, spam-initialize, spam-unload-hook):
917 Fix typos in docstrings.
918
919 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
920
921 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
922 been checked if they have never been read and those group levels are
923 higher than the one that a user specified.
924
925 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
926
927 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
928 foreign groups unless a group level is specified by a user.
929 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
930
931 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
932
933 * message.el (message-send-mail-function): Require sendmail.
934
935 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
936
937 * message.el (message-send-mail-function): Check for smtpmail too.
938
939 * utf7.el (utf7-encode, utf7-decode): Use coding system
940 `utf-7'/`utf-7-imap' from utf-7.el' if available.
941
942 * message.el (message-send-mail-function): New function.
943 (message-send-mail-function): Set default using
944 message-send-mail-function. Adjust doc string.
945 (message-send-mail-with-mailclient): New function.
946
947 2007-11-17 Richard Stallman <rms@gnu.org>
948
949 * assistant.el: Remove file.
950
951 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
952
953 * smime.el (from):
954 * rfc2047.el (message-posting-charset):
955 * qp.el (mm-use-ultra-safe-encoding):
956 * pop3.el (parse-time-months):
957 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
958 * nnml.el (files):
959 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
960 (jka-compr-compression-info-list, ange-ftp-path-format)
961 (efs-path-regexp):
962 * nndiary.el (files):
963 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
964 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
965 (epg-digest-algorithm-alist, inhibit-redisplay)
966 (password-cache-expiry):
967 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
968 (pgg-output-buffer, password-cache-expiry):
969 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
970 (efs-path-regexp):
971 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
972 (inhibit-redisplay):
973 * mm-uu.el (file-name, start-point, end-point, entry)
974 (gnus-newsgroup-name, gnus-newsgroup-charset):
975 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
976 (latin-unity-ucs-list):
977 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
978 (mm-uu-binhex-decode-function):
979 * message.el (gnus-message-group-art, gnus-list-identifiers, )
980 (rmail-enable-mime-composing, gnus-local-organization)
981 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
982 (gnus-read-active-file, facemenu-add-face-function)
983 (facemenu-remove-face-function, gnus-article-decoded-p)
984 (tool-bar-mode):
985 * mail-source.el (display-time-mail-function):
986 * gnus-util.el (nnmail-pathname-coding-system)
987 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
988 (gnus-original-article-buffer, gnus-user-agent)
989 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
990 (xemacs-codename, sxemacs-codename, emacs-program-version):
991 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
992 * gnus-start.el (gnus-agent-covered-methods)
993 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
994 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
995 (gnus-newsgroup-headers, gnus-group-list-mode)
996 (gnus-group-mark-positions, gnus-newsgroup-data)
997 (gnus-newsgroup-unreads, nnoo-state-alist)
998 (gnus-current-select-method, mail-sources)
999 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
1000 (nnmail-spool-file, gnus-cache-active-hashtb):
1001 * gnus-mh.el (mh-lib-progs):
1002 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
1003 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
1004 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
1005 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
1006 (gnus-group-buffer):
1007 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
1008 (font-lock-set-defaults):
1009 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
1010 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
1011 (gnus-summary-post-menu, total-parts, type, condition, length):
1012 * gnus-agent.el (gnus-agent-read-agentview):
1013 * flow-fill.el (show-trailing-whitespace):
1014 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
1015 eval-and-compile wrappers for byte compiler pacifiers.
1016
1017 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
1018 (mm-display-inline-fontify): Check for featurep 'xemacs not
1019 extent-list.
1020
1021 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
1022 itimer-list.
1023 (mm-create-image-xemacs): Only do something for XEmacs.
1024 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
1025
1026 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
1027
1028 * gnus-registry.el (gnus-adaptive-word-syntax-table):
1029 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
1030
1031 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
1032
1033 * nnimap.el (nnimap-split-download-body):
1034 * gnus-demon.el (gnus-demon):
1035 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
1036
1037 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
1038
1039 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
1040 macros.
1041 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
1042 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
1043 copy data from unibyte buffer to multibyte current buffer.
1044 (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
1045 to copy data from unibyte current buffer to multibyte buffer.
1046 (nntp-make-process-buffer): Make process buffer unibyte.
1047
1048 * pop3.el (pop3-open-server): Fix typo in Lisp code.
1049
1050 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
1051
1052 * pop3.el (pop3-open-server): Accept and process data more robustly at
1053 connexion start to avoid spurious "POP SSL connexion failed" errors.
1054
1055 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
1056
1057 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
1058 read group names.
1059
1060 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
1061
1062 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
1063
1064 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
1065
1066 * nnmail.el (nnmail-parse-active): Make group names unibyte.
1067 (nnmail-save-active): Use a unibyte buffer when saving active file,
1068 which may contain non-ASCII group names.
1069
1070 * nnml.el (nnml-request-group): Decode group names in messages.
1071
1072 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
1073
1074 * message.el (message-citation-line-function)
1075 (message-insert-formatted-citation-line): Fix spelling of
1076 `message-insert-formated-citation-line'.
1077
1078 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
1079
1080 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
1081
1082 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1083
1084 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
1085 nnmail-pathname-coding-system.
1086
1087 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
1088 that a user enters; decode group names in messages.
1089
1090 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
1091
1092 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
1093
1094 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
1095
1096 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
1097
1098 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
1099 risky local variable.
1100
1101 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
1102
1103 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
1104
1105 * encrypt.el: Improve documentation to fix function name typo.
1106 Reported by Daiki Ueno <ueno@unixuser.org>.
1107
1108 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
1109
1110 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
1111 even if the point is not in the last page of an article.
1112 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
1113 back to the previous page.
1114
1115 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
1116
1117 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
1118
1119 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
1120
1121 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
1122
1123 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1124
1125 * message.el (message-check-news-body-syntax): Avoid
1126 mm-string-as-multibyte.
1127 (message-hide-headers): Don't assume (point-min)==1.
1128
1129 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1130
1131 * message.el (message-remove-blank-cited-lines): Fix if remove is
1132 given.
1133 (message-bogus-address-regexp): New variable.
1134 (message-bogus-recipient-p): New function.
1135 (message-check-recipients): New command.
1136 (message-syntax-checks): Add `bogus-recipient'.
1137 (message-fix-before-sending): Add `bogus-recipient'.
1138
1139 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
1140 (gnus-treat-emphasize, gnus-treat-body-boundary): Don't test
1141 window-system.
1142
1143 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1144
1145 * gnus.el: Bump version to Gnus v5.13.
1146
1147 2007-10-28 Miles Bader <miles@gnu.org>
1148
1149 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
1150 at compile-time too.
1151
1152 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
1153
1154 * gnus-msg.el (gnus-message-setup-hook): Add
1155 `message-remove-blank-cited-lines' to options.
1156
1157 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
1158
1159 * message.el (message-remove-blank-cited-lines): New function.
1160 Suggested by Karl Pl\e,Ad\e(Bsterer.
1161
1162 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
1163
1164 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
1165 mapc.
1166
1167 * imap.el (imap-open): Replace mapcar called for effect with mapc.
1168 (top-level): Use mapc to set functions to be traced for debugging.
1169
1170 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
1171 called for effect with while loop.
1172
1173 * message.el (message-talkative-question): Replace mapcar called for
1174 effect with mapc.
1175
1176 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
1177 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
1178 called for effect with dolist.
1179
1180 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
1181
1182 * nndiary.el: Use dolist instead of mapcar to add diary headers to
1183 gnus-extra-headers and nnmail-extra-headers.
1184
1185 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
1186 called for effect with dolist.
1187 (top-level): Use mapc to set functions to be traced for debugging.
1188
1189 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
1190 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
1191 dolist.
1192
1193 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
1194 Replace mapcar called for effect with mapc.
1195 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
1196 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
1197 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
1198 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
1199
1200 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
1201 remove-if that's a cl function.
1202
1203 * webmail.el (webmail-debug): Replace mapcar called for effect with
1204 dolist.
1205
1206 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
1207
1208 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
1209 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
1210 with while loop.
1211
1212 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
1213 functions from article-* functions.
1214 (gnus-multi-decode-header): Replace mapcar called for effect with
1215 dolist.
1216
1217 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1218 (gnus-bookmark-show-details): Replace mapcar called for effect with
1219 while loop.
1220
1221 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
1222 called for effect with while loop.
1223
1224 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
1225 with dolist.
1226
1227 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
1228 mapcar called for effect with dolist.
1229
1230 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
1231
1232 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
1233 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
1234 Replace mapcar called for effect with dolist.
1235 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
1236 mapc.
1237
1238 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
1239 Replace mapcar called for effect with dolist.
1240 (gnus-topic-list): Replace mapcar called for effect with mapc.
1241
1242 * gnus.el: Use mapc instead of mapcar to add autoloads.
1243
1244 2007-10-23 Richard Stallman <rms@gnu.org>
1245
1246 * gnus-group.el (gnus-group-highlight): Mark as risky.
1247
1248 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
1249
1250 * gnus.el (gnus-server-to-method): Return method found first in
1251 gnus-newsrc-alist.
1252
1253 * gnus-art.el (gnus-article-highlight-signature)
1254 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
1255 button overlay without the front stickiness.
1256
1257 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
1258
1259 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
1260 overview buffer needed a catch to receive its throw.
1261 (gnus-agent-flush-cache): Declared as interactive to make this function
1262 easier to use.
1263
1264 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
1265
1266 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
1267 `next-line'.
1268
1269 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
1270
1271 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
1272 exclude address matching message-dont-reply-to-names.
1273
1274 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
1275
1276 * gnus-util.el (gnus-string<): New function.
1277
1278 * gnus-sum.el (gnus-article-sort-by-author)
1279 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
1280
1281 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
1282
1283 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
1284 the frame-focus tag is set in gnus-buffer-configuration.
1285
1286 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
1287
1288 * gnus-art.el (gnus-article-add-button): Make a button overlay without
1289 the front stickiness.
1290
1291 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
1292
1293 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
1294 url pattern; remove duplicate one.
1295 (gnus-article-extend-url-button): New function.
1296 (gnus-article-add-buttons): Use it.
1297 (gnus-button-push): Use concatenated url that it makes.
1298
1299 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
1300
1301 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
1302 (sieve-manage-open): Use `mapc' instead of `mapcar'.
1303
1304 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1305
1306 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
1307 Don't hardcode point-min==1.
1308
1309 2007-09-30 David Kastrup <dak@gnu.org>
1310
1311 * gnus-art.el (gnus-article-reply-with-original)
1312 (gnus-article-followup-with-original): When `transient-mark-mode' is
1313 off, refrain from active-region behavior for followups.
1314
1315 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
1316
1317 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
1318 Fix comment about "iso8859-1".
1319
1320 2007-10-08 Daiki Ueno <ueno@unixuser.org>
1321
1322 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
1323 ones returned from the verify-function.
1324
1325 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
1326 mml2015-extract-cleartext-signature if extraction failed.
1327
1328 2007-10-07 Daiki Ueno <ueno@unixuser.org>
1329
1330 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
1331 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
1332 failed.
1333
1334 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
1335
1336 * Relicense "GPLv2 or later" files to "GPLv3 or later".
1337
1338 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
1339
1340 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
1341 to mark a thread as expirable. Add variable `hide' to handle hiding of
1342 thread for both the null and zero (kill/expire thread) universal prefix
1343 cases.
1344 (gnus-summary-expire-thread): Add new function to expire a thread,
1345 using gnus-summary-kill-thread.
1346 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
1347 shortcuts for gnus-summary-expire-thread.
1348 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
1349 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
1350
1351 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
1352
1353 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
1354 extras value, so an extras entry can be deleted.
1355 (gnus-registry-delete-extra-entry): Use it.
1356 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
1357 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
1358 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
1359 storage through the gnus-registry, and provide an appropriate API for
1360 it.
1361
1362 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
1363
1364 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
1365 Suggested by Leo <sdl.web@gmail.com>.
1366
1367 * gnus.el: Do.
1368
1369 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
1370
1371 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
1372 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
1373
1374 * gnus-agent.el (gnus-agent-fetch-headers): Do.
1375
1376 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
1377 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
1378
1379 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
1380
1381 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
1382 newline.
1383 (nnmbox-request-accept-article): Don't change article in source buffer;
1384 narrow to header to use message-fetch-field rather than
1385 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
1386 (nnmbox-request-replace-article): Quote lines that'll be misidentified
1387 as delimiters; make sure article ends with newline.
1388 (nnmbox-delete-mail): Correct last position of article to be deleted;
1389 ignore X-Gnus-Newsgroup header in article body.
1390 (nnmbox-save-mail): Quote lines looking like delimiters at the right
1391 positions; make sure article ends with newline.
1392
1393 * message.el (message-display-abbrev): Don't infloop when a user
1394 inserts SPC in the beginning of header.
1395
1396 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
1397
1398 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
1399 list of groups not followed by default. Fix type to be regexp.
1400 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
1401
1402 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
1403
1404 * hmac-def.el (define-hmac-function): Switch from old-style to
1405 new-style backquotes.
1406
1407 * md4.el (md4-make-step): Likewise.
1408
1409 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
1410
1411 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
1412 raw-text coding system when saving .newsrc file, which may contain
1413 non-ASCII group names.
1414
1415 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
1416
1417 * gnus-cus.el (gnus-score-extra): New widget.
1418 (gnus-score-extra-convert): New function.
1419 (gnus-score-customize): Use it for Extra.
1420
1421 2007-08-31 Daiki Ueno <ueno@unixuser.org>
1422
1423 * mml2015.el (mml2015-extract-cleartext-signature): New function.
1424 (mml2015-mailcrypt-clear-verify): Use it.
1425 (mml2015-gpg-clear-verify): Use it.
1426 (mml2015-pgg-clear-verify): Use it.
1427 (mml2015-epg-clear-verify): Replace the current part with the output
1428 from GnuPG; don't extract the plaintext by itself.
1429
1430 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
1431 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
1432 mml2015-clear-verify-function; don't touch the armor headers or
1433 dash-escaped text here.
1434
1435 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
1436
1437 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
1438 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
1439 parts, or application/octet-stream as a last resort.
1440 (gnus-mime-view-part-as-type): Don't toggle display.
1441 (gnus-mime-view-part-as-charset): Don't turn off display before
1442 querying charset.
1443
1444 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
1445 stuff to undisplayer function in Emacs.
1446 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
1447
1448 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
1449 text/calendar parts.
1450
1451 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
1452
1453 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
1454 decoding text/calendar parts.
1455
1456 * message.el (message-forward-make-body-mime): Always mark body as
1457 having no illegible text; remove signed-or-encrypted argument.
1458 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
1459
1460 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
1461 (mml-generate-mime-1): Don't encode body if it is specified to be in
1462 raw form; don't make buffer be unibyte when inserting multibyte string.
1463
1464 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1465
1466 * sha1.el: Fix up comment style.
1467 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
1468 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
1469
1470 * hex-util.el: Fix up comment style.
1471 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
1472
1473 * gnus-salt.el: Use with-current-buffer.
1474 (gnus-pick-setup-message): Fix long-standing typo.
1475
1476 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
1477
1478 * imap.el (imap-logout-timeout): New variable.
1479 (imap-logout, imap-logout-wait): New functions.
1480 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
1481
1482 * nnimap.el (nnimap-logout-timeout): New server variable.
1483 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
1484 nnimap-logout-timeout.
1485
1486 * gnus-art.el (gnus-article-summary-command-nosave)
1487 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
1488
1489 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
1490
1491 * gnus.el (gnus-maximum-newsgroup): New variable.
1492
1493 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
1494 according to gnus-maximum-newsgroup.
1495
1496 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
1497 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
1498 Limit the range of articles according to gnus-maximum-newsgroup.
1499
1500 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
1501
1502 * gnus-art.el (gnus-sticky-article): Fixed problems described in
1503 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
1504 Don't perform gnus-configure-windows here; reuse existing sticky
1505 article buffer.
1506
1507 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
1508 it doesn't exist in gnus-article-mode.
1509
1510 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
1511
1512 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
1513 (gnus-agent-decoded-group-name): New function.
1514 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
1515 (gnus-agent-expire-group-1): Use it; decode group name in messages.
1516
1517 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
1518
1519 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
1520 Add binding for gnus-sticky-article.
1521 (gnus-summary-exit): Don't kill sticky article buffers.
1522
1523 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
1524 article buffer.
1525 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
1526 (gnus-kill-sticky-article-buffers): New commands.
1527
1528 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
1529
1530 * nntp.el (nntp-xref-number-is-evil): New server variable.
1531 (nntp-find-group-and-number): If it is non-nil, don't trust article
1532 numbers in the Xref header.
1533
1534 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
1535
1536 * gnus-agent.el (gnus-agent-read-group): New function.
1537 (gnus-agent-flush-group, gnus-agent-expire-group)
1538 (gnus-agent-regenerate-group): Use it.
1539 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
1540 nnmail-pathname-coding-system.
1541
1542 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
1543
1544 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
1545
1546 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
1547 that are unread as unread, and also as selected so that information of
1548 marks having been changed by a user may be updated when exiting group.
1549
1550 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
1551
1552 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
1553
1554 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
1555
1556 * gnus-art.el (gnus-mime-display-single): Pass part number that is
1557 calculated ignoring signature parts to gnus-treat-article.
1558
1559 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
1560
1561 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
1562 a point here in order to keep the window start.
1563 (gnus-insert-mime-security-button): Make a button overlay without the
1564 front stickiness.
1565 (gnus-mime-display-security): Goto the end of a button.
1566
1567 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
1568
1569 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
1570
1571 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
1572 group-name-at-point.
1573 (gnus-group-completing-read): New function that offers decoded
1574 non-ASCII group names for completion.
1575 (gnus-fetch-group, gnus-group-read-ephemeral-group)
1576 (gnus-group-jump-to-group, gnus-group-make-group-simple)
1577 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
1578 (gnus-group-fetch-control): Use it.
1579 (gnus-fetch-group): Use group-name-at-point for the initial value
1580 rather than the default value; use gnus-alive-p.
1581
1582 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
1583 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
1584 (gnus-summary-post-news): Use gnus-group-completing-read.
1585
1586 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
1587 (gnus-read-move-group-name): Decode group name for completion.
1588
1589 2007-07-31 Ted Zlatanov <tzz@lifelogs.com>
1590
1591 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
1592 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
1593 Yamaoka slightly modified the code).
1594
1595 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
1596
1597 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
1598 (nnmail-split-incoming): Bind it.
1599
1600 * nnml.el (nnml-group-name-charset): New function.
1601 (nnml-decoded-group-name): Use it; don't decode group name if
1602 nnmail-group-names-not-encoded-p is non-nil.
1603 (nnml-encoded-group-name): New function.
1604 (nnml-group-pathname): Inline nnml-decoded-group-name.
1605 (nnml-request-expire-articles): Decode group name in message.
1606 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
1607 nnmail-pathname-coding-system.
1608 (nnml-save-mail, nnml-active-number): Work with decoded group names and
1609 not decoded ones according to nnmail-group-names-not-encoded-p.
1610 (nnml-generate-active-info): Use nnml-encoded-group-name.
1611
1612 2007-08-08 Glenn Morris <rgm@gnu.org>
1613
1614 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
1615 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
1616 doc-strings and comments.
1617
1618 2007-07-25 Glenn Morris <rgm@gnu.org>
1619
1620 * Relicense all FSF files to GPLv3 or later.
1621
1622 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
1623
1624 * gnus-sum.el (gnus-summary-move-article): Make
1625 gnus-summary-respool-article work.
1626
1627 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
1628
1629 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
1630 string.
1631
1632 2007-07-20 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1633
1634 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
1635 that should be ignored when comparing distant RSS articles with local
1636 ones.
1637 (nnrss-make-hash-index): New function. Create a hash index according
1638 to the ignored fields.
1639 (nnrss-check-group): Use it.
1640
1641 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
1642
1643 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
1644
1645 * gnus-art.el (article-decode-group-name): Decode Xref header too.
1646
1647 * gnus-group.el (gnus-group-make-group): Encode group name here unless
1648 the new optional argument ENCODED is non-nil.
1649 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
1650 coding system for encoding group name.
1651 (gnus-group-make-rss-group): Pass un-encoded group name to
1652 gnus-group-make-group.
1653 (gnus-group-set-info): Tell gnus-group-make-group that group name is
1654 encoded.
1655
1656 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
1657 Encode group name to which articles are moved or copied.
1658 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
1659 coding system for encoding Newsgroup, Followup-To and Xref headers.
1660
1661 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
1662 marks; use nnheader-file-coding-system to write a file.
1663 (nnagent-retrieve-headers): Bind file-name-coding-system to
1664 nnmail-pathname-coding-system.
1665
1666 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
1667
1668 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
1669 (nnml-request-article, nnml-request-create-group)
1670 (nnml-request-rename-group, nnml-find-id)
1671 (nnml-possibly-change-directory, nnml-possibly-create-directory)
1672 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
1673 (nnml-save-marks): Use nnml-group-pathname instead of
1674 nnmail-group-pathname.
1675
1676 (nnml-request-create-group, nnml-request-expire-articles)
1677 (nnml-request-move-article, nnml-request-delete-group)
1678 (nnml-deletable-article-p, nnml-possibly-create-directory)
1679 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
1680 (nnml-open-marks): Bind file-name-coding-system to
1681 nnmail-pathname-coding-system.
1682
1683 (nnml-request-article): Pass server argument to nnml-find-group-number.
1684 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
1685 server argument to nnml-possibly-create-directory.
1686 (nnml-request-accept-article): Pass server argument to
1687 nnml-active-number and nnml-save-mail.
1688 (nnml-find-group-number): Pass server argument to nnml-find-id.
1689 (nnml-request-update-info): Pass server argument to
1690 nnml-marks-changed-p.
1691
1692 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
1693 (nnml-save-mail, nnml-active-number): Add server argument.
1694
1695 (nnml-request-delete-group): Warn if group is missing.
1696 (nnml-get-nov-buffer): Decode group name.
1697 (nnml-generate-active-info): Encode group name.
1698 (nnml-open-marks): Decode group name in messages.
1699
1700 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
1701
1702 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
1703 if it is not specified.
1704 (gnus-article-pipe-part, gnus-article-save-part)
1705 (gnus-article-interactively-view-part, gnus-article-copy-part)
1706 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
1707 (gnus-article-inline-part, gnus-article-save-part-and-strip)
1708 (gnus-article-replace-part, gnus-article-delete-part)
1709 (gnus-article-view-part-as-type): Pass raw prefix argument to
1710 gnus-article-part-wrapper.
1711
1712 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
1713
1714 * gnus-agent.el (gnus-agent-save-active): Bind
1715 nnheader-file-coding-system to gnus-agent-file-coding-system.
1716
1717 * gnus-cache.el (gnus-cache-save-buffers)
1718 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
1719 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
1720 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
1721 (gnus-cache-braid-nov, gnus-cache-braid-heads)
1722 (gnus-cache-generate-active, gnus-cache-rename-group)
1723 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
1724 (gnus-cache-update-overview-total-fetched-for): Bind
1725 file-name-coding-system to nnmail-pathname-coding-system.
1726 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
1727 variables.
1728 (gnus-cache-decoded-group-name): New function.
1729 (gnus-cache-file-name): Use it.
1730 (gnus-cache-generate-active): Use non-decoded group name for active.
1731
1732 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
1733 right place.
1734 (gnus-write-active-file): Don't break non-ASCII group names.
1735
1736 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
1737 nnmail-pathname-coding-system.
1738
1739 * gnus-uu.el (gnus-uu-decode-save): Typo.
1740
1741 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
1742
1743 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
1744
1745 2007-07-14 David Kastrup <dak@gnu.org>
1746
1747 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
1748 finishing actions if we did not edit the article.
1749
1750 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
1751
1752 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
1753 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
1754 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
1755 (gnus-agent-flush-group, gnus-agent-flush-cache)
1756 (gnus-agent-fetch-headers, gnus-agent-load-alist)
1757 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
1758 (gnus-agent-retrieve-headers, gnus-agent-request-article)
1759 (gnus-agent-regenerate-group)
1760 (gnus-agent-update-files-total-fetched-for)
1761 (gnus-agent-update-view-total-fetched-for): Bind
1762 file-name-coding-system to nnmail-pathname-coding-system.
1763 (gnus-agent-group-pathname): Don't encode file names by
1764 nnmail-pathname-coding-system.
1765 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
1766 coding-system-for-write instead of buffer-file-coding-system to
1767 gnus-agent-file-coding-system.
1768
1769 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
1770 Decode group name.
1771
1772 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
1773
1774 * gnus-start.el (gnus-update-active-hashtb-from-killed)
1775 (gnus-read-newsrc-el-file): Make group names unibyte.
1776
1777 * nnmail.el (nnmail-group-pathname): Don't encode file names by
1778 nnmail-pathname-coding-system.
1779
1780 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
1781 (nnrss-request-delete-group): Bind file-name-coding-system to
1782 nnmail-pathname-coding-system.
1783 (nnrss-read-server-data, nnrss-read-group-data): Bind
1784 file-name-coding-system correctly.
1785 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
1786
1787 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
1788 (nntp-server-to-method-cache): New variable.
1789 (nntp-group-pathname): New function that decodes non-ASCII group names.
1790 (nntp-possibly-create-directory, nntp-marks-changed-p)
1791 (nntp-save-marks, nntp-open-marks): Use it.
1792 (nntp-possibly-create-directory, nntp-open-marks):
1793 Bind file-name-coding-system to nnmail-pathname-coding-system.
1794 (nntp-open-marks): Decode group names when bootstrapping marks.
1795
1796 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
1797 Newsgroups and Folowup-To headers.
1798
1799 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
1800
1801 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
1802 (gnus-server-closed-face, gnus-server-denied-face)
1803 (gnus-server-offline-face): Remove variable.
1804 (gnus-server-font-lock-keywords): Use faces that are not aliases.
1805
1806 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
1807 of modifying message-stack directly for XEmacs.
1808
1809 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
1810 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
1811 if the coding-system argument is nil for XEmacs.
1812
1813 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
1814 mm-charset-override-alist.
1815
1816 * rfc2047.el: Don't require base64; require rfc2045 for the function
1817 rfc2045-encode-string.
1818 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
1819 to quote the parameter value.
1820
1821 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
1822
1823 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
1824 form in gnus-group-name-charset-method-alist.
1825
1826 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
1827 overrides the default layout edit-form.
1828
1829 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
1830
1831 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
1832
1833 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
1834
1835 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
1836 as unfetched articles.
1837
1838 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
1839
1840 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
1841
1842 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
1843
1844 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
1845 original back end that keeps marks in the local system.
1846
1847 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1848
1849 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
1850 arg of pop-to-buffer for XEmacs.
1851 (gnus-article-read-summary-keys): Ditto; don't restore window
1852 configuration if summary command ends up with neither article buffer
1853 nor summary buffer; describe bindings if summary keys end with C-h.
1854
1855 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
1856
1857 * message.el (message-fix-before-sending): Skip raw message part to be
1858 forwarded while checking illegible text.
1859 (message-forward-make-body-mime, message-forward-make-body): Mark
1860 signed or encrypted raw message as having no illegible text.
1861
1862 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
1863
1864 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
1865 (gnus-message-with-timestamp-1): New macro.
1866 (gnus-message-with-timestamp): New function.
1867 (gnus-message): Use them.
1868
1869 * nnheader.el (nnheader-message): Use them.
1870
1871 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
1872
1873 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
1874 .newsrc.eld file.
1875
1876 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
1877
1878 * gnus-agent.el (gnus-agent-fetch-headers)
1879 (gnus-agent-retrieve-headers): Bind
1880 gnus-decode-encoded-address-function to identity.
1881
1882 * nntp.el (nntp-send-xover-command): Recognize an xover command is
1883 available also when the server returns simply a dot.
1884
1885 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
1886
1887 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
1888
1889 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
1890
1891 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
1892
1893 * gnus-ems.el (gnus-x-splash): Make it work.
1894
1895 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
1896 from being used.
1897
1898 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
1899
1900 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
1901 the front stickiness.
1902 (gnus-article-summary-command-nosave): Correct the order of the
1903 arguments passed to pop-to-buffer.
1904 (gnus-article-read-summary-keys): Ditto; make it work properly when the
1905 summary command ends up with the article buffer.
1906
1907 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
1908 the same faces.
1909
1910 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
1911
1912 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
1913
1914 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
1915
1916 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
1917 * gnus-sum.el (gnus-summary-highlight):
1918 * mail-source.el (mail-source-delete-old-incoming-confirm):
1919 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
1920
1921 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
1922
1923 * gnus-art.el (gnus-mime-view-part-externally)
1924 (gnus-mime-view-part-internally): Fix predicate function passed to
1925 completing-read.
1926
1927 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
1928
1929 * gnus.el (gnus-update-message-archive-method): Add :version.
1930
1931 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
1932
1933 * gnus.el (gnus-update-message-archive-method): New variable.
1934
1935 * gnus-start.el (gnus-setup-news): Update saved "archive" method
1936 according to gnus-message-archive-method if
1937 gnus-update-message-archive-method is non-nil.
1938
1939 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
1940
1941 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
1942 by Loic Dachary <loic@dachary.org>.
1943 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
1944
1945 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
1946
1947 * message.el (message-pop-to-buffer): Add switch-function argument.
1948 (message-mail): Pass switch-function argument to it.
1949
1950 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
1951
1952 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
1953 Improve doc string.
1954
1955 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
1956
1957 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
1958 (gnus-header-content)
1959 * gnus-cite.el (gnus-cite-10)
1960 * gnus-srvr.el (gnus-server-closed)
1961 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
1962 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
1963 (gnus-group-mail-3-empty, gnus-group-mail-low)
1964 (gnus-group-mail-low-empty, gnus-splash)
1965 * message.el (message-header-to, message-header-cc)
1966 (message-header-subject, message-header-other, message-header-name)
1967 (message-header-xheader, message-separator, message-cited-text)
1968 (message-mml): Lighten colors of faces used for dark background.
1969
1970 2007-05-24 Simon Josefsson <simon@josefsson.org>
1971
1972 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
1973 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
1974
1975 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
1976
1977 * message.el (message-narrow-to-headers-or-head): Ignore
1978 mail-header-separator in the body.
1979
1980 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
1981
1982 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
1983 same as window size.
1984
1985 2007-05-22 Kevin Ryde <user42@zip.com.au>
1986
1987 * message.el (message-font-lock-keywords): Use message-header-xheader
1988 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
1989 ahead of the anything pattern, to get it recognised.
1990
1991 2007-05-12 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1992
1993 * gnus-sum.el (gnus-articles-to-read)
1994 (gnus-summary-insert-old-articles): Don't truncate group name for
1995 `read-string'.
1996
1997 * gnus-util.el (gnus-limit-string): Delete this function.
1998
1999 * gnus-sum.el (gnus-simplify-subject-fully): Use
2000 `truncate-string-to-width' instead.
2001
2002 2007-05-11 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2003
2004 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
2005 if, on summary exit, the next group has to be selected.
2006 (gnus-summary-exit): Use it.
2007
2008 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
2009
2010 * gnus-art.el (gnus-article-mode): Fix comment about displaying
2011 non-break space.
2012
2013 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
2014
2015 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
2016 Check if group is not a directory.
2017 (nnfolder-request-expire-articles): Don't delete articles if the target
2018 group is not available.
2019
2020 * nnml.el (nnml-request-create-group): Properly check if group is not a
2021 file.
2022 (nnml-request-expire-articles): Don't delete articles if the target
2023 group is not available.
2024
2025 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2026 Don't quote characters that are within parentheses.
2027
2028 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
2029
2030 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
2031 (gnus-handle-ephemeral-exit): Select article according to it.
2032
2033 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
2034
2035 * message.el (message-insert-formated-citation-line): Remove newline.
2036 (message-citation-line-format): Add final \n here so that the user can
2037 avoid a blank line.
2038
2039 2007-05-03 Dan Christensen <jdc@uwo.ca>
2040
2041 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2042 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2043 Update lanl/arXiv support.
2044
2045 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2046
2047 * gnus.el: Bump version number.
2048
2049 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2050
2051 * gnus.el (gnus-version-number): Bump version.
2052
2053 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2054
2055 * gnus.el: No Gnus v0.6 is released.
2056
2057 2007-04-27 Didier Verna <didier@xemacs.org>
2058
2059 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
2060 * gmm-utils.el (gmm-regexp-concat): here.
2061 * message.el: Don't require 'gnus-util.
2062 (message-dont-reply-to-names): Handle name change above.
2063 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
2064
2065 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
2066
2067 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
2068 since the initial value varies according to the system.
2069
2070 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
2071
2072 * mm-util.el (mm-charset-synonym-alist): Defcustom.
2073
2074 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
2075
2076 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
2077
2078 2007-04-24 Didier Verna <didier@xemacs.org>
2079
2080 Improve the type of gnus-ignored-from-addresses.
2081 * gnus-util.el (gnus-orify-regexp): New function.
2082 * message.el (gnus-util): Require it.
2083 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
2084 * gnus-sum.el (gnus-ignored-from-addresses): New function.
2085 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
2086
2087 2007-04-24 Didier Verna <didier@xemacs.org>
2088
2089 * gnus-sum.el:
2090 * gnus-utils.el: Fix some trailing whitespaces.
2091
2092 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
2093
2094 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
2095 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
2096 article's Message-ID; refer parent article in summary buffer.
2097
2098 * message.el (message-bounce): Call mime-to-mml.
2099
2100 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
2101
2102 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
2103
2104 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
2105
2106 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
2107 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
2108 displayed of multipart/alternative part if it is invoked from summary
2109 buffer.
2110
2111 * mm-view.el (mm-inline-text-html-render-with-w3m)
2112 (mm-inline-text-html-render-with-w3m-standalone)
2113 (mm-inline-render-with-function): Use mail-parse-charset by default.
2114
2115 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
2116
2117 * parse-time.el (parse-time-string-chars): Check if CHAR
2118 is less than the length of parse-time-syntax.
2119
2120 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
2121
2122 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
2123 from gnus-newsgroup-processable.
2124
2125 2007-04-16 Didier Verna <didier@xemacs.org>
2126
2127 * gnus-msg.el (gnus-configure-posting-styles): Handle
2128 message-signature-directory properly with :file syntax. Reported by
2129 "Leo".
2130
2131 2007-04-11 Didier Verna <didier@xemacs.org>
2132
2133 New user option: message-signature-directory.
2134 * gnus-msg.el (gnus-configure-posting-styles): Support it.
2135 * message.el (message-insert-signature): Ditto.
2136 * message.el (message-signature-file): Doc update.
2137 * message.el (message-signature-directory): New.
2138
2139 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
2140
2141 * gnus-msg.el (gnus-inews-yank-articles): Use
2142 message-exchange-point-and-mark instead of exchange-point-and-mark.
2143
2144 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
2145
2146 * message.el (message-yank-original): Make sure cited text ends with
2147 newline; don't exchange point and mark.
2148
2149 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
2150
2151 * tls.el (open-tls-stream): Properly handle case where there
2152 is no associated buffer.
2153
2154 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
2155
2156 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
2157 message-yank-original, make sure (< mark TEXT point).
2158
2159 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
2160
2161 * message.el (message-fill-column): New variable.
2162 (message-mode): Use it. Add comment on a possible new hook.
2163
2164 * nnmail.el (nnmail-spool-file): Mark as obsolete.
2165 (nnmail-get-new-mail): Reformat.
2166
2167 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
2168
2169 * gmm-utils.el: Fix Commentary.
2170 (gmm-tool-bar-from-list): Fix typo in doc string.
2171
2172 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
2173
2174 * message.el (message-yank-original): Don't switch point and mark
2175 unnecessarily to put point and mark as documented.
2176
2177 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2178
2179 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
2180 from the message heads.
2181
2182 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
2183
2184 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
2185 article buffer does not have a window. This may not be the best
2186 solution but is certainly better than setting the start of the null,
2187 that is the current, window.
2188
2189 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
2190
2191 * gnus-draft.el (gnus-draft-setup-hook): New hook.
2192 (gnus-draft-setup): Run it.
2193
2194 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
2195 gnus-score-fast-scoring. Allow regexp.
2196 (gnus-score-headers): Use it.
2197
2198 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
2199 XEmacs.
2200
2201 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
2202 string.
2203 (gnus-button-alist): Also catch `<f1> k ...'.
2204 (gnus-treat-display-x-face): Fix doc string.
2205
2206 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2207
2208 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
2209 evaluation of gnus-extended-version to ensure correct generation of the
2210 User-Agent header when message-generate-headers-first is used.
2211
2212 2007-03-24 Simon Josefsson <simon@josefsson.org>
2213
2214 * hashcash.el (hashcash-generate-payment-async): Don't crash if
2215 hashcash-path is nil. Don't call callback with incorrect number of
2216 parameters if val is 0.
2217
2218 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2219
2220 * message.el (message-required-news-headers):
2221 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
2222
2223 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
2224
2225 * message.el (message-generate-new-buffers): Change the meaning of the
2226 nil value; add `standard' to the choices; treat t as `unique'; improve
2227 doc string.
2228 (gnus-select-frame-set-input-focus): Autoload.
2229 (message-buffer-name): Search for the existing message buffer if
2230 message-generate-new-buffers is nil or `standard'; treat the value t of
2231 message-generate-new-buffers as `unique'.
2232 (message-pop-to-buffer): Raise the frame already displaying the message
2233 buffer; clear the echo area after querying.
2234 (message-setup): Pass the `continue' argument to compose-mail.
2235 (message-mail): Prefer `switch-function' if it is given; search for the
2236 existing message buffer if the `continue' argument is non-nil; pass
2237 continue and switch-function arguments to compose-mail by way of
2238 message-setup.
2239 (message-mail-other-window): Adjust argument of message-setup.
2240 (message-mail-other-frame): Ditto.
2241
2242 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
2243
2244 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
2245 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
2246 to turn font-lock on when turning gnus-message-citation-mode on.
2247
2248 2007-03-06 Daiki Ueno <ueno@unixuser.org>
2249
2250 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
2251 (mml-smime-function-alist): New variable; add epg as the backend.
2252 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
2253 mml-smime- functions instead.
2254 * mm-view.el: Require smime.
2255
2256 2007-03-05 Didier Verna <didier@xemacs.org>
2257
2258 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
2259 instead of just inheritance for posting styles.
2260 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
2261
2262 2007-02-24 John Paul Wallington <jpw@pobox.com>
2263
2264 * tls.el (tls-certtool-program): Fix custom type.
2265
2266 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2267
2268 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
2269 and point-at-eol instead of line-(beginning|end)-position.
2270
2271 * assistant.el (assistant-parse-buffer): Ditto.
2272
2273 2007-02-28 Daiki Ueno <ueno@unixuser.org>
2274
2275 * mml2015.el (mml2015-epg-find-usable-key): New function.
2276 (mml2015-epg-sign): Use it.
2277 (mml2015-epg-encrypt): Use it.
2278
2279 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2280
2281 * message.el (message-make-in-reply-to): Quote name containing
2282 non-ASCII characters. It will make the RFC2047 encoder cause an error
2283 if there are special characters. Reported by NAKAJI Hiroyuki
2284 <nakaji@jp.freebsd.org>.
2285
2286 2007-02-27 Didier Verna <didier@xemacs.org>
2287
2288 Include the group parameters as well as the topic ones in the
2289 inheritance filter process.
2290 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
2291 argument GROUP-PARAMS-LIST.
2292 * gnus-topic.el (gnus-group-topic-parameters): Use it.
2293
2294 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
2295
2296 * nntp.el (nntp-never-echoes-commands)
2297 (nntp-open-connection-functions-never-echo-commands): New variables.
2298 (nntp-send-command): Use them.
2299
2300 2007-02-20 Daiki Ueno <ueno@unixuser.org>
2301
2302 * mml2015.el (mml2015-epg-verify): Simplified.
2303
2304 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
2305
2306 * mml.el (mml-content-disposition-alist): New user option.
2307 (mml-content-disposition): New function.
2308 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
2309 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
2310
2311 2007-02-19 Daiki Ueno <ueno@unixuser.org>
2312
2313 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
2314 verification.
2315
2316 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2317
2318 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
2319 articles posted in the last 24 hours.
2320
2321 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
2322
2323 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
2324
2325 2007-02-14 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2326
2327 * nntp.el (nntp-send-command): Don't wait for echoes when
2328 nntp-open-ssl-stream is used.
2329
2330 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
2331
2332 * gnus-cite.el (gnus-test-font-lock-add-keywords)
2333 (gnus-message-add-citation-keywords)
2334 (gnus-message-remove-citation-keywords): Remove.
2335 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
2336 directly, make the variables in font-lock-defaults buffer-local, add
2337 gnus-message-citation-keywords to them and then update the value of
2338 font-lock-keywords.
2339
2340 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
2341
2342 * message.el (message-cite-original-1): Don't call
2343 gnus-article-highlight-citation.
2344
2345 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
2346 citations; fix line count.
2347
2348 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
2349
2350 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
2351 (gnus-message-add-citation-keywords)
2352 (gnus-message-remove-citation-keywords): Use it; fix the emulating
2353 versions of font-lock-add-keywords and font-lock-remove-keywords to
2354 work with XEmacs correctly.
2355
2356 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
2357
2358 * gnus-cite.el (gnus-cite-face-list): Set the values of
2359 gnus-message-max-citation-depth and gnus-message-citation-keywords.
2360 (gnus-message-max-citation-depth): Use defvar rather than defconst.
2361 (gnus-message-cite-prefix-regexp): New variable.
2362 (gnus-message-search-citation-line): Use it; protect against long
2363 citation prefix; fill match data with nil rather than 0 for XEmacs; set
2364 the 0th match data for Emacs.
2365 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
2366 (gnus-message-add-citation-keywords): Append keywords rather than
2367 prepending; emulate font-lock-add-keywords if it is not available.
2368 (gnus-message-remove-citation-keywords): Emulate
2369 font-lock-remove-keywords if it is not available.
2370
2371 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
2372
2373 * message.el (message-cite-prefix-regexp): Set the value of
2374 gnus-message-cite-prefix-regexp.
2375
2376 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2377
2378 * nnweb.el (nnweb-google-parse-1): Update parser.
2379
2380 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
2381
2382 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
2383
2384 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2385
2386 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
2387 regexp.
2388
2389 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
2390
2391 * uudecode.el (uudecode-string-to-multibyte): New function emulating
2392 string-to-multibyte.
2393 (uudecode-decode-region-internal): Use it.
2394
2395 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
2396
2397 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
2398 custom choice.
2399
2400 * gnus-art.el (gnus-signature-limit): Fix custom choice.
2401
2402 2007-01-22 Daiki Ueno <ueno@unixuser.org>
2403
2404 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
2405
2406 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
2407 `write-region' to respect `mm-inhibit-file-name-handlers'.
2408
2409 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
2410
2411 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
2412 Use gnus-home-directory instead of "~/" or "$HOME".
2413
2414 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
2415
2416 * encrypt.el (encrypt-insert-file-contents): Add better prompt
2417 to mention filename.
2418 Add comments at beginning regarding usage.
2419 (encrypt-write-file-contents): Change interactive so a string is
2420 acceptable. If the file has no associated model, show an error instead
2421 of a nonsense prompt.
2422
2423 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
2424
2425 * spam.el (spam-bsfilter-ham-switch): Fix typo.
2426 Thanks to Yoshihiko Yamada for kind notification of this typo.
2427
2428 2007-01-12 Kenichi Handa <handa@m17n.org>
2429
2430 * uudecode.el (uudecode-decode-region-internal): Make it work in a
2431 multibyte buffer.
2432
2433 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
2434
2435 * gnus-score.el (gnus-score-fast-scoring): New variable.
2436 (gnus-score-headers): Use it.
2437
2438 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
2439
2440 * message.el (message-cite-original-1): Call
2441 gnus-article-highlight-citation if requested.
2442 (message-make-from): Allow name and address as optional arguments.
2443
2444 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
2445
2446 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
2447 bugs to doc string.
2448 (gnus-button-alist): Add mid\\|message-id.
2449 (gnus-button-fetch-group): Extend for use in
2450 `browse-url-browser-function'.
2451 (gnus-button-url-regexp): Try to catch paired parentheses like in
2452 Wikipedia URLs.
2453
2454 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
2455 Suggested by Simon Krahnke <overlord@gmx.li>.
2456
2457 2007-01-13 Romain Francoise <romain@orebokech.com>
2458
2459 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
2460 Update copyright.
2461
2462 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
2463
2464 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
2465
2466 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
2467
2468 * gnus-registry.el (gnus-registry-unfollowed-groups)
2469 (gnus-registry-split-fancy-with-parent): Fix documentation.
2470
2471 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2472
2473 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
2474 from nnweb groups.
2475
2476 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2477
2478 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
2479 Xref urls. Erase buffer before requesting head.
2480
2481 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
2482
2483 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
2484
2485 * gnus-soup.el (gnus-soup): New custom group. Make user variables
2486 customizable.
2487
2488 2007-01-05 Daiki Ueno <ueno@unixuser.org>
2489
2490 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
2491 no signing key is found.
2492 (mml2015-epg-encrypt): Ask user whether to skip or abort if
2493 no encrypting and/or signing key is found.
2494
2495 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
2496
2497 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
2498
2499 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2500
2501 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
2502 headers read from disk with the ones newly found in the current search.
2503 This should no longer cause problems, because the article numbers in
2504 Gmane's `nov.php' output are ignored since the previous change.
2505
2506 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2507
2508 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
2509
2510 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
2511
2512 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
2513
2514 2007-01-01 Romain Francoise <romain@orebokech.com>
2515
2516 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
2517
2518 2006-12-31 Steve Youngs <steve@sxemacs.org>
2519
2520 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
2521 `define-minor-mode' macro definition expanded properly.
2522 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
2523 exclude it there.
2524
2525 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
2526 of 2006-12-30. The default is nil on (S)XEmacs already because of the
2527 `fboundp' test.
2528 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
2529 This is OK to autoload in (S)XEmacs now.
2530
2531 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2532
2533 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
2534 keystroke.
2535 (gnus-summary-limit-to-singletons): Fix typo.
2536
2537 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
2538 else fails.
2539
2540 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2541
2542 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
2543 docstring.
2544
2545 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
2546 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
2547 (gnus-summary-insert-dormant-articles): Fix typo in message.
2548
2549 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
2550
2551 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
2552 nil for XEmacs.
2553 (gnus-message-citation-mode): Don't autoload in XEmacs.
2554
2555 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
2556
2557 2006-12-29 Jouni K. Sepp\e,Ad\e(Bnen <jks@iki.fi>
2558
2559 * nnimap.el (nnimap-expunge-search-string): Mention
2560 nnimap-search-uids-not-since-is-evil in docstring.
2561
2562 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
2563
2564 * spam.el: Revert to make-obsolete-variable because
2565 define-obsolete-variable-alias is not supported in Emacs 21.
2566
2567 * spam.el (spam-ifile-path, spam-ifile-database-path)
2568 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
2569 make-obsolete-variable.
2570 (spam-bsfilter-path, spam-bsfilter-program)
2571 (spam-spamassassin-path, spam-spamassassin-program)
2572 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
2573 use "path" inappropriately.
2574 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
2575 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
2576 variable names.
2577
2578 2006-12-28 Daiki Ueno <ueno@unixuser.org>
2579
2580 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
2581 summary buffer.
2582
2583 * password.el (password-cache-remove): Use clear-string to burn
2584 password, if available.
2585
2586 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
2587
2588 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
2589
2590 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
2591
2592 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
2593 (gnus-message-highlight-citation): Move defcustom here from
2594 gnus-cite.el.
2595 (gnus-message-citation-mode): Autoload.
2596
2597 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
2598 checks to make it compile with XEmacs.
2599 (gnus-message-citation-mode): New minor mode.
2600 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
2601 (gnus-message-highlight-citation): New variables.
2602 (gnus-message-search-citation-line)
2603 (gnus-message-add-citation-keywords)
2604 (gnus-message-remove-citation-keywords)
2605 (turn-on-gnus-message-citation-mode)
2606 (turn-off-gnus-message-citation-mode): New functions.
2607
2608 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
2609
2610 * gnus-cite.el: Enable highlighting of different citation levels in
2611 message-mode.
2612
2613 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
2614
2615 * message.el (message-make-fqdn): Fix comment.
2616 (message-bogus-system-names): Add ".local".
2617
2618 * spam.el (spam-ifile-path, spam-ifile-program)
2619 (spam-ifile-database-path, spam-ifile-database)
2620 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
2621 Don't use "path" inappropriately.
2622 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
2623 strings.
2624 (spam-check-ifile, spam-ifile-register-with-ifile)
2625 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
2626 new variable names.
2627
2628 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
2629 (gnus-treat-display-smileys): Simplify using
2630 gnus-image-type-available-p.
2631
2632 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
2633 available.
2634
2635 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
2636
2637 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
2638 one after turning on the buffer's multibyteness instead of decoding
2639 them directly in the unibyte buffer that causes unexpected conversion
2640 in Emacs 23 (unicode).
2641
2642 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2643
2644 * message.el (message-generate-hashcash): Fix custom type.
2645
2646 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
2647
2648 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
2649
2650 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
2651
2652 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
2653 disconnect icons. Add help text.
2654
2655 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
2656
2657 * spam.el (spam-extra-header-to-number): CRM114 spam score is
2658 negated to be consistent with the others we handle.
2659
2660 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2661
2662 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
2663 version of gnus-summary-buffer to something, so that we can use two
2664 article buffers at the same time.
2665
2666 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
2667
2668 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
2669 trigger all the extra headers.
2670 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
2671 sorting.
2672
2673 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2674
2675 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
2676 solid groups.
2677
2678 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
2679
2680 * legacy-gnus-agent.el: Add Copyright notice.
2681
2682 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
2683
2684 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
2685
2686 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2687
2688 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
2689
2690 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
2691 to make it work reliably in CVS Emacs.
2692 (gnus-summary-limit-strange-charsets-predicate)
2693 (gnus-summary-limit-to-predicate): New functions.
2694
2695 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
2696
2697 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
2698 specifying array size.
2699 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
2700 array if it is too small.
2701 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
2702 (gnus-sort-threads-loop): New function.
2703
2704 2006-12-06 Chris Moore <dooglus@gmail.com>
2705
2706 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
2707 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
2708
2709 2006-12-04 Jouni K. Sepp\e,Ad\e(Bnen <jks@iki.fi>
2710
2711 * mm-url.el (mm-url-predefined-programs): Call curl with correct
2712 options.
2713
2714 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2715
2716 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
2717 DOS-ing the recipient.
2718
2719 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
2720 the headers when creating the mapping to avoid mismappings.
2721 (nnweb-gmane-create-mapping): Always nix out old mapping.
2722
2723 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
2724
2725 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
2726 and mm-verify-option to never.
2727
2728 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
2729
2730 * message.el (message-signed-or-encrypted-p): New function.
2731 (message-forward-make-body): Use it.
2732
2733 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
2734 Replace encode-coding-string with mm-encode-coding-string.
2735
2736 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
2737
2738 * nneething.el (nneething-decode-file-name): Replace
2739 decode-coding-string with mm-decode-coding-string.
2740
2741 * gnus-int.el (gnus-open-server): Say failed server's name.
2742
2743 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
2744
2745 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
2746 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
2747
2748 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
2749 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
2750 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
2751 (gnus-group-make-directory-group, gnus-group-transpose-groups):
2752 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
2753 (gnus-subscribe-newsgroup, gnus-1):
2754 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
2755 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
2756 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
2757 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
2758
2759 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
2760
2761 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
2762 keystroke.
2763 (gnus-summary-limit-to-bodies): Implement headersp.
2764
2765 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2766
2767 * dns.el (query-dns): Protect against "Process dns deleted" strings.
2768
2769 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
2770
2771 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
2772
2773 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2774
2775 * message.el (message-generate-hashcash): Expand range of values to
2776 include `opportunistic'.
2777 (message-send-mail): Use it.
2778
2779 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2780
2781 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
2782 and comment it.
2783
2784 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
2785
2786 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
2787
2788 * gnus-util.el (gnus-extract-address-components): Improve comment.
2789
2790 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
2791
2792 * gnus-util.el (gnus-extract-address-components): Work with address in
2793 which the name portion contains @.
2794
2795 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
2796
2797 * gnus.el (gnus-start): Move custom group up.
2798 (gnus-select-method): Don't autoload, but make it available for
2799 `customize-variable'.
2800 (gnus-getenv-nntpserver): Don't autoload.
2801
2802 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
2803
2804 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
2805
2806 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
2807
2808 * message.el (message-sendmail-extra-arguments): New variable.
2809 (message-send-mail-with-sendmail): Use it.
2810
2811 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
2812
2813 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
2814 mm-with-unibyte-current-buffer to make string unibyte.
2815
2816 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
2817 mm-string-as-multibyte.
2818
2819 2006-11-14 Daiki Ueno <ueno@unixuser.org>
2820
2821 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
2822 Reported by Werner Koch <wk@gnupg.org>.
2823
2824 2006-11-14 Daiki Ueno <ueno@p360>
2825
2826 * mml2015.el: Autoload epa-select-keys when compiling.
2827
2828 2006-11-13 Daiki Ueno <ueno@unixuser.org>
2829
2830 * mml2015.el (mml2015-epg-sign): Save the signing keys in
2831 message-options.
2832 (mml2015-epg-encrypt): Save the recipient keys in message-options.
2833
2834 2006-11-13 Daiki Ueno <ueno@unixuser.org>
2835
2836 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
2837 EasyPG (< 0.0.6).
2838 (mml2015-always-trust): New user option.
2839 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
2840 prompt.
2841
2842 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
2843
2844 * nntp.el (nntp-authinfo-force): New variable.
2845 (nntp-send-authinfo): Use it.
2846
2847 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
2848
2849 * message.el (message-strip-subject-encoded-words): Allow _not_ to
2850 decode encoded words. Improve prompt. Add comment about forwarding.
2851 (message-replacement-char): Move up.
2852
2853 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
2854
2855 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
2856 instead of gnus-intersection because arguments of gnus-sorted-nunion
2857 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
2858
2859 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
2860
2861 * message.el (message-strip-subject-encoded-words): Reformat prompt.
2862 (message-simplify-subject-functions): Enable
2863 message-strip-subject-encoded-words by default.
2864
2865 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
2866
2867 * message.el (message-strip-subject-encoded-words): New function
2868 (message-simplify-subject-functions): New variable.
2869 (message-simplify-subject): Use it. Fix typo in doc string.
2870 Support message-strip-subject-encoded-words.
2871
2872 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
2873
2874 * gnus-diary.el (gnus-diary-delay-format-function):
2875 * nndiary.el (nndiary-reminders):
2876 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
2877
2878 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
2879
2880 * gnus-art.el (article-hide-boring-headers): Fetch date from
2881 gnus-original-article-buffer to avoid problems with localized date
2882 strings.
2883
2884 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
2885
2886 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
2887
2888 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
2889
2890 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
2891 New variables.
2892 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
2893 (mm-charset-synonym-alist): Move some entries to
2894 mm-codepage-iso-8859-list.
2895 (mm-charset-synonym-alist, mm-charset-override-alist): Add
2896 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
2897
2898 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
2899
2900 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
2901
2902 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2903
2904 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
2905 with Emacs 21 and XEmacs.
2906
2907 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
2908
2909 * spam.el (spam-parse-address): New function for better parsing,
2910 catching errors, etc.
2911 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
2912
2913 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
2914
2915 * mm-view.el: Add interactive arg to html2text autoload.
2916
2917 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
2918
2919 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
2920
2921 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
2922
2923 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
2924 variables.
2925 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
2926 (mm-charset-synonym-alist): Move some entries to
2927 mm-codepage-iso-8859-list.
2928
2929 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
2930
2931 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
2932
2933 * message.el (message-citation-line-format)
2934 (message-insert-formated-citation-line): Fix implementation of %E, %N
2935 and %n according to the doc string.
2936
2937 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
2938
2939 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
2940 car-safe to avoid bad parses.
2941
2942 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
2943
2944 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
2945 names.
2946
2947 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
2948
2949 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
2950
2951 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
2952 header.
2953
2954 * message.el (message-draft-headers): Add Date.
2955 (message-headers-to-generate): Fix typo in docstring.
2956
2957 * nndraft.el (nndraft-required-headers): New variable.
2958 (nndraft-generate-headers): Use it.
2959
2960 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
2961
2962 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
2963
2964 * gnus-registry.el (gnus-registry-wash-for-keywords)
2965 (gnus-registry-find-keywords): New functions to allow easy searching of
2966 articles that are in the registry.
2967
2968 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
2969
2970 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
2971 ietf-drums-parse-address instead of gnus-extract-address-components.
2972 Reported by Damien Elmes <damien@repose.cx>.
2973
2974 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
2975
2976 * gnus.el (gnus-mime): Remove unused custom group.
2977
2978 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2979
2980 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
2981 "blank line" when searching for end of armor headers.
2982
2983 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2984
2985 * gmm-utils.el (gmm-write-region): Fix variable name.
2986
2987 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
2988
2989 * gmm-utils.el (gmm-write-region): New function based on compatibility
2990 code from `mm-make-temp-file'.
2991
2992 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
2993
2994 * nnmaildir.el (nnmaildir--update-nov)
2995 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
2996 Use `gmm-write-region'.
2997
2998 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
2999
3000 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
3001 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3002
3003 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
3004
3005 * message.el (message-replacement-char): New variable.
3006 (message-fix-before-sending): Use it.
3007 (message-simplify-subject): New function to remove duplicate code.
3008 (message-reply, message-followup): Use it.
3009
3010 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
3011 gnus-summary-limit-to-articles.
3012
3013 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
3014
3015 * gnus-util.el (gnus-with-local-quit): New macro.
3016
3017 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
3018
3019 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
3020
3021 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
3022 ignore non-string data.
3023
3024 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
3025
3026 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
3027 non-string data (needs to be done in the registry too).
3028
3029 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
3030
3031 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
3032 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
3033 (gnus-registry-split-fancy-with-parent)
3034 (gnus-registry-fetch-simplified-message-subject-fast)
3035 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
3036 Remove text properties on ingress into the registry and when it's saved.
3037 (gnus-registry-clean-empty-function): Fix bug with cleaning the
3038 registry from entries with no groups.
3039
3040 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
3041
3042 * gnus-util.el (gnus-string-remove-all-properties): Add utility
3043 function to remove string properties.
3044
3045 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
3046
3047 * gmm-utils.el (gmm): Adjust custom version.
3048
3049 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
3050 custom version.
3051
3052 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
3053
3054 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
3055
3056 * gnus-art.el (gnus-insert-prev-page-button)
3057 (gnus-insert-next-page-button): Simplify. Reformat.
3058
3059 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
3060
3061 * gnus-art.el (gnus-insert-prev-page-button)
3062 (gnus-insert-next-page-button): Apply gnus-article-button-face.
3063
3064 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
3065
3066 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
3067
3068 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
3069
3070 (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
3071 gnus-article-button-face to MIME and security buttons.
3072
3073 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
3074
3075 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
3076 readable.
3077
3078 2006-09-20 Steve Youngs <steve@sxemacs.org>
3079
3080 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
3081 `browse-url-of-file' instead of `browse-url'.
3082
3083 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3084
3085 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3086 regexp. Articles containing quotation were cut prematurely.
3087
3088 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
3089
3090 * message.el (message-cite-original-1): Use nobody by default for the
3091 value of From header.
3092 (message-reply): Ditto.
3093
3094 2006-09-11 Daiki Ueno <ueno@unixuser.org>
3095
3096 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
3097 to the gnus-info. This fixes a bug of inline-PGP message verification.
3098 Reported by Michael Piotrowski <mxp@dynalabs.de>.
3099
3100 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
3101
3102 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
3103 mails in the doc string. Add some URLs in comment.
3104 (pop3-movemail): Warn about pop3-leave-mail-on-server.
3105
3106 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
3107
3108 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
3109 backslashes handling and the way to find boundaries of quoted strings.
3110
3111 2006-09-07 Daiki Ueno <ueno@unixuser.org>
3112
3113 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
3114 mml1991-encrypt-to-self is set and mml1991-signers is not set.
3115 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
3116 mml2015-encrypt-to-self is set and mml2015-signers is not set.
3117
3118 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
3119
3120 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
3121 doc string.
3122 (gnus-button-regexp, gnus-button-last): Remove unused variables.
3123
3124 2006-09-06 Simon Josefsson <jas@extundo.com>
3125
3126 * mml2015.el (mml2015-use): Doc fix, mention epg.
3127
3128 2006-09-06 Daiki Ueno <ueno@unixuser.org>
3129
3130 * mml2015.el (mml2015-use): Default to epg, if available.
3131
3132 2006-09-06 Daiki Ueno <ueno@unixuser.org>
3133
3134 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
3135 message-sender.
3136 (mml1991-epg-encrypt): Ditto.
3137 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
3138 message-sender.
3139 (mml2015-epg-encrypt): Ditto.
3140
3141 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
3142
3143 * message.el (message-send-mail-with-sendmail): Look for sendmail in
3144 several common directories.
3145
3146 2006-09-05 Daiki Ueno <ueno@unixuser.org>
3147
3148 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
3149 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
3150
3151 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
3152
3153 * gnus-art.el (article-decode-encoded-words): Make it fast.
3154
3155 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
3156
3157 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
3158
3159 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
3160 in quoted string into `\'.
3161
3162 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
3163
3164 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3165 Use standard-syntax-table.
3166
3167 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
3168
3169 * gnus-art.el (gnus-decode-address-function): New variable.
3170 (article-decode-encoded-words): Use it to decode headers which are
3171 assumed to contain addresses.
3172 (gnus-mime-delete-part): Remove useless `or'.
3173
3174 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
3175 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
3176 (gnus-nov-parse-line): Use it to decode From header.
3177 (gnus-get-newsgroup-headers): Ditto.
3178 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
3179
3180 * mail-parse.el (mail-decode-encoded-address-region): New alias.
3181 (mail-decode-encoded-address-string): New alias.
3182
3183 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3184 New function.
3185 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
3186 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
3187 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
3188 (rfc2047-decode-string): Ditto.
3189 (rfc2047-decode-address-region): New function.
3190 (rfc2047-decode-address-string): New function.
3191
3192 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
3193
3194 * message.el (message-caesar-buffer-body): Allow rotating headers.
3195
3196 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
3197
3198 * message.el (message-insert-formated-citation-line): Fix %f.
3199 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
3200
3201 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
3202
3203 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
3204 (gnus-bookmark-mouse-available-p): New macro.
3205 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
3206 (gnus-bookmark-bmenu-show-infos): Use it.
3207 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
3208 (gnus-bookmark-bmenu-hide-infos): Ditto.
3209 (gnus-bookmark-remove-properties): New function.
3210 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
3211 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
3212 (gnus-bookmark-write-file): Bind coding-system-for-write.
3213 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
3214 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
3215 group before selecting it.
3216 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
3217 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
3218 quit-window if it is not available; use gnus-mouse-2 and bind it to
3219 gnus-bookmark-bmenu-select-by-mouse.
3220 (gnus-bookmark-show-details): Remove unused variable `details-list'.
3221 (gnus-bookmark-bmenu-select-by-mouse): New function.
3222
3223 2006-08-13 Romain Francoise <romain@orebokech.com>
3224
3225 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
3226 space.
3227
3228 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
3229
3230 * compface.el (uncompface): Use binary rather than raw-text-unix.
3231
3232 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
3233
3234 * compface.el (uncompface): Make sure the eol conversion doesn't take
3235 place when communicating with the external programs. Reported by
3236 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3237
3238 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
3239
3240 * nnheader.el (nnheader-insert-head): Fix typo in comment.
3241
3242 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3243
3244 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
3245 Make it more robust by parsing author and date independently.
3246
3247 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
3248
3249 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
3250
3251 2006-07-28 Daiki Ueno <ueno@unixuser.org>
3252
3253 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
3254 first matching secret key.
3255 (mml2015-epg-encrypt): Ditto.
3256
3257 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
3258 first matching secret key.
3259 (mml1991-epg-encrypt): Ditto.
3260
3261 * mml2015.el (mml2015-encrypt-to-self): New user option.
3262 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
3263 mml2015-epg-encrypt-to-self is set.
3264
3265 * mml1991.el (mml1991-encrypt-to-self): New variable.
3266 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
3267 mml1991-epg-encrypt-to-self is set.
3268
3269 * mml2015.el (mml2015-signers): New user option.
3270 (mml2015-epg-sign): Reflect the value of mml2015-signers.
3271 (mml2015-epg-encrypt): Allow to select signing keys.
3272
3273 * mml1991.el (mml1991-signers): New variable.
3274 (mml1991-epg-sign): Reflect the value of mml1991-signers.
3275 (mml1991-epg-encrypt): Allow to select signing keys.
3276
3277 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
3278
3279 * nnheader.el (nnheader-insert-head): Make it work even if the file
3280 uses CRLF for the line-break code.
3281
3282 2006-07-25 Daiki Ueno <ueno@unixuser.org>
3283
3284 * mml2015.el: Require mml-sec instead of password.
3285 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
3286 (mml2015-cache-passphrase): Inherit the default value from
3287 mml-secure-cache-passphrase.
3288 (mml2015-passphrase-cache-expiry): Inherit the default value from
3289 mml-secure-passphrase-cache-expiry.
3290
3291 * mml1991.el: Require mml-sec instead of password.
3292 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
3293 (mml1991-cache-passphrase): Inherit the default value from
3294 mml-secure-cache-passphrase.
3295 (mml1991-passphrase-cache-expiry): Inherit the default value from
3296 mml-secure-passphrase-cache-expiry.
3297
3298 * mml-sec.el: Require password.
3299 (mml-secure-verbose): New user option.
3300 (mml-secure-cache-passphrase): New user option.
3301 (mml-secure-passphrase-cache-expiry): New user option.
3302
3303 2006-07-24 Daiki Ueno <ueno@unixuser.org>
3304
3305 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
3306 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
3307 andreas@altroot.de (Andreas V\e,Av\e(Bgele).
3308
3309 FIXME: Use `tiny change'?
3310
3311 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3312
3313 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
3314 workaround for the url package included with Emacs.
3315
3316 * nnweb.el (nnweb-google-create-mapping): Update regexp.
3317
3318 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
3319
3320 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
3321 correctly. This fixes a bug caused by the 2006-05-12 change.
3322
3323 2006-07-18 Karl Fogel <kfogel@red-bean.com>
3324
3325 * nnmail.el (nnmail-article-group): If splitting raises an error, give
3326 some information about the error when saying that the `bogus' mail
3327 group will be used.
3328
3329 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
3330
3331 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
3332 string.
3333
3334 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
3335
3336 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
3337
3338 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3339
3340 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
3341
3342 2006-07-10 Daiki Ueno <ueno@unixuser.org>
3343
3344 * mml1991.el (mml1991-function-alist): Add epg.
3345 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
3346 (mml1991-epg-encrypt): New functions.
3347
3348 2006-07-10 Daiki Ueno <ueno@unixuser.org>
3349
3350 * mml2015.el (mml2015-verbose): New variable.
3351 (mml2015-cache-passphrase): Ditto.
3352 (mml2015-passphrase-cache-expiry): Ditto.
3353 (mml2015-function-alist): Add epg.
3354 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
3355 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
3356 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
3357 functions.
3358
3359 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3360
3361 * message.el (message-cite-original-1): Preserve region when removing
3362 quoted text due to X-No-Archive in order to avoid bogus attribution
3363 when citing multiple messages.
3364
3365 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3366
3367 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
3368 Kenneth Jacker <khj@be.cs.appstate.edu>.
3369
3370 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
3371
3372 * gnus-diary.el (gnus-user-format-function-d)
3373 (gnus-user-format-function-D): Autoload.
3374
3375 * imap.el (Commentary): Fix typo.
3376
3377 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
3378 2006-04-22 contribution.
3379
3380 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3381
3382 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
3383 It didn't really fix the bogosity I'm seeing with solid web groups.
3384
3385 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3386
3387 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
3388 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
3389 created using server names. If we use the feature without declaring
3390 it, Gnus does not properly manage server and group state.
3391
3392 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
3393 bound.
3394
3395 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3396
3397 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
3398 looking up the method using GROUP's prefix before inventing a new one.
3399 It is used on killed/unknown groups in various places where returning
3400 an all-new method isn't expected by the caller.
3401
3402 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
3403 and match semantics of gnus-group-real-prefix.
3404
3405 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
3406
3407 * nnmail.el (nnmail-broken-references-mailers): New variable.
3408 (nnmail-ignore-broken-references): New function generalizing
3409 nnmail-fix-eudora-headers.
3410 (nnmail-fix-eudora-headers): Now obsolete.
3411
3412 * gnus-art.el (gnus-button-handle-custom): Support
3413 `customize-apropos*'.
3414
3415 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3416
3417 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
3418
3419 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
3420 articles.
3421
3422 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
3423
3424 * message.el (message-cite-reply-above): New variable.
3425 (message-yank-original): Use it.
3426
3427 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
3428
3429 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
3430
3431 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
3432
3433 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
3434 as read.
3435
3436 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
3437
3438 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
3439
3440 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
3441 (gnus-bookmark-default-file): Use gnus-directory.
3442 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
3443 Remove "*" in doc string.
3444 (gnus-bookmark-write-file): Simplify.
3445 (gnus-bookmark-maybe-sort-alist): Use `when'.
3446 (gnus-bookmark-get-bookmark): Fix typo in doc string.
3447 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
3448 FIXME about Emacs 21 and XEmacs compatibility.
3449 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
3450 compatibility.
3451 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
3452 compatibility.
3453 (gnus-bookmark-menu-heading): Fix version.
3454
3455 2006-06-19 Bastien Guerry <bzg@altern.org>
3456
3457 * gnus-bookmark.el: New file.
3458
3459 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
3460
3461 * message.el (message-syntax-checks): Doc fix.
3462
3463 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3464
3465 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
3466 unsubscribed groups as if they were killed ones. It causes duplicate
3467 entries in gnus-newsrc-alist.
3468
3469 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
3470
3471 * message.el (message-syntax-checks): Doc fix.
3472 (message-send-mail): Add check for continuation headers.
3473 (message-check-news-header-syntax): Fix regexp used to check for
3474 continuation headers.
3475
3476 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
3477
3478 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
3479
3480 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
3481
3482 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
3483
3484 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
3485
3486 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
3487 default-truncate-lines.
3488
3489 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
3490
3491 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
3492 to fill the utf-8 entry.
3493
3494 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3495
3496 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
3497
3498 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
3499
3500 * gnus-agent.el (directory-files-and-attributes): Move all the way
3501 forward (the third and final move).
3502 (gnus-agent-read-agentview): Trap reconstruction errors due to
3503 nonexistant directory. Handle by returning nil.
3504
3505 2006-05-30 Didier Verna <didier@xemacs.org>
3506
3507 * message.el (message-dont-reply-to-names): Update the custom type.
3508 * message.el (message-dont-reply-to-names): New defsubst: potentially
3509 convert a list of regexps into a single one.
3510 * message.el (message-get-reply-headers): Use it.
3511 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
3512
3513 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
3514
3515 * gnus-agent.el (directory-files-and-attributes): Move forward.
3516
3517 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
3518
3519 * gnus-ml.el (gnus-mailing-list-subscribe)
3520 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
3521 (gnus-mailing-list-message): Fix doc strings.
3522
3523 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3524
3525 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
3526 of doing it manually.
3527
3528 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
3529
3530 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
3531 comment.
3532
3533 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
3534
3535 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
3536 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
3537 (gnus-agent-read-local): All symbols allocated in my-obarray
3538 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
3539 (gnus-agent-regenerate-group): Check numeric names to see if they are
3540 messages or groups.
3541 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
3542 better way of do this...)
3543
3544 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
3545 'dummy.group' (there should be a better way of do this...)
3546
3547 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
3548
3549 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
3550 (gnus-saved-headers): Ditto.
3551 (gnus-default-article-saver): Mention functions may have properties.
3552 (gnus-article-save): Override gnus-save-all-headers and
3553 gnus-saved-headers by :headers property which saver function may have.
3554 (gnus-summary-save-in-file): Add :headers property.
3555 (gnus-summary-write-to-file): Ditto.
3556
3557 * gnus-sum.el (gnus-summary-save-article): Bind
3558 gnus-prompt-before-saving to t when saving many articles in a file;
3559 always show all headers.
3560
3561 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
3562
3563 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
3564 marks.
3565
3566 * message.el (message-indent-citation): Add optional arguments to allow
3567 using it outside of message buffers.
3568
3569 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
3570 (gnus-article-treat-unfold-headers): Use it.
3571 (gnus-article-truncate-lines): New variable.
3572 (gnus-article-mode): Use it.
3573 (gnus-article-toggle-truncate-lines): New function.
3574
3575 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
3576 gnus-article-toggle-truncate-lines.
3577
3578 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
3579 coding system in XEmacs, use binary.
3580
3581 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
3582
3583 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
3584 after-load-alist.
3585
3586 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
3587 this function should save decoded articles.
3588 (gnus-summary-write-to-file): Use property to specify this function
3589 should save decoded articles and specify gnus-summary-save-in-file
3590 should be used to save articles other than the first one when saving
3591 many articles.
3592 (gnus-summary-save-body-in-file): Use property to specify this
3593 function should save decoded articles.
3594 (gnus-summary-write-body-to-file): Use property to specify this
3595 function should save decoded articles and specify
3596 gnus-summary-save-body-in-file should be used to save articles other
3597 than the first one when saving many articles.
3598
3599 * gnus-sum.el (gnus-summary-save-article): Simplify.
3600
3601 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
3602
3603 * gnus-art.el (gnus-default-article-saver): Add
3604 gnus-summary-write-body-to-file.
3605 (gnus-article-save-coding-system): Don't use coding system object
3606 in XEmacs.
3607 (gnus-read-save-file-name): Add optional `dir-var' argument which
3608 specifies directory in which files are saved; work even if optional
3609 `variable' argument is not specified.
3610 (gnus-summary-write-to-file): Read file name.
3611 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
3612 (gnus-summary-write-body-to-file): New function.
3613
3614 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
3615 (gnus-summary-local-variables): Add it.
3616 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
3617 (gnus-summary-save-article): Remove optional `decode' argument;
3618 determine whether to decode articles by the value of
3619 gnus-default-article-saver; when saving many files using
3620 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
3621 it first and use gnus-summary-save-in-file or
3622 gnus-summary-save-body-in-file thereafter unless
3623 gnus-prompt-before-saving is always; move point to article which
3624 will be saved.
3625 (gnus-summary-save-article-file): Revert.
3626 (gnus-summary-write-article-file): Revert.
3627 (gnus-summary-save-article-body-file): Revert.
3628 (gnus-summary-write-article-body-file): New function.
3629
3630 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
3631
3632 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
3633
3634 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
3635
3636 * gnus-art.el (gnus-default-article-saver): Doc fix.
3637 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
3638 from gnus-summary-save-article-coding-system, and default to a
3639 certain coding system.
3640 (gnus-output-to-file): Add coding cookie and encode text according
3641 to gnus-article-save-coding-system; don't use mm-append-to-file.
3642
3643 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
3644 gnus-art.el and rename to gnus-article-save-coding-system.
3645 (gnus-summary-save-article): Require gnus-art; don't show all
3646 headers if it decodes articles; don't add coding cookie here;
3647 don't bind mm-text-coding-system-for-write.
3648 (gnus-summary-save-article-file): Save decoded articles.
3649 (gnus-summary-write-article-file): When saving many files, use
3650 gnus-summary-write-to-file first and gnus-summary-save-in-file
3651 thereafter unless gnus-prompt-before-saving is always.
3652 (gnus-summary-save-article-body-file): Save decoded articles.
3653
3654 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
3655
3656 * nnrss.el (nnrss-check-group): Bind hash-index.
3657
3658 2006-05-23 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3659
3660 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
3661 its hash index. Store this hash in `nnrss-group-data'.
3662 (nnrss-read-group-data): Update accordingly.
3663
3664 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
3665
3666 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
3667 entry.
3668
3669 * gnus-sum.el (gnus-summary-make-menu-bar): Add
3670 gnus-article-browse-html-article.
3671
3672 2006-05-23 Hynek Schlawack <hynek@ularx.de>
3673
3674 * gnus-sum.el (gnus-summary-mime-map): Add
3675 gnus-article-browse-html-article.
3676 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
3677
3678 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
3679 suitable coding systems in customize.
3680
3681 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
3682
3683 * mail-source.el (mail-sources): Fix custom type.
3684
3685 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
3686
3687 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
3688 (gnus-summary-expire-articles-now): Shorten prompt.
3689
3690 * gmm-utils.el (wid-edit): Require.
3691 (defun-gmm): Renamed from `gmm-defun-compat'.
3692 (gmm-image-search-load-path): Use it.
3693 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
3694
3695 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
3696
3697 * gnus-sum.el (gnus-summary-save-article-coding-system): New
3698 variable.
3699 (gnus-summary-save-article): Add optional `decode' argument. If
3700 it is set and gnus-summary-save-article-coding-system is non-nil,
3701 save decoded article.
3702 (gnus-summary-write-article-file): Save decoded article if
3703 gnus-summary-save-article-coding-system is non-nil.
3704
3705 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
3706 type.
3707
3708 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
3709
3710 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
3711
3712 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
3713
3714 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
3715 first to test gnus-single-article-buffer which may be buffer-local.
3716
3717 * gnus-sum.el (gnus-summary-setup-buffer): Make
3718 gnus-single-article-buffer buffer-local and nil in ephemeral
3719 group; make gnus-article-buffer, gnus-article-current, and
3720 gnus-original-article-buffer always buffer-local.
3721 (gnus-summary-exit): Kill article buffer belonging to ephemeral
3722 group.
3723 (gnus-handle-ephemeral-exit): Don't move to next summary line.
3724
3725 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
3726
3727 * nnml.el (nnml-request-compact-group): Compressed files might not
3728 have .gz extension.
3729
3730 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
3731
3732 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
3733 (mm-copy-to-buffer): Use with-current-buffer.
3734 (mm-display-part): Simplify.
3735 (mm-inlinable-p): Add optional arg `type'.
3736
3737 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3738
3739 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
3740 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
3741 Try harder to show the attachment internally or externally using
3742 gnus-mime-view-part-as-type.
3743
3744 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
3745
3746 * message.el (message-from-style, message-signature-separator)
3747 (message-user-organization-file, message-send-mail-function)
3748 (message-citation-line-function, message-yank-prefix)
3749 (message-indent-citation-function, message-signature)
3750 (message-signature-file, message-signature-insert-empty-line):
3751 Remove autoloads.
3752
3753 * gnus-art.el (gnus-buttonized-mime-types): Remove
3754 "multipart/signed". Revert 2006-04-26 change.
3755
3756 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3757
3758 * gnus.el (gnus-version-number): Bump version.
3759
3760 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3761
3762 * gnus.el: No Gnus v0.5 is released.
3763
3764 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3765
3766 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
3767 fetching articles by message-id.
3768
3769 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3770
3771 * message.el (hashcash): Require hashcash as normal.
3772
3773 * ecomplete.el (ecomplete-highlight-match-line): Use
3774 point-at-eol.
3775 (ecomplete-highlight-match-line): Use `highlight', because that
3776 face exists in both Emacs and XEmacs.
3777
3778 * message.el (message-display-abbrev): Use point-at-bol.
3779
3780 * mail-source.el: Don't require timer/timer-funcs.
3781
3782 * gnus-async.el: Ditto.
3783
3784 * password.el: Ditto.
3785
3786 * mm-url.el: Ditto.
3787
3788 * mm-util.el: Require timer/timer-funcs.
3789
3790 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3791
3792 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
3793 Close.
3794
3795 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
3796
3797 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
3798 unibyte after clear-decrypt function runs.
3799
3800 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
3801 returns as a unibyte string.
3802
3803 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
3804
3805 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
3806 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
3807 (mml1991-pgg-encrypt): Ditto.
3808
3809 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
3810
3811 * message.el (message-user-organization-file): Check several
3812 locations of the organization file.
3813
3814 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
3815 Add gnus-article-view-part-as-type.
3816
3817 * gnus-art.el (gnus-article-view-part-as-type): New function.
3818
3819 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
3820 .mobi and .travel. Remove .nato, .bitnet and .uucp.
3821
3822 * mml.el: Simplify autoload.
3823 (mml-mode): defvar dnd-protocol-alist instead of using
3824 symbol-value.
3825 (mml-default-directory): New variable.
3826 (mml-minibuffer-read-file): Use it.
3827 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
3828
3829 * message.el (message-citation-line-format): New variable.
3830 (message-insert-formated-citation-line): New function.
3831 (message-citation-line-function): Add
3832 `message-insert-formated-citation-line' to custom type.
3833
3834 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
3835 to doc string.
3836
3837 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
3838 depending on mm-verify-option.
3839
3840 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
3841
3842 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
3843 binding pgg-* variables; reimplement the section which prevents
3844 MIME header from being signed.
3845 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
3846 pgg-text-mode; remove a blank line at the top of body.
3847
3848 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
3849 lines at the top of body; use gnus-newsgroup-charset if there's no
3850 Charset header.
3851
3852 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
3853
3854 * message.el (message-self-insert-commands): Doc fix.
3855
3856 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
3857 (mm-uu-pgp-encrypted-test): Ditto.
3858 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
3859 between header and body; return application/pgp-encrypted handle
3860 if decryption failed; decode decrypted body by charset.
3861
3862 * mm-decode.el (mm-automatic-display): Don't make application/pgp
3863 element match to application/pgp-*.
3864
3865 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3866
3867 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
3868 HTML.
3869
3870 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3871
3872 * mail-source.el (mail-source-call-script): Message the error
3873 string.
3874
3875 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3876
3877 * gnus-util.el (gnus-byte-compile): Use it.
3878
3879 2006-04-22 xyblor <fake@invalid.email> (tiny change)
3880
3881 * gnus-util.el (kill-empty-logs): New function.
3882
3883 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3884
3885 * message.el (message-mail-alias-type): Doc fix.
3886 (message-mail-alias-type-p): New function.
3887 (message-send): Use it.
3888 (message-mode): Ditto.
3889 (message-strip-forbidden-properties): Ditto.
3890
3891 * ecomplete.el (ecomplete-database-file-coding-system): New
3892 variable.
3893 (ecomplete-save): Use it.
3894 (ecomplete-setup): Use it.
3895
3896 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
3897
3898 * message.el (message-self-insert-commands): New variable.
3899 (message-strip-forbidden-properties): Use it.
3900
3901 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
3902
3903 * message.el (message-put-addresses-in-ecomplete): Use a regexp
3904 that doesn't make XEmacs choke.
3905
3906 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
3907
3908 * gnus-util.el (gnus-replace-in-string):
3909 Prefer replace-regexp-in-string over of replace-in-string.
3910
3911 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
3912
3913 * gnus-util.el (gnus-select-frame-set-input-focus):
3914 Use select-frame-set-input-focus if it is available in XEmacs; use
3915 definition defined in Emacs 22 for old Emacsen.
3916
3917 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
3918
3919 * mm-view.el (mm-inline-text): Use equal instead of equalp.
3920
3921 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
3922
3923 * gnus-registry.el (gnus-registry-cache-save): Remove text
3924 properties when saving via the temp buffer.
3925
3926 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
3927
3928 * message.el (message-generate-hashcash): Honor custom type.
3929
3930 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3931
3932 * message.el (message-generate-hashcash): Default to non-nil when
3933 hashcash is found.
3934
3935 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
3936 (gnus-refer-thread-limit): Increase default to 500.
3937
3938 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
3939
3940 * flow-fill.el (fill-flowed): Allow delete-space.
3941
3942 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
3943
3944 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
3945 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
3946 Remove autoloads.
3947
3948 2006-04-18 Simon Josefsson <jas@extundo.com>
3949
3950 * message.el (message-generate-hashcash): Default to.
3951
3952 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
3953
3954 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
3955 concatenating segments rather than before concatenating them.
3956
3957 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
3958
3959 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
3960
3961 * imap.el (imap-quote-specials): New function.
3962 (imap-login-auth): Quote specials.
3963
3964 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3965
3966 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
3967
3968 * message.el (message-forward-make-body-plain): Allow
3969 message-forward-ignored-headers to be a list.
3970 (message-remove-ignored-headers): Factor out into function.
3971 (message-forward-make-body-mml): Use it.
3972 * rfc2231.el (rfc2231-parse-string): Remove dead code.
3973 (rfc2231-parse-string): Allow concatanation of parameters that
3974 aren't contiguous. The test case is
3975 (mail-header-parse-content-type "message/external-body;
3976 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
3977 access-type=LOCAL-FILE;
3978 name*1*=plugh%2fhello-sailor%2fbing.pdf")
3979
3980 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
3981
3982 * nntp.el (nntp-accept-process-output): Return the value of
3983 `nnheader-accept-process-output'.
3984
3985 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3986
3987 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
3988 (gnus-button-alist): Recognize more diff formats.
3989 (gnus-button-patch): Strip directory.
3990
3991 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
3992
3993 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
3994 Emacs 22 when setting focus.
3995
3996 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3997
3998 * gnus-art.el (gnus-article-treat-types): Do treatment of
3999 text/x-verbatim parts.
4000 (gnus-button-patch): New command.
4001
4002 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
4003 addresses that contain invalid characters.
4004
4005 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4006
4007 * message.el (message-put-addresses-in-ecomplete): Use
4008 gnus-replace-in-string.
4009 (message-is-yours-p): Use the more correct
4010 mail-header-parse-address instead of
4011 mail-extract-address-components.
4012 (message-put-addresses-in-ecomplete): Fix typo.
4013
4014 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
4015 keystroke.
4016
4017 * gnus-art.el (gnus-treatment-function-alist): Change order of
4018 newsgroups/generic header folding to avoid double-folding.
4019
4020 * message.el (message-hidden-headers): Add X-Draft-From.
4021
4022 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
4023 command.
4024 (gnus-summary-repeat-search-article-backward): New command.
4025
4026 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
4027 groups in the parent topic.
4028
4029 2006-04-16 Jo\e,Ac\e(Bo Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
4030
4031 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
4032 (spam-extra-header-to-number): Return the CRM114 number as a
4033 number instead of a string.
4034
4035 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4036
4037 * gnus-art.el (gnus-face-properties-alist): Moved here from
4038 gnus-fun.
4039
4040 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
4041
4042 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4043
4044 * message.el (message-strip-forbidden-properties): Only display on
4045 self-insert-command.
4046
4047 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
4048 reindent.
4049 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
4050
4051 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
4052
4053 * smiley.el (smiley-style): Fix typo.
4054
4055 2006-03-23 Kenichi Handa <handa@m17n.org>
4056
4057 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
4058 instead of set-buffer-multibyte.
4059
4060 2006-03-23 Kenichi Handa <handa@m17n.org>
4061
4062 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4063 buffer and then decode the buffer text if necessary.
4064 (rfc2231-encode-string): Be sure to work on multibyte buffer at
4065 first, and after mm-encode-body, change the buffer to unibyte.
4066
4067 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4068
4069 * hashcash.el (hashcash-insert-payment-async-2): Use
4070 message-goto-eoh instead of doing it manually.
4071 (mail-add-payment): Use message-narrow-to-header instead of trying
4072 to do the same itself.
4073
4074 * message.el (message-hidden-headers): Add Face.
4075
4076 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
4077 reparenting code.
4078 (gnus-summary-reparent-children): Refactored out code.
4079 (gnus-summary-thread-map): New keystroke.
4080 (gnus-summary-reparent-children): Make into command.
4081
4082 * smiley.el (smiley-style): Default to `medium' if using a large
4083 font.
4084
4085 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
4086 does it itself.
4087
4088 * message.el (message-point-in-header-p): Simplify definition.
4089
4090 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4091
4092 * nnagent.el (nnagent-request-set-mark): Silence log file
4093 writing.
4094 (nnagent-request-set-mark): Use write-region instead of
4095 append-to-file.
4096
4097 * gnus-sum.el (gnus-read-header): Fudge article number if using a
4098 strange select method.
4099
4100 * ecomplete.el (ecomplete-display-matches): Get highlightling
4101 right.
4102 (ecomplete-display-matches): Use literals.
4103 (ecomplete-display-matches): Disable message logging.
4104
4105 * message.el (message-display-abbrev): Small optimization.
4106
4107 * ecomplete.el (ecomplete-display-matches): Allow automatic
4108 display.
4109
4110 * message.el (message-strip-forbidden-properties): Display
4111 abbrevs.
4112 (message-display-abbrev): Get automatic display right.
4113
4114 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
4115 keystrokes.
4116
4117 2006-04-13 Romain Francoise <romain@orebokech.com>
4118
4119 TODO: Backport to v5-10!
4120
4121 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
4122 Moved here (and renamed) from gnus-registry.el.
4123
4124 * gnus-registry.el: Require gnus-util.
4125 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
4126
4127 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4128
4129 * gnus-group.el (gnus-group-catchup-current): Change
4130 if-then-else-if-then-else into cond.
4131 (gnus-group-catchup): Indent.
4132 (group-name-at-point): New function.
4133 (gnus-fetch-group): Provide default from thing at point.
4134
4135 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4136
4137 * message.el (message-display-abbrev): Fix regexp.
4138
4139 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
4140 choosing.
4141 (ecomplete-highlight-match-line): Fix up code rewrite, remove
4142 dead variables.
4143
4144 * message.el (message-newline-and-indent): Remove debugging.
4145 (message-display-abbrev): Use new implementation.
4146
4147 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4148
4149 * gnus-art.el (gnus-article-mode): Set
4150 cursor-in-non-selected-windows to nil.
4151
4152 * smiley.el: Revert previous change.
4153 (smiley-data-directory): defvar it before using it in the
4154 defcustom of `smiley-style'.
4155
4156 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4157
4158 * message.el (message-newline-and-indent): New function.
4159
4160 * ecomplete.el: Implement more bits.
4161
4162 * message.el (message-put-addresses-in-ecomplete): Clean up the
4163 string.
4164
4165 * ecomplete.el (ecomplete-add-item): Chop off decimals.
4166
4167 * gnus-sum.el (gnus-summary-save-parts): Bind
4168 gnus-summary-save-parts-counter and use it to make unique file
4169 names.
4170
4171 * gnus-art.el (gnus-ignored-headers): Add some more headers.
4172
4173 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
4174 parameter to say whether to actually parse the individual
4175 addresses.
4176
4177 * message.el (message-put-addresses-in-ecomplete): New function.
4178 (ecomplete): Require.
4179 (message-mail-alias-type): Add ecomplete as an option.
4180
4181 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
4182
4183 * flow-fill.el (fill-flowed): Remove trailing space from blank
4184 quoted lines.
4185
4186 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4187
4188 * smiley.el (smiley-style): Move definition later to avoid a
4189 compilation warning.
4190
4191 2006-04-12 Kenichi Handa <handa@m17n.org>
4192
4193 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4194 buffer and then decode the buffer text if necessary.
4195 (rfc2231-encode-string): Be sure to work on multibyte buffer at
4196 first, and after mm-encode-body, change the buffer to unibyte.
4197 Use mm-disable-multibyte instead of set-buffer-multibyte.
4198
4199 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
4200
4201 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
4202 Content-Type header instead of Content-Disposition header.
4203 (gnus-mime-inline-part): Ditto.
4204 (gnus-mime-view-part-as-charset): Ignore charset that the part
4205 specifies.
4206
4207 * mm-decode.el (mm-display-part): Work with external parts and
4208 usual parts similarly.
4209
4210 * mm-extern.el (mm-inline-external-body): Use mm-display-part
4211 instead of gnus-display-mime.
4212
4213 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
4214 instead of with-temp-buffer.
4215
4216 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
4217 tag to summarized topics part in order to encode non-ASCII text.
4218
4219 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
4220
4221 * smiley.el (smiley-style): New variable.
4222 (smiley-directory): New function.
4223 (smiley-data-directory): Derive from `smiley-style' using
4224 `smiley-directory'.
4225 (smiley-regexp-alist): Add new entries.
4226
4227 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
4228 (gnus-article-browse-delete-temp): Add :version.
4229
4230 2006-04-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
4231
4232 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
4233 the sieve region.
4234
4235 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4236
4237 * gnus.el (gnus-version-number): Bump version.
4238
4239 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
4240
4241 * gnus.el: No Gnus v0.4 is released.
4242
4243 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4244
4245 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
4246 layout.
4247
4248 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
4249 unknown charset.
4250
4251 * message.el (message-header-synonyms): Add Original-To to the
4252 default.
4253
4254 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
4255 optional parameter.
4256
4257 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
4258
4259 * gnus-fun.el (gnus): Require it for gnus-directory.
4260
4261 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
4262
4263 * gnus-fun.el (gnus-face-properties-alist): Add :version.
4264
4265 2006-04-05 Daiki Ueno <ueno@unixuser.org>
4266
4267 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
4268
4269 2006-04-05 Simon Josefsson <jas@extundo.com>
4270
4271 * password.el (password-reset): New function.
4272
4273 2006-04-05 Daiki Ueno <ueno@unixuser.org>
4274
4275 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
4276 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
4277
4278 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4279
4280 * nnweb.el (nnweb-google-create-mapping): Update regexp.
4281 Some whitespace was matched into the url, which broke browsing hits
4282 > 100 when mm-url-use-external was nil.
4283
4284 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
4285
4286 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
4287 gnus-extra-headers for 'Newsgroups.
4288
4289 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
4290 bound.
4291
4292 2006-04-04 Daiki Ueno <ueno@unixuser.org>
4293
4294 * pgg-gpg.el: Clean up process buffers every time gpg processes
4295 complete.
4296
4297 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
4298
4299 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
4300 doc string.
4301
4302 2006-04-03 Daiki Ueno <ueno@unixuser.org>
4303
4304 * pgg-gpg.el (pgg-gpg-process-filter)
4305 (pgg-gpg-wait-for-completion): Check if buffer is alive.
4306
4307 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
4308 lines, temporary fix.
4309
4310 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
4311
4312 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
4313
4314 2006-03-29 Daiki Ueno <ueno@unixuser.org>
4315
4316 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
4317 default-enable-multibyte-characters. This reverts the change from
4318 revision 6.17 which is no longer necessary because the passphrase
4319 is sent separately now. GnuPG messages are unreadable under
4320 multibyte locales with default-enable-multibyte-characters set to
4321 nil.
4322
4323 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
4324
4325 * message.el (message-tool-bar-gnome): Move "spell".
4326
4327 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
4328
4329 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
4330 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
4331 instead.
4332
4333 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
4334
4335 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
4336 newsgroups handling for NNTP overviews which don't include
4337 Newsgroups.
4338
4339 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4340
4341 * message.el (message-resend): Bind message-generate-hashcash to nil.
4342
4343 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4344
4345 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
4346 when searching for already-paid recipients.
4347
4348 2006-03-27 Daiki Ueno <ueno@unixuser.org>
4349
4350 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
4351 passphrases when it is not needed.
4352 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
4353 passphrase stuff from gpg, should only be necessary when you use
4354 gpg with a smartcard.
4355
4356 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
4357
4358 * mml.el (mml-insert-mime): Ignore cached contents of
4359 message/external-body part.
4360
4361 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
4362 (mm-insert-part): Ditto.
4363
4364 2006-03-23 Simon Josefsson <jas@extundo.com>
4365
4366 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
4367 Reiner.
4368 (pgg-gpg-use-agent-p): Use it again.
4369
4370 2006-03-23 Simon Josefsson <jas@extundo.com>
4371
4372 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
4373 older emacsen.
4374 (pgg-gpg-use-agent-p): Don't use it.
4375
4376 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
4377
4378 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
4379 if we can.
4380
4381 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
4382
4383 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
4384 (pgg-gpg-update-agent): New function.
4385 (pgg-gpg-use-agent-p): New function.
4386 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
4387 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4388 (pgg-gpg-sign-region): Use it.
4389
4390 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
4391
4392 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
4393 Reported by Ralf Wachinger <rwachinger@gmx.de>.
4394
4395 2006-03-21 Simon Josefsson <jas@extundo.com>
4396
4397 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
4398 <wilde@sha-bang.de>.
4399 (pgg-gpg-use-agent): New variable.
4400 (pgg-gpg-process-region): Use it.
4401 (pgg-gpg-encrypt-region): Likewise.
4402 (pgg-gpg-encrypt-symmetric-region): Likewise.
4403 (pgg-gpg-decrypt-region): Likewise.
4404 (pgg-gpg-sign-region): Likewise.
4405 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
4406
4407 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4408
4409 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
4410
4411 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
4412 Add comment on version.
4413
4414 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4415
4416 * smiley.el: Add missing test smiley.
4417
4418 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
4419
4420 * mm-decode.el (mm-with-part): New macro.
4421 (mm-get-part): Use it; work with message/external-body as well.
4422 (mm-save-part): Treat name and filename equally.
4423
4424 * mm-extern.el (mm-extern-cache-contents): New function.
4425 (mm-inline-external-body): Use it; force the part to be displayed;
4426 move undisplayer added to the cached handle to the parent.
4427
4428 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
4429 (gnus-mime-view-part-as-type): Work with message/external-body.
4430
4431 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
4432
4433 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4434
4435 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
4436 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
4437 Emacs.]
4438
4439 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
4440
4441 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
4442 path rather than symbol. Always return list of directories.
4443 Guarantee that image directory comes first. [Sync with image.el,
4444 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
4445
4446 * message.el (message-make-tool-bar): Adjust to new API of
4447 `gmm-image-load-path-for-library'.
4448
4449 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4450
4451 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
4452
4453 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4454
4455 * gnus-art.el (gnus-article-only-boring-p):
4456 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
4457 intangible text.
4458 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
4459
4460 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
4461
4462 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
4463 `defun' instead of `gmm-defun-compat'.
4464
4465 2006-03-14 Simon Josefsson <jas@extundo.com>
4466
4467 * message.el (message-unique-id): Don't use message-number-base36
4468 if (user-uid) is a float.
4469 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
4470
4471 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
4472
4473 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
4474
4475 * gnus-art.el (gnus-mime-display-single): Make sure there is an
4476 empty line between a part and a message part.
4477
4478 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4479
4480 * smiley.el: Add more test smileys.
4481 (smiley-data-directory, smiley-regexp-alist)
4482 (gnus-smiley-file-types): Fix doc strings.
4483 (smiley-update-cache): Clear smiley-cached-regexp-alist before
4484 adding new elements.
4485 (smiley-mouse-map): Unused code. Make it a comment.
4486
4487 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
4488
4489 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
4490 scan latest NoCeM messages instead of old ones.
4491 (gnus-nocem-check-article): Fix regexps so as to match to PGP
4492 delimiters that are recently used.
4493 (gnus-nocem-load-cache): Add autoload cookie.
4494
4495 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
4496
4497 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
4498 level which is larger than gnus-use-nocem is specified.
4499
4500 * gnus-group.el (gnus-group-get-new-news): Ditto.
4501
4502 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
4503
4504 * gnus-util.el (gnus-tool-bar-update): New function.
4505
4506 * gnus-group.el (gnus-group-update-tool-bar): New variable.
4507 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
4508
4509 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
4510
4511 * gnus-group.el (gnus-group-redraw-when-idle)
4512 (gnus-group-redraw-check): Remove.
4513 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
4514
4515 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
4516
4517 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
4518 if optional last element is specified in splits (FIELD VALUE...).
4519
4520 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
4521
4522 * message.el (message-make-tool-bar): Rename gmm-image-load-path
4523 to gmm-image-load-path-for-library. Call with no-error argument.
4524 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
4525
4526 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4527
4528 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
4529
4530 * gmm-utils.el (gmm-image-load-path): Remove alias.
4531
4532 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
4533
4534 * gmm-utils.el (gmm-image-load-path): Add alias.
4535
4536 * nnml.el (nnml-generate-nov-databases-directory): Rename from
4537 nnml-generate-nov-databases-1.
4538 (nnml-generate-nov-databases): Use it.
4539 (nnml-generate-nov-databases-directory): Document no-active
4540 argument.
4541
4542 * gmm-utils.el (gmm-image-load-path-for-library): Return single
4543 directory if path is t. Add no-error.
4544
4545 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
4546 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4547
4548 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
4549 resetting gnus-article-browse-html-temp-list.
4550
4551 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
4552 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
4553 Add example to docstring. Rename local variables. Move error
4554 checks to default case in cond and simplify.
4555
4556 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
4557
4558 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
4559 handle is multipart when calling it recursively.
4560 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
4561
4562 2006-03-03 Daniel Pittman <daniel@rimspace.net>
4563
4564 * nnimap.el (nnimap-request-update-info-internal): Optimize.
4565 Don't `gnus-uncompress-range' to avoid excessive memory usage.
4566
4567 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
4568
4569 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
4570 is loaded.
4571
4572 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
4573 loaded.
4574
4575 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
4576
4577 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
4578 to "Emacs 23 (unicode)" in doc string.
4579
4580 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
4581 "Emacs 23 (unicode)" in comment.
4582
4583 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
4584
4585 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
4586
4587 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
4588 characters 160 through 255 in Emacs 23.
4589
4590 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
4591
4592 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
4593 gnus-article-browse-html-temp.
4594 (gnus-article-browse-delete-temp): Make it customizable. Add
4595 `file'. Adjust doc string.
4596 (gnus-article-browse-delete-temp-files): Add argument. Allow
4597 query for each file. Adjust doc string.
4598 (gnus-article-browse-html-parts): Add
4599 `gnus-article-browse-delete-temp-files' to
4600 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
4601
4602 2006-03-02 Hynek Schlawack <hynek@ularx.de>
4603
4604 * gnus-art.el (gnus-article-browse-html-temp)
4605 (gnus-article-browse-delete-temp): New variables.
4606 (gnus-article-browse-delete-temp-files): New function.
4607 (gnus-article-browse-html-parts): Use it.
4608
4609 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
4610
4611 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
4612
4613 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
4614 string.
4615
4616 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
4617 gnus-summary-insert-new-articles when unplugged. Remove
4618 gnus-summary-search-article-forward.
4619
4620 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
4621 display-visual-class instead of display-color-cells.
4622
4623 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
4624
4625 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
4626 message/* containing non-ASCII text properly.
4627
4628 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
4629
4630 * message.el: Require gmm-utils, remove autoloads.
4631 (message-tool-bar): Set default based on
4632 gmm-tool-bar-style.
4633 (message-tool-bar-gnome): Add gmm-customize-mode.
4634
4635 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
4636 gmm-tool-bar-style.
4637 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
4638
4639 * gnus-group.el (gnus-group-tool-bar): Set default based on
4640 gmm-tool-bar-style.
4641 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
4642
4643 * gmm-utils.el (gmm-image-directory): Rename variable from
4644 gmm-image-load-path.
4645 (gmm-image-load-path): Use gmm-image-directory.
4646 (gmm-customize-mode): New function.
4647 (gmm-tool-bar-style): New variable.
4648
4649 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
4650 gnus-group-redraw-line-number.
4651 (gnus-group-redraw-check): Simplify.
4652 (gnus-group-tool-bar-update): Remove redraw check.
4653 (gnus-group-make-tool-bar): Add redraw check.
4654
4655 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
4656
4657 * gnus-art.el (gnus-button): Add missing parentheses.
4658
4659 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
4660
4661 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
4662
4663 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
4664
4665 * gnus-art.el (gnus-button): New face.
4666 (gnus-article-button-face): Use it.
4667
4668 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
4669 gnus-summary-next-page. Re-order.
4670
4671 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
4672 next-node are now included.
4673 (gnus-group-redraw-line-number): New internal variable.
4674 (gnus-group-redraw-check): Helper function for updating the tool
4675 bar.
4676 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
4677
4678 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
4679
4680 * spam.el (spam-spamassassin-score-regexp): New internal variable.
4681 (spam-extra-header-to-number, spam-check-spamassassin-headers):
4682 Use it to match format of Spamassassin 3.0 and later. Reported by
4683 IRIE Tetsuya <irie@t.email.ne.jp>.
4684 (spam-check-bogofilter)
4685 (spam-bogofilter-register-with-bogofilter): Fix args of
4686 `gnus-error' calls.
4687
4688 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
4689
4690 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
4691 unnecessary interaction when sending queued mails. Reported by
4692 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
4693
4694 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
4695
4696 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
4697 first or last are nil.
4698
4699 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4700
4701 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
4702
4703 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4704
4705 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
4706
4707 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4708
4709 * dns.el (query-dns): Protect more against buggy tcp output.
4710
4711 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
4712
4713 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
4714 nov.php.
4715
4716 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
4717
4718 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
4719 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
4720 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
4721 output on the server side.
4722 (nnweb-google-create-mapping): Update regexps and add some
4723 progress indication.
4724
4725 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
4726
4727 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
4728 gnus-agent-toggle-plugged. Re-order icons.
4729 (gnus-group-tool-bar-gnome): Add
4730 gnus-group-{prev,next}-unread-group.
4731 (gnus-group-tool-bar-gnome): Re-order icons.
4732
4733 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
4734 gnus-summary-insert-new-articles.
4735
4736 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
4737 comments.
4738
4739 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
4740 also available in Emacs 21.3.
4741
4742 * message.el (message-fix-before-sending): Change "Emacs 22" to
4743 "Emacs 23 (unicode)" in comment.
4744
4745 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
4746 "Emacs 23 (unicode)" in comment.
4747
4748 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
4749 comment.
4750 (mm-coding-system-p): Add comment about no-MULE XEmacs.
4751
4752 * mm-view.el (mm-fill-flowed): Add :version.
4753
4754 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4755
4756 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
4757 and load-path.
4758
4759 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
4760
4761 * message.el: Autoload gmm-image-load-path.
4762 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
4763 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
4764 consitency.
4765
4766 * gmm-utils.el (gmm-image-load-path): Also search in
4767 "../etc/images". Don't set gmm-image-load-path if we don't find
4768 the image.
4769
4770 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
4771
4772 * gmm-utils.el (gmm-image-load-path): Don't make
4773 `gmm-image-load-path' include subdirectories which the second arg
4774 `image' might specify.
4775
4776 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
4777 subdirectory to icon file names.
4778
4779 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
4780
4781 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
4782
4783 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
4784 gmm-image-load-path calls.
4785
4786 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4787
4788 * message.el (message-make-tool-bar): Ditto.
4789
4790 * mml.el (mml-preview): Added comment concerning tool bar icons.
4791
4792 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
4793 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
4794
4795 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
4796 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
4797
4798 * message.el (message-tool-bar-gnome): Use new icon names.
4799 (message-make-tool-bar): Use `gmm-image-load-path'.
4800
4801 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
4802 functions from MH-E.
4803 (gmm-image-load-path): New variable from MH-E.
4804 (gmm-image-load-path): New function from MH-E. Added arguments
4805 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
4806 *-image-load-path-called-flag.
4807
4808 2006-02-21 Milan Zamazal <pdm@brailcom.org>
4809
4810 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
4811
4812 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
4813
4814 * nnimap.el (nnimap-request-move-article): Change folder back to
4815 source group before deleting.
4816
4817 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
4818
4819 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
4820
4821 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
4822 mm-url.
4823
4824 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
4825
4826 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
4827
4828 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
4829 coding system which mm-charset-to-coding-system returns for a
4830 given charset is valid.
4831
4832 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
4833
4834 * html2text.el (html2text-remove-tag-list):
4835 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
4836
4837 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
4838
4839 * gnus-cus.el: Revert 2005-10-17 change.
4840
4841 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
4842
4843 * gnus-art.el (article-strip-banner): Call
4844 article-really-strip-banner only when the regexp match is made.
4845
4846 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
4847
4848 * gnus-art.el (article-strip-banner): Use
4849 gnus-extract-address-components instead of
4850 mail-header-parse-addresses to make it work with non-ASCII text;
4851 remove mail-encode-encoded-word-string.
4852
4853 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
4854 values which are surrounded with \"...\"; make it never cause a
4855 Lisp error; give up parsing of parameters if it failed in
4856 extracting type.
4857
4858 2006-02-14 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
4859
4860 * smime.el (smime-cert-by-ldap-1): Fix bug where
4861 `smime-ldap-search' returns results without userCertificates.
4862
4863 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
4864
4865 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
4866
4867 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
4868
4869 * spam.el (spam-check-spamassassin-headers): Adapt format for
4870 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
4871 <ari@mbf.ocn.ne.jp>.
4872 (spam-list-of-processors): Add spam-use-gmane.
4873
4874 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
4875
4876 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
4877 make-temp-file; make it work with XEmacs as well.
4878
4879 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
4880 mm-make-temp-file.
4881
4882 * mm-decode.el (mm-display-external): Use the 3rd arg of
4883 mm-make-temp-file.
4884 (mm-create-image-xemacs): Ditto.
4885
4886 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
4887
4888 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
4889 with message-narrow-to-headers.
4890 (gnus-draft-setup): Narrow to header to run message-fetch-field.
4891 (gnus-draft-check-draft-articles): New function.
4892 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
4893
4894 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
4895
4896 * gnus-art.el (gnus-article-browse-html-parts):
4897 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
4898 Don't use suffix argument for mm-make-temp-file for Emacs 21
4899 compatibility. Remove useless `format'.
4900
4901 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
4902
4903 * nnweb.el (nnweb-google-wash-article): Update regexps.
4904 (nnweb-group-alist): Use defvoo instead of defvar.
4905
4906 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
4907
4908 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
4909 re-loading nn* modules.
4910
4911 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
4912
4913 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
4914 for `tool-bar-mode' and don't check it's default-value.
4915
4916 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4917
4918 * message.el (message-make-tool-bar): Ditto.
4919
4920 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
4921 `substring'. Shorten tmp-file name.
4922
4923 * gnus.el: Remove bogus comment.
4924
4925 2006-02-10 Hynek Schlawack <hynek@ularx.de>
4926
4927 * gnus-art.el (gnus-article-browse-html-parts): New function.
4928 (gnus-article-browse-html-article): New function for viewing html
4929 articles with a browser.
4930
4931 2006-02-09 Daiki Ueno <ueno@unixuser.org>
4932
4933 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
4934 (mml2015-pgg-encrypt): Ditto.
4935
4936 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
4937 (mml1991-pgg-encrypt): Ditto.
4938
4939 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
4940
4941 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
4942 message-make-date instead of current-time-string.
4943
4944 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
4945 to gnus-decoded which mm-uu might set.
4946
4947 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
4948
4949 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
4950 don't decode quoted parameters; remove misimported Emacs code.
4951 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4952 (rfc2231-decode-encoded-string): Don't use split-string which
4953 behaves differently according to Emacs version; use
4954 mm-decode-coding-region to convert charset to coding-system.
4955 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4956 (rfc2231-encode-string): Remove misimported Emacs code.
4957
4958 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
4959
4960 * gnus-art.el (article-decode-charset): Don't use ignore-errors
4961 when calling mail-header-parse-content-type.
4962 (article-de-quoted-unreadable): Ditto.
4963 (article-de-base64-unreadable): Ditto.
4964 (article-wash-html): Ditto.
4965
4966 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
4967 calling mail-header-parse-content-type and
4968 mail-header-parse-content-disposition.
4969 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
4970 mail-header-parse-content-type.
4971
4972 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
4973 insert charset and format parameters; encode description after
4974 inserting it to buffer.
4975 (mml-insert-parameter): Fold lines properly even if a parameter is
4976 segmented into two or more lines; change the max column to 76.
4977
4978 * rfc1843.el (rfc1843-decode-article-body): Don't use
4979 ignore-errors when calling mail-header-parse-content-type.
4980
4981 * rfc2231.el (rfc2231-parse-string): Return at least type if
4982 possible; don't cause an error even if it fails in parsing of
4983 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4984 (rfc2231-encode-string): Don't break lines at the beginning, leave
4985 it to mml-insert-parameter.
4986
4987 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
4988 calling mail-header-parse-content-type.
4989
4990 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
4991
4992 * spam-report.el (spam-report-gmane-use-article-number):
4993 Improve doc string.
4994 (spam-report-gmane-internal): Check if a suitable header was found
4995 in the article.
4996
4997 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
4998
4999 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
5000 (rfc2231-encode-string): Make param*=value always begin with LWSP.
5001
5002 2006-02-05 Romain Francoise <romain@orebokech.com>
5003
5004 Update copyright notices of all files in the gnus directory.
5005
5006 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5007
5008 * nnweb.el (nnweb-request-group): Avoid growing overview files.
5009
5010 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
5011
5012 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
5013 segmented lines of parameter value to cope with Thunderbird 1.5
5014 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
5015 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5016 (rfc2231-encode-string): Don't make lines exceeding 76 column.
5017
5018 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
5019
5020 * mml.el (mml-generate-mime-1): Correct the order of inline signed
5021 parts.
5022
5023 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5024
5025 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
5026 there's only one active file for all servers.
5027 (nnweb-request-scan): Make sure nnweb-articles is initialized on
5028 solid groups. Gnus might have used a FAST request to select the group.
5029 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
5030 and nnweb-search redundantly in the active file.
5031 (nnweb-request-list): Don't list bogus groups. There can only be one.
5032 (nnweb-request-create-group): Don't use ARGS.
5033 (nnweb-possibly-change-server, nnweb-request-group): Remove some
5034 initialisations. Let nnoo do the work.
5035
5036 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
5037
5038 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
5039 Say the part has been decoded.
5040
5041 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
5042
5043 2006-01-31 Kevin Ryde <user42@zip.com.au>
5044
5045 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
5046 mailcap-viewer-test-cache when there's no 'test clause, since that
5047 will invert the meaning of a "nil" test previously determined by
5048 mailcap-mailcap-entry-passes-test.
5049
5050 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
5051
5052 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
5053 compiling.
5054
5055 * gnus-sum.el: Ditto.
5056
5057 * message.el: Don't bind tool-bar-map when compiling.
5058
5059 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
5060
5061 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
5062
5063 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5064
5065 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
5066 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
5067 current Google Groups.
5068
5069 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
5070
5071 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
5072 and tool-bar-mode.
5073
5074 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
5075 and tool-bar-mode.
5076
5077 * message.el (message-tool-bar-update): Simplify.
5078 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
5079
5080 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
5081 gnus-summary-buffer.
5082 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
5083 gnus-summary-reply.
5084
5085 * gmm-utils.el (gmm): Add :version.
5086
5087 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
5088
5089 * Makefile.in (clean): New rule.
5090 (distclean): Use it.
5091
5092 2006-01-26 Steve Youngs <steve@sxemacs.org>
5093
5094 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
5095 autoload.
5096
5097 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
5098
5099 * gmm-utils.el (gmm-verbose): Add :group.
5100
5101 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
5102
5103 * message.el: Change some comments WRT tool-bars.
5104
5105 * gnus-sum.el (gnus-summary-tool-bar)
5106 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
5107 (gnus-summary-tool-bar-zap-list): New variables.
5108 (gnus-summary-make-tool-bar): Complete rewrite using
5109 `gmm-tool-bar-from-list'.
5110
5111 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
5112 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
5113 variables.
5114 (gnus-group-make-tool-bar): Complete rewrite using
5115 `gmm-tool-bar-from-list'.
5116 (gnus-group-tool-bar-update): New function.
5117
5118 * message.el (message-mode-field-menu): Add "Show hidden Headers".
5119
5120 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
5121
5122 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
5123 is dissected into a single part of which the type is the same as
5124 the given one; decode charset.
5125
5126 2006-01-21 Kevin Ryde <user42@zip.com.au>
5127
5128 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
5129 into alists as symbol not string, since that's what
5130 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
5131 look for.
5132
5133 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
5134
5135 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
5136 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
5137
5138 * message.el (message-tool-bar-gnome): Use gmm-ignore.
5139
5140 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
5141
5142 * gnus-art.el (gnus-mime-security-button-commands): New variable.
5143 (gnus-mime-security-button-menu): New definition.
5144 (gnus-mime-security-button-map): Use them.
5145 (gnus-mime-security-button-menu): New function.
5146 (gnus-insert-mime-security-button): Addition to help echo.
5147 (gnus-mime-security-run-function, gnus-mime-security-save-part)
5148 (gnus-mime-security-pipe-part): New functions.
5149
5150 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
5151 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
5152
5153 * mm-decode.el (mm-handle-set-disposition): Remove.
5154 (mm-handle-set-description): Remove.
5155
5156 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
5157
5158 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
5159 (mm-w3m-standalone-supports-m17n-p): New function.
5160 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
5161 w3m usage.
5162
5163 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
5164 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
5165
5166 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
5167
5168 * message.el (message-tool-bar-zap-list): Use
5169 gmm-tool-bar-zap-list as custom type.
5170 (message-tool-bar-update): New function.
5171 (message-tool-bar, message-tool-bar-gnome)
5172 (message-tool-bar-retro): Add message-tool-bar-update.
5173 (message-tool-bar-gnome): Add flyspell-buffer.
5174
5175 * gnus-util.el (gnus-error): Describe `args'.
5176
5177 * gmm-utils.el (gmm-error): Describe `args'.
5178 (gmm-tool-bar-zap-list): New widget.
5179 (gmm-tool-bar-from-list): Improve description of `zap-list'.
5180
5181 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
5182
5183 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
5184 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
5185 the number of recursive calls.
5186
5187 * mm-decode.el (mm-handle-set-disposition): New macro.
5188 (mm-handle-set-description): New macro.
5189
5190 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
5191
5192 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
5193 encoding.
5194
5195 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
5196
5197 * message.el (message-tool-bar-zap-list, message-tool-bar)
5198 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
5199 (message-tool-bar-local-item-from-menu): Remove.
5200 (message-tool-bar-map): Replace by `message-make-tool-bar'.
5201 (message-make-tool-bar): New function.
5202 (message-mode): Use `message-make-tool-bar'.
5203
5204 * gmm-utils.el: New file.
5205 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
5206 (gmm-lazy): New widget copied from `nnmail.el'.
5207 (gmm-tool-bar-from-list): New function for creating customizable
5208 tool bars.
5209 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
5210 output.
5211 (gmm): Add :prefix to defgroup.
5212
5213 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
5214
5215 * gmm-utils.el (gmm-widget-p): New function.
5216
5217 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
5218
5219 * mml.el (mml-attach-file): Describe `description' in doc string.
5220 (mml-menu): Add Emacs MIME manual and PGG manual.
5221
5222 2006-01-20 Richard M. Stallman <rms@gnu.org>
5223
5224 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
5225
5226 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
5227
5228 * nntp.el (nntp-end-of-line): Doc fix.
5229
5230 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
5231
5232 * imap.el (imap-open): Handle case where buffer is a buffer
5233 object.
5234
5235 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
5236
5237 * gnus-delay.el (gnus-delay): Don't autoload.
5238 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
5239 to be re-loaded when customizing the `gnus-delay' group.
5240
5241 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
5242
5243 * message.el (message-insert-citation-line): Use newlines.
5244
5245 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
5246
5247 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
5248
5249 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
5250
5251 2006-01-19 Mark D. Baushke <mdb@gnu.org>
5252
5253 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
5254
5255 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
5256
5257 * mm-decode.el (mm-inlined-types): Add application/pgp.
5258 (mm-automatic-display): Ditto.
5259
5260 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
5261 part as text.
5262
5263 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
5264
5265 * nnrss.el: Update copyright.
5266 (nnrss-opml-import): Query whether to subscribe to each entry.
5267
5268 * gnus-art.el:
5269 * gnus-sum.el:
5270 * mm-uu.el:
5271 * mm-view.el: Update copyright.
5272
5273 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
5274
5275 * message.el (message-info): New function.
5276 (message-mode-menu): Add it.
5277 Update copyright.
5278
5279 * ChangeLog: Fix and update copyright.
5280
5281 2006-01-13 Romain Francoise <romain@orebokech.com>
5282
5283 * message.el (message-forward-subject-name-subject): Prefer the
5284 address to 'nowhere' if the sender has no name.
5285 Fix typo. Update copyright year.
5286
5287 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
5288
5289 * gnus-art.el (article-wash-html): Use
5290 gnus-summary-show-article-charset-alist if a numeric arg is given.
5291 (gnus-article-wash-html-with-w3m-standalone): New function.
5292
5293 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
5294 mm-inline-text-html-render-with-w3m-standalone.
5295 (mm-text-html-washer-alist): Map w3m-standalone to
5296 gnus-article-wash-html-with-w3m-standalone.
5297 (mm-inline-text-html-render-with-w3m-standalone): New function.
5298
5299 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
5300
5301 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
5302 Improve LaTeX.
5303
5304 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
5305
5306 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
5307 (nnrss-request-article): Render text/plain parts as HTML.
5308
5309 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
5310 the buffer.
5311
5312 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
5313
5314 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
5315 custom definition of `gnus-posting-styles'.
5316
5317 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
5318 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
5319
5320 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
5321
5322 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
5323 Use nntp for bug archive.
5324
5325 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
5326
5327 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
5328 parts.
5329 (nnrss-normalize-date): New function converts ISO 8601 date into
5330 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
5331 (nnrss-check-group): Use it.
5332
5333 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
5334
5335 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
5336
5337 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
5338 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
5339 (nnrss-insert-w3): Ditto.
5340
5341 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
5342
5343 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
5344 the articles to be forwarded including the case where neither a
5345 number of articles nor a region is specified.
5346
5347 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
5348
5349 * nnrss.el (nnrss-request-article): Fix last change; fill
5350 text/plain parts.
5351
5352 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
5353
5354 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
5355 in text/plain part.
5356 (nnrss-check-group): Don't add excessive newline to dc:subject.
5357
5358 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
5359
5360 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
5361 article.
5362
5363 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
5364
5365 * nnml.el: Don't require gnus-bcklg. Autoload it.
5366 (nnml-use-compressed-files, nnml-save-mail): Support other
5367 comression programs such as bzip2.
5368
5369 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5370
5371 * dns.el (query-dns): Make sure we check the buffer size before
5372 removing tcp headers.
5373
5374 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
5375
5376 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
5377 remove MIME buttons associated with multipart/alternative parts.
5378 (gnus-mime-display-alternative): Tag buttons using `article-type'
5379 text property.
5380
5381 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
5382 associated with multipart/alternative parts.
5383
5384 * gnus-art.el (gnus-signature-separator): Fix custom type.
5385
5386 * mm-decode.el (mm-inlined-types): Fix custom type.
5387 (mm-keep-viewer-alive-types): Ditto.
5388 (mm-automatic-display): Ditto.
5389 (mm-attachment-override-types): Ditto.
5390 (mm-inline-override-types): Ditto.
5391 (mm-automatic-external-display): Ditto.
5392
5393 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
5394
5395 * spam-report.el (spam-report-user-mail-address)
5396 (spam-report-user-agent): New variables.
5397 (spam-report-url-ping-plain): Use spam-report-user-agent.
5398
5399 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
5400
5401 * gnus-art.el (gnus-button-handle-custom): Do not just use
5402 `customize-apropos' for any "M-x customize-*" button but the
5403 function called for. Accept both the function name and its
5404 argument in order to achieve this.
5405 (gnus-button-alist): Remove support for "custom:" URL's. Pass
5406 function name to `gnus-button-handle-custom' in case of "M-x
5407 customize-*" buttons.
5408
5409 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
5410
5411 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
5412 multipart/alternative and add xref to mm-discouraged-alternatives
5413 in doc string.
5414
5415 * mm-decode.el (mm-discouraged-alternatives): Add xref to
5416 gnus-buttonized-mime-types in doc string.
5417
5418 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
5419
5420 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
5421 Suggest image/.* in the doc string.
5422
5423 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
5424
5425 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
5426 message-marks (Debian bug #342521).
5427
5428 2005-12-12 Simon Josefsson <jas@extundo.com>
5429
5430 * password.el (password-read-from-cache): Add.
5431 (password-read): Use it.
5432
5433 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
5434
5435 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
5436 us-ascii as a MIME charset.
5437
5438 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
5439 against the case where the 2nd arg TYPE is nil.
5440
5441 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
5442
5443 * pop3.el (pop3-stream-type): Fix custom version.
5444
5445 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
5446
5447 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
5448
5449 * mm-decode.el (mm-display-external): Add missing cdr.
5450
5451 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
5452
5453 * mm-decode.el (mm-display-external): Use nametemplate (defined in
5454 RFC1524) if it is in mailcap or add a suffix according to
5455 mailcap-mime-extensions when generating a temp filename; postpone
5456 deleting a temp file for 2 seconds for some wrappers, shell
5457 scripts, and so on, which might exit right after having started a
5458 viewer command as a background job.
5459
5460 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
5461
5462 * nntp.el (nntp-marks-directory): Fix custom group.
5463
5464 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
5465 steps when < 10.
5466
5467 * gnus-start.el (gnus-no-server-1): Mention
5468 `gnus-level-default-subscribed' in doc string.
5469
5470 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
5471
5472 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
5473 parens.
5474
5475 2005-11-26 Dave Love <fx@gnu.org>
5476
5477 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
5478 (tls-program, tls-success): Provide openssl alternative.
5479
5480 * starttls.el: Doc fixes.
5481 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
5482 SERVICE to PORT.
5483
5484 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
5485 port null or service name.
5486 (starttls-negotiate): Autoload.
5487
5488 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
5489
5490 * message.el (message-kill-to-signature): Fix interactive spec.
5491
5492 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
5493
5494 * pop3.el (pop3-open-server): Recognize a string as a service name.
5495
5496 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
5497
5498 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
5499
5500 2005-11-23 Dave Love <fx@gnu.org>
5501
5502 Add pop3s, pop3/starttls.
5503
5504 * pop3.el (pop3-authentication-scheme): Clarify doc.
5505 (open-tls-stream, starttls-open-stream): Autoload.
5506 (pop3-stream-type): New.
5507 (pop3-open-server): Use it.
5508
5509 * mail-source.el (mail-sources): Fix some :types. Add stream type
5510 for POP.
5511 (mail-source-keyword-map): Add :stream for POP.
5512 (mail-source-fetch-pop): Use pop3-stream-type.
5513
5514 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
5515
5516 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
5517 of current-time-string.
5518
5519 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
5520
5521 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
5522 date header.
5523
5524 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
5525
5526 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
5527 it can seriously impact performance as it bypasses the agent's
5528 local caches.
5529
5530 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
5531
5532 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
5533 must be explicitly online rather than "not explicitly offline" for
5534 its flags to be synchronized.
5535
5536 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
5537 that gnus-uu-unmark-thread will function correctly.
5538
5539 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
5540 1024K is instead displayed as 1M.
5541
5542 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5543
5544 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
5545
5546 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
5547
5548 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
5549
5550 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
5551
5552 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
5553 error message to display actual error condition.
5554 (gnus-agent-save-local): Avoid saving symbols that are bound to
5555 nil as they simply result in a warning message in
5556 gnus-agent-read-local.
5557
5558 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
5559
5560 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
5561 rather than make-variable-buffer-local for file-precious-flag.
5562
5563 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
5564
5565 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
5566 for duplicates which are removed. The invalid sort check then
5567 triggers a rescan after the sort as sorting may have moved
5568 duplicate entries such that they can be cheaply detected.
5569
5570 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
5571
5572 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
5573
5574 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
5575
5576 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
5577 internal variable to a custom variable. Changed default value
5578 from compressed(2) to uncompressed(1).
5579 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
5580 support for uncompressed agentview files. Taken together, reading
5581 the agentview file should now be 6-7 times faster.
5582
5583 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
5584
5585 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
5586 as a buffer-local variable. This avoids creating truncated
5587 dribble files as a result of a hang up, eg.
5588
5589 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
5590
5591 * gnus-start.el (gnus-start-draft-setup): Enforce
5592 `gnus-draft-mode' for nndraft:drafts at startup.
5593
5594 * gnus.el (gnus-splash): Change custom group.
5595 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
5596 allow-list argument.
5597
5598 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
5599 string.
5600
5601 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
5602
5603 * gnus-art.el (gnus-default-article-saver): Add user-defined
5604 `function' to custom type.
5605
5606 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
5607
5608 * imap.el (imap-open): Handle case where buffer is a buffer
5609 object.
5610
5611 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
5612
5613 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
5614 long lines.
5615 (gnus-cache-delete-group): Wrap doc strings.
5616
5617 * gnus-agent.el (gnus-agent-rename-group)
5618 (gnus-agent-delete-group): Wrap doc strings.
5619
5620 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
5621
5622 * gnus-start.el (gnus-1): Add "native" to
5623 gnus-predefined-server-alist.
5624
5625 * gnus.el (gnus-method-to-server): Don't add "native" to the
5626 lists here, because that leads to problems when
5627 gnus-select-method is bound.
5628
5629 2005-11-09 Simon Josefsson <jas@extundo.com>
5630
5631 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
5632 use (not sort-by-date) instead.
5633
5634 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5635
5636 * gnus-delay.el (gnus-delay-group): Don't autoload.
5637 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
5638 to be re-loaded when customizing the `gnus-delay' group.
5639
5640 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
5641
5642 * message.el: Revert last changes.
5643 (message-insert-citation-line): Use newlines.
5644
5645 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
5646
5647 * message.el (message-courtesy-message)
5648 (message-mark-insert-begin, message-mark-insert-end)
5649 (message-elide-ellipsis, message-cancel-message)
5650 (message-add-header, message-change-subject)
5651 (message-cross-post-followup-to-header)
5652 (message-cross-post-insert-note, message-reduce-to-to-cc)
5653 (message-widen-reply, message-delete-not-region)
5654 (message-kill-to-signature, message-insert-signature)
5655 (message-insert-importance-high, message-insert-importance-low)
5656 (message-insert-or-toggle-importance)
5657 (message-insert-disposition-notification-to)
5658 (message-indent-citation, message-yank-original)
5659 (message-cite-original-without-signature, message-cite-original)
5660 (message-insert-citation-line, message-position-on-field)
5661 (message-fix-before-sending, message-send-mail-partially)
5662 (message-send-mail, message-send-mail-with-sendmail)
5663 (message-send-mail-with-qmail, message-send-news)
5664 (message-check-news-header-syntax, message-generate-headers)
5665 (message-insert-courtesy-copy, message-fill-address)
5666 (message-fill-header, message-shorten-references)
5667 (message-setup-1, message-cancel-news)
5668 (message-forward-make-body-plain, message-forward-make-body-mime)
5669 (message-forward-make-body-mml, message-encode-message-body)
5670 (message-forward-make-body-digest-plain)
5671 (message-forward-make-body-digest-mime)
5672 (message-use-alternative-email-as-from): Insert `hard-newline'
5673 instead of ordinary newlines.
5674
5675 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
5676
5677 * message.el (message-generate-headers): Downcase the argument
5678 given to message-check-element.
5679
5680 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
5681
5682 * nntp.el (nntp-authinfo-rejected): New error condition.
5683 (nntp-wait-for): Use new error condition to signal authentication
5684 error.
5685 (nntp-retrieve-data): Rethrow new error condition to break out of
5686 recursive call to nntp-send-authinfo.
5687
5688 2005-11-08 Romain Francoise <romain@orebokech.com>
5689
5690 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
5691 (gnus-summary-exit-map): Bind to `Z p'.
5692 (gnus-summary-make-menu-bar): Add menu item.
5693
5694 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
5695
5696 * gnus-art.el (gnus-article-treat-custom): Add `first'.
5697 (gnus-treat-*): Add `first' in all doc strings.
5698
5699 * gnus-group.el (gnus-group-compact-group): Fix typo.
5700
5701 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
5702
5703 * gnus.el (gnus-parameters-case-fold-search): New variable.
5704 (gnus-parameters-get-parameter): Use it.
5705
5706 * gnus-score.el (gnus-home-score-file): Doc fix.
5707
5708 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
5709
5710 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
5711
5712 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
5713
5714 * mm-util.el (mm-special-display-p): New function.
5715
5716 * mml.el (mml-preview): Use it; doc fix.
5717
5718 2005-10-29 Romain Francoise <romain@orebokech.com>
5719
5720 * message.el (message-fix-before-sending): Fix comment.
5721
5722 2005-10-29 Jari Aalto <jari.aalto@cante.net>
5723
5724 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
5725
5726 2005-10-29 Jari Aalto <jari.aalto@cante.net>
5727
5728 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
5729 Used in gnus-score.el.
5730
5731 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
5732
5733 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
5734
5735 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
5736
5737 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
5738 whitespace removed in revision 7.8. Use concatenated string to
5739 protect trailing whitespace.
5740
5741 2005-10-27 Jouni K. Sepp\e,Ad\e(Bnen <jks@iki.fi>
5742
5743 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
5744 (nnimap-request-expire-articles): Use it to avoid sending 'UID
5745 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
5746 Courier IMAP ("some version from 2004"). Mostly based on similar
5747 code in the same function.
5748
5749 2005-10-26 Didier Verna <didier@xemacs.org>
5750
5751 * gnus-group.el (gnus-group-compact-group): Invalidate original
5752 article buffer.
5753 * gnus-srvr.el (gnus-server-compact-server): Ditto.
5754 * nnml.el (nnml-request-compact-group): handle self Xref: field in
5755 NOV database and in article itself.
5756 Invalidate article backlog.
5757
5758 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
5759
5760 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
5761
5762 2005-10-26 Simon Josefsson <jas@extundo.com>
5763
5764 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
5765 part of 2004-07-25 change.
5766
5767 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
5768
5769 * message.el (message-display-completion-list): New function.
5770 (message-expand-group): Use it; make sure the Completions buffer
5771 is modifiable.
5772
5773 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
5774
5775 * imap.el (imap-open): Handle case where buffer is a buffer
5776 object.
5777
5778 2005-10-24 Eli Zaretskii <eliz@gnu.org>
5779
5780 * pgg-def.el:
5781 * pgg-gpg.el:
5782 * pgg-parse.el:
5783 * pgg-pgp.el:
5784 * pgg-pgp5.el:
5785 * pgg.el: Move to the parent lisp directory.
5786
5787 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
5788
5789 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
5790 user-mail-name is an empty string.
5791
5792 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
5793
5794 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
5795 depending on gnus-score-decay-constant.
5796
5797 * encrypt.el (encrypt-insert-file-contents)
5798 (encrypt-write-file-contents): Don't use `gnus-message'.
5799
5800 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
5801 arguments.
5802 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
5803 arguments to mm-uu-verbatim-marks-extract.
5804 (mm-uu-hide-markers): New variable.
5805 (mm-uu-extract): Use face similar to `gnus-cite-3'.
5806
5807 * gnus-fun.el (gnus-convert-image-to-x-face-command)
5808 (gnus-convert-image-to-face-command): Use "convert" by default to
5809 allow other input image formats.
5810 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
5811 accordingly.
5812
5813 2005-10-23 Simon Josefsson <jas@extundo.com>
5814
5815 * imap.el (imap-gssapi-program): Align command line parameters
5816 with latest GNU SASL.
5817 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
5818
5819 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5820
5821 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
5822 HTML.
5823 (nnslashdot-request-article): Ditto.
5824
5825 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
5826
5827 * mail-source.el (mail-source-fetch-pop): Require pop3.
5828 (mail-source-check-pop): Ditto.
5829
5830 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
5831
5832 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
5833 errors.
5834
5835 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
5836
5837 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
5838 (gnus-treat-strip-leading-blank-lines): Improve doc string.
5839
5840 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
5841
5842 * mm-bodies.el (mm-decode-string): Call
5843 `mm-charset-to-coding-system' with allow-override argument.
5844
5845 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
5846
5847 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
5848 (rfc2047-charset-to-coding-system): New function.
5849 (rfc2047-decode-encoded-words): New function.
5850 (rfc2047-decode-region): Use them.
5851 (rfc2047-decode-cte): Remove.
5852 (rfc2047-parse-and-decode): Remove.
5853 (rfc2047-decode): Remove.
5854
5855 2005-10-15 Kenichi Handa <handa@m17n.org>
5856
5857 * rfc2047.el (rfc2047-decode-cte): New function.
5858 (rfc2047-decode-region): Change the way to decode successive
5859 encoded-words: decode B- or Q-encoding in each encoded-word,
5860 concatenate them, and decode it as charset.
5861
5862 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
5863
5864 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
5865 widget-move-and-invoke.
5866 (gnus-custom-mode): Use gnus-custom-map.
5867
5868 2005-10-15 Bill Wohler <wohler@newt.com>
5869
5870 * message.el (message-tool-bar-map): Renamed image file from
5871 mail_send to mail/send.
5872
5873 2005-10-16 Masatake YAMATO <jet@gyve.org>
5874
5875 * message.el (message-expand-group): Pass the common
5876 prefix substring of completion to `display-completion-list'.
5877
5878 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
5879
5880 * mml-sec.el (mml-secure-method): New internal variable.
5881 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
5882 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
5883 functions using mml-secure-method.
5884
5885 * mml.el (mml-mode-map): Add key bindings for those functions.
5886 (mml-menu): Simplify security menu entries. Suggested by Jesper
5887 Harder <harder@myrealbox.com>.
5888 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
5889 end of message if point is the headers of the message.
5890
5891 * message.el (message-in-body-p): New function.
5892
5893 * assistant.el: Autoload gnus-util and netrc.
5894
5895 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
5896 Use `mm-charset-override-alist' only when decoding.
5897
5898 * mm-bodies.el (mm-decode-body): Call
5899 `mm-charset-to-coding-system' with allow-override argument.
5900
5901 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
5902 `filename' from Content-Disposition if Content-Type doesn't
5903 provide `name'.
5904 (gnus-mime-view-part-as-type): Set default instead of
5905 initial-input.
5906
5907 2005-10-09 Daniel Brockman <daniel@brockman.se>
5908
5909 * format-spec.el (format-spec): Propagate text properties of % spec.
5910
5911 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
5912
5913 * gnus-art.el (gnus-treat-predicate): Add `first'.
5914
5915 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
5916
5917 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
5918 (mm-charset-override-alist): New variable.
5919 (mm-charset-to-coding-system): Use it.
5920 (mm-codepage-setup): New helper function.
5921 (mm-charset-eval-alist): New variable.
5922 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
5923 about unknown charsets.
5924
5925 2005-10-04 David Hansen <david.hansen@gmx.net>
5926
5927 * nnrss.el (nnrss-request-article): Add support for the comments tag.
5928 (nnrss-check-group): Ditto.
5929
5930 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
5931
5932 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
5933 Rename x-gnus-verbatim to x-verbatim.
5934 (mm-uu-type-alist): Fix regexp for verbatim-marks.
5935
5936 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
5937 x-verbatim.
5938
5939 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
5940
5941 * gnus-util.el (gnus-remove-duplicates): Remove.
5942
5943 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
5944 instead of gnus-remove-duplicates.
5945
5946 * message.el (message-remove-duplicates): Remove.
5947 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
5948 message-remove-duplicates.
5949
5950 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
5951 available, else use implementation from `delete-dups'.
5952
5953 * message.el (message-insert-expires): New function.
5954 (message-mode-map): Add key binding.
5955 (message-mode-field-menu): Add menu entry.
5956 (message-mode): Document it.
5957 (message-make-expires-date): Use `message-make-date'.
5958
5959 2005-10-04 Josh Huber <huber@alum.wpi.edu>
5960
5961 * message.el (message-make-expires-date): New function.
5962
5963 2005-10-04 Katsumi Yamaoka <yamaoka@jpl.org>
5964
5965 * Makefile.in (list-installed-shadows): New entry.
5966 (install): Use it.
5967 (remove-installed-shadows): New entry.
5968
5969 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
5970
5971 * time-date.el: Autoload parse-time-string, XEmacs needs it.
5972
5973 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
5974
5975 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
5976 function rather than the diff-mode.el package.
5977 (mm-display-external): Use with-current-buffer.
5978 (mm-viewer-completion-map, mm-viewer-completion-map):
5979 Move initialization inside declaration.
5980
5981 2005-09-29 Simon Josefsson <jas@extundo.com>
5982
5983 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
5984 autoload mail-check-payment.
5985 (spam-check-hashcash): Define unconditionally, since hashcash.el
5986 is part of Gnus now. Ignore errors from payment checking.
5987
5988 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
5989
5990 * message.el (message-bold-region, message-unbold-region): Rename
5991 from `bold-region' and `unbold-region'.
5992
5993 * message.el: Remove useless autoloads.
5994
5995 2005-09-28 Simon Josefsson <jas@extundo.com>
5996
5997 * message.el (message-use-idna): Default to t.
5998 (message-use-idna): Test whether encoding works too. Doc fix.
5999
6000 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6001
6002 * nntp.el (nntp-warn-about-losing-connection): Remove.
6003
6004 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
6005
6006 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
6007 customizable. Change default value.
6008 (mm-uu-diff-groups-regexp): Change default value.
6009 (mm-uu-type-alist): Add doc string.
6010 (mm-uu-configure): Add doc string. Make it interactive.
6011 (mm-uu-tex-groups-regexp): New variable.
6012 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
6013 (mm-uu-type-alist): Add LaTeX documents.
6014 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
6015 of "text/verbatim".
6016 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
6017
6018 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
6019 instead of "text/verbatim".
6020
6021 * message.el (message-mark-inserted-region)
6022 (message-mark-insert-file): Use slrn style marks when called with
6023 prefix argument.
6024
6025 2005-09-27 Simon Josefsson <jas@extundo.com>
6026
6027 * message.el (message-idna-to-ascii-rhs-1): Reformat.
6028
6029 2005-09-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6030
6031 * message.el (message-remove-duplicates): New function.
6032 Implementation borrowed from `gnus-remove-duplicates'.
6033 (message-idna-to-ascii-rhs): Also encode idna addresses in
6034 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6035 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
6036 only ask about the same idna domain once per header and also tell
6037 in what header to replace the idna domain.
6038
6039 * gnus-art.el (article-decode-idna-rhs): Also decode idna
6040 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6041 (article-decode-idna-rhs): Fix regexp so that all idna-address in
6042 a header is decoded and not just the last one.
6043
6044 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
6045
6046 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
6047 has been decoded.
6048
6049 * mm-decode.el (mm-automatic-display): Add text/verbatim.
6050 (mm-insert-part): Don't modify text if it has been decoded.
6051
6052 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
6053 decoded.
6054
6055 * mm-view.el (mm-inline-text): Don't strip text props unless
6056 decoding enriched or richtext parts.
6057
6058 2005-09-25 Romain Francoise <romain@orebokech.com>
6059
6060 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
6061 * gnus-start.el (gnus-subscribe-interactively):
6062 * gnus-uu.el (gnus-uu-grab-articles):
6063 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
6064 space.
6065
6066 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
6067
6068 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6069 * mm-view.el (mm-view-pkcs7-decrypt):
6070 * gnus-sum.el (gnus-summary-limit-to-extra)
6071 (gnus-summary-respool-article, gnus-read-move-group-name):
6072 * gnus-score.el (gnus-summary-increase-score):
6073 * gnus-util.el (gnus-completing-read-with-default):
6074 * gnus-art.el (gnus-read-save-file-name)
6075 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
6076 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
6077 * message.el (message-check-news-header-syntax):
6078 Follow convention for reading with the minibuffer.
6079
6080 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
6081
6082 * spam-report.el (spam-report-url-ping-plain):
6083 Use gnus-extended-version as User-Agent.
6084
6085 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
6086 default value is nil.
6087
6088 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
6089 (mm-uu-verbatim-marks-extract): New function.
6090 (mm-uu-extract): New face.
6091 (mm-uu-copy-to-buffer): Use it.
6092
6093 * spam-report.el (spam-report-gmane-ham): Renamed from
6094 `spam-report-gmane-unspam'.
6095 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
6096 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
6097
6098 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
6099 Autoload.
6100 (spam-report-gmane-unregister-routine): Renamed
6101 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
6102
6103 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
6104
6105 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
6106 (spam-report-gmane-unregister-routine): Add support for gmane
6107 unregistration.
6108
6109 * spam-report.el (spam-report-gmane-unspam)
6110 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
6111 (spam-report-gmane): Change to take a single article and do unspam
6112 registration.
6113
6114 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
6115
6116 * mm-url.el (mm-url-decode-entities): Fix regexp.
6117
6118 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6119
6120 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
6121 default to nil, to be able to use Gnus at all. If the default
6122 switches to something else, then the function should be fixed not
6123 be exceedingly slow.
6124
6125 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
6126
6127 * gnus-start.el (gnus-activate-group): If the server is nil, don't
6128 fail hard.
6129
6130 * spam-report.el: Add better Keywords line.
6131
6132 * spam.el: Add Maintainer and better Keywords line.
6133
6134 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
6135
6136 * gnus-art.el (gnus-article-replace-part)
6137 (gnus-mime-replace-part): New functions.
6138 (gnus-mime-action-alist, gnus-mime-button-commands)
6139 (gnus-mime-save-part-and-strip): Added file argument.
6140 (gnus-article-part-wrapper): Added interactive argument.
6141
6142 * gnus-sum.el (gnus-summary-mime-map): Add
6143 `gnus-article-replace-part'.
6144
6145 2005-09-19 Didier Verna <didier@xemacs.org>
6146
6147 The nnml compaction feature:
6148 * nnml.el (nnml-request-compact-group): New function.
6149 * nnml.el (nnml-request-compact): New function.
6150 * gnus-int.el (gnus-request-compact-group): New function.
6151 * gnus-int.el (gnus-request-compact): New function.
6152 * gnus-group.el (gnus-group-compact-group): New function.
6153 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
6154 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
6155 * gnus-srvr.el (gnus-server-compact-server): New function.
6156 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
6157 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
6158
6159 2005-09-18 Deepak Goel <deego@gnufans.org>
6160
6161 * sieve.el (sieve-help): Fix `message' call: first arg should be a
6162 format spec.
6163
6164 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
6165
6166 * gnus.el (gnus-group-startup-message): Bind image-load-path.
6167
6168 2005-09-15 Romain Francoise <romain@orebokech.com>
6169
6170 * message.el (message-fill-paragraph): Clarify docstring.
6171
6172 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
6173
6174 * gnus-art.el (gnus-mime-display-part): Protect against broken
6175 MIME messages.
6176
6177 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
6178
6179 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
6180 before parsing header.
6181
6182 2005-09-11 Jari Aalto <jari.aalto@cante.net>
6183
6184 * html2text.el (html2text-replace-list): Add new entities.
6185
6186 2005-09-11 Romain Francoise <romain@orebokech.com>
6187
6188 * message.el (message-alternative-emails): Improve docstring.
6189 (message-setup-1): Call `message-use-alternative-email-as-from'
6190 after `message-setup-hook' to give it precedence over posting
6191 styles, etc.
6192 (message-use-alternative-email-as-from): Add docstring. Remove
6193 the original From header if present.
6194
6195 * nnml.el (nnml-compressed-files-size-threshold): New variable.
6196 (nnml-save-mail): Use it.
6197
6198 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
6199 articles. Add new argument `silent'.
6200 (gnus-uu-mark-all): Report the total number of marked articles.
6201
6202 2005-09-10 Romain Francoise <romain@orebokech.com>
6203
6204 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
6205 (gnus-uu-mark-series): Likewise.
6206
6207 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
6208
6209 * spam-report.el (spam-report-gmane): Fix generation of spam
6210 report URL.
6211
6212 2005-09-10 Simon Josefsson <jas@extundo.com>
6213
6214 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
6215 t, based on discussion on the ding list with Robert Epprecht
6216 <epprecht@solnet.ch>.
6217
6218 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
6219
6220 * spam-report.el (spam-report-gmane): Make it work without
6221 X-Report-Spam header. Gmane now only provides Archived-At.
6222 This is only used if `spam-report-gmane-use-article-number' is nil.
6223 (spam-report-gmane-spam-header): Remove. Not used anymore.
6224
6225 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
6226 make `gnus-summary-sort-by-recipient' work with threading.
6227
6228 * nnweb.el (nnweb-google-wash-article): Print a message if article
6229 is not available.
6230
6231 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6232
6233 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
6234 change. Decode text/* parts content before displaying.
6235
6236 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
6237
6238 * mml-smime.el: Remove defvar of gnus-extract-address-components.
6239
6240 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
6241
6242 * mm-view.el (mm-display-inline-fontify): Disable support modes.
6243
6244 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
6245
6246 * message.el (message-tab-body-function): Fixed mismatched custom
6247 type.
6248
6249 * gnus.el (gnus-group-change-level-function): Ditto.
6250
6251 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
6252
6253 * gnus-art.el (gnus-signature-limit)
6254 (gnus-article-mime-part-function): Ditto.
6255
6256 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
6257
6258 * mml.el (mml-mode): Silence the byte compiler.
6259
6260 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
6261 using `(sit-for 0)' before moving the point to the specified part;
6262 skip unbuttonized parts.
6263 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
6264 return to the summary window if gnus-auto-select-part is non-nil.
6265
6266 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
6267
6268 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
6269 variables.
6270 (mml-dnd-attach-file, mml-mode): Use them.
6271
6272 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
6273 Make fetching article by MID work again for Google Groups. Added
6274 FIXME concerning gnus-group-make-web-group.
6275
6276 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
6277 Don't depend on Gnus by using mail-extract-address-components if
6278 gnus-extract-address-components is not bound.
6279
6280 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6281
6282 * gnus-art.el (gnus-mime-display-security): Don't display the
6283 signature, but only the signed part.
6284
6285 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
6286
6287 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
6288
6289 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
6290 list, not listp.
6291
6292 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
6293
6294 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
6295 when encoding.
6296
6297 * mm-bodies.el (mm-decode-content-transfer-encoding):
6298 De-canonicalize CRLF for all text content types, not just
6299 text/plain.
6300
6301 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6302
6303 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
6304 valid article; point arrow and cursor at the MIME button.
6305
6306 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
6307
6308 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
6309 Suggested by Dan Christensen <jdc@uwo.ca>.
6310
6311 * mm-decode.el (mm-save-part): Enable change of prompt.
6312
6313 2005-08-29 Jari Aalto <jari.aalto@cante.net>
6314
6315 * gnus-msg.el (gnus-inews-add-send-actions): Made
6316 `message-post-method' lambda parameter ARG `&optional'.
6317
6318 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
6319
6320 * gnus-sum.el (gnus-summary-mime-map): Added
6321 gnus-article-save-part-and-strip, gnus-article-delete-part and
6322 gnus-article-jump-to-part.
6323
6324 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
6325 (gnus-article-edit-part): Use it.
6326 (gnus-article-part-wrapper): Added no-handle argument.
6327 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
6328 functions.
6329
6330 2005-08-29 Romain Francoise <romain@orebokech.com>
6331
6332 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
6333 docstring.
6334 (gnus-face-from-file): Likewise.
6335
6336 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
6337
6338 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
6339 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
6340 non-nil.
6341 (gnus-auto-select-part): New variable.
6342 (gnus-article-jump-to-part): New function.
6343 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
6344 (gnus-mime-delete-part): Allow selecting specified part after
6345 deleting or stripping parts.
6346 (gnus-article-jump-to-part): Don't use `read-number'. Use last
6347 part if argument is bogus.
6348
6349 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
6350
6351 * gnus-art.el (w3m-minor-mode-map):
6352 * gnus-spec.el (gnus-newsrc-file-version):
6353 * gnus-util.el (nnmail-active-file-coding-system)
6354 (gnus-original-article-buffer, gnus-user-agent):
6355 * gnus.el (gnus-ham-process-destinations)
6356 (gnus-parameter-ham-marks-alist)
6357 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
6358 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
6359 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
6360 * mm-decode.el (gnus-current-window-configuration):
6361 * mm-extern.el (gnus-article-mime-handles):
6362 * mm-url.el (url-current-object, url-package-name)
6363 (url-package-version):
6364 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
6365 (smime-keys, w3m-cid-retrieve-function-alist)
6366 (w3m-current-buffer, w3m-display-inline-images)
6367 (w3m-minor-mode-map):
6368 * mml-smime.el (gnus-extract-address-components):
6369 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
6370 (gnus-newsrc-hashtb, message-default-charset)
6371 (message-deletable-headers, message-options)
6372 (message-posting-charset, message-required-mail-headers)
6373 (message-required-news-headers):
6374 * mml1991.el (mc-pgp-always-sign):
6375 * mml2015.el (mc-pgp-always-sign):
6376 * nnheader.el (nnmail-extra-headers):
6377 * rfc1843.el (gnus-decode-encoded-word-function)
6378 (gnus-decode-header-function, gnus-newsgroup-name):
6379 * spam-stat.el (gnus-original-article-buffer): Add defvars.
6380
6381 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
6382
6383 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
6384 the end of the date treatments.
6385
6386 2005-08-15 Simon Josefsson <jas@extundo.com>
6387
6388 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
6389 it in url-handlers.el and XEmacs in url.el. Reported by Luca
6390 Capello and Romain Francoise.
6391 (pgg-fetch-key-function): Removed, not used?
6392 (pgg-insert-url-with-w3): Require url, to get
6393 url-insert-file-contents regardless of where it is defined.
6394
6395 2005-08-13 Romain Francoise <romain@orebokech.com>
6396
6397 * message.el (message-cite-original-1): New function.
6398 (message-cite-original): Use it.
6399 (message-cite-original-without-signature): Ditto.
6400
6401 2005-08-08 Romain Francoise <romain@orebokech.com>
6402
6403 * message.el (message-yank-empty-prefix): New variable.
6404 (message-indent-citation): Use it.
6405 (message-cite-original-without-signature): Respect X-No-Archive.
6406
6407 2005-08-08 Simon Josefsson <jas@extundo.com>
6408
6409 * pgg.el: Autoload url-insert-file-contents instead of loading
6410 w3/url.
6411 (pgg-insert-url-with-w3): Don't load url here.
6412
6413 2005-08-07 Jesper Harder <harder@phys.au.dk>
6414
6415 * message.el (message-kill-to-signature): Don't insert newline at
6416 bol.
6417 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
6418
6419 2005-08-06 Romain Francoise <romain@orebokech.com>
6420
6421 * message.el (message-user-fqdn): Fix typo in docstring.
6422
6423 2005-08-05 Daiki Ueno <ueno@unixuser.org>
6424
6425 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
6426
6427 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
6428
6429 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
6430
6431 * mm-bodies.el (mm-encode-body): Use coding system rather than
6432 charset to encode text.
6433
6434 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
6435 number of charsets if utf-8 is available (XEmacs).
6436
6437 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
6438
6439 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
6440 taken from `gnus-button-mid-or-mail-regexp'.
6441 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
6442 (gnus-button-alist): Improve regexp for domain part of the MIDs
6443 for news:localpart@domain buttons.
6444 (gnus-button-ctan-directory-regexp): Update.
6445
6446 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
6447
6448 * sieve-manage.el (sieve-manage-interactive-login): Use
6449 make-local-variable rather than make-variable-buffer-local.
6450 (sieve-manage-open): Ditto.
6451 (sieve-manage-authenticate): Ditto.
6452
6453 * mml.el (mml-generate-mime-1): Make the content type default to
6454 text/plain if the filename is not specified.
6455
6456 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
6457
6458 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
6459 instead of insert-buffer.
6460
6461 * message.el (message-yank-original): Ditto; set the mark at the
6462 end of the yanked message.
6463
6464 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
6465
6466 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
6467 lines to scroll rather than to stop it.
6468
6469 * mml.el (mml-generate-default-type): Add doc string.
6470 (mml-generate-mime-1): Use mm-default-file-encoding or make it
6471 default to application/octet-stream when determining the content
6472 type if it is not specified for the part or the mml contents; add
6473 a comment about mml-generate-default-type.
6474
6475 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
6476
6477 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
6478 make it default to application/octet-stream when determining the
6479 content type if it is not specified for the external contents.
6480
6481 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6482
6483 * rfc2231.el (rfc2231-parse-string): Take care that not only a
6484 segmented parameter but also other parameters might be there.
6485
6486 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
6487
6488 * mm-decode.el (mm-display-external): Delete temp file, directory
6489 and buffer immediately if the external process is exited.
6490
6491 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
6492
6493 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
6494 fewer lines than that of scroll-margin.
6495 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
6496
6497 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
6498
6499 * gnus-art.el (gnus-article-next-page): Revert.
6500 (gnus-article-beginning-of-window): New macro.
6501 (gnus-article-next-page-1): Use it.
6502 (gnus-article-prev-page): Ditto.
6503 (gnus-article-edit-part): Use insert-buffer-substring instead of
6504 insert-buffer.
6505 (gnus-article-edit-exit): Ditto.
6506
6507 * gnus-util.el (gnus-beginning-of-window): Remove.
6508 (gnus-end-of-window): Remove.
6509
6510 2005-07-25 Simon Josefsson <jas@extundo.com>
6511
6512 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
6513 to have the url package without w3. Reported by Daiki Ueno
6514 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
6515
6516 2005-07-20 Didier Verna <didier@xemacs.org>
6517
6518 * gnus-diary.el: Remove the description comment (nndiary is now
6519 properly documented in the Gnus manual).
6520 Fix the spelling of "Back End".
6521 * nndiary.el: Ditto.
6522 Fix the copyright notice.
6523
6524 2005-07-18 Romain Francoise <romain@orebokech.com>
6525
6526 * gnus-sum.el (gnus-summary-to-prefix,
6527 gnus-summary-newsgroup-prefix): New variables.
6528 (gnus-summary-from-or-to-or-newsgroups): Use them.
6529
6530 2005-07-17 Romain Francoise <romain@orebokech.com>
6531
6532 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
6533 space as it's generally not especially interesting to the user.
6534
6535 2005-07-16 Romain Francoise <romain@orebokech.com>
6536
6537 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
6538 nil to avoid prompting and file modification if one of the
6539 messages at the top of the nnfolder file contains a copyright
6540 notice.
6541 Update copyright notice.
6542
6543 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
6544 instead of `current-time-string' as the latter creates a time
6545 string that is not RFC 2822 compliant (it lacks the zone).
6546 Update copyright notice.
6547
6548 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
6549
6550 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
6551 for text/rtf. Display default in prompt. Pass default for M-n.
6552
6553 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
6554
6555 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6556
6557 * gnus-msg.el (gnus-button-mailto): Remove
6558 save-selected-window-window hackery because it relies on
6559 save-selected-window internals.
6560
6561 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
6562
6563 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
6564 (gnus-article-next-page-1): Use gnus-beginning-of-window.
6565 (gnus-article-prev-page): Ditto.
6566
6567 * gnus-util.el (gnus-beginning-of-window): New function.
6568 (gnus-end-of-window): New function.
6569
6570 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
6571
6572 * gnus-score.el (gnus-score-edit-all-score): Set
6573 gnus-score-edit-exit-function to gnus-score-edit-done and call
6574 gnus-message.
6575
6576 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6577
6578 * gnus-msg.el (gnus-button-mailto): Remove
6579 save-selected-window-window hackery because it relies on
6580 save-selected-window internals.
6581
6582 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
6583
6584 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
6585 add-minor-mode.
6586 (gnus-binary-mode): Ditto.
6587
6588 * gnus-topic.el (gnus-topic-mode): Ditto.
6589
6590 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
6591
6592 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
6593 (gnus-article-prev-page): Take scroll-margin into consideration.
6594
6595 2005-07-04 Lute Kamstra <lute@gnu.org>
6596
6597 Update FSF's address in GPL notices.
6598
6599 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
6600
6601 * gnus.el (gnus-exit):
6602 * gnus-group.el (gnus-group-icons):
6603 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
6604
6605 * gnus-nocem.el (gnus-nocem):
6606 * message.el (message-various, message-buffers, message-sending)
6607 (message-interface, message-forwarding, message-insertion)
6608 (message-headers, message-news, message-mail):
6609 * pgg-gpg.el (pgg-gpg):
6610 * pgg-parse.el (pgg-parse):
6611 * pgg-pgp.el (pgg-pgp):
6612 * pgg-pgp5.el (pgg-pgp5):
6613 * pop3.el (pop3): Finish `defgroup' description with period.
6614
6615 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
6616
6617 * gnus-art.el (article-display-face): Improve the efficiency.
6618 (article-display-x-face): Ditto; remove grey x-face stuff.
6619
6620 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
6621
6622 * gnus-art.el (article-display-face): Correct the position in
6623 which Faces are inserted.
6624
6625 2005-06-29 Didier Verna <didier@xemacs.org>
6626
6627 * gnus-art.el (article-display-face): Display faces in correct
6628 order.
6629
6630 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
6631
6632 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
6633 (gnus-fill-real-hashtb): Use hash table instead of obarray.
6634 (gnus-nocem-check-article): Fetch the Type header.
6635 (gnus-nocem-message-wanted-p): Fix the way to examine types.
6636 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
6637 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
6638 make sure gnus-nocem-hashtb is initialized.
6639 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
6640 (gnus-nocem-unwanted-article-p): Ditto.
6641
6642 * pgg.el (pgg-verify): Return the verification result.
6643
6644 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6645
6646 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
6647 is ascii.
6648
6649 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
6650
6651 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
6652 `show-nonbreak-escape'.
6653
6654 2005-06-23 Lute Kamstra <lute@gnu.org>
6655
6656 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
6657
6658 * dig.el (dig-mode):
6659 * smime.el (smime-mode): Use gnus-run-mode-hooks.
6660
6661 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
6662
6663 * nnimap.el (nnimap-split-download-body): Fix spellings.
6664
6665 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
6666
6667 * gnus-art.el (gnus-article-encrypt-body):
6668 * gnus-cus.el (gnus-score-customize):
6669 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
6670 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
6671
6672 2005-06-16 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6673
6674 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
6675 header by looking for magic "MII" at the beginnig.
6676
6677 2005-06-16 Miles Bader <miles@gnu.org>
6678
6679 * assistant.el (assistant-field): Remove "-face" suffix from face name.
6680 (assistant-field-face): New backward-compatibility alias for renamed
6681 face.
6682 (assistant-render-text): Use renamed assistant-field face.
6683
6684 * spam.el (spam): Remove "-face" suffix from face name.
6685 (spam-face): New backward-compatibility alias for renamed face.
6686 (spam-face, spam-initialize): Use renamed spam face.
6687
6688 * message.el (message-header-to, message-header-cc)
6689 (message-header-subject, message-header-newsgroups)
6690 (message-header-other, message-header-name)
6691 (message-header-xheader, message-separator, message-cited-text)
6692 (message-mml): Remove "-face" suffix from face names.
6693 (message-header-to-face, message-header-cc-face)
6694 (message-header-subject-face, message-header-newsgroups-face)
6695 (message-header-other-face, message-header-name-face)
6696 (message-header-xheader-face, message-separator-face)
6697 (message-cited-text-face, message-mml-face):
6698 New backward-compatibility aliases for renamed faces.
6699 (message-font-lock-keywords): Use renamed message faces.
6700
6701 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
6702 (sieve-test-commands, sieve-tagged-arguments):
6703 Remove "-face" suffix from face names.
6704 (sieve-control-commands-face, sieve-action-commands-face)
6705 (sieve-test-commands-face, sieve-tagged-arguments-face):
6706 New backward-compatibility aliases for renamed faces.
6707 (sieve-control-commands-face, sieve-action-commands-face)
6708 (sieve-test-commands-face, sieve-tagged-arguments-face):
6709 Use renamed sieve faces.
6710
6711 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
6712 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
6713 (gnus-group-news-3-empty, gnus-group-news-4)
6714 (gnus-group-news-4-empty, gnus-group-news-5)
6715 (gnus-group-news-5-empty, gnus-group-news-6)
6716 (gnus-group-news-6-empty, gnus-group-news-low)
6717 (gnus-group-news-low-empty, gnus-group-mail-1)
6718 (gnus-group-mail-1-empty, gnus-group-mail-2)
6719 (gnus-group-mail-2-empty, gnus-group-mail-3)
6720 (gnus-group-mail-3-empty, gnus-group-mail-low)
6721 (gnus-group-mail-low-empty, gnus-summary-selected)
6722 (gnus-summary-cancelled, gnus-summary-high-ticked)
6723 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
6724 (gnus-summary-high-ancient, gnus-summary-low-ancient)
6725 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
6726 (gnus-summary-low-undownloaded)
6727 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
6728 (gnus-summary-low-unread, gnus-summary-normal-unread)
6729 (gnus-summary-high-read, gnus-summary-low-read)
6730 (gnus-summary-normal-read, gnus-splash):
6731 Remove "-face" suffix from face names.
6732 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6733 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6734 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6735 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6736 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6737 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6738 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6739 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6740 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6741 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6742 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6743 (gnus-summary-selected-face, gnus-summary-cancelled-face)
6744 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6745 (gnus-summary-normal-ticked-face)
6746 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
6747 (gnus-summary-normal-ancient-face)
6748 (gnus-summary-high-undownloaded-face)
6749 (gnus-summary-low-undownloaded-face)
6750 (gnus-summary-normal-undownloaded-face)
6751 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6752 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6753 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6754 (gnus-splash-face):
6755 New backward-compatibility aliases for renamed faces.
6756 (gnus-group-startup-message): Use renamed gnus faces.
6757
6758 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
6759 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
6760 (gnus-server-agent): Remove "-face" suffix from face names.
6761 (gnus-server-agent-face, gnus-server-opened-face)
6762 (gnus-server-closed-face, gnus-server-denied-face)
6763 (gnus-server-offline-face):
6764 New backward-compatibility aliases for renamed faces.
6765 (gnus-server-agent-face, gnus-server-opened-face)
6766 (gnus-server-closed-face, gnus-server-denied-face)
6767 (gnus-server-offline-face): Use renamed gnus faces.
6768
6769 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
6770 Remove "-face" suffix from face names.
6771 (gnus-picon-xbm-face, gnus-picon-face):
6772 New backward-compatibility aliases for renamed faces.
6773
6774 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
6775 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
6776 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
6777 (gnus-cite-11): Remove "-face" suffix from face names.
6778 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
6779 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
6780 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
6781 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
6782 New backward-compatibility aliases for renamed faces.
6783 (gnus-cite-attribution-face, gnus-cite-face-list)
6784 (gnus-article-boring-faces): Use renamed gnus faces.
6785
6786 * gnus-art.el (gnus-signature, gnus-header-from)
6787 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
6788 (gnus-header-content): Remove "-face" suffix from face names.
6789 (gnus-signature-face, gnus-header-from-face)
6790 (gnus-header-subject-face, gnus-header-newsgroups-face)
6791 (gnus-header-name-face, gnus-header-content-face):
6792 New backward-compatibility aliases for renamed faces.
6793 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
6794
6795 * gnus-sum.el (gnus-summary-selected-face)
6796 (gnus-summary-highlight): Use renamed gnus faces.
6797 * gnus-group.el (gnus-group-highlight): Likewise.
6798
6799 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
6800
6801 * gnus-sieve.el (gnus-sieve-article-add-rule):
6802 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
6803 * spam-stat.el (spam-stat-buffer-change-to-spam)
6804 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
6805
6806 * message.el (message-is-yours-p):
6807 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
6808
6809 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
6810
6811 * mm-view.el (mm-inline-text): Withdraw the last change.
6812
6813 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
6814
6815 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
6816 executing enriched-decode.
6817
6818 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
6819
6820 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
6821 charset of tar files.
6822
6823 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
6824
6825 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
6826
6827 2005-06-04 Lute Kamstra <lute@gnu.org>
6828
6829 * nnfolder.el (nnfolder-read-folder): Make sure that undo
6830 information is never recorded.
6831
6832 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
6833
6834 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
6835
6836 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
6837
6838 * pop3.el (pop3-apop): Run md5 in the binary mode.
6839
6840 * starttls.el (starttls-set-process-query-on-exit-flag):
6841 Use eval-and-compile.
6842
6843 2005-05-31 Simon Josefsson <jas@extundo.com>
6844
6845 * smime.el (smime-replace-in-string): Define.
6846 (smime-cert-by-ldap-1): Use it.
6847
6848 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
6849
6850 * gnus-art.el (article-display-x-face): Replace
6851 process-kill-without-query by gnus-set-process-query-on-exit-flag.
6852
6853 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
6854 set-process-query-on-exit-flag or process-kill-without-query.
6855
6856 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
6857 loop instead of replace-regexp.
6858
6859 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
6860 instead of process-kill-without-query if it is available.
6861
6862 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
6863 instead of find-file-hooks if it is available.
6864
6865 * mml1991.el: Bind pgg-default-user-id when compiling.
6866
6867 * mml2015.el: Bind pgg-default-user-id when compiling.
6868
6869 * nndraft.el (nndraft-request-associate-buffer):
6870 Use write-contents-functions instead of write-contents-hooks if it is
6871 available.
6872
6873 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
6874 instead of find-file-hooks if it is available.
6875
6876 * nntp.el (nntp-open-connection): Replace
6877 process-kill-without-query by gnus-set-process-query-on-exit-flag.
6878 (nntp-open-ssl-stream): Ditto.
6879 (nntp-open-tls-stream): Ditto.
6880
6881 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
6882 set-process-query-on-exit-flag or process-kill-without-query.
6883 (starttls-open-stream-gnutls): Use it instead of
6884 process-kill-without-query.
6885 (starttls-open-stream): Ditto.
6886
6887 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
6888
6889 * smime.el (smime-cert-by-ldap-1): Don't use
6890 replace-regexp-in-string.
6891
6892 2005-05-31 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6893
6894 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
6895
6896 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
6897 in PEM format. Adjust to the XEmacs compability.
6898
6899 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
6900
6901 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
6902 by `string-to-number'.
6903 * gnus-agent.el (gnus-agent-regenerate-group)
6904 (gnus-agent-fetch-articles): Ditto.
6905 * gnus-art.el (gnus-button-fetch-group): Ditto.
6906 * gnus-cache.el (gnus-cache-generate-active)
6907 (gnus-cache-articles-in-group): Ditto.
6908 * gnus-group.el (gnus-group-set-current-level)
6909 (gnus-group-insert-group-line): Ditto.
6910 * gnus-score.el (gnus-score-set-expunge-below)
6911 (gnus-score-set-mark-below, gnus-summary-score-effect)
6912 (gnus-summary-score-entry): Ditto.
6913 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
6914 (gnus-soup-pack): Ditto.
6915 * gnus-spec.el (gnus-xmas-format): Ditto.
6916 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
6917 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
6918 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
6919 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
6920 * nndb.el (nndb-get-remote-expire-response): Ditto.
6921 * nndiary.el (nndiary-parse-schedule-value)
6922 (nndiary-string-to-number, nndiary-request-replace-article)
6923 (nndiary-request-article): Ditto.
6924 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
6925 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
6926 * nneething.el (nneething-make-head): Ditto.
6927 * nnfolder.el (nnfolder-request-article)
6928 (nnfolder-retrieve-headers): Ditto.
6929 * nnheader.el (nnheader-file-to-number): Ditto.
6930 * nnkiboze.el (nnkiboze-request-article): Ditto.
6931 * nnmail.el (nnmail-process-unix-mail-format)
6932 (nnmail-process-babyl-mail-format): Ditto.
6933 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
6934 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
6935 (nnmh-request-create-group, nnmh-request-list-1)
6936 (nnmh-request-group, nnmh-request-article): Ditto.
6937 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
6938 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
6939 * nnsoup.el (nnsoup-make-active): Ditto.
6940 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
6941 * nntp.el (nntp-find-group-and-number)
6942 (nntp-retrieve-headers-with-xover): Ditto.
6943 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
6944 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
6945 (pgg-format-key-identifier): Ditto.
6946 * pop3.el (pop3-last, pop3-stat): Ditto.
6947 * qp.el (quoted-printable-decode-region): Ditto.
6948
6949 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
6950 of concat.
6951
6952 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
6953
6954 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
6955
6956 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
6957
6958 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
6959
6960 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
6961
6962 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
6963
6964 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
6965
6966 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
6967 (gnus-carpal-mode): Ditto.
6968
6969 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
6970 (gnus-browse-mode): Ditto.
6971
6972 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
6973
6974 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
6975
6976 2005-05-29 Richard M. Stallman <rms@gnu.org>
6977
6978 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
6979
6980 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
6981
6982 * gnus-util.el (gnus-run-mode-hooks): New function.
6983
6984 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
6985
6986 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
6987
6988 * gnus-agent.el (gnus-agent-make-mode-line-string):
6989 Use mode-line-highlight as mouse-face.
6990
6991 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
6992
6993 * canlock.el (canlock): Change the parent group to news.
6994
6995 * deuglify.el (gnus-outlook-deuglify): Add :group.
6996
6997 * dig.el (dig): Add :group.
6998
6999 * dns-mode.el (dns-mode): Add :group.
7000
7001 * encrypt.el (encrypt): Add :group.
7002
7003 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
7004 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
7005 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
7006 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
7007 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
7008
7009 * gnus-diary.el (gnus-diary): Add :group.
7010
7011 * gnus.el (gnus-group-news-1-face): Add :group.
7012 (gnus-group-news-1-empty-face): Ditto.
7013 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
7014 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
7015 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
7016 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
7017 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
7018 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
7019 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
7020 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
7021 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
7022 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
7023 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
7024 (gnus-summary-high-ticked-face): Ditto.
7025 (gnus-summary-low-ticked-face): Ditto.
7026 (gnus-summary-normal-ticked-face): Ditto.
7027 (gnus-summary-high-ancient-face): Ditto.
7028 (gnus-summary-low-ancient-face): Ditto.
7029 (gnus-summary-normal-ancient-face): Ditto.
7030 (gnus-summary-high-undownloaded-face): Ditto.
7031 (gnus-summary-low-undownloaded-face): Ditto.
7032 (gnus-summary-normal-undownloaded-face): Ditto.
7033 (gnus-summary-high-unread-face): Ditto.
7034 (gnus-summary-low-unread-face): Ditto.
7035 (gnus-summary-normal-unread-face): Ditto.
7036 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
7037 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
7038
7039 * hashcash.el (hashcash): New custom group.
7040 (hashcash-default-payment): Add :group.
7041 (hashcash-payment-alist): Ditto.
7042 (hashcash-default-accept-payment): Ditto.
7043 (hashcash-accept-resources): Ditto.
7044 (hashcash-path): Ditto.
7045 (hashcash-extra-generate-parameters): Ditto.
7046 (hashcash-double-spend-database): Ditto.
7047 (hashcash-in-news): Ditto.
7048
7049 * message.el (message-minibuffer-local-map): Add :group.
7050
7051 * netrc.el (netrc): Add :group.
7052
7053 * sieve-manage.el (sieve-manage-log): Add :group.
7054 (sieve-manage-default-user): Diito.
7055 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
7056 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
7057 (sieve-manage-authenticators): Ditto.
7058 (sieve-manage-authenticator-alist): Ditto.
7059 (sieve-manage-default-port): Ditto.
7060
7061 * sieve-mode.el (sieve-control-commands-face): Add :group.
7062 (sieve-action-commands-face): Ditto.
7063 (sieve-test-commands-face): Ditto.
7064 (sieve-tagged-arguments-face): Ditto.
7065
7066 * smime.el (smime): Add :group.
7067
7068 * spam-report.el (spam-report): Add :group.
7069
7070 * spam.el (spam, spam-face): Add :group.
7071
7072 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7073
7074 * nntp.el (nntp-next-result-arrived-p): Some news servers may
7075 return \n.\n.\n at the end of articles. Protect against that.
7076 (nntp-with-open-group): Allow debugging.
7077
7078 * nnheader.el (mail-header-set-extra): Make into a function
7079 because I just could't understand how to quote the list properly.
7080
7081 * dns.el (query-dns-cached): New function.
7082
7083 2005-05-26 Lute Kamstra <lute@gnu.org>
7084
7085 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
7086
7087 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
7088
7089 * gnus-art.el: Don't autoload mail-extract-address-components.
7090
7091 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
7092 eval-and-compile to evaluate it.
7093
7094 * hashcash.el: Don't autoload executable-find.
7095
7096 * nndb.el: Don't declare the nndb back end two or more times; don't
7097 autoload news-reply-mode, news-setup, cancel-timer and telnet.
7098
7099 * nntp.el: Autoload format-spec instead of format; use
7100 eval-and-compile to evaluate autoload forms.
7101
7102 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
7103
7104 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
7105
7106 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7107
7108 * gnus.el (gnus-version-number): Bump version.
7109
7110 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
7111
7112 * gnus.el: No Gnus v0.3 is released.
7113
7114 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
7115
7116 * gnus-art.el (gnus-article-edit-part): Disable undo.
7117
7118 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
7119
7120 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
7121 gnus-article-date-lapsed-new-header is t if date timer is active;
7122 skip headers in which the original date value is empty.
7123 (gnus-article-save-original-date): Redefine it as a macro.
7124 (gnus-display-mime): Use it.
7125
7126 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
7127
7128 * gnus-art.el (article-date-ut): Support converting date in
7129 forwarded parts as well.
7130 (gnus-article-save-original-date): New function.
7131 (gnus-display-mime): Use it.
7132
7133 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
7134
7135 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
7136 enclosure element of <item>.
7137
7138 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
7139
7140 * message.el (message-kill-buffer-query): Renamed from
7141 `message-kill-buffer-query-if-modified'. Added :version.
7142
7143 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
7144
7145 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
7146 window layout.
7147
7148 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
7149
7150 * mml.el: Autoload dnd when compiling.
7151
7152 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
7153
7154 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
7155 x-dnd-*.
7156
7157 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
7158
7159 * qp.el (quoted-printable-encode-region): Save excursion.
7160
7161 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
7162
7163 * message.el (message-kill-buffer-query-if-modified): Add new variable
7164 so the user can kill a modified message buffer quickly.
7165 (message-kill-buffer): Use it.
7166
7167 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
7168
7169 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
7170 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
7171
7172 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
7173
7174 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
7175 contained in text because xml.el decodes entities) with LFs.
7176
7177 2005-04-11 Lute Kamstra <lute@gnu.org>
7178
7179 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
7180 differently.
7181
7182 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7183
7184 * mm-util.el (mm-detect-coding-region): Typo.
7185
7186 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
7187
7188 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
7189
7190 2005-04-06 D Goel <deego@gnufans.org>
7191
7192 * spam-stat.el (spam-stat-score-buffer): Add a call to a
7193 user-function allow user modifications of the scores.
7194 (spam-stat-score-buffer-user): New function, to allow
7195 user-computed modifications to the score.
7196 (spam-stat-score-buffer-user-functions): List of additional
7197 scoring functions.
7198 (spam-stat-error-holder): Global temporary error holder.
7199 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
7200 variable.
7201
7202 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
7203
7204 * gnus-registry.el (gnus-registry-clean-empty-function)
7205 (gnus-registry-trim, gnus-registry-fetch-groups)
7206 (gnus-registry-delete-group): Groups that match
7207 `gnus-registry-ignored-groups' are removed from the registry
7208 entries, not just ignored for splitting. This helps clean up the
7209 registry. Also, `gnus-registry-fetch-groups' is a convenient way
7210 to get all the groups a message ID is in.
7211
7212 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
7213 (spam-stat-split-fancy): Change "threshhold" to "threshold"
7214 (spam-stat-score-buffer-user-functions): Add :number custom type.
7215
7216 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7217
7218 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
7219 argument in XEmacs.
7220
7221 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
7222 (nnrss-request-group): Decode group name first.
7223 (nnrss-request-article): Make a text/plain article if mml-to-mime
7224 failed.
7225 (nnrss-get-encoding): Return a compatible encoding according to
7226 nnrss-compatible-encoding-alist.
7227 (nnrss-find-el): Use consp instead of listp.
7228 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
7229
7230 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7231
7232 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
7233 which Emacs 20 doesn't support.
7234 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
7235
7236 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
7237
7238 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
7239 silence the byte compiler inside the defun.
7240
7241 * gnus-demon.el (parse-time-string): Add autoload.
7242
7243 * gnus-delay.el (parse-time-string): Add autoload.
7244
7245 * gnus-art.el (parse-time-string): Add autoload.
7246
7247 * nnultimate.el (parse-time): Require for `parse-time-string'.
7248
7249 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7250
7251 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
7252
7253 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
7254
7255 * smime.el (smime-ldap-host-list): Add :version.
7256
7257 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
7258
7259 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
7260 pass it to `gnus-browse-read-group'.
7261 (gnus-browse-read-group): Add NUMBER argument and pass it to
7262 `gnus-group-read-ephemeral-group'.
7263
7264 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
7265 argument and pass it to `gnus-group-read-group'.
7266
7267 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
7268
7269 * mm-util.el (mm-xemacs-find-mime-charset): Only call
7270 mm-xemacs-find-mime-charset-1 if we have the mule feature
7271 available at runtime.
7272
7273 2005-03-25 Werner Lemberg <wl@gnu.org>
7274
7275 * nnmaildir.el: Replace `illegal' with `invalid'.
7276
7277 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7278
7279 * gnus-start.el (gnus-display-time-event-handler):
7280 Check display-time-timer at runtime rather than only at load time
7281 in case display-time-mode is turned off in the mean time.
7282
7283 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
7284
7285 * nnimap.el (nnimap-open-connection): Print which authinfo file is
7286 used.
7287
7288 * nneething.el (nneething-map-file-directory): Derive from
7289 `gnus-directory'.
7290
7291 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
7292 the To/Cc button.
7293
7294 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
7295
7296 * nnmaildir.el (nnmaildir-request-accept-article):
7297 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
7298
7299 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
7300
7301 * gnus-async.el: Require timer-funcs at compile time when in
7302 XEmacs for `run-with-idle-timer'.
7303
7304 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
7305
7306 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
7307 autoloaded function.
7308
7309 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7310
7311 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
7312
7313 2005-03-10 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
7314
7315 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
7316
7317 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7318
7319 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
7320 gnus-expert-user to default.
7321
7322 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
7323
7324 * nnimap.el (nnimap-open-server): Ditto.
7325
7326 * imap.el (imap-authenticate): Fix typo.
7327
7328 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
7329
7330 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
7331 buffer (since IMAP server might return FETCH response out of
7332 order, and the nntp buffer must be sorted).
7333
7334 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
7335
7336 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
7337 comparison on string.
7338
7339 * gnus-agent.el (gnus-agent-long-article,
7340 gnus-agent-short-article, gnus-agent-score): Renamed category
7341 keywords to match gnus-cus.
7342 (gnus-agent-summary-fetch-series): Modified to protect against
7343 gnus-agent-summary-fetch-group clearing processable flags.
7344 (gnus-agent-synchronize-group-flags): Update live group buffer as
7345 synchronization may occur due to the user toggle the plugged
7346 status.
7347 (gnus-agent-fetch-group-1): Clear downloadable flag when article
7348 successfully downloaded.
7349 (gnus-agent-expire-group-1): Avoid using markers when the overview
7350 is in ascending order; greatly improves performance.
7351 (gnus-agent-regenerate-group): Use
7352 gnus-agent-synchronize-group-flags to reset read status in both
7353 gnus and server.
7354 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
7355
7356 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
7357
7358 * message.el: Don't autoload former message-utils variables.
7359 (message-strip-subject-trailing-was): Change doc string.
7360
7361 * nnweb.el: Fixes for `gnus-group-make-web-group'.
7362 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
7363 (nnweb-google-search): Add "hl=en" here.
7364 (nnweb-google-parse-1, nnweb-google-create-mapping):
7365 Don't hardcode URL.
7366
7367 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7368
7369 * message.el (message-get-reply-headers, message-followup):
7370 Mention related variables `message-use-followup-to' and
7371 `message-use-mail-followup-to', in the information buffer.
7372
7373 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
7374 of broken groups(-beta).google.com.
7375
7376 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
7377
7378 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
7379 parameter to invoked gnus-request-move-article; remove the
7380 redundant gnus-sum-hint-move-is-internal variable; apply the marks
7381 all at once instead of once per article.
7382 (gnus-summary-remove-process-mark): Accept a list of articles as
7383 well as a single article for processing.
7384
7385 * gnus-int.el (gnus-request-move-article): Add move-is-internal
7386 parameter.
7387
7388 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
7389
7390 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
7391
7392 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
7393 parameter.
7394
7395 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
7396 parameter.
7397
7398 * nnimap.el (nnimap-request-move-article): Add move-is-internal
7399 parameter and remove the gnus-sum-hint-move-is-internal variable.
7400
7401 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
7402 parameter.
7403
7404 * nndraft.el (nndraft-request-move-article): Add move-is-internal
7405 parameter.
7406
7407 * nndiary.el (nndiary-request-move-article): Add move-is-internal
7408 parameter.
7409
7410 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
7411
7412 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
7413 parameter.
7414
7415 * nnagent.el (nnagent-request-move-article): Add move-is-internal
7416 parameter.
7417
7418 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
7419
7420 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
7421 a more conservative way.
7422
7423 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
7424
7425 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
7426 buffer, so it moves the window's cursor.
7427
7428 2005-02-26 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
7429
7430 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
7431 `mm-dissect-multipart' and receive the from field as an (optional)
7432 argument from `mm-dissect-multipart'.
7433 (mm-dissect-multipart): Receive the from field as an argument and
7434 pass it on when we call `mm-dissect-buffer' on MIME parts.
7435 Fixes verification/decryption of signed/encrypted MIME parts.
7436
7437 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
7438
7439 * gnus-sum.el (gnus-summary-move-article): Set
7440 gnus-sum-hint-move-is-internal for gnus-request-move-article and
7441 whatever it calls (right now, only nnimap-request-move article
7442 respects it).
7443
7444 * nnimap.el (nnimap-request-move-article): When
7445 gnus-sum-hint-move-is-internal is set, don't do the extra
7446 nnimap-request-article.
7447
7448 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
7449
7450 * nnheader.el (nnheader-find-file-noselect): Add doc string.
7451
7452 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
7453 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
7454
7455 * gnus-sum.el (gnus-summary-caesar-message):
7456 Apply `gnus-treat-article' after rotation.
7457
7458 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
7459 doc string.
7460
7461 2005-02-22 Simon Josefsson <jas@extundo.com>
7462
7463 * encrypt.el (encrypt-password-cache-expiry): Remove (use
7464 `password-cache-expiry' instead). Reported by Arne J\e,Ax\e(Brgensen
7465 <arne@arnested.dk>.
7466 (encrypt): Add password-cache and password-cache-expiry as group
7467 members.
7468
7469 2005-02-22 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
7470
7471 * smime.el (smime-ldap-host-list): Doc fix.
7472 (smime-ask-passphrase): Use `password-read-and-add' to read (and
7473 cache) password.
7474 (smime-sign-region): Use it.
7475 (smime-decrypt-region): Use it.
7476 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
7477 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
7478 fails.
7479 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
7480 certificate from DER to PEM format rather than calling openssl.
7481
7482 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
7483
7484 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
7485 for signing/encryption.
7486
7487 * mml.el (mml-parse-1): Use them.
7488
7489 2005-02-21 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
7490
7491 * nnrss.el (nnrss-verbose): Removed.
7492 (nnrss-request-group): Use `nnheader-message' instead.
7493
7494 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
7495
7496 * nnrss.el (nnrss-verbose): New variable.
7497 (nnrss-request-group): Make it say nnrss is requesting a group.
7498
7499 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
7500
7501 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
7502 Handle news URL with given port correctly.
7503
7504 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
7505
7506 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
7507 containing special characters.
7508
7509 * gnus-sum.el (gnus-summary-edit-article): Ditto.
7510
7511 * mml.el (mime-to-mml): Ditto.
7512
7513 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
7514 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
7515 (rfc2047-decode-region): Quote decoded words containing special
7516 characters when rfc2047-quote-decoded-words-containing-tspecials
7517 is non-nil.
7518
7519 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
7520
7521 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
7522
7523 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
7524
7525 2005-02-15 Simon Josefsson <jas@extundo.com>
7526
7527 * nnimap.el (nnimap-debug): Doc fix.
7528
7529 * imap.el (imap-debug): Doc fix.
7530
7531 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
7532
7533 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
7534
7535 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
7536
7537 * gnus.el (spam-contents): Improve docs for spam-contents
7538 parameter in its variable incarnation.
7539
7540 2005-02-14 Simon Josefsson <jas@extundo.com>
7541
7542 * smime-ldap.el: Use require instead of load-library for ldap.
7543 (smime-ldap-search): Indent.
7544 (smime-ldap-search-internal): Shorten line.
7545
7546 * smime.el (smime-cert-by-dns): Add doc-string.
7547 (smime-cert-by-ldap-1): Indent.
7548
7549 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
7550 mml-smime-get-dns-ldap.
7551 (mml-smime-encrypt-query): Use new function. Default to ldap.
7552
7553 2005-02-14 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
7554
7555 * smime.el: Require smime-ldap.
7556 (smime-ldap-host-list): New variable.
7557 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
7558
7559 * mml-smime.el (mml-smime-encrypt-query): New function.
7560 (mml-smime-encrypt-query): Use it.
7561
7562 * smime-ldap.el: New file.
7563
7564 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
7565
7566 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
7567
7568 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
7569
7570 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
7571 argument in doc string. Make query for type more clear.
7572
7573 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
7574
7575 * gnus.el (gnus-group-startup-message): Search for gnus images in
7576 etc/images/gnus.
7577 * mm-util.el (mm-image-load-path): Likewise.
7578 * smiley.el (smiley-data-directory): Search for smilies in
7579 etc/images/smilies.
7580
7581 2005-02-09 Kim F. Storm <storm@cua.dk>
7582
7583 Change Emacs release version from 21.4 to 22.1 throughout.
7584 Change Emacs development version from 21.3.50 to 22.0.50.
7585
7586 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
7587
7588 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
7589
7590 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
7591 non-Mule XEmacs as well.
7592 (mm-decompress-buffer): Signal an error intentionally if it does
7593 not decompress compressed data because auto-compression-mode is
7594 disabled.
7595
7596 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
7597
7598 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
7599 an ID in the registry even if it has no groups.
7600
7601 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
7602
7603 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
7604 merge it into mm-decompress-buffer.
7605 (gnus-mime-copy-part): Use the MIME part charset, the value which
7606 a user specified or gnus-newsgroup-charset for decoding, like
7607 gnus-mime-inline-part does; set buffer-file-coding-system to tell
7608 save-buffer what was used. Suggested by Kevin Ryde
7609 <user42@zip.com.au>.
7610 (gnus-mime-inline-part): Allow the name parameter as well as the
7611 filename parameter; force decompressing of compressed data; always
7612 display contents being not decoded as unibyte.
7613
7614 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
7615 as well as the filename parameter.
7616
7617 * mm-util.el (mm-decompress-buffer): Merge
7618 gnus-mime-jka-compr-maybe-uncompress.
7619 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
7620 of compressed data.
7621
7622 2005-02-08 Simon Josefsson <jas@extundo.com>
7623
7624 * imap.el (imap-log): Doc fix.
7625
7626 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
7627
7628 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
7629 the coding cookies; decompress compressed parts.
7630
7631 * mml.el (mml-generate-mime-1): Add the charaset parameter according
7632 to the value which a user specified manually or the coding cookie.
7633
7634 * mm-util.el (mm-string-to-multibyte): New function.
7635 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
7636 (mm-coding-system-to-mime-charset): New function.
7637 (mm-decompress-buffer): New function.
7638 (mm-find-buffer-file-coding-system): New function.
7639
7640 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
7641 (mm-display-inline-fontify): Rewrite for decoding and decompressing
7642 parts.
7643
7644 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7645
7646 * mm-view.el (mm-display-inline-fontify): Decode a part according
7647 to the charset parameter.
7648
7649 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
7650
7651 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
7652 prefix arg is neither nil nor a number, as info specifies.
7653
7654 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
7655
7656 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
7657 timestamps.
7658
7659 2005-02-02 Jari Aalto <jari.aalto@cante.net>
7660
7661 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
7662 groups error checking and notify user.
7663
7664 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
7665
7666 * message.el (message-send-mail-function): Check existence of
7667 sendmail-program first before using default value
7668 `message-send-mail-with-sendmail'. Otherwise use more generic
7669 `smtpmail-send-it'.
7670
7671 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
7672
7673 * nntp.el (nntp-request-update-info): Always return nil.
7674
7675 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
7676
7677 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
7678
7679 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
7680
7681 * message.el (message-beginning-of-line): Change the behavior when
7682 invoked between BOL and : so that it first moves backward.
7683
7684 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
7685
7686 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
7687 article buffer when editing of the article is discarded.
7688 (gnus-article-prepare): Revert.
7689
7690 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
7691
7692 * gnus-art.el (gnus-article-prepare):
7693 Remove message-strip-forbidden-properties from the local hook.
7694
7695 2005-01-27 Simon Josefsson <jas@extundo.com>
7696
7697 * password.el (password-cache-add): Only start one timer per key.
7698 Reported by Derek Atkins <warlord@MIT.EDU>.
7699
7700 2005-01-26 Steve Youngs <steve@sxemacs.org>
7701
7702 * run-at-time.el: Removed. It is no longer needed as
7703 timer-funcs.el in the xemacs-base package has a working version of
7704 `run-at-time'.
7705
7706 * password.el: Require timer-funcs instead of run-at-time in
7707 XEmacs.
7708 Remove `password-run-at-time' macro.
7709 (password-cache-add): Use `run-at-time' instead of
7710 `password-run-at-time'.
7711
7712 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
7713 for `run-with-idle-timer'.
7714
7715 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
7716 for `run-at-time'.
7717
7718 * mm-url.el: Require timer-funcs at compile time when in XEmacs
7719 for `with-timeout'.
7720
7721 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
7722
7723 * mml.el (mml-generate-mime-1): Convert string into unibyte when
7724 inserting " *mml*" buffer's contents into a unibyte temp buffer.
7725
7726 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
7727
7728 * mail-source.el (mail-source-fetch-imap): Search for ^From case
7729 sensitively.
7730
7731 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
7732
7733 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
7734
7735 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
7736
7737 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
7738 which will be inserted according to the multibyteness of a buffer
7739 rather than the type of contents. Suggested by ARISAWA Akihiro
7740 <ari@mbf.ocn.ne.jp>.
7741
7742 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
7743 of string which old xml.el may return rather than a string.
7744
7745 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
7746
7747 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
7748
7749 2005-01-16 Simon Josefsson <jas@extundo.com>
7750
7751 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
7752 idn/idna.el isn't available.
7753 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
7754 <michael@waxrat.com>.
7755
7756 * hashcash.el: Remove non-FSF copyright header.
7757
7758 * hashcash.el (hashcash-extra-generate-parameters): New variable.
7759 (hashcash-generate-payment): Use it.
7760 (hashcash-generate-payment-async): Use it.
7761
7762 2005-01-15 Simon Josefsson <jas@extundo.com>
7763
7764 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
7765 Suggested by Raymond Scholz <ray-2005@zonix.de>.
7766
7767 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
7768 gnus-summary-idna-message.
7769 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
7770 (gnus-summary-idna-message): New function.
7771
7772 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
7773
7774 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
7775 gnus-novice-user.
7776
7777 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
7778
7779 * nnrss.el (nnrss-request-delete-group): Delete entries in
7780 nnrss-group-alist as well.
7781 (nnrss-save-server-data): Insert newline.
7782
7783 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
7784
7785 * gnus.el (gnus-user-agent): Use list of symbols instead of
7786 symbols. Display full version number for (S)XEmacs. Optionally
7787 display (S)XEmacs codename.
7788
7789 * gnus-util.el (gnus-emacs-version): Update for new
7790 `gnus-user-agent'.
7791
7792 * gnus-msg.el (gnus-extended-version): Make it possible to omit
7793 Gnus version.
7794
7795 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
7796
7797 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
7798 which is unreadable in some setups.
7799
7800 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
7801
7802 * gnus-spec.el (gnus-update-format-specifications): Flush the
7803 group format spec cache if it doesn't support decoded group names.
7804
7805 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
7806
7807 * gnus-score.el (gnus-decay-scores, gnus-score-load-file): Allow
7808 to apply decay on score files matching a regexp.
7809
7810 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
7811
7812 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
7813 compatibility in %g and %c.
7814
7815 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
7816
7817 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
7818 name for only %g and %c.
7819 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
7820 of gnus-tmp-group to decoded group name.
7821 (gnus-group-make-rss-group): Exclude `/'s from group names.
7822
7823 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
7824
7825 * nnrss.el (nnrss-get-encoding): Fix regexp.
7826
7827 2004-12-27 Simon Josefsson <jas@extundo.com>
7828
7829 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
7830 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
7831 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
7832
7833 2004-12-17 Kim F. Storm <storm@cua.dk>
7834
7835 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
7836
7837 * gnus-sum.el (gnus-summary-mode-map): Likewise.
7838
7839 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
7840
7841 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
7842
7843 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
7844
7845 * nnrss.el: Require rfc2047 and mml.
7846 (nnrss-file-coding-system): New variable.
7847 (nnrss-format-string): Redefine it as an inline function.
7848 (nnrss-decode-group-name): New function.
7849 (nnrss-string-as-multibyte): Remove.
7850 (nnrss-retrieve-headers): Decode group name; don't use
7851 nnrss-format-string.
7852 (nnrss-request-group): Decode group name.
7853 (nnrss-request-article): Decode group name; allow a Message-ID as
7854 well as an article number; don't use nnrss-format-string; encode a
7855 Message-ID string which may contain non-ASCII characters; use
7856 mml-to-mime to compose a MIME article.
7857 (nnrss-request-expire-articles): Decode group name.
7858 (nnrss-request-delete-group): Decode group name.
7859 (nnrss-fetch): Clarify error message.
7860 (nnrss-read-server-data): Use insert-file-contents instead of load;
7861 bind file-name-coding-system; use multibyte buffer.
7862 (nnrss-save-server-data): Bind coding-system-for-write to the
7863 value of nnrss-file-coding-system; bind file-name-coding-system;
7864 add coding cookie.
7865 (nnrss-read-group-data): Use insert-file-contents instead of load;
7866 bind file-name-coding-system; use multibyte buffer.
7867 (nnrss-save-group-data): Bind coding-system-for-write to the
7868 value of nnrss-file-coding-system; bind file-name-coding-system.
7869 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
7870 make it work with non-ASCII text.
7871 (nnrss-find-el): Make it work with old xml.el as well.
7872
7873 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
7874
7875 * nnrss.el (nnrss-get-encoding): New function.
7876 (nnrss-fetch): Use unibyte buffer initially; bind
7877 coding-system-for-read while performing mm-url-insert; remove ^Ms;
7878 decode contents according to the encoding attribute.
7879 (nnrss-save-group-data): Add coding cookie.
7880 (nnrss-mime-encode-string): New function.
7881 (nnrss-check-group): Use it to encode subject and author.
7882
7883 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
7884
7885 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
7886 imaginary variable.
7887
7888 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7889
7890 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
7891 correctly even if there are wide characters.
7892
7893 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
7894
7895 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
7896 downcased symbol names; make a new cache instead of reusing
7897 bbdb-hashtable.
7898
7899 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
7900
7901 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
7902 concatenating segments rather than before concatenating them.
7903 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7904
7905 * message.el (message-get-reply-headers): Bind `extra'.
7906
7907 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7908
7909 * message.el (message-extra-wide-headers): New variable.
7910 (message-get-reply-headers): Use it.
7911
7912 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
7913
7914 * gnus-agent.el (gnus-agent-group-path): Decode group name.
7915 (gnus-agent-group-pathname): Ditto.
7916
7917 * gnus-cache.el (gnus-cache-file-name): Decode group name.
7918
7919 * gnus-group.el (gnus-group-make-group): Decode group name.
7920 (gnus-group-make-rss-group): Register the group data after opening
7921 the nnrss group.
7922
7923 2004-12-17 Paul Jarc <prj@po.cwru.edu>
7924
7925 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
7926 by expiry now get marked as read.
7927
7928 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7929
7930 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
7931
7932 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
7933
7934 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
7935 unify Latin characters in XEmacs.
7936 (mm-find-mime-charset-region): Use it.
7937
7938 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
7939
7940 * gnus-util.el (gnus-delete-directory): New function.
7941
7942 * gnus-agent.el (gnus-agent-delete-group): Use it.
7943
7944 * gnus-cache.el (gnus-cache-delete-group): Use it.
7945
7946 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
7947
7948 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
7949 names.
7950
7951 2004-12-16 Simon Josefsson <jas@extundo.com>
7952
7953 * hashcash.el (hashcash-payment-alist): Fix custom :type.
7954
7955 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
7956
7957 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
7958
7959 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
7960 (gnus-group-set-current-level): Decode group name.
7961
7962 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
7963
7964 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
7965 failed.
7966
7967 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
7968
7969 * gnus-group.el (gnus-group-delete-group): Decode group name.
7970 (gnus-group-make-rss-group): Encode group name.
7971 (gnus-group-catchup-current): Decode group name.
7972 (gnus-group-kill-group): Decode group name.
7973
7974 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
7975
7976 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
7977
7978 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
7979
7980 * gnus-group.el (gnus-group-make-rss-group):
7981 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
7982
7983 * gnus-start.el (gnus-setup-news): Honor user's setting to
7984 gnus-message-archive-method. Suggested by Lute Kamstra
7985 <lute@gnu.org>.
7986
7987 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
7988
7989 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
7990 global counterparts of the buffer-local variables.
7991
7992 2004-11-16 Romain Francoise <romain@orebokech.com>
7993
7994 * gnus-sum.el (gnus-summary-exit): Don't clear the global
7995 counterparts of the buffer-local variables.
7996
7997 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
7998
7999 * message.el (message-forbidden-properties): Fixed typo in doc
8000 string.
8001
8002 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8003
8004 * gnus-util.el (gnus-replace-in-string): Added doc string.
8005
8006 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
8007 to avoid problems when splitting mails with many recipients.
8008
8009 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8010
8011 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
8012 pop-to-buffer, covered by the subsequent gnus-configure-windows.
8013
8014 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
8015
8016 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
8017 if there is no hashtable in memory or file modification time is
8018 newer than cached timestamp.
8019
8020 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
8021
8022 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
8023 not-matching option.
8024
8025 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
8026
8027 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
8028 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
8029 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8030 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
8031 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
8032 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
8033
8034 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
8035
8036 * message.el (message-forward-make-body-mml): Remove headers
8037 according to message-forward-ignored-headers if a message is decoded.
8038
8039 2004-12-02 Romain Francoise <romain@orebokech.com>
8040
8041 * message.el (message-forward-make-body-plain): Always remove
8042 headers according to message-forward-ignored-headers.
8043
8044 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
8045
8046 * spam.el (spam-summary-prepare-exit): Remove the
8047 gnus-summary-limit pop for now, it has problems with ham marks for
8048 me.
8049
8050 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
8051
8052 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
8053 correctly.
8054
8055 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
8056
8057 * format-spec.el (format-spec): Message the char.
8058
8059 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8060
8061 * gnus-art.el (gnus-split-methods): Reformat comments.
8062
8063 * spam.el (spam-summary-prepare-exit): Remove article limits
8064 before exiting the summary buffer.
8065
8066 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
8067
8068 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
8069 order to silence the byte compiler.
8070
8071 * spam.el: Fix the way to silence the byte compiler, which
8072 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
8073 bbdb-search-simple, spam-BBDB-register-routine,
8074 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
8075 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
8076 spam-stat-buffer-is-spam, spam-stat-load,
8077 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
8078 spam-stat-save and spam-stat-split-fancy.
8079
8080 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
8081
8082 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
8083 which may confuse users.
8084 (canlock-password-for-verify): Ditto.
8085
8086 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
8087
8088 * gnus-art.el (gnus-emphasis-alist): Ditto.
8089
8090 * gnus-registry.el (gnus-registry-max-entries): Ditto.
8091
8092 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
8093
8094 * gnus-start.el (gnus-save-killed-list): Ditto.
8095
8096 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
8097 (gnus-sum-thread-tree-root): Ditto.
8098 (gnus-sum-thread-tree-false-root): Ditto.
8099 (gnus-sum-thread-tree-single-indent): Ditto.
8100
8101 * message.el (message-courtesy-message): Ditto.
8102 (message-archive-note): Ditto.
8103 (message-subscribed-address-file): Ditto.
8104 (message-user-fqdn): Ditto.
8105
8106 * spam-report.el (spam-report-gmane-regex): Ditto.
8107
8108 * spam.el (spam-blackhole-good-server-regex): Ditto.
8109
8110 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8111
8112 * mml.el (mml-preview): Widen the message buffer before copying
8113 the contents to the preview buffer; sort headers before previewing.
8114
8115 * message.el (message-hidden-headers): Fix the way to avoid a bug
8116 in the `repeat' widget in Emacs 21.3 or earlier.
8117
8118 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8119
8120 * message.el (message-hidden-headers): Default to "^References:".
8121 Improve customization type. Suggested by Reiner Steib
8122 <Reiner.Steib@gmx.de>.
8123
8124 2004-11-25 Romain Francoise <romain@orebokech.com>
8125
8126 * message.el (message-strip-forbidden-properties): Remove check for
8127 obsolete `message-hidden' text property, hidden headers are not
8128 accessible in the buffer anymore.
8129
8130 2004-11-22 Romain Francoise <romain@orebokech.com>
8131
8132 * message.el (message-header-format-alist): Add `From' in list
8133 so that it can be sorted.
8134 (message-fix-before-sending): Widen and sort headers before
8135 sending.
8136 (message-hide-headers): Use narrowing to hide headers by moving
8137 them to the top of the buffer and narrowing to the region
8138 underneath.
8139
8140 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8141
8142 * message.el (message-strip-forbidden-properties): Bind
8143 buffer-read-only (etc) to nil.
8144
8145 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
8146
8147 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
8148 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8149
8150 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
8151
8152 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
8153
8154 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8155
8156 * dns.el (query-dns): Use sit-for to time instead of
8157 accept-process-output, since that doesn't seem to work on udp
8158 sockets.
8159
8160 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
8161
8162 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
8163
8164 2004-11-15 Jesper Harder <harder@ifa.au.dk>
8165
8166 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
8167 doc string. Improve doc string.
8168
8169 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
8170
8171 * nntp.el (nntp-request-update-info): Return nil if
8172 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
8173 may not call gnus-activate-group which uselessly issues the GROUP
8174 commands for all nntp groups and wastes time. Reported by Romain
8175 Francoise <romain@orebokech.com>.
8176
8177 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
8178
8179 2004-11-15 Simon Josefsson <jas@extundo.com>
8180
8181 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
8182 headers separately.
8183 (gnus-button-openpgp): New function, inspired by Jochen K\e,A|\e(Bpper
8184 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
8185
8186 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
8187
8188 * gnus-start.el (gnus-convert-old-newsrc):
8189 Assign legacy-gnus-agent to 5.10.7.
8190
8191 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8192
8193 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
8194 start of the lines.
8195
8196 2004-11-14 Magnus Henoch <mange@freemail.hu>
8197
8198 * hashcash.el (hashcash-default-payment): Change default to 20
8199 (hashcash-default-accept-payment): Change default to 20
8200 (hashcash-process-alist): New variable
8201 (hashcash-generate-payment-async): Add
8202 (hashcash-already-paid-p): Add
8203 (hashcash-insert-payment): Don't generate payments twice
8204 (hashcash-insert-payment-async): Add
8205 (hashcash-insert-payment-async-2): Add
8206 (hashcash-cancel-async): Add
8207 (hashcash-wait-async): Add
8208 (hashcash-processes-running-p): Add
8209 (hashcash-wait-or-cancel): Add
8210 (mail-add-payment): New optional argument. Conditionally start
8211 asynchronous calculation.
8212 (mail-add-payment-async): Add
8213
8214 * message.el (message-send-mail): Wait for asynchronous hashcash
8215 results. Don't clobber existing X-Hashcash headers.
8216 (message-setup-1): Call mail-add-payment-async when
8217 message-generate-hashcash is non-nil.
8218
8219 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8220
8221 * message.el (message-use-alternative-email-as-from): Examine the
8222 From header as well; use message-make-from in order to include a
8223 user's full name.
8224
8225 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8226
8227 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
8228 default; improve customization type.
8229 (gnus-emphasis-custom-with-format): New macro.
8230 (gnus-emphasis-custom-value-to-external): New function.
8231 (gnus-emphasis-custom-value-to-internal): New function.
8232
8233 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8234
8235 * dns.el (query-dns): Resolve reverse addresses.
8236
8237 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8238
8239 * gnus-group.el (gnus-group-get-new-news): Use it.
8240
8241 * gnus-start.el (gnus-check-reasonable-setup): New function.
8242
8243 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
8244
8245 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
8246 "Args out of range" error. Reported by Arnaud Giersch
8247 <arnaud.giersch@free.fr>.
8248
8249 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
8250
8251 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
8252
8253 2004-11-04 Richard M. Stallman <rms@gnu.org>
8254
8255 * spam.el (spam group): Add :version.
8256
8257 * pgg-def.el (pgg group): Add :version.
8258
8259 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
8260
8261 * gnus-art.el (gnus-article-edit-article): Don't associate the
8262 article buffer with a draft file. This is a temporary measure
8263 against the 2004-08-22 change to gnus-article-edit-mode.
8264
8265 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8266
8267 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
8268 (html2text-format-tags): Remove unused variable `attr'.
8269
8270 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
8271
8272 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
8273
8274 * spam-stat.el (spam-stat): Add :version.
8275
8276 * sieve.el (sieve): Add :version.
8277
8278 * sha1.el (sha1): Add :version.
8279 (sha1-use-external): Remove redundant version.
8280
8281 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
8282 (nnmail-cache-ignore-groups, nnmail-spool-hook)
8283 (nnmail-split-fancy-match-partial-words)
8284 (nnmail-split-lowercase-expanded): Add :version.
8285
8286 * nndiary.el (nndiary): Add :version.
8287
8288 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
8289
8290 * mml-sec.el (mml-default-sign-method)
8291 (mml-default-encrypt-method, mml-signencrypt-style-alist):
8292 Add :version.
8293
8294 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
8295
8296 * mm-url.el (mm-url-use-external, mm-url-program)
8297 (mm-url-arguments): Add :version.
8298
8299 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
8300 (mm-attachment-file-modes, mm-decrypt-option)
8301 (mm-w3m-safe-url-regexp): Add :version.
8302
8303 * message.el (message-cite-prefix-regexp)
8304 (message-sendmail-envelope-from, message-minibuffer-local-map)
8305 (message-user-fqdn, message-completion-alist): Add :version.
8306
8307 * gnus-win.el (gnus-configure-windows-hook)
8308 (gnus-use-frames-on-any-display): Add :version.
8309
8310 * gnus-art.el (gnus-article-address-banner-alist)
8311 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
8312 (gnus-treat-from-picon, gnus-treat-mail-picon)
8313 (gnus-treat-x-pgp-sig): Add :version.
8314
8315 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
8316 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
8317 (gnus-summary-article-delete-hook)
8318 (gnus-summary-display-while-building): Add :version.
8319
8320 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
8321 (gnus-get-top-new-news-hook):Add :version.
8322
8323 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8324 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
8325
8326 * gnus-registry.el (gnus-registry): Add :version.
8327
8328 * gnus-spec.el (gnus-use-correct-string-widths)
8329 (gnus-make-format-preserve-properties): Add :version.
8330
8331 * gnus.el (gnus-group-charter-alist)
8332 (gnus-group-fetch-control-use-browse-url)
8333 (gnus-install-group-spam-parameters): Add :version.
8334
8335 * gnus-diary.el (gnus-diary): Add :version.
8336
8337 * gnus-delay.el (gnus-delay): Add :version.
8338
8339 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
8340 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
8341 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
8342 Add :version.
8343
8344 * gnus-agent.el (gnus-agent-max-fetch-size)
8345 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
8346 (gnus-agent-prompt-send-queue): Add :version.
8347
8348 * deuglify.el (gnus-outlook-deuglify): Add :version.
8349
8350 * html2text.el: Beautify code. Improve doc strings. Some
8351 checkdoc cleanup.
8352 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
8353
8354 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
8355
8356 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
8357
8358 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
8359
8360 * gnus-registry.el (gnus-registry-hashtb): Create the registry
8361 when package is loaded.
8362
8363 * spam.el (spam-summary-score-preferred-header): Add global preference
8364 for people who want to override the default SpamAssassin over
8365 Bogofilter preference (when both are set).
8366 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
8367 (spam-user-format-function-S): Check
8368 spam-summary-score-preferred-header.
8369 (spam-extra-header-to-number): Add X-Bogosity header parsing.
8370 (spam-user-format-function-S): Format the score correctly.
8371
8372 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
8373
8374 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
8375 signature file. Suggested by Manoj Srivastava
8376 <srivasta@golden-gryphon.com>.
8377
8378 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
8379 iso-2022-jp even in the Japanese language environment.
8380 Suggested by Jason Rumney <jasonr@gnu.org>.
8381
8382 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
8383
8384 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
8385 use the same characters as the dummy marks; make it free from
8386 getting affected by the language environment.
8387 (gnus-summary-read-group-1): Update mark positions only when the
8388 format spec is updated.
8389
8390 * gnus-spec.el (gnus-update-format-specifications): Return a list
8391 of updated types.
8392
8393 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
8394
8395 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
8396 of boundp to check if display-warning is available.
8397
8398 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
8399
8400 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
8401
8402 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
8403
8404 * nnspool.el (nnspool-spool-directory): Use news-path if the
8405 news-directory variable is not bound.
8406
8407 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
8408 function instead of display-warning if it is not available.
8409
8410 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
8411
8412 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
8413 v5-10: Use `point-at-bol'.
8414
8415 2004-10-26 Simon Josefsson <jas@extundo.com>
8416
8417 * hashcash.el: Fix URL in comment, reported by Cheng Gao
8418 <chenggao@gmail.com>.
8419
8420 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
8421
8422 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
8423 instead.
8424
8425 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
8426
8427 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
8428 to remove a server from the nnimap-server-buffer-alist.
8429 (nnimap-open-connection, nnimap-close-server): Use it.
8430
8431 * gnus-encrypt.el: Remove file in favor of encrypt.el.
8432
8433 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
8434
8435 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
8436 running the major-mode function.
8437
8438 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
8439
8440 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
8441 dummy marks in the right way.
8442
8443 2004-10-18 David Edmondson <dme@dme.org>
8444
8445 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
8446 excessively.
8447
8448 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
8449
8450 * gnus-util.el (gnus-split-references): Accept a nil references
8451 string and go on blissfully.
8452
8453 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
8454 cases where the references string is non-nil but has no references.
8455
8456 * encrypt.el: Add autoload tags.
8457
8458 * spam.el (spam-resolve-registrations-routine): Remove article
8459 from unregistration list too. Reported by David Hanak
8460 <dhanak@isis.vanderbilt.edu>
8461
8462 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
8463
8464 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
8465 nil. Changed custom type.
8466
8467 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
8468
8469 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
8470
8471 * gnus-sum.el (gnus-summary-move-article): Use it.
8472
8473 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
8474
8475 * encrypt.el: Add autoload cookies.
8476
8477 * spam.el (spam-backend-article-list-property)
8478 (spam-backend-get-article-todo-list)
8479 (spam-backend-put-article-todo-list, )
8480 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
8481 Resolve registrations separately.
8482 (spam-register-routine): Format comments.
8483 (spam-unregister-routine, spam-register-routine): Always call with
8484 specific-articles, no default list.
8485 (spam-summary-prepare-exit): Use the spam-classifications function.
8486
8487 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
8488 gnus-encrypt.el.
8489
8490 * encrypt.el: Copied from gnus-encrypt.el.
8491
8492 * gnus-encrypt.el: Commented that it's obsolete.
8493
8494 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
8495
8496 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
8497 (gnus-score-save): Use it.
8498
8499 * message.el (message-bury): Use `window-dedicated-p'.
8500
8501 2004-10-15 Simon Josefsson <jas@extundo.com>
8502
8503 * pop3.el (top-level): Don't require nnheader.
8504 (pop3-read-timeout): Add.
8505 (pop3-accept-process-output): Add.
8506 (pop3-read-response, pop3-retr): Use it.
8507
8508 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
8509
8510 * spam.el (spam-register-routine): Move comment.
8511 (spam-verify-bogofilter): Use 'unknown for the initial
8512 spam-bogofilter-valid state, not 'never.
8513
8514 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
8515 for netrc-machine.
8516
8517 * nnimap.el (nnimap-open-connection): Use
8518 netrc-machine-user-or-password.
8519
8520 2004-10-17 Richard M. Stallman <rms@gnu.org>
8521
8522 * gnus-registry.el (gnus-registry-unload-hook):
8523 Set as a variable with add-hook.
8524
8525 * nnspool.el (nnspool-spool-directory): Use news-directory instead
8526 of news-path.
8527
8528 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
8529
8530 * spam.el: Delete duplicate `provide'.
8531 (spam-unload-hook): Set as a variable with add-hook.
8532
8533 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
8534
8535 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
8536 in the doc string.
8537
8538 * message.el (message-ignored-news-headers)
8539 (message-ignored-supersedes-headers)
8540 (message-ignored-resent-headers)
8541 (message-forward-ignored-headers): Improve custom type.
8542
8543 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
8544
8545 * message.el (message-tokenize-header): Fix 2004-09-06 change
8546 which used point-min in the wrong place.
8547
8548 2004-10-12 Simon Josefsson <jas@extundo.com>
8549
8550 * tls.el (tls-certtool-program): New variable.
8551 (tls-certificate-information): New function, based on
8552 ssl-certificate-information.
8553
8554 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
8555
8556 * compface.el: Move the version of ELisp-based uncompface program
8557 to the contrib directory because of the copyright problem.
8558
8559 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8560
8561 * message.el (message-kill-buffer): Raise the current frame.
8562
8563 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
8564
8565 * gnus-sum.el: Mention that multibyte characters don't work as marks.
8566
8567 * gnus.el (message-y-or-n-p): Autoload.
8568
8569 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
8570 (pop3-password-required, pop3-authentication-scheme)
8571 (pop3-leave-mail-on-server): Made customizable.
8572 (pop3): New custom group.
8573 (pop3-retr): Remove `sleep-for' statements.
8574 Suggested by Dave Love <fx@gnu.org>.
8575
8576 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
8577 Windows/DOS.
8578
8579 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
8580 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
8581 Dave Love <fx@gnu.org>.
8582
8583 * mml.el (mml-minibuffer-read-disposition): Require match.
8584 Suggested by Dave Love <fx@gnu.org>.
8585
8586 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
8587
8588 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
8589 doc string.
8590
8591 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
8592
8593 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
8594
8595 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8596
8597 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
8598 instead of calling `mm-insert-inline', to decode text/* parts
8599 before displaying them.
8600
8601 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
8602
8603 * mm-uu.el (mm-uu-text-plain-type): New variable.
8604 (mm-uu-pgp-signed-extract-1): Use it.
8605 (mm-uu-pgp-encrypted-extract-1): Use it.
8606 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
8607 bind mm-uu-text-plain-type with that value.
8608 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
8609 mm-uu-dissect.
8610
8611 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
8612
8613 * gnus-group.el (gnus-update-group-mark-positions):
8614 * gnus-sum.el (gnus-update-summary-mark-positions):
8615 * message.el (message-check-news-body-syntax):
8616 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
8617 of string-as-multibyte.
8618
8619 2004-10-05 Juri Linkov <juri@jurta.org>
8620
8621 * gnus-group.el (gnus-update-group-mark-positions):
8622 * gnus-sum.el (gnus-update-summary-mark-positions):
8623 * message.el (message-check-news-body-syntax):
8624 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
8625 8-bit unibyte values to a multibyte string for search functions.
8626
8627 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
8628
8629 * mm-uu.el (mm-uu-dissect): Allow optional arg.
8630 (mm-uu-dissect-text-parts): New function.
8631
8632 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
8633 dissect text parts.
8634
8635 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
8636 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
8637
8638 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
8639
8640 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
8641 gnus-current-topics instead of gnus-current-topic.
8642
8643 2004-10-06 Jesper Harder <harder@ifa.au.dk>
8644
8645 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
8646
8647 2004-10-05 Jesper Harder <harder@ifa.au.dk>
8648
8649 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
8650 where approriate.
8651
8652 * nnml.el (nnml-generate-active-info): do.
8653
8654 * nndiary.el (nndiary-generate-active-info): do.
8655
8656 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
8657 (gnus-topic-move): do.
8658
8659 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
8660 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
8661
8662 * gnus-srvr.el (gnus-server-prepare)
8663 (gnus-server-open-all-servers): do.
8664
8665 * gnus-msg.el (gnus-summary-cancel-article)
8666 (gnus-summary-resend-message)
8667 (gnus-summary-mail-crosspost-complaint): do.
8668
8669 * gnus-move.el (gnus-change-server): do.
8670
8671 * gnus-group.el (gnus-group-unmark-all-groups)
8672 (gnus-group-set-current-level): do.
8673
8674 2004-10-04 Simon Josefsson <jas@extundo.com>
8675
8676 * message.el (message-generate-hashcash): Doc fix.
8677
8678 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
8679
8680 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
8681 avoid infinite recursion via gnus-get-function.
8682
8683 2004-10-02 Jesper Harder <harder@ifa.au.dk>
8684
8685 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
8686
8687 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
8688
8689 * nnmail.el (nnmail-split-history): do.
8690
8691 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
8692 (nnml-request-delete-group): do.
8693
8694 * nnslashdot.el (nnslashdot-read-groups): do.
8695
8696 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
8697 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
8698
8699 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
8700 (nnspool-sift-nov-with-sed): Use last
8701 (nnspool-retrieve-headers-with-nov): Use mapc.
8702 (nnspool-request-newgroups): Use dolist.
8703 (nnspool-request-group): Use last.
8704
8705 * nntp.el (nntp-read-server-type): Use dolist.
8706
8707 * nnvirtual.el (nnvirtual-create-mapping)
8708 (nnvirtual-update-read-and-marked): Use dolist.
8709 (nnvirtual-convert-headers): Simplify.
8710
8711 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
8712
8713 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
8714 support for sync'ing tick marks.
8715
8716 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
8717
8718 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
8719 there's no visible header.
8720
8721 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
8722
8723 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
8724 necessary, pass full group name to gnus-request-set-marks.
8725
8726 2004-10-01 Simon Josefsson <jas@extundo.com>
8727
8728 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
8729 acroread.
8730
8731 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8732
8733 * spam-report.el (spam-report-gmane): Fix interactive.
8734
8735 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
8736
8737 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
8738 when writing file.
8739 (gnus-agent-synchronize-flags): Don't default to being
8740 interactive.
8741
8742 2004-09-30 Simon Josefsson <jas@extundo.com>
8743
8744 * message.el (message-generate-hashcash): Add.
8745 (message-send-mail): Use it, call mail-add-payment.
8746
8747 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
8748
8749 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
8750
8751 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
8752
8753 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
8754 gnus-requst-update-info with explicit code to sync the in-memory
8755 info read flags with the marks being sync'd to the backend.
8756
8757 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
8758
8759 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
8760
8761 * spam.el (spam-verify-bogofilter): Add new function.
8762 (spam-check-bogofilter)
8763 (spam-bogofilter-register-with-bogofilter): Use it.
8764 (spam-verify-bogofilter): Add small fixes.
8765
8766 2004-09-28 Simon Josefsson <jas@extundo.com>
8767
8768 * hashcash.el (hashcash-generate-payment): Revert.
8769
8770 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
8771
8772 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
8773 gnus-extract-references instead of gnus-split-references.
8774
8775 * gnus-util.el (gnus-extract-references): Add new function, analogous
8776 to gnus-split-references but extracts only the message-ID without
8777 anything extra.
8778
8779 * hashcash.el (hashcash-generate-payment)
8780 (hashcash-check-payment): Do the right thing if hashcash-path is
8781 nil (because the hashcash program could not be found).
8782
8783 * spam.el (spam-use-hashcash): Remove comment.
8784
8785 2004-09-27 Jesper Harder <harder@ifa.au.dk>
8786
8787 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
8788 (gnus-cache-enter-article, gnus-cache-remove-article)
8789 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
8790
8791 * gnus-async.el (gnus-async-prefetch-remove-group): do.
8792
8793 * gnus-art.el (article-hide-boring-headers)
8794 (article-translate-strings, article-display-face)
8795 (gnus-article-mime-match-handle-first)
8796 (gnus-article-highlight-headers)
8797 (gnus-article-add-buttons-to-head): do.
8798
8799 2004-09-27 Simon Josefsson <jas@extundo.com>
8800
8801 * hashcash.el: New version, from
8802 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
8803 ../contrib/.
8804
8805 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
8806
8807 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
8808
8809 2004-09-26 Jesper Harder <harder@ifa.au.dk>
8810
8811 * gnus-dup.el (gnus-dup-open): Use mapc.
8812 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
8813
8814 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
8815 Reported by Stefan Wiens <s.wi@gmx.net>.
8816
8817 * gnus.el (gnus-shutdown): Use dolist.
8818
8819 * gnus-undo.el (gnus-undo): Use mapc.
8820
8821 * nnrss.el (nnrss-generate-active): do.
8822
8823 * message.el (message-cite-original-without-signature)
8824 (message-cite-original): Use mapc.
8825 (message-do-actions, message-make-forward-subject): Use dolist.
8826
8827 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
8828
8829 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
8830 deletion to remove entire duplicate line. Fixes merged article
8831 number bug.
8832
8833 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
8834
8835 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
8836 servers that are offline. Avoids having gnus-agent-toggle-plugged
8837 first ask if you want to open a server and then, even when you
8838 responded with no, asking if you want to synchronize the server's
8839 flags.
8840 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
8841 multi-line expressions.
8842 (gnus-agent-synchronize-group-flags): New internal function.
8843 Updates marks in memory (in the info structure) AND in the
8844 backend.
8845
8846 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
8847
8848 * nnagent.el (nnagent-request-set-mark): Use
8849 gnus-agent-synchronize-group-flags, not backend's request-set-mark
8850 method, to ensure that synchronization updates marks in the
8851 backend and in the info (in memory) structure.
8852
8853 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
8854
8855 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
8856 convention fully; don't miss the root article of a thread; make
8857 the X-Draft-From header with correct article numbers.
8858
8859 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
8860
8861 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
8862 unless plugged. Disable the agent so that an open failure causes
8863 an error.
8864
8865 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
8866 Reverted 2004-09-21 change. The backend must be opened while
8867 synchronizing flags even when the backend stores the flags
8868 locally.
8869
8870 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
8871
8872 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
8873 in `header' match. Reported by Svend Tollak Munkejord.
8874
8875 * message.el (message-cite-original): Fix use of
8876 `message-cite-articles-with-x-no-archive'.
8877
8878 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
8879
8880 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
8881 (gnus-window-to-buffer): Ditto.
8882
8883 * mml.el (mml-preview-buffer): New variable.
8884 (mml-preview): Manage window layout with gnus-buffer-configuration.
8885
8886 * gnus-msg.el (gnus-setup-message): Put article numbers into the
8887 X-Draft-From header even if those articles aren't quoted.
8888
8889 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
8890
8891 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
8892 (gnus-request-set-mark, gnus-request-update-mark): Use new
8893 g-s-t-u-l-m to decide to use backend even when unplugged.
8894
8895 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
8896
8897 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
8898 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
8899
8900 2004-09-20 Simon Josefsson <jas@extundo.com>
8901
8902 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
8903 "utf-16-le".
8904
8905 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8906
8907 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
8908
8909 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
8910
8911 * uudecode.el (uudecode-use-external): Add :version.
8912
8913 * smime.el (smime-CA-file, smime-encrypt-cipher)
8914 (smime-dns-server): Add :version.
8915
8916 * smiley.el (gnus-smiley-file-types): Add :version.
8917
8918 * sha1.el (sha1-use-external): Add :version.
8919
8920 * pgg-def.el (pgg-query-keyserver): Add :version.
8921
8922 * nnmail.el (nnmail-fancy-expiry-targets)
8923 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
8924 Add :version.
8925
8926 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
8927 (nnimap-retrieve-groups-asynchronous): Add :version.
8928 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
8929
8930 * mml.el (mml-content-disposition-parameters)
8931 (mml-insert-mime-headers-always): Add :version.
8932
8933 * mm-util.el (mm-coding-system-priorities): Add :version.
8934
8935 * mm-decode.el (mm-inline-text-html-with-images)
8936 (mm-keep-viewer-alive-types, mm-external-terminal-program)
8937 (mm-verify-option): Add :version.
8938 (mm-text-html-renderer): Change :version.
8939
8940 * message.el (message-fcc-externalize-attachments)
8941 (message-required-headers, message-draft-headers)
8942 (message-subject-trailing-was-query)
8943 (message-subject-trailing-was-ask-regexp)
8944 (message-subject-trailing-was-regexp, message-mark-insert-begin)
8945 (message-mark-insert-end, message-archive-header)
8946 (message-archive-note, message-cross-post-default)
8947 (message-cross-post-note, message-followup-to-note)
8948 (message-cross-post-note-function, message-use-mail-followup-to)
8949 (message-subscribed-address-functions)
8950 (message-subscribed-address-file, message-subscribed-addresses)
8951 (message-subscribed-regexps, message-allow-no-recipients)
8952 (message-yank-cited-prefix, message-signature-insert-empty-line)
8953 (message-hidden-headers, message-hierarchical-addresses)
8954 (message-mail-user-agent, message-use-idna)
8955 (message-valid-fqdn-regexp)
8956 (message-strip-special-text-properties, message-header-synonyms)
8957 (message-beginning-of-line, message-tab-body-function): Add :version.
8958 (message-insert-canlock, message-wide-reply-confirm-recipients):
8959 Change :version.
8960
8961 * mail-source.el (mail-source-ignore-errors): Add :group, :type
8962 and :version.
8963 (mail-source-delete-old-incoming-confirm)
8964 (mail-source-movemail-program): Add :version.
8965
8966 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
8967 (gnus-agent-cache, gnus-agent): Change :version.
8968
8969 * gnus-util.el (gnus-use-byte-compile): Change :version.
8970
8971 * gnus-sum.el (gnus-summary-make-false-root-always)
8972 (gnus-summary-default-high-score)
8973 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
8974 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
8975 (gnus-read-all-available-headers, gnus-article-emulate-mime)
8976 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
8977 (gnus-sum-thread-tree-single-indent)
8978 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
8979 (gnus-sum-thread-tree-leaf-with-other)
8980 (gnus-sum-thread-tree-single-leaf): Add :version.
8981 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
8982 (gnus-article-loose-mime): Change :version.
8983
8984 * gnus-start.el (gnus-backup-startup-file)
8985 (gnus-save-startup-file-via-temp-buffer): Add :version.
8986
8987 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
8988 (gnus-server-offline-face): Add :version.
8989
8990 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
8991
8992 * gnus-msg.el (gnus-gcc-externalize-attachments)
8993 (gnus-debug-files, gnus-debug-exclude-variables)
8994 (gnus-discouraged-post-methods): Change :version.
8995 (gnus-confirm-mail-reply-to-news)
8996 (gnus-confirm-treat-mail-like-news): Add :version.
8997
8998 * gnus-int.el (gnus-server-unopen-status): Add :version.
8999
9000 * gnus-group.el (gnus-group-jump-to-group-prompt)
9001 (gnus-large-ephemeral-newsgroup)
9002 (gnus-fetch-old-ephemeral-headers): Add :version.
9003
9004 * gnus-fun.el (gnus-x-face-directory)
9005 (gnus-convert-pbm-to-x-face-command)
9006 (gnus-convert-image-to-x-face-command)
9007 (gnus-convert-image-to-face-command): Add :version.
9008
9009 * gnus-delay.el (gnus-delay-default-hour): Add :version.
9010
9011 * gnus-cite.el (gnus-cite-blank-line-after-header)
9012 (gnus-article-boring-faces): Add :version.
9013
9014 * gnus-art.el (gnus-buttonized-mime-types)
9015 (gnus-inhibit-mime-unbuttonizing)
9016 (gnus-treat-display-face)
9017 (gnus-treat-body-boundary): Change :version.
9018 (gnus-body-boundary-delimiter, gnus-picon-databases)
9019 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
9020 (gnus-treat-date-english, gnus-treat-fold-headers)
9021 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
9022 (gnus-treat-mail-picon, gnus-treat-wash-html)
9023 (gnus-article-encrypt-protocol)
9024 (gnus-use-idna, gnus-article-over-scroll)
9025 (gnus-mime-display-multipart-alternative-as-mixed)
9026 (gnus-mime-display-multipart-related-as-mixed)
9027 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
9028 (gnus-ctan-url, gnus-button-ctan-handler)
9029 (gnus-button-handle-ctan-bogus-regexp)
9030 (gnus-button-ctan-directory-regexp)
9031 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
9032 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
9033 (gnus-button-man-level, gnus-button-emacs-level)
9034 (gnus-button-message-level, gnus-button-browse-level): Add :version.
9035
9036 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
9037 (gnus-agent-go-online): Change :version.
9038 (gnus-agent-expire-unagentized-dirs)
9039 (gnus-agent-auto-agentize-methods): Add :version.
9040
9041 * flow-fill.el (fill-flowed-display-column)
9042 (fill-flowed-encode-column): Add :version.
9043
9044 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9045 (gnus-outlook-deuglify-unwrap-max)
9046 (gnus-outlook-deuglify-cite-marks)
9047 (gnus-outlook-deuglify-unwrap-stop-chars)
9048 (gnus-outlook-deuglify-no-wrap-chars)
9049 (gnus-outlook-deuglify-attrib-cut-regexp)
9050 (gnus-outlook-deuglify-attrib-verb-regexp)
9051 (gnus-outlook-deuglify-attrib-end-regexp)
9052 (gnus-outlook-display-hook): Add :version.
9053
9054 * binhex.el (binhex-use-external): Add :version.
9055
9056 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
9057
9058 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
9059 and `invisible'.
9060
9061 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9062
9063 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
9064 in gnus-registry-trim.
9065
9066 2004-09-13 Simon Josefsson <jas@extundo.com>
9067
9068 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
9069
9070 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
9071
9072 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
9073 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9074 <yamaoka@jpl.org>.
9075 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
9076 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9077 <yamaoka@jpl.org>.
9078
9079 * sieve.el (sieve-manage-mode): Ditto.
9080
9081 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
9082
9083 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
9084
9085 2004-09-11 Simon Josefsson <jas@extundo.com>
9086
9087 * dns-mode.el: Add.
9088
9089 * mm-view.el (mm-display-dns-inline): Add.
9090
9091 * mm-decode.el (mm-inline-media-tests): Add text/dns.
9092 (mm-automatic-display): Ditto.
9093
9094 * mailcap.el (mailcap-mime-data): Add text/dns.
9095 (mailcap-mime-extensions): Map .soa to text/dns.
9096
9097 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
9098
9099 * gnus-art.el (article-decode-mime-words, article-babel)
9100 (gnus-article-highlight-signature, gnus-article-add-buttons)
9101 (gnus-signature-toggle): Remove unnecessary bindings of
9102 `inhibit-read-only' inherited from v5.10 merge.
9103
9104 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
9105
9106 * nntp.el (nntp): New customization group.
9107 (nntp-authinfo-file): Add customization group.
9108
9109 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
9110
9111 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
9112
9113 * gnus.el (to-address, to-list, subscribed)
9114 (large-newsgroup-initial): Ditto.
9115
9116 * flow-fill.el (fill-flowed-display-column)
9117 (fill-flowed-encode-column): Ditto.
9118
9119 2004-09-06 Stefan <monnier@iro.umontreal.ca>
9120
9121 * message.el (message-tokenize-header, message-send-mail-with-qmail):
9122 Use point-min rather than 1.
9123 (message-send-mail): Use buffer-size rather than point-max.
9124
9125 * gnus-sum.el (gnus-summary-search-article-forward):
9126 Signal a specific `search-failed' rather than a generic `error'.
9127
9128 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
9129 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
9130 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
9131
9132 2004-09-10 Simon Josefsson <jas@extundo.com>
9133
9134 * nndb.el (require): Remove tcp and duplicate cl.
9135
9136 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
9137
9138 * gnus-agent.el (directory-files-and-attributes): Move forward.
9139
9140 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
9141
9142 * gnus-agent.el (directory-files-and-attributes): Optionally
9143 defined to support XEmacs.
9144
9145 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
9146
9147 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
9148 to avoid run-time CL dependencies.
9149 (gnus-agent-unfetch-articles): New function.
9150 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
9151 article numbers even when local .overview file is missing.
9152 (gnus-agent-read-article-number): New function. Only accepts
9153 27-bit article numbers.
9154 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
9155 gnus-agent-read-article-number.
9156 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
9157 from backend while recognizing that article numbers in .overview
9158 must be valid.
9159 (gnus-agent-update-files-total-fetched-for): Use
9160 directory-files-and-attributes to improve performance.
9161 * gnus-int.el (gnus-request-move-article): Use
9162 gnus-agent-unfetch-articles in place of gnus-agent-expire to
9163 improve performance.
9164
9165 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
9166 some users confused by references to .newsrc when they only have a
9167 .newsrc.eld file.
9168 (gnus-convert-mark-converter-prompt,
9169 gnus-convert-converter-needs-prompt): Fixed use of property list.
9170 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
9171 New function. Used internally to only display 'gnus converting
9172 files' message when actually necessary.
9173
9174 * gnus-sum.el (): Removed (require 'gnus-agent) as required
9175 methods now autoloaded.
9176
9177 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
9178
9179 * gnus-sum.el (gnus-summary-insert-subject): Remove list
9180 identifiers.
9181
9182 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
9183
9184 * gnus-picon.el: Fix indentation and closing parenthesis.
9185
9186 2004-09-01 Simon Josefsson <jas@extundo.com>
9187
9188 * message.el (message-canlock-generate): Require sha1, not
9189 sha1-el. (Can we get rid of this require alltogheter? It is ugly
9190 to require within a function. Sadly, if sha1.el isn't loaded, the
9191 let binding in m-c-g will hide the defcustom definition, which is
9192 bad.)
9193
9194 * canlock.el: Require sha1, not sha1-el.
9195
9196 * message.el: Don't autoload sha1 (there is a autoload cookie in
9197 sha1.el).
9198
9199 * sha1-el.el: Renamed to sha1.el.
9200
9201 2004-08-30 Juanma Barranquero <lektu@terra.es>
9202
9203 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
9204
9205 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9206
9207 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
9208
9209 2004-08-30 Kim F. Storm <storm@cua.dk>
9210
9211 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
9212
9213 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
9214 Add :group 'nnimap.
9215
9216 2004-08-30 Andreas Schwab <schwab@suse.de>
9217
9218 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
9219 ?* and ?\;.
9220
9221 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
9222 and ?\' to symbol instead of whitespace.
9223
9224 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
9225
9226 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
9227
9228 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
9229 instead of re-search-forward.
9230
9231 * gnus-uu.el (gnus-uu-save-article): Ditto.
9232 (gnus-uu-post-encode-uuencode): Ditto.
9233
9234 * html2text.el (html2text-clean-list-items): Ditto.
9235 (html2text-clean-dtdd): Ditto.
9236 (html2text-format-tags): Ditto.
9237
9238 * message.el (message-send-mail-with-sendmail): Fix regexp.
9239 (message-fill-field-general): Use search-forward instead of
9240 re-search-forward.
9241 (unbold-region): Ditto.
9242
9243 * nnrss.el (nnrss-request-article): Ditto.
9244
9245 * nnslashdot.el (nnslashdot-request-article): Ditto.
9246
9247 * nnweb.el (nnweb-gmane-wash-article): Ditto.
9248
9249 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
9250 "Unrecognized menu descriptor" error in XEmacs.
9251
9252 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
9253
9254 * gnus-sum.el (gnus-read-header): Don't remove a header for the
9255 parent article of a sparse article in the thread hashtb.
9256
9257 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
9258
9259 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
9260 (nnmail-expand-newtext): Lowercase expanded entries if
9261 nnmail-split-lowercase-expanded is non-nil.
9262
9263 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
9264
9265 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
9266 entry.
9267
9268 * gnus-group.el (gnus-group-line-format-alist): Convert the value
9269 of gnus-tmp-news-method into string under XEmacs. It will be
9270 passed to gnus-correct-length which takes only a string argument.
9271
9272 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
9273
9274 * gnus-util.el (gnus-bind-print-variables): New macro.
9275 (gnus-prin1): Use it.
9276 (gnus-prin1-to-string): Use it.
9277 (gnus-pp): New function.
9278 (gnus-pp-to-string): New function.
9279
9280 * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
9281 pp-to-string with gnus-pp-to-string.
9282 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
9283 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
9284 * gnus-msg.el (gnus-debug): Ditto.
9285 * gnus-score.el (gnus-score-save): Ditto.
9286 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
9287 gnus-pp-to-string.
9288 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
9289 with gnus-pp.
9290 * score-mode.el (gnus-score-pretty-print): Ditto.
9291 * webmail.el (webmail-debug): Ditto.
9292
9293 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
9294
9295 * gnus-art.el (article-display-face, article-display-x-face): Use
9296 buffer-read-only.
9297
9298 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
9299
9300 * gnus-art.el (article-hide-list-identifiers): Bind
9301 inhibit-read-only as t.
9302
9303 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
9304
9305 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
9306
9307 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9308
9309 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
9310 (gnus-narrow-to-page): Don't assume point-min == 1.
9311 (gnus-article-edit-mode): Derive from message-mode.
9312
9313 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
9314 point-min == 1.
9315
9316 * imap.el (imap-parse-address-list, imap-parse-body-ext):
9317 Disable incorrect use of `assert'.
9318
9319 * message.el (message-mode): Set comment-start-skip.
9320
9321
9322 2004-08-22 Sam Steingold <sds@gnu.org>
9323
9324 * pop3.el (pop3-leave-mail-on-server): New user variable.
9325 (pop3-movemail): Delete mail only when it is nil.
9326
9327 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
9328
9329 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
9330
9331 * mml.el (mml-preview): Use `pop-to-buffer'.
9332
9333 * message.el (message-goto-mail-followup-to): Insert after "To".
9334 (message-carefully-insert-headers): Add comment.
9335
9336 * gnus.el: Remove unused variable `gnus-article-check-size'.
9337
9338 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
9339
9340 * gnus-art.el (gnus-button-alist): Improve
9341 `gnus-button-handle-library' entry.
9342
9343 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
9344
9345 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
9346 downcase, since XEmacs capitalizes error messages differently.
9347
9348 2004-08-18 Jesper Harder <harder@ifa.au.dk>
9349
9350 * nntp.el: Add (require 'gnus) due to reference to
9351 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
9352
9353 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
9354
9355 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
9356 `mm-fill-flowed'.
9357
9358 * mm-decode.el (mm-dissect-singlepart): Check it.
9359
9360 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
9361
9362 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
9363 'imap' for netrc parsing.
9364
9365 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
9366
9367 * mailcap.el (mailcap-mime-data): Mark as risky.
9368
9369 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
9370
9371 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
9372 may be included in the encoded word.
9373 (rfc2047-encode): Don't append a space if the encoded word
9374 includes close parenthesis.
9375
9376 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
9377
9378 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
9379 of text within parentheses.
9380
9381 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
9382
9383 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
9384 (gnus-encrypt-write-file-contents): Make the password key the file
9385 name PLUS the cipher, not just the cipher. Also remove failed
9386 passwords from the cache.
9387
9388 2004-08-06 Simon Josefsson <jas@extundo.com>
9389
9390 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
9391 fix.
9392
9393 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
9394
9395 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
9396 LWSP.
9397
9398 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
9399
9400 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
9401 to append in-reply-to: data to the references: header.
9402
9403 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
9404 (netrc-parse): Use gnus-encrypt.el functions.
9405
9406 * gnus-encrypt.el: Add new file for encryption support; currently
9407 does only a few GPG ciphers and an internal XOR cipher.
9408
9409 * password.el: Add comments on using password-read-and-add.
9410 (password-read-and-add): Add function to read and add the
9411 password to the cache at once.
9412
9413 2004-07-28 Simon Josefsson <jas@extundo.com>
9414
9415 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
9416 parameter (but don't use it, for now).
9417
9418 * imap.el (imap-ssl-open): Use imap-process-connection-type,
9419 instead of hard coding to nil.
9420
9421 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
9422
9423 * mm-view.el (mm-inline-image-emacs): Open lines under an image
9424 as mm-inline-image-xemacs does.
9425
9426 2004-07-26 Simon Josefsson <jas@extundo.com>
9427
9428 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
9429 Revert part of 2004-07-17 change below.
9430
9431 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
9432
9433 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
9434 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9435
9436 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9437
9438 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
9439 quotes that actually start with ">" at the beginning of the
9440 lines.
9441
9442 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
9443
9444 * rfc2047.el (rfc2047-encode-region): Fix last change.
9445 (rfc2047-encode-parameter): Remove useless concat.
9446
9447 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
9448
9449 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
9450 encode special characters; fix some kind of misconfigured headers;
9451 signal a real error if debug-on-quit or debug-on-error is non-nil.
9452 (rfc2047-encode-max-chars): New variable.
9453 (rfc2047-encode-1): Use it.
9454 (rfc2047-encode-parameter): New function.
9455
9456 * mml.el (mml-insert-parameter): Remove an excessive space.
9457
9458 2004-07-17 Simon Josefsson <jas@extundo.com>
9459
9460 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
9461 Kai Grossjohann <kai@emptydomain.de>.
9462 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
9463 (gnus-group-make-menu-bar): Ditto.
9464
9465 * gnus-util.el (gnus-group-server): Add.
9466
9467 2004-07-16 Jesper Harder <harder@ifa.au.dk>
9468
9469 * message.el (message-clone-locals): Clone sendmail and smtp
9470 variables.
9471
9472 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
9473
9474 * rfc2047.el (rfc2047-encode-region): Fix last change.
9475
9476 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
9477
9478 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
9479 characters as non-special.
9480
9481 2004-07-09 Simon Josefsson <jas@extundo.com>
9482
9483 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
9484 Users will lose all flag changes made while unplugged with
9485 e.g. nntp unless flag synchronization happens, thus `nil' is not a
9486 good default. See numerous reports on ding mailing list.
9487
9488 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
9489
9490 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
9491 add generate-head-function and generate-article-function to the
9492 rfc822-forward entry.
9493 (nndoc-rfc822-forward-generate-article): New function.
9494 (nndoc-rfc822-forward-generate-head): New function.
9495
9496 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
9497
9498 2004-07-06 Dan Christensen <jdc@uwo.ca>
9499
9500 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
9501 respect display group parameter and gnus-summary-expunge-below.
9502 (gnus-articles-to-read): Remove unused reference to display group
9503 parameter.
9504
9505 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9506
9507 * nnheader.el (nnheader-uniquify-message-id): New experimental
9508 variable.
9509 (nnheader-nov-read-message-id): Use it.
9510
9511 * spam-report.el (spam-report-gmane): Add interactive.
9512
9513 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
9514
9515 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
9516 qp-or-base64 for the application/* types.
9517
9518 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
9519
9520 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
9521
9522 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
9523
9524 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
9525 trim value.
9526
9527 2004-01-25 Paul Jarc <prj@po.cwru.edu>
9528
9529 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
9530 New macro and function.
9531 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
9532
9533 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
9534
9535 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
9536 after-load-alist.
9537
9538 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
9539
9540 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
9541 update info that isn't there.
9542
9543 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
9544
9545 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
9546 entry.
9547
9548 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
9549
9550 * mm-view.el (mm-inline-render-with-function): Use multibyte
9551 buffer; decode html source by charset.
9552
9553 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
9554
9555 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
9556 Mule-UCS is loaded under XEmacs.
9557 (mm-mime-mule-charset-alist): Avoid duplicated entries.
9558
9559 2004-06-28 Jesper Harder <harder@ifa.au.dk>
9560
9561 * nnheader.el (nnheader-max-head-length): Increase to 8192.
9562
9563 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
9564
9565 * mm-util.el (mm-coding-system-p): Return a coding-system.
9566 (mm-mime-mule-charset-alist): Use shift_jis instead of
9567 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
9568 entries for the mime charsets iso-2022-jp-3 and shift_jis.
9569 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
9570 instead of japanese-shift-jis and iso-latin-1 respectively in
9571 order to share the default value with both Emacs and XEmacs-mule.
9572 (mm-mule-charset-to-mime-charset): Make
9573 mm-coding-system-priorities effective.
9574 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
9575 while predicating of candidates upon the priorities.
9576
9577 2004-06-27 Jesper Harder <harder@ifa.au.dk>
9578
9579 * gnus-sum.el (gnus-summary-make-menu-bar): Add
9580 gnus-uu-invert-processable.
9581
9582 * gnus.el: Autoload gnus-uu-invert-processable.
9583
9584 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
9585
9586 * mm-util.el (mm-with-multibyte-buffer): New macro.
9587
9588 * rfc2047.el (rfc2047-encode-string): Use it.
9589 (rfc2047-encode-region): Move point to the end of the region after
9590 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
9591
9592 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
9593
9594 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
9595 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
9596
9597 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
9598
9599 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
9600 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
9601 Karl Chen <quarl@nospam.quarl.org>.
9602
9603 2004-06-23 Jesper Harder <harder@ifa.au.dk>
9604
9605 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
9606 invalid addresses.
9607
9608 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
9609
9610 * spam.el: Change section markers, revise TODO list.
9611 (spam-backends): Make new master list of all installed backends.
9612 (spam-summary-exit-behavior): Add new variable to determine how
9613 messages moves are done at summary exit.
9614 (spam-move-spam-nonspam-groups-only)
9615 (spam-process-ham-in-nonham-groups)
9616 (spam-process-ham-in-spam-groups): Remove variables, the
9617 spam-summary-exit-behavior variable should be used to manage this
9618 behavior.
9619 (spam-old-ham-articles, spam-old-spam-articles): Remove.
9620 (spam-old-articles): Add variable, replacing spam-old-ham-articles
9621 and spam-old-spam-articles.
9622 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
9623 Add empty variables, placeholders for the backends they represent.
9624 (spam-set-difference): Move, unchanged.
9625 (spam-list-of-processors): Declare OBSOLETE, not used anymore
9626 unless the user has a processor variable.
9627 (spam-classifications, spam-classification-valid-p)
9628 (spam-backend-properties, spam-backend-property-valid-p)
9629 (spam-backend-function-type-valid-p)
9630 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
9631 (spam-report-articles-gmane, spam-report-articles-resend):
9632 Remove functions, they are not needed.
9633 (spam-install-backend-super, spam-backend-list)
9634 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
9635 (spam-backend-function, spam-backend-ham-registration-function)
9636 (spam-backend-spam-registration-function)
9637 (spam-backend-ham-unregistration-function)
9638 (spam-backend-spam-unregistration-function)
9639 (spam-backend-statistical-p, spam-backend-mover-p)
9640 (spam-install-backend-alias, spam-install-checkonly-backend)
9641 (spam-install-mover-backend, spam-install-nocheck-backend)
9642 (spam-install-backend, spam-install-statistical-backend)
9643 (spam-install-statistical-checkonly-backend): Add backend installation
9644 support.
9645 (spam-summary-prepare-exit): Rewrite to use the new backend code.
9646 (spam-group-processor-p): Use the new backend code and respect the
9647 summary exit behavior.
9648 (spam-mark-spam-as-expired-and-move-routine): Remove.
9649 (spam-summary-prepare): Change to use the new spam-old-articles
9650 variable.
9651 (spam-copy-or-move-routine, spam-copy-spam-routine)
9652 (spam-move-spam-routine, spam-copy-ham-routine)
9653 (spam-move-ham-routine): Add code to copy/move ham or spam.
9654 (spam-fetch-field-fast): Improve doc and code, plus allow the
9655 'number request.
9656 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
9657 variables.
9658 (spam-split, spam-find-spam): Use the new backend code.
9659 (spam-registration-functions): Remove variable.
9660 (spam-unregister-routine): Add convenience wrapper.
9661 (spam-log-undo-registration, spam-register-routine)
9662 (spam-log-processing-to-registry)
9663 (spam-log-unregistration-needed-p): Rename "check" to "backend"
9664 where possible.
9665 (spam-check-gmane-xref, spam-check-regex-headers)
9666 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
9667 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
9668 (spam-check-bogofilter-headers, spam-check-spamoracle)
9669 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
9670 (spam-check-crm114-headers): Use the spam-split-group that
9671 spam-split prepares, no need to determine it every time.
9672
9673 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
9674 to the nnheader-parse-naked-head call.
9675
9676 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
9677
9678 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
9679 the nnheader-nov-read-message-id call.
9680
9681 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
9682
9683 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
9684 gnus-activate-group twice. Suggested by Markus Peter
9685 <warp@spin.de>.
9686
9687 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
9688
9689 * gnus-art.el (gnus-article-time-format): Exchange the order of
9690 day and month in the default value; fix customization type.
9691 (article-date-ut): Use add-text-properties.
9692 (article-make-date-line): Use message-make-date instead of
9693 current-time-string.
9694
9695 * message.el (message-fetch-field): Don't use set-text-properties.
9696 (message-make-date): Simplify.
9697
9698 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
9699
9700 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
9701 (rfc2047-encode-region): Treat text within parentheses as special;
9702 show the original text when error has occurred.
9703
9704 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
9705 already-computed method to gnus-activate-group.
9706
9707 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
9708 same select-methods identical Lisp objects.
9709
9710 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
9711 object when modifying the info.
9712
9713 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
9714
9715 * gnus-srvr.el (gnus-server-set-info): Remove the server from
9716 gnus-opened-servers since it has never been opened with the new
9717 configuration yet.
9718
9719 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
9720
9721 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
9722 arg to nnheader-generate-fake-message-id.
9723
9724 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
9725
9726 * nnheader.el (nnheader-generate-fake-message-id): Accept a
9727 number and build a fake message ID localized to a group and
9728 article number (so it's repeatable from that point on).
9729 (nnheader-fake-message-id-p): Change regex to accomodate new fake
9730 ID format.
9731
9732 * gnus-sum.el (gnus-get-newsgroup-headers): Call
9733 nnheader-generate-fake-message-id with the article number.
9734
9735 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
9736
9737 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
9738 end-of-buffer.
9739
9740 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
9741
9742 * message.el (message-ignored-supersedes-headers): Add Approved.
9743
9744 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
9745
9746 * rfc2047.el (rfc2047-encode-message-header): Remove useless
9747 goto-char.
9748 (rfc2047-encode): Fold the line before encoding.
9749
9750 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9751
9752 * rfc2047.el (rfc2047-encode-message-header): Disabled header
9753 folding -- not all headers can be folded, and this should be done
9754 by the message composition mode. Probably. I think.
9755
9756 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
9757
9758 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
9759 fast.
9760
9761 * gnus-ems.el (gnus-remove-image): Don't use
9762 message-text-with-property; remove only the image found first.
9763
9764 2004-06-09 Jesper Harder <harder@ifa.au.dk>
9765
9766 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
9767
9768 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
9769
9770 * message.el (message-text-with-property): Make it fast and accept
9771 optional arguments.
9772 (message-strip-forbidden-properties): Use it.
9773 (message-fix-before-sending): Follow the m-t-w-p change.
9774
9775 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
9776
9777 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
9778
9779 * gnus-art.el (article-hide-headers): Don't change the buffer
9780 mistakenly when performing mml-preview even if
9781 gnus-single-article-buffer is nil.
9782
9783 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
9784
9785 * message.el (message-expand-name-databases): New user option.
9786 (message-expand-name): Use it.
9787
9788 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
9789
9790 * spam.el (spam-report-articles-resend)
9791 (spam-report-resend-register-routine): Allow ham reporting.
9792 (spam-report-resend-register-ham-routine): Add wrapper.
9793 (spam-registration-functions): Add ham resending functions.
9794 (spam-list-of-processors): Add ham resend processor.
9795
9796 * gnus.el (ham-resend-to): Add new group parameter.
9797 (spam-process): Add ham resend option.
9798
9799 * spam-report.el (spam-report-resend): Allow reporting ham.
9800 (spam-report-resend-ham): Add wrapper.
9801
9802 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
9803
9804 * message.el (message-cite-articles-with-x-no-archive): New
9805 variable.
9806 (message-cite-original): Use it.
9807
9808 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
9809
9810 * message.el (message-cite-original): Respect X-No-Archive.
9811
9812 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
9813
9814 * gnus-art.el (article-hide-headers): Refer to the values for
9815 gnus-ignored-headers and gnus-visible-headers in the summary
9816 buffer since a user may have set them as group parameters.
9817
9818 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
9819
9820 * assistant.el (assistant-node-name): Add convenience function.
9821 (assistant-render-text, assistant-render-node): Add error handling,
9822 plus handle multiple next nodes.
9823 (assistant-find-next-node): Comment out for now.
9824 (assistant-find-next-nodes): Add function, returns list of next
9825 nodes.
9826
9827 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
9828
9829 * mail-source.el (mail-source-directory): Fix doc-string.
9830
9831 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
9832
9833 * assistant.el (assistant-render-text, assistant-eval): Add :set
9834 widget type, which is different because it takes and returns a
9835 list. Much hilarity ensues.
9836
9837 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
9838
9839 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
9840
9841 * gnus-group.el (gnus-group-get-new-news-this-group): Added
9842 doc-string.
9843
9844 * gnus-start.el (gnus-activate-group): Added doc-string.
9845
9846 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
9847
9848 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
9849
9850 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
9851
9852 * assistant.el (assistant-render-text): Try to add a :set
9853 widget, more to come.
9854
9855 * spam.el (spam-group-spam-contents-p): Handle empty groupname
9856 strings.
9857 (spam-report-articles-resend)
9858 (spam-register-routine): Do registration iff any articles warrant
9859 it.
9860 (spam-summary-prepare-exit): Change log message for nil group
9861 destinations.
9862
9863 2004-05-27 Daniel Pittman <daniel@rimspace.net>
9864
9865 * spam.el (spam-report-resend-register-routine): Allow
9866 spam-report-resend-to to be a group parameter or a global value.
9867
9868 2004-05-26 Simon Josefsson <jas@extundo.com>
9869
9870 * starttls.el: Merge with my GNUTLS based starttls.el.
9871 (starttls-gnutls-program, starttls-use-gnutls)
9872 (starttls-extra-arguments, starttls-process-connection-type)
9873 (starttls-connect, starttls-failure, starttls-success): New
9874 variables.
9875 (starttls-program, starttls-extra-args): Doc fix.
9876 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
9877 functions.
9878 (starttls-negotiate, starttls-open-stream): Check
9879 `starttls-use-gnutls' and pass on to corresponding *-gnutls
9880 function if it is set.
9881
9882 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
9883
9884 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
9885 structured fields.
9886
9887 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
9888
9889 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
9890
9891 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
9892
9893 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
9894 variable.
9895 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
9896 assigning the spam-mark to new messages.
9897
9898 2004-05-26 Adam Sj\e,Ax\e(Bgren <asjo@koldfront.dk> (tiny change)
9899
9900 (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
9901
9902 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
9903
9904 * rfc2047.el (rfc2047-encodable-p): Don't move point.
9905 (rfc2047-decode): Treat the ascii coding-system as raw-text by
9906 default.
9907
9908 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
9909
9910 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
9911 correct data.
9912
9913 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
9914
9915 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
9916 (spam-group-processor-p): Fix function.
9917 (spam-group-processor-multiple-p)
9918 (spam-group-spam-processor-report-gmane-p)
9919 (spam-group-spam-processor-report-resend-p)
9920 (spam-group-spam-processor-bogofilter-p)
9921 (spam-group-spam-processor-blacklist-p)
9922 (spam-group-spam-processor-ifile-p)
9923 (spam-group-ham-processor-ifile-p)
9924 (spam-group-spam-processor-spamoracle-p)
9925 (spam-group-spam-processor-crm114-p)
9926 (spam-group-ham-processor-bogofilter-p)
9927 (spam-group-spam-processor-stat-p)
9928 (spam-group-ham-processor-stat-p)
9929 (spam-group-ham-processor-whitelist-p)
9930 (spam-group-ham-processor-BBDB-p)
9931 (spam-group-ham-processor-spamoracle-p)
9932 (spam-group-ham-processor-copy-p): Remove functions with some
9933 prejudice against unneeded code.
9934 (spam-report-articles-resend)
9935 (spam-report-resend-register-routine): Allow the group/topic
9936 spam-resend-to value to override spam-report-resend-to.
9937 (spam-summary-prepare-exit): Invoke spam-group-processor-p
9938 properly now.
9939
9940 * gnus.el (spam-resend-to): Add group/topic parameter.
9941 (spam-process): Move the OBSOLETE processors to the end of the
9942 choices.
9943
9944 2004-05-24 Daniel Pittman <daniel@rimspace.net>
9945
9946 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
9947 with resend-to set to nil, and then ask the user if necessary.
9948 (spam-report-resend): spam-report-resend takes a list of articles, not
9949 separate article numbers.
9950
9951 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
9952
9953 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
9954 addition to emacs-w3m.
9955
9956 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9957
9958 * assistant.el (assistant-authinfo-data): New function.
9959 (assistant-eval): Eval for entire assistant.
9960
9961 * netrc.el (netrc-services-file): New variable.
9962 (netrc-parse-services): New function.
9963 (netrc-find-service-name): New function.
9964 (netrc-find-service-number): New function.
9965 (netrc-port-equal): New function.
9966 (netrc-machine): Use it.
9967
9968 * nnimap.el (nnimap-open-connection): Use netrc.
9969
9970 * gnus-util.el (gnus-netrc-get): Remove aliases.
9971
9972 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
9973
9974 * assistant.el (wid-edit): Fix compilation.
9975
9976 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
9977
9978 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
9979
9980 * gnus-util.el (gnus-set-file-modes): New function. (small
9981 patch).
9982
9983 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9984
9985 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
9986
9987 * assistant.el (assistant-render-node): Fix up rendering and
9988 read-only text.
9989 (assistant-render-node): Reset.
9990 (assistant-make-read-only): Not sticky.
9991
9992 2004-05-20 Danny Siu <dsiu@adobe.com>
9993
9994 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
9995 centered even when gnus-auto-center-summary is t
9996
9997 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9998
9999 * dns.el (dns-get-txt-answer): New function.
10000 (dns-read-txt): Ditto.
10001 (query-dns): Use it.
10002
10003 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
10004
10005 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
10006 active for foreign groups even if the group level is higher than
10007 the specified value.
10008
10009 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10010
10011 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
10012 non-active groups.
10013
10014 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
10015
10016 2004-05-20 Magnus Henoch <mange@freemail.hu>
10017
10018 * dns.el (dns-read-type): Add support for SVR. (small patch)
10019
10020 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
10021
10022 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
10023 (spam-crm114-header, spam-crm114-spam-switch)
10024 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
10025 (spam-crm114-positive-spam-header)
10026 (spam-crm114-database-directory, spam-list-of-processors)
10027 (spam-group-spam-processor-crm114-p)
10028 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
10029 (spam-generic-score, spam-list-of-checks)
10030 (spam-list-of-statistical-checks, spam-registration-functions)
10031 (spam-check-crm114-headers, spam-crm114-score)
10032 (spam-check-crm114, spam-crm114-register-with-crm114)
10033 (spam-crm114-register-spam-routine)
10034 (spam-crm114-unregister-spam-routine)
10035 (spam-crm114-register-ham-routine)
10036 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
10037 asjo@koldfront.dk (Adam Sj\e,Ax\e(Bgren).
10038
10039 * gnus.el: Add spam-use-crm114.
10040
10041 * spam.el (spam-list-of-processors, spam-registration-functions):
10042 Add spam-use-resend.
10043 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
10044 (spam-report-articles-gmane): Add doc fix.
10045 (spam-report-articles-resend,
10046 spam-report-resend-register-routine): Add wrappers around
10047 spam-report-resend-to.
10048
10049 * spam-report.el (spam-report-resend-to, spam-report-resend):
10050 Add support for resending spam.
10051 (spam-report-gmane): Fix line length >80.
10052
10053 * gnus.el (spam-process): Add spam-use-resend.
10054
10055 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10056
10057 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
10058 number of processed spam messages.
10059 (spam-ham-copy-or-move-routine): Return the number of processed
10060 ham messages.
10061 (spam-summary-prepare-exit): Use the above values to decide
10062 whether status messages shouled be displayed.
10063
10064 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
10065
10066 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
10067 `rfc2047-encoding-function-alist' in order to avoid conflicting
10068 with the old version.
10069 (rfc2047-encode-region): Concatenate words containing non-ASCII
10070 characters in structured fields; don't encode space-delimited
10071 ASCII words even in unstructured fields; don't break words at
10072 char-category boundaries.
10073 (rfc2047-encode-1): New function.
10074 (rfc2047-encode): Use it; encode text so that it occupies the
10075 maximum width within 76-column; work correctly on Q encoding for
10076 iso-2022-* charsets.
10077 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
10078 sure not to break a line just after the header name.
10079 (rfc2047-b-encode-region): Removed.
10080 (rfc2047-b-encode-string): New function.
10081 (rfc2047-q-encode-region): Removed.
10082 (rfc2047-q-encode-string): New function.
10083
10084 * mm-util.el (mm-replace-in-string): New function.
10085
10086 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10087
10088 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
10089 get it right.
10090 (gnus-inews-make-draft): Really.
10091
10092 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
10093
10094 * nnmh.el (nnmh-request-list-1): Don't check the link count
10095 before descending. (small patch)
10096
10097 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10098
10099 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
10100 stuff.
10101
10102 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
10103 on real group name.
10104
10105 * gnus-art.el (gnus-signature-limit): Doc fix.
10106
10107 * gnus-msg.el (gnus-inews-make-draft): Quote list.
10108
10109 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10110
10111 * gnus-draft.el (gnus-draft-send): Bind
10112 rfc2047-encode-encoded-words.
10113
10114 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
10115 (rfc2047-encodable-p): Say that =? needs encoding.
10116 (rfc2047-encode-encoded-words): New variable.
10117
10118 * gnus-group.el (gnus-group-select-group): Doc fix.
10119
10120 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
10121
10122 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
10123 to nil.
10124
10125 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
10126
10127 * nnheader.el (nnheader-get-lines-and-char): New function.
10128
10129 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
10130
10131 * gnus-msg.el (gnus-summary-followup-with-original): Document
10132 yanking of region when active.
10133
10134 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
10135
10136 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
10137 groups if the group level is higher than the specified value.
10138
10139 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10140
10141 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
10142 (gnus-group-jump-to-group): Added prefix argument using
10143 `gnus-group-jump-to-group-prompt'. Query before jumping to
10144 non-active group.
10145
10146 * compface.el (uncompface): Be verbose when changing
10147 `uncompface-use-external'.
10148
10149 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
10150 handle manual section.
10151
10152 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10153
10154 * gnus-art.el (gnus-button-alist): Revert previous change.
10155
10156 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10157
10158 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
10159
10160 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10161
10162 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
10163 whether backend can accept message.
10164
10165 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
10166
10167 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
10168
10169 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
10170 Avoid creating directory when nntp-marks-is-evil is true.
10171 Reported by Reiner Steib.
10172
10173 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10174
10175 * gnus-picon.el (gnus-picon-style): New variable.
10176 (gnus-picon-insert-glyph): Added optional `nostring' argument.
10177 (gnus-picon-transform-address): Support `gnus-picon-style'. From
10178 Jesper Harder <harder@ifa.au.dk>.
10179
10180 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10181
10182 * message.el (message-fill-field): Return point.
10183 (message-generate-headers): Go to end of field.
10184
10185 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
10186 stuff for non-living groups.
10187
10188 2004-05-18 Jesper Harder <harder@ifa.au.dk>
10189
10190 * gnus-art.el (gnus-article-followup-with-original)
10191 (gnus-article-reply-with-original): gnus-mark-active-p ->
10192 gnus-region-active-p.
10193
10194 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
10195
10196 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
10197 only when there is spam or ham to be processed.
10198
10199 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10200
10201 * mail-source.el (mail-source-delete-crash-box): Refactor.
10202 (mail-source-fetch): Use it.
10203 (mail-source-fetch-file): Ditto.
10204 (mail-source-fetch-directory): Run postscript in loop.
10205 (mail-source-fetch-pop): Delete.
10206 (mail-source-fetch-maildir): Ditto.
10207 (mail-source-fetch-imap): Ditto.
10208
10209 * imap.el (imap-authenticators): Comment out sasl.
10210
10211 * message.el (message-skip-to-next-address): New function.
10212 (message-fill-header-address): Refactor.
10213 (message-fill-address): Use it.
10214 (message-delete-address): Use it.
10215 (message-fill-header-general): Refactor.
10216 (message-fill-field-address): Rename.
10217 (message-narrow-to-field): Find the start of the header.
10218 (message-header-format-alist): Don't pre-fill.
10219 (message-fill-header): Removed.
10220 (message-insert-header): New function.
10221 (message-shorten-references): Use it.
10222
10223 * rfc2047.el (rfc2047-field-value): Strip props.
10224
10225 * mail-parse.el (mail-header-make-address): New alias.
10226
10227 * ietf-drums.el (ietf-drums-make-address): New function.
10228
10229 * imap.el: Add compiler directives.
10230
10231 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
10232
10233 * gnus-art.el (article-decode-idna-rhs): Don't use
10234 message-idna-inside-rhs-p.
10235
10236 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10237
10238 * message.el (message-idna-inside-rhs-p): Removed.
10239 (message-idna-to-ascii-rhs-1): Use proper address parsing.
10240
10241 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
10242 false positives.
10243
10244 2004-05-16 Kim Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
10245
10246 * imap.el (imap-sasl-make-mechanisms): Use sasl.
10247
10248 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10249
10250 * nneething.el (nneething-file-name): Don't create spurions
10251 files.
10252
10253 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
10254 (gnus-inews-do-gcc): Remove sleep.
10255
10256 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
10257 part under point.
10258
10259 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
10260 (gnus-agent-regenerate-group): Using nil messages aren't valid.
10261
10262 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
10263
10264 * spam.el (spam-summary-prepare-exit): Fixed (length).
10265
10266 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
10267
10268 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
10269 as expired without moving it" message when there are spam
10270 messages left.
10271
10272 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
10273
10274 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
10275 header is not nil.
10276
10277 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
10278
10279 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
10280 nntp-possibly-create-directory, not nntp-possibly-change-group.
10281 (nntp-marks-changed-p): New arg SERVER.
10282 (nntp-request-update-info): Adjust caller.
10283
10284 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
10285
10286 * nntp.el (nntp-save-marks): Pass missing arg.
10287
10288 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
10289
10290 * nntp.el: Support marks.
10291 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
10292 (nntp-marks-modtime, nntp-marks-directory): New variables.
10293 (nntp-request-set-mark, nntp-request-update-info)
10294 (nntp-possibly-create-directory, nntp-marks-changed-p)
10295 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
10296 functions.
10297
10298 2004-05-12 Jesper Harder <harder@ifa.au.dk>
10299
10300 * gnus-score.el (gnus-score-insert-help): Use
10301 gnus-select-lowest-window.
10302
10303 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
10304 appt-select-lowest-window and rename to gnus-select-lowest-window.
10305
10306 * gnus.el: do.
10307
10308 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10309
10310 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
10311 encodings of MIME-encoded words, in order to improve
10312 interoperability with several broken MUAs.
10313
10314 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10315
10316 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
10317 tags, only when charsets are not specified in headers.
10318 (mm-inline-text-html-render-with-w3m): Ditto.
10319
10320 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10321
10322 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
10323 instead of MIME-decoded from fields when checking
10324 `gnus-article-address-banner-alist'.
10325
10326 2004-05-03 Jesper Harder <harder@ifa.au.dk>
10327
10328 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
10329 description rather than subject.
10330
10331 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10332
10333 * gnus.el (gnus-version-number): Bump.
10334
10335 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
10336
10337 * gnus.el: No Gnus v0.2 is released.
10338
10339 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10340
10341 * gnus-agent.el (gnus-agent-read-agentview): Inline
10342 gnus-uncompress-range.
10343
10344 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10345
10346 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
10347 `exec-installed-p'.
10348
10349 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10350
10351 * gnus.el (spam-process, spam-autodetect-methods): Add
10352 bsfilter and bsfilter-headers.
10353
10354 * spam.el (spam-bsfilter): New customize group.
10355 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
10356 (spam-bsfilter-header, spam-bsfilter-probability-header)
10357 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
10358 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
10359 (spam-bsfilter-database-directory): New options.
10360 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
10361 (spam-list-of-statistical-checks, spam-registration-functions):
10362 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
10363 (spam-bsfilter-score): New command.
10364 (spam-check-bsfilter-headers, spam-check-bsfilter)
10365 (spam-bsfilter-register-with-bsfilter)
10366 (spam-bsfilter-register-spam-routine)
10367 (spam-bsfilter-unregister-spam-routine)
10368 (spam-bsfilter-register-ham-routine)
10369 (spam-bsfilter-unregister-ham-routine): New functions.
10370 (spam-generic-score): Support bsfilter; Accept an optional argument
10371 to recalcurate spam score even if scoring header has already been
10372 added.
10373 (spam-bogofilter-score, spam-spamassassin-score): Accept an
10374 optional argument to recalcurate spam score even if scoring header
10375 has already been added.
10376
10377 2004-04-29 Jesper Harder <harder@ifa.au.dk>
10378
10379 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
10380 strings! Reported by David D. Smith <davidsmith@acm.org>.
10381 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
10382 link is missing.
10383
10384 2004-04-28 Jesper Harder <harder@ifa.au.dk>
10385
10386 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
10387 (html2text-get-attr): Rewrite.
10388
10389 * message.el (message-setup-1): Remove redundant put-text-property
10390 on mail-header-separator.
10391
10392 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
10393
10394 * gnus-registry.el (gnus-registry-cache-whitespace)
10395 (gnus-registry-action, gnus-registry-spool-action)
10396 (gnus-registry-split-fancy-with-parent): Change message levels
10397 from 5 to 3 or 7, as needed.
10398
10399 * spam.el (spam-summary-prepare-exit)
10400 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
10401 (spam-split, spam-find-spam, spam-log-undo-registration)
10402 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
10403 level from 5 to 6.
10404
10405 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
10406
10407 * gnus-ems.el: Autoload appt-select-lowest-window (revert
10408 2004-03-04 change).
10409
10410 2004-04-25 Jesper Harder <harder@ifa.au.dk>
10411
10412 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
10413 Use mapc when appropriate.
10414
10415 * sieve-manage.el (sieve-manage-open): do.
10416
10417 * nnweb.el (nnweb-insert-html): do.
10418
10419 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
10420 (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
10421
10422 * nnspool.el (nnspool-request-group): do.
10423
10424 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
10425 do.
10426
10427 * nnml.el (nnml-request-update-info): do.
10428
10429 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
10430 (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
10431
10432 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
10433 (nnimap-request-set-mark): do.
10434
10435 * nnfolder.el (nnfolder-request-update-info): do.
10436
10437 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
10438 do.
10439
10440 * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
10441
10442 * gnus-uu.el (gnus-uu-find-articles-matching): do.
10443
10444 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
10445 do.
10446
10447 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
10448 do.
10449
10450 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
10451
10452 * gnus-nocem.el (gnus-nocem-scan-groups): do.
10453
10454 * gnus-int.el (gnus-start-news-server): do.
10455
10456 * gnus-group.el (gnus-group-make-kiboze-group)
10457 (gnus-group-browse-foreign-server): do.
10458
10459 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
10460
10461 FIXME: Make separate entries for each person.
10462
10463 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
10464 Sj\e,Ax\e(Bgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
10465 <shields@msrl.com>:
10466
10467 * spam.el (spam-necessary-extra-headers): Get the extra headers we
10468 may need for spam sorting and scoring.
10469 (spam-user-format-function-S): Add user format function suitable for
10470 general use.
10471 (spam-article-sort-by-spam-status): Add sorting function for summary
10472 sorting.
10473 (spam-extra-header-to-number): Add function to get a score from a
10474 header.
10475 (spam-summary-score): Add function to get a numeric score from the
10476 headers.
10477 (spam-generic-score): Fixed function doc, was in wrong place.
10478 (spam-initialize): Take symbols when it's run, and install the
10479 extra headers that spam-necessary-extra-headers thinks we need.
10480
10481 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
10482
10483 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
10484 Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
10485
10486 2004-04-17 Jesper Harder <harder@ifa.au.dk>
10487
10488 * gnus-sum.el (gnus-set-global-variables)
10489 (gnus-build-all-threads, gnus-get-newsgroup-headers)
10490 (gnus-article-get-xrefs, gnus-summary-best-group)
10491 (gnus-summary-next-article, gnus-summary-enter-digest-group)
10492 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
10493 (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
10494 with-current-buffer.
10495
10496 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
10497
10498 * spam.el (spam-summary-prepare-exit): Simplify logic.
10499 (spam-fetch-article-header): Read the article header if it's not
10500 available.
10501 (spam-list-articles): Simplify logic.
10502 (spam-filelist-register-routine): Fix bug with unregister-list.
10503
10504 * gnus-registry.el: Fix comments at beginning.
10505
10506 2004-04-16 Jesper Harder <harder@ifa.au.dk>
10507
10508 * message.el (message-cater-to-broken-inn): Remove.
10509 (message-shorten-references): Make sure the total folded length of
10510 References is shorter than 998 characters to cater to a bug in INN
10511 2.3. Also, don't pretend that references aren't folded -- this
10512 hasn't worked for a while.
10513
10514 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
10515
10516 * gnus-agent.el (gnus-agentize):
10517 gnus-agent-send-mail-real-function no longer set to current value
10518 of message-send-mail-function but rather a lambda that calls
10519 message-send-mail-function. The change makes the agent real-time
10520 responsive to user changes to message-send-mail-function.
10521
10522 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
10523
10524 * legacy-gnus-agent.el
10525 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
10526 help from Florian Weimer <fw@deneb.enyo.de>
10527
10528 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
10529
10530 * nnmail.el (nnmail-cache-insert): Revert last change.
10531
10532 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
10533
10534 * nnmail.el (nnmail-cache-insert): Always check whether
10535 nnmail-cache-ignore-groups matches a group name.
10536
10537 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
10538
10539 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
10540 (spam-find-spam, spam-log-processing-to-registry)
10541 (spam-log-registered-p, spam-log-unregistration-needed-p)
10542 (spam-log-undo-registration): Use gnus-message instead of
10543 gnus-error, none of these errors are fatal.
10544
10545 * gnus-registry.el (gnus-registry-clean-empty-function)
10546 (gnus-registry-clean-empty): Remove only empty entries without
10547 extra data.
10548
10549 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
10550
10551 * spam-stat.el (spam-stat-buffer-change-to-spam)
10552 (spam-stat-buffer-change-to-non-spam): Change (error) to
10553 (gnus-message 8) invocation.
10554
10555 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
10556
10557 * nntp.el (nntp-via-netcat-command): New variable.
10558 (nntp-via-netcat-switches): New variable.
10559 (nntp-open-via-rlogin-and-netcat): New function.
10560 (nntp-open-connection-function): Doc fix.
10561 (nntp-telnet-command): Doc fix.
10562 (nntp-end-of-line): Doc fix.
10563 (nntp-via-rlogin-command): Doc fix.
10564 (nntp-via-user-name): Doc fix.
10565 (nntp-via-address): Doc fix.
10566
10567 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
10568
10569 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
10570 error in Emacs 21.1.
10571
10572 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
10573
10574 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
10575
10576 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
10577 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
10578 (gnus-agent-with-refreshed-group): New macro.
10579 (gnus-agent-rename-group): New function.
10580 (gnus-agent-delete-group): New function.
10581 (gnus-agent-save-group-info): Use gnus-command-method when
10582 `method' parameter is nil. Don't write nil entries into the
10583 active file.
10584 (gnus-agent-get-group-info): New function.
10585 (gnus-agent-fetch-articles): Use
10586 gnus-agent-update-files-total-fetched-for to increment disk space
10587 used.
10588 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
10589 gnus-agent-update-view-total-fetched-for to increment disk space
10590 used.
10591 (gnus-agent-get-local): Added optional parameters to avoid calling
10592 gnus-group-real-name and gnus-find-method-for-group.
10593 (gnus-agent-set-local): Delete stored entry if either min, or max,
10594 are nil.
10595 (gnus-agent-fetch-session): Reworded error/quit messages. On
10596 quit, use gnus-agent-regenerate-group to record existance of any
10597 articles fetched to disk before the quit occurred.
10598 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
10599 gnus-agent-update-view-total-fetched-for, and
10600 gnus-agent-update-files-total-fetched-for to decrement disk space
10601 used.
10602 (gnus-agent-retrieve-headers): Use
10603 gnus-agent-update-view-total-fetched-for to increment disk space
10604 used.
10605 (gnus-agent-regenerate-group): Replace gnus-group-update-group
10606 with gnus-agent-update-files-total-fetched-for to decrement disk
10607 space and fresh group buffer.
10608 (gnus-agent-inhibit-update-total-fetched-for): New variable.
10609 (gnus-agent-need-update-total-fetched-for): New variable.
10610 (gnus-agent-update-files-total-fetched-for): New function.
10611 (gnus-agent-update-view-total-fetched-for): New function.
10612 (gnus-agent-total-fetched-for): New function.
10613
10614 * gnus-cache.el (gnus-cache-save-buffers): Use
10615 gnus-cache-update-overview-total-fetched-for to change disk space
10616 used by this group.
10617 (gnus-cache-possibly-enter-article): Use
10618 gnus-cache-update-file-total-fetched-for to increment disk space
10619 used by this group.
10620 (gnus-cache-possibly-remove-article): Use
10621 gnus-cache-update-file-total-fetched-for to decrement disk space
10622 used by this group.
10623 (gnus-cache-generate-nov-databases): Purge total fetched cache.
10624 (gnus-cache-rename-group): New function.
10625 (gnus-cache-delete-group): New function.
10626 (gnus-cache-inhibit-update-total-fetched-for): New variable.
10627 (gnus-cache-need-update-total-fetched-for): New variable.
10628 (gnus-cache-with-refreshed-group): New macro.
10629 (gnus-cache-update-file-total-fetched-for): New function.
10630 (gnus-cache-update-overview-total-fetched-for): New function.
10631 (gnus-cache-rename-group-total-fetched-for): New function.
10632 (gnus-cache-delete-group-total-fetched-for): New function.
10633 (gnus-cache-total-fetched-for): New function.
10634
10635 * gnus-group.el: Require gnus-sum and autoload functions to
10636 resolve warnings when gnus-group.el compiled alone.
10637 (gnus-group-line-format): Documented new %F
10638 (size of Fetched data) group line format; identifies disk space
10639 used by agent and cache.
10640 (gnus-group-line-format-alist): Defined new F format.
10641 (gnus-total-fetched-for): New function.
10642 (gnus-group-delete-group): No longer update
10643 gnus-cache-active-altered as gnus-request-delete-group now keeps
10644 the cache in sync.
10645 (gnus-group-list-active): Let the agent store a server's active
10646 list if currently plugged.
10647
10648 * gnus-int.el (gnus-request-delete-group): Use
10649 gnus-cache-delete-group and gnus-agent-delete-group to keep the
10650 local disk in sync with the server.
10651 (gnus-request-rename-group): Use
10652 gnus-cache-rename-group and gnus-agent-rename-group to keep the
10653 local disk in sync with the server.
10654
10655 * gnus-start.el (gnus-get-unread-articles): Cosmetic
10656 simplification to logic.
10657
10658 * gnus-util.el (gnus-rename-file): New function.
10659
10660 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
10661
10662 * mm-util.el (mm-image-load-path): Handle nil in load-path.
10663
10664 2004-04-07 Jesper Harder <harder@ifa.au.dk>
10665
10666 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
10667 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
10668
10669 2004-04-06 Jesper Harder <harder@ifa.au.dk>
10670
10671 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
10672 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
10673
10674 2004-04-03 Jesper Harder <harder@ifa.au.dk>
10675
10676 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
10677
10678 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
10679
10680 * spam.el (spam-set-difference): Add function to replace
10681 gnus-set-difference in spam.el.
10682 (spam-summary-prepare-exit): Use spam-set-difference.
10683
10684 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
10685
10686 * gnus-registry.el (gnus-registry-cache-file): Update to use
10687 gnus-dribble-directory OR gnus-home-directory OR ~.
10688 (gnus-registry-split-fancy-with-parent): Fix doc.
10689
10690 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
10691
10692 * message.el (message-exchange-point-and-mark): Use
10693 message-mark-active-p. Suggested by Jesper Harder
10694 <harder@ifa.au.dk>.
10695
10696 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
10697
10698 * message.el (message-exchange-point-and-mark): Don't activate
10699 region if it was inactive. Suggested by Hiroshi Fujishima
10700 <pooh@nature.tsukuba.ac.jp>.
10701
10702 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
10703
10704 * gnus-art.el (article-display-face): Display Faces in the same
10705 order as X-Faces.
10706
10707 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
10708
10709 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
10710
10711 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
10712
10713 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
10714 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
10715 (gnus-article-mime-hierarchy): Remove.
10716 (gnus-article-mime-hierarchy-next): Remove.
10717 (gnus-article-mode): Revert 2004-03-19 change.
10718 (gnus-article-setup-buffer): Revert 2004-03-19 change.
10719 (gnus-insert-mime-button): Revert 2004-03-19 change.
10720 (gnus-mime-accumulate-hierarchy): Remove.
10721 (gnus-mime-enter-multipart): Remove.
10722 (gnus-mime-leave-multipart): Remove,
10723 (gnus-mime-display-part): Revert 2004-03-19 change.
10724 (gnus-mime-display-alternative): Revert 2004-03-19 change.
10725
10726 * mml.el (mml-preview): Revert 2004-03-19 change.
10727
10728 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
10729
10730 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
10731
10732 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
10733
10734 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
10735 t while entering a file name using the mm-with-multibyte macro.
10736 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10737
10738 * mm-util.el (mm-with-multibyte): New macro.
10739
10740 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
10741
10742 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
10743 user option.
10744 (gnus-mime-multipart-functions): Doc and customization fix.
10745 (gnus-article-mime-hierarchy): New variable.
10746 (gnus-article-mime-hierarchy-next): New variable.
10747 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
10748 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
10749 gnus-article-mime-hierarchy-next to nil.
10750 (gnus-insert-mime-button): Show hierarchy numbers.
10751 (gnus-mime-accumulate-hierarchy): New function.
10752 (gnus-mime-enter-multipart): New function.
10753 (gnus-mime-leave-multipart): New function.
10754 (gnus-mime-display-part): Recompute hierarchical MIME structure.
10755 (gnus-mime-display-alternative): Show hierarchy numbers.
10756
10757 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
10758 gnus-article-mime-hierarchy-next to nil.
10759
10760 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
10761
10762 * dns.el: Don't require gnus-xmas.
10763
10764 2004-03-17 Jesper Harder <harder@ifa.au.dk>
10765
10766 * mml.el (mml-generate-mime-1): Don't use format=flowed with
10767 inline PGP.
10768 (mml-menu): Disable mml-quote-region if mark is inactive.
10769
10770 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
10771
10772 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
10773 when the group's active is not available.
10774
10775 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
10776
10777 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
10778 error.
10779
10780 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
10781
10782 * imap.el (imap-store-password): New variable.
10783 (imap-interactive-login): Use it.
10784 Suggested by Mark Plaksin <happy@mcplaksin.org>.
10785
10786 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
10787
10788 * gnus-art.el (gnus-article-read-summary-keys): Restore new
10789 window-start and hscroll to summary window.
10790
10791 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
10792
10793 * gnus-start.el (gnus-convert-old-newsrc): Only write the
10794 conversion message to newsrc-dribble when an actual conversion is
10795 performed.
10796
10797 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
10798
10799 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
10800
10801 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
10802
10803 * mm-decode.el (mm-complicated-handles): New function reviving
10804 former definition of mm-multiple-handles.
10805
10806 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
10807 (gnus-mime-delete-part): Use it.
10808
10809 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
10810
10811 * gnus-agent.el (gnus-agent-read-local): Bind
10812 nnheader-file-coding-system to gnus-agent-file-coding-system to
10813 avoid the implicit assumption that they will always be equal.
10814 (gnus-agent-save-local): Bind buffer-file-coding-system, not
10815 coding-system-for-write, as the with-temp-file macro first prints
10816 to a buffer then saves the buffer.
10817
10818 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
10819
10820 * gnus-art.el (gnus-article-edit-part): New function.
10821 (gnus-mime-save-part-and-strip): Use it; do query instead of
10822 signaling an error; don't use mm-multiple-handles.
10823 (gnus-mime-delete-part): Ditto.
10824
10825 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
10826
10827 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
10828 old file versions.
10829 (gnus-group-prepare-hook): Removed function that converted list
10830 form of gnus-agent-expire-days to group properties.
10831
10832 * gnus-int.el: Autoload gnus-agent-regenerate-group.
10833 (gnus-request-accept-article): Re-indented.
10834
10835 * gnus-start.el (gnus-convert-old-newsrc): Registered new
10836 converters to handle old agent file formats. Added logic for a
10837 "backup before upgrading warning".
10838 (gnus-convert-mark-converter-prompt): Developers can mark
10839 functions as needing (default), or not needing,
10840 gnus-convert-old-newsrc's "backup before upgrading warning".
10841 (gnus-convert-converter-needs-prompt): Tests whether the user
10842 should be protected from potentially irreversable changes by the
10843 function.
10844
10845 * legacy-gnus-agent.el: New. Provides converters that are only
10846 loaded when gnus-convert-old-newsrc needs to call them.
10847
10848 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
10849
10850 * mail-source.el (mail-source-touch-pop): Doc fix.
10851
10852 * message.el (message-smtpmail-send-it): Doc fix.
10853
10854 2004-03-05 Jesper Harder <harder@ifa.au.dk>
10855
10856 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
10857
10858 * nnmail.el (nnmail-split-fancy): do.
10859
10860 * gnus-kill.el (gnus-kill, gnus-execute): do.
10861
10862 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
10863
10864 * gnus-sum.el (gnus-widget-reversible-match)
10865 (gnus-widget-reversible-to-internal)
10866 (gnus-widget-reversible-to-external): New functions.
10867 (gnus-widget-reversible): New widget.
10868 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
10869
10870 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
10871
10872 * gnus-sum.el (gnus-thread-sort-functions)
10873 (gnus-article-sort-functions): Document `(not F)' items.
10874
10875 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
10876
10877 * spam.el (spam-use-gmane-xref): Add new backend.
10878 (spam-gmane-xref-spam-group): Add variable to control the name of the
10879 Gmane spam group.
10880 (spam-blackhole-servers, spam-blackhole-good-server-regex)
10881 (spam-regex-headers-spam, spam-regex-headers-ham)
10882 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
10883 (spam-list-of-checks): Add spam-use-gmane-xref to list of
10884 backends and checks.
10885 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
10886
10887 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
10888 an autodetect method.
10889
10890 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
10891
10892 * gnus-int.el (gnus-request-accept-article): Inform the agent that
10893 articles are being added to a group.
10894 (gnus-request-replace-article): Inform the agent that articles
10895 need to be uncached as the cached contents are no longer valid.
10896
10897 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
10898
10899 * binhex.el: Don't autoload executable-find.
10900
10901 * canlock.el: Don't autoload mail-fetch-field.
10902
10903 * gnus-ems.el: Don't autoload appt-select-lowest-window.
10904
10905 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
10906 rmail-dont-reply-to and rmail-output.
10907
10908 * gnus-score.el: Don't autoload ffap-string-at-point.
10909
10910 * gnus-setup.el: Don't autoload sc-cite-original.
10911
10912 * imap.el: Don't autoload base64-decode-string,
10913 base64-encode-string and md5.
10914
10915 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
10916 and rmail-msg-restore-non-pruned-header.
10917
10918 * mm-decode.el: Don't autoload executable-find.
10919
10920 * mm-url.el: Don't autoload executable-find.
10921
10922 * mm-view.el: Don't autoload diff-mode.
10923
10924 * nndb.el: Don't autoload news-reply-mode, news-setup,
10925 cancel-timer and telnet.
10926
10927 * password.el: Don't autoload run-at-time for Emacs.
10928
10929 * sha1-el.el: Don't autoload executable-find.
10930
10931 * sieve-mode.el: Don't autoload c-mode.
10932
10933 * uudecode.el: Don't autoload executable-find.
10934
10935 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
10936
10937 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
10938 (gnus-agent-possibly-alter-active): Avoid null in numeric
10939 comparison.
10940 (gnus-agent-set-local): Refuse to save null in local object table.
10941 (gnus-agent-regenerate-group): The REREAD parameter can now be a
10942 list of articles that will be marked as unread.
10943
10944 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
10945
10946 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
10947
10948 2004-03-04 Jesper Harder <harder@ifa.au.dk>
10949
10950 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
10951 language tags.
10952
10953 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
10954
10955 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
10956 Don't bind "obarray".
10957
10958 * gnus-sum.el (gnus-thread-sort-functions): Added
10959 `gnus-thread-sort-by-most-recent-number' and
10960 `gnus-thread-sort-by-most-recent-date'.
10961 Reported by Kai Grossjohann <kai@emptydomain.de>.
10962
10963 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
10964
10965 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
10966
10967 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
10968
10969 * gnus-cus.el (gnus-agent-customize-category): Removed
10970 ignore-errors macro reference that required cl to be loaded at
10971 run-time.
10972
10973 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
10974 single-interval range of the form (min . max). Previously the
10975 range had to look like ((min . max)). Likewise, return
10976 (min . max) rather than ((min . max)).
10977 (gnus-range-map): Use gnus-range-normalize to accept
10978 single-interval range.
10979
10980 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
10981 the cache, but not the agent, now appear with their usual face.
10982
10983 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
10984
10985 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
10986 w3m-safe-url-regexp variable buffer-local.
10987
10988 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
10989
10990 2004-02-27 Simon Josefsson <jas@extundo.com>
10991
10992 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
10993 gnus-group-real-prefix.
10994 (gnus-summary-move-article): Use it, instead of
10995 gnus-group-real-prefix.
10996
10997 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
10998
10999 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
11000 w3m-safe-url-regexp variable buffer-local and set it as the value
11001 of mm-w3m-safe-url-regexp.
11002
11003 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11004
11005 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
11006 parsing gnus-posting-styles when the message is not for replying.
11007
11008 * nnrss.el (nnrss-opml-export): Use
11009 mm-set-buffer-file-coding-system instead of
11010 set-buffer-file-coding-system.
11011
11012 2004-02-27 Jesper Harder <harder@ifa.au.dk>
11013
11014 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
11015 of checkdoc.el).
11016 * nnrss.el: do.
11017 * gnus-mlspl.el: do.
11018 * gnus-ml.el: do.
11019 * gnus-srvr.el: do.
11020
11021 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
11022
11023 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
11024
11025 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
11026 Corrections to custom-manual links.
11027
11028 * gnus-art.el (gnus-article): Ditto.
11029
11030 * mm-decode.el (mime-display, mime-security): Ditto.
11031
11032 2004-02-26 Jesper Harder <harder@ifa.au.dk>
11033
11034 * flow-fill.el: Typo.
11035
11036 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
11037
11038 * spam-wash.el: New file.
11039
11040 2004-02-26 Mark A. Hershberger <mah@everybody.org>
11041
11042 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
11043
11044 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
11045
11046 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
11047 to be run with new-articles as LIST1, not LIST2.
11048 (spam-registration-functions): Add spam-use-ham-copy as a nil
11049 registration backend.
11050
11051 2004-02-26 Jesper Harder <harder@ifa.au.dk>
11052
11053 * spam-stat.el (spam-stat-washing-hook): New option.
11054 (spam-stat-buffer-words): Use it.
11055 (spam-stat-process-directory, spam-stat-test-directory): Use
11056 insert-file-contents-literally.
11057 (spam-stat-coding-system): New variable.
11058 (spam-stat-load, spam-stat-save): Use it.
11059
11060 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
11061
11062 * spam-report.el (spam-report-plug-agent): Quote
11063 spam-report-url-to-file and spam-report-url-ping-plain.
11064
11065 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
11066
11067 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
11068 / in mailto URLs.
11069
11070 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
11071
11072 * spam-report.el (spam-report-process-queue): Fix interactive use.
11073 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
11074 (spam-report-unplug-agent): Doc fixes.
11075 (spam-report-url-ping-mm-url, spam-report-url-to-file)
11076 (spam-report-agentize, spam-report-deagentize): Autoload
11077
11078 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
11079
11080 * message.el (message-setup-fill-variables): Add mml tags to
11081 paragraph-start and paragraph-separate. Suggested by Andrew Korty
11082 <ajk@iu.edu>.
11083 (message-mode): Don't modify paragraph-separate there.
11084
11085 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
11086
11087 * compface.el (uncompface-use-external): Default to undecided.
11088 (uncompface-use-external-threshold): New variable.
11089 (uncompface-float-time): New macro.
11090 (uncompface): Determine whether to use the external decoder if
11091 uncompface-use-external is undecided.
11092
11093 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11094
11095 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
11096 after images.
11097
11098 * gnus-art.el (gnus-mime-display-single): Remove dead code.
11099
11100 2004-02-14 Jesper Harder <harder@ifa.au.dk>
11101
11102 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
11103
11104 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
11105
11106 * gnus-sum.el (gnus-summary-limit-to-age)
11107 (gnus-summary-limit-children): do.
11108
11109 * gnus-int.el (gnus-request-scan): do.
11110
11111 * gnus-group.el (gnus-group-suspend): do.
11112
11113 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
11114
11115 * gnus-cite.el (gnus-cite-parse-attributions): do.
11116
11117 * gnus-agent.el (gnus-summary-set-agent-mark)
11118 (gnus-agent-regenerate-group): do.
11119
11120 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
11121
11122 * binhex.el (binhex-decode-region-internal): do.
11123
11124 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
11125
11126 * gnus-fun.el (gnus-face-properties-alist): New user option.
11127 (gnus-display-x-face-in-from): Use it.
11128
11129 * gnus-art.el (article-display-face): Ditto.
11130
11131 * compface.el (uncompface-use-external): Default to nil.
11132
11133 2004-02-12 Jesper Harder <harder@ifa.au.dk>
11134
11135 * nntp.el (nntp-erase-buffer): New function.
11136 (nntp-retrieve-data, nntp-send-command)
11137 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
11138 (nntp-possibly-change-group): Use it.
11139
11140 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
11141 with-current-buffer.
11142
11143 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
11144
11145 * compface.el: Merge the ELisp-based uncompface program.
11146 (compface): New customization group.
11147 (uncompface-use-external): New user option.
11148 (uncompface): Call uncompface-internal if uncompface-use-external
11149 is nil.
11150 (uncompface-internal): New function. Note that there are also
11151 some other functions and variables added for this function.
11152
11153 2004-02-10 Jesper Harder <harder@ifa.au.dk>
11154
11155 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
11156 if necessary.
11157
11158 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
11159
11160 * spam-report.el (spam-report-unplug-agent)
11161 (spam-report-plug-agent, spam-report-deagentize)
11162 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
11163 Add support for the Agent in spam-report: when unplugged, report to a
11164 file; when plugged, submit all the requests.
11165
11166 * spam.el (spam-register-routine): Fix message about
11167 registration.
11168
11169 2004-02-09 Jesper Harder <harder@ifa.au.dk>
11170
11171 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
11172 dependencies.
11173 (rfc2047-encode): Use it.
11174
11175 * gnus-art.el (gnus-button-marker-list): Move before first
11176 reference.
11177
11178 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11179 (imap-parse-body): Fix format string mismatch.
11180
11181 * gnus-score.el (gnus-summary-increase-score): do.
11182
11183 * nnrss.el (nnrss-close): New function.
11184
11185 2004-02-08 Jesper Harder <harder@ifa.au.dk>
11186
11187 * nnrss.el (nnrss-make-filename): New function.
11188 (nnrss-request-delete-group, nnrss-read-server-data)
11189 (nnrss-save-server-data, nnrss-read-group-data)
11190 (nnrss-save-group-data): Use it.
11191 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
11192 (nnrss-read-server-data, nnrss-read-group-data): Use load.
11193 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
11194
11195 2004-02-07 Jesper Harder <harder@ifa.au.dk>
11196
11197 * mml.el (mml-compute-boundary-1): Don't uncompress files.
11198
11199 2004-02-06 Jesper Harder <harder@ifa.au.dk>
11200
11201 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
11202 files.
11203
11204 * message.el (message-generate-headers-first): Don't quote nil
11205 and t in docstrings.
11206
11207 * imap.el (imap-id): do.
11208
11209 * gnus-agent.el (gnus-agent-consider-all-articles)
11210 (gnus-agent-queue-mail): do.
11211
11212 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
11213
11214 * spam-report.el (spam-report-process-queue): New function.
11215 Process requests from `spam-report-requests-file'.
11216 (spam-report-process-queue): Doc fix.
11217
11218 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
11219
11220 * spam.el (spam-register-routine)
11221 (spam-log-processing-to-registry, spam-log-registered-p)
11222 (spam-log-unregistration-needed-p, spam-log-undo-registration):
11223 Change "check" to "spam-check" for semi-clarity.
11224
11225 2004-02-05 Jesper Harder <harder@ifa.au.dk>
11226
11227 * pop3.el: Require nnheader.
11228
11229 * mml-smime.el: Require cl. Autoload message-fetch-field.
11230
11231 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
11232
11233 * gnus-picon.el: Require cl.
11234
11235 * gnus-fun.el: Require gnus-ems and gnus-util.
11236
11237 * gnus.el (gnus-method-to-server): Move defsubst before first use.
11238
11239 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
11240
11241 * gnus-art.el (gnus-article-edit-mode): Define before first
11242 reference.
11243
11244 2004-02-04 Jesper Harder <harder@ifa.au.dk>
11245
11246 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
11247 (gnus-uu-post-encoded): Use point-at-bol.
11248
11249 * gnus-topic.el (gnus-group-active-topic-p): do.
11250
11251 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
11252
11253 * gnus-group.el (gnus-group-kill-region): do.
11254
11255 * gnus-art.el (article-date-ut): do.
11256
11257 * message.el (message-fetch-field): Remove redundant
11258 case-fold-search binding.
11259 (message-narrow-to-field): Simplify.
11260
11261 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
11262
11263 * spam.el (spam-directory): Derive from `gnus-directory'.
11264
11265 * spam-report.el (spam-report-url-to-file)
11266 (spam-report-requests-file): New function and variable for offline
11267 reporting.
11268 (spam-report-url-ping-function): Add `spam-report-url-to-file'
11269 and user defined function.
11270 (spam-report-url-ping-mm-url): Remove doubled slash.
11271
11272 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
11273
11274 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
11275
11276 2004-02-03 Jesper Harder <harder@ifa.au.dk>
11277
11278 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
11279 format string mismatch.
11280
11281 * sieve.el (sieve-deactivate-all): do.
11282
11283 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
11284
11285 * nnlistserv.el (nnlistserv-kk-wash-article): do.
11286
11287 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
11288
11289 * mm-bodies.el (mm-7bit-chars): Don't include \r.
11290
11291 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
11292
11293 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
11294 the list of checks.
11295
11296 2004-01-31 Jesper Harder <harder@ifa.au.dk>
11297
11298 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
11299 padding.
11300
11301 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
11302
11303 * mm-view.el (mm-fill-flowed): New variable.
11304 (mm-inline-text): Use it.
11305
11306 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
11307
11308 * spam.el (spam-spamassassin-register-ham-routine)
11309 (spam-spamassassin-register-spam-routine): Fix function names.
11310
11311 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
11312
11313 * gnus.el (gnus-tmp-grouplens): Remove.
11314 (gnus-summary-line-format): Remove grouplens.
11315
11316 * gnus-group.el (gnus-group-line-format): Ditto.
11317
11318 * gnus-spec.el (gnus-format-specs): Ditto.
11319 (gnus-update-format-specifications): Flush the group format spec
11320 cache if there's the grouplens stuff.
11321 (gnus-parse-simple-format): Replace %l with the empty string.
11322
11323 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
11324
11325 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
11326 omission.
11327
11328 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
11329
11330 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
11331 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11332
11333 2004-01-25 Paul Jarc <prj@po.cwru.edu>
11334
11335 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
11336 nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
11337 New macros and functions.
11338 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
11339 Handle > NLINK_MAX messages.
11340 * nnmaildir.el (nnmaildir-request-set-mark): Use
11341 nnmaildir--emlink-p and nnmaildir--eexist-p.
11342
11343 2004-01-25 Alex Schroeder <alex@gnu.org>
11344
11345 * spam-stat.el (spam-stat-process-directory-age): New option.
11346 (spam-stat-process-directory): Use it.
11347
11348 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
11349
11350 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
11351 (spam-stat-save): Accept prefix argument.
11352
11353 2004-01-23 Paul Jarc <prj@po.cwru.edu>
11354
11355 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
11356 links" error.
11357
11358 2004-01-23 Jesper Harder <harder@ifa.au.dk>
11359
11360 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
11361 compatibility with old .newsrc.eld files.
11362
11363 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
11364
11365 * gnus-start.el (gnus-1): do.
11366
11367 * gnus-group.el (gnus-group-line-format-alist): do.
11368
11369 * gnus.el (gnus-use-grouplens, gnus-visual): do.
11370
11371 * gnus-gl.el: Remove.
11372
11373 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
11374
11375 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
11376 marks consisting of a single range {for example, (3 . 5)} rather
11377 than a list of a single range { ((3 . 5)) }.
11378
11379 2004-01-23 Jesper Harder <harder@ifa.au.dk>
11380
11381 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
11382 with-current-buffer.
11383 (spam-stat-store-current-buffer): Use insert-buffer-substring to
11384 avoid consing a string.
11385
11386 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
11387 Remove obsolete entries for big5 and gb2312.
11388
11389 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
11390
11391 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
11392 uncompressed list.
11393
11394 2004-01-22 Jesper Harder <harder@ifa.au.dk>
11395
11396 * spam-stat.el (spam-stat-strip-xref): New function.
11397 (spam-stat-process-directory): Use it.
11398
11399 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
11400 here -- it's done in message-fetch-field.
11401
11402 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
11403
11404 * gnus-agent.el (gnus-agent-queue-mail,
11405 gnus-agent-prompt-send-queue): New variables.
11406 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
11407 * gnus-draft.el (gnus-group-send-queue): Pass the group name
11408 "nndraft:queue" along to gnus-draft-send. Use
11409 gnus-agent-prompt-send-queue.
11410 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
11411 is "nndraft:queue". Suggested by Gaute Strokkenes
11412 <gs234@srcf.ucam.org>
11413
11414 * gnus-agent.el (agent-disable-undownloaded-faces): Removed
11415 (agent-enable-undownloaded-faces): Added
11416 (gnus-agent-cat-groups): Use eval-and-compile, not
11417 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
11418 method of gnus-agent-cat-groups even when the buffer has been
11419 evaled.
11420 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
11421 delete gnus-agent-save-active-1.
11422 (gnus-agent-save-groups): Deleted. Identical to
11423 gnus-agent-save-active.
11424 (gnus-agent-write-active): No longer adjust agent's copy of active
11425 file as agent's adjustments are now stored in their own
11426 file. Removed optional parameter.
11427 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
11428 servers. Add use of min/max range limits from server's local
11429 file.
11430 (gnus-agent-save-alist): Removed unused optional argument.
11431 (gnus-agent-load-local, gnus-agent-read-and-cache-local),
11432 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local),
11433 (gnus-agent-set-local): A per-server file that keeps min/max range
11434 limits for articles known to the agent. Provides a fast mechanism
11435 for altering many active ranges.
11436 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
11437 active file (local makes it unnecessary).
11438 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
11439
11440 * gnus-cus.el (agent-disable-undownloaded-faces): Removed
11441 (agent-enable-undownloaded-faces): Added
11442
11443 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
11444 disable it when sending to "nndraft:queue".
11445 (gnus-group-send-queue): Add safety check to avoid sending queue
11446 when unplugged.
11447
11448 * gnus-group.el (gnus-group-catchup): Use new
11449 gnus-sequence-of-unread-articles, not
11450 gnus-list-of-unread-articles, to avoid exhausting memory with huge
11451 numbers of articles. Use gnus-range-map to avoid having to
11452 uncompress the unread list.
11453 (gnus-group-archive-directory,
11454 gnus-group-recent-archive-directory): Fixed invalid ange-ftp
11455 reference.
11456
11457 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
11458 (gnus-sorted-range-intersection): Intersection of two ranges
11459 without requiring that they first be uncompressed.
11460
11461 * gnus-start.el (gnus-activate-group): Unless blocked by the
11462 caller, possibly expand the active range to include both cached
11463 and agentized articles.
11464 (gnus-convert-old-newsrc): Rewrote in anticipation of having
11465 multiple version-dependent converters.
11466 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
11467 gnus-agent-save-active.
11468 (gnus-save-newsrc-file): Save dirty agent range limits.
11469
11470 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
11471 gnus-agent-possibly-alter-active.
11472 (gnus-adjust-marked-articles): Faster handling of simple lists
11473
11474 2004-01-21 Jesper Harder <harder@ifa.au.dk>
11475
11476 * spam-stat.el (spam-stat-test-directory): New optional argument
11477 displays a list of files detected. Suggested by Andrew Cohen
11478 <cohen@andy.bu.edu>.
11479 (spam-stat-buffer-words-with-scores): Don't narrow and change
11480 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
11481
11482 2004-01-20 Hubert Chan <hubert@uhoreg.ca>:
11483
11484 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
11485 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
11486 (spam-spamassassin-arguments)
11487 (spam-spamassassin-spam-flag-header)
11488 (spam-spamassassin-positive-spam-flag-header)
11489 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
11490 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
11491 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
11492 (spam-list-of-processors, spam-list-of-checks)
11493 (spam-list-of-statistical-checks, spam-registration-functions)
11494 (spam-check-spamassassin-headers, spam-check-spamassassin)
11495 (spam-spamassassin-score)
11496 (spam-spamassassin-register-with-sa-learn)
11497 (spam-spamassassin-register-spam-routine)
11498 (spam-spamassassin-register-ham-routine)
11499 (spam-assassin-register-spam-routine)
11500 (spam-assassin-register-ham-routine): Add SpamAssassin support.
11501 (spam-bogofilter-score): Fix to show article before scoring.
11502
11503 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
11504
11505 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
11506 default scoring function.
11507 (spam-generic-score): Call spam-spamassassin-score if
11508 spam-use-spamassassin or spam-use-spamassassin-headers is on;
11509 spam-bogofilter-score otherwise.
11510
11511 * gnus.el (spam-process, spam-autodetect-methods): Add
11512 spamassassin and spamassassin-headers.
11513
11514 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
11515
11516 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11517 Suppress unnecessary messages.
11518
11519 2004-01-20 Jesper Harder <harder@ifa.au.dk>
11520
11521 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
11522 make-hash-table.
11523
11524 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
11525
11526 * canlock.el (base64-encode-string): Don't autoload it.
11527
11528 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11529
11530 * run-at-time.el: Remove useless (require 'itimer),
11531 eval-and-compile and (featurep 'xemacs).
11532
11533 2004-01-16 Jesper Harder <harder@ifa.au.dk>
11534
11535 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
11536 GROUP is a virtual group.
11537
11538 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
11539
11540 * gnus.el: Autoload `message-y-or-n-p'.
11541
11542 2004-01-15 Jesper Harder <harder@ifa.au.dk>
11543
11544 * pgg-parse.el: Remove unnecessary (require 'custom).
11545
11546 * pgg-def.el: do.
11547
11548 * nnmail.el: do.
11549
11550 * gnus-undo.el: do.
11551
11552 * gnus-picon.el: do.
11553
11554 * gnus-util.el: do.
11555
11556 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
11557
11558 * gnus-sum.el (gnus-pick-line-number): Add autoload.
11559
11560 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
11561
11562 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
11563 handle, as well as a list.
11564
11565 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
11566 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
11567 (mm-w3m-cid-retrieve): Simplify.
11568
11569 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
11570
11571 * message.el (message-kill-to-signature): Allow prefix arg to
11572 specify number of lines to keep before signature.
11573
11574 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
11575
11576 (message-kill-to-signature): Change docstring.
11577
11578 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
11579
11580 * canlock.el: Always require sha1-el.
11581 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
11582
11583 * message.el: Autoload sha1 only when compiling.
11584
11585 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
11586
11587 * message.el (message-canlock-generate): Require sha1-el.
11588
11589 2004-01-13 Jesper Harder <harder@ifa.au.dk>
11590
11591 * message.el (message-expand-name): Silence the byte compiler.
11592
11593 2004-01-13 Simon Josefsson <jas@extundo.com>
11594
11595 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
11596 Invoke gnus-score-mode. Reported by
11597 bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
11598
11599 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
11600 Jim Blandy <jimb@redhat.com> (tiny change).
11601
11602 2004-01-12 Jesper Harder <harder@ifa.au.dk>
11603
11604 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
11605
11606 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
11607
11608 * spam.el (spam-get-article-as-string): Update to use
11609 gnus-request-article-this-buffer, much simpler.
11610 (spam-get-article-as-buffer): Remove.
11611
11612 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
11613
11614 * message.el (message-expand-name): Use EUDC if the user uses
11615 that.
11616
11617 2004-01-12 Jesper Harder <harder@ifa.au.dk>
11618
11619 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
11620 character for the encoding to avoid consing a string.
11621
11622 * rfc2047.el (rfc2047-decode-string): Don't cons a string
11623 unnecessarily.
11624
11625 * mm-util.el (mm-replace-chars-in-string): Remove.
11626
11627 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
11628 of mm-replace-chars-in-string.
11629
11630 2004-01-11 Jesper Harder <harder@ifa.au.dk>
11631
11632 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
11633 strings.
11634
11635 * mm-util.el (mm-subst-char-in-string): Support inplace.
11636
11637 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
11638 a new string in every iteration. Use shy groups.
11639
11640 2004-01-10 Jesper Harder <harder@ifa.au.dk>
11641
11642 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
11643 (gnus-group-change-level, gnus-kill-newsgroup)
11644 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
11645 (gnus-get-unread-articles, gnus-make-articles-unread)
11646 (gnus-make-ascending-articles-unread): Use accessor
11647 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
11648 to get group information for improved readability.
11649
11650 * gnus-srvr.el (gnus-browse-unsubscribe-group): do.
11651
11652 * gnus-soup.el (gnus-soup-group-brew): do.
11653
11654 * gnus-msg.el (gnus-put-message): do.
11655
11656 * gnus-move.el (gnus-group-move-group-to-server): do.
11657
11658 * gnus-kill.el (gnus-batch-score): do.
11659
11660 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
11661 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
11662 (gnus-group-update-group, gnus-group-read-group)
11663 (gnus-group-make-group, gnus-group-make-help-group)
11664 (gnus-group-make-archive-group, gnus-group-make-directory-group)
11665 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
11666 (gnus-group-sort-by-unread, gnus-group-catchup)
11667 (gnus-group-unsubscribe-group, gnus-group-kill-group)
11668 (gnus-group-yank-group, gnus-group-set-info)
11669 (gnus-group-list-groups): do.
11670
11671 * gnus.el (gnus-generate-new-group-name): do.
11672
11673 * gnus-delay.el (gnus-delay-send-queue): do.
11674
11675 * nnvirtual.el (nnvirtual-catchup-group): do.
11676
11677 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
11678 do.
11679
11680 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
11681 (gnus-group-prepare-topics, gnus-topic-check-topology): do.
11682
11683 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
11684 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
11685 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
11686 (gnus-group-make-articles-read): do.
11687
11688 2004-01-09 Jesper Harder <harder@ifa.au.dk>
11689
11690 * gnus-art.el (article-decode-mime-words, article-babel)
11691 (gnus-article-highlight-signature, gnus-article-add-buttons)
11692 (gnus-signature-toggle): Use gnus-with-article-buffer.
11693
11694 * gnus-art.el (gnus-article-highlight-headers)
11695 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
11696
11697 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
11698 (gnus-article-set-globals, gnus-request-article-this-buffer)
11699 (gnus-button-message-id, gnus-article-maybe-hide-headers)
11700 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
11701 (gnus-mime-display-alternative): Use with-current-buffer.
11702
11703 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
11704
11705 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
11706 also under 80 char limit, and call gnus-error if needed.
11707 (spam-fetch-article-header): Fix - it was a
11708 buffer-local variable (gnus-newsgroup-data).
11709 (spam-find-spam): Use spam-generate-fake-headers, forget about
11710 spam-insert-fake-headers.
11711 (spam-insert-fake-headers): Remove.
11712
11713 2004-01-09 Jesper Harder <harder@ifa.au.dk>
11714
11715 * deuglify.el (gnus-article-outlook-unwrap-lines)
11716 (gnus-outlook-rearrange-article)
11717 (gnus-outlook-repair-attribution-outlook)
11718 (gnus-outlook-repair-attribution-block)
11719 (gnus-outlook-repair-attribution-other): Remove redundant
11720 save-excursion.
11721
11722 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
11723
11724 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
11725 (spam-fetch-field-subject-fast)
11726 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
11727 (spam-fetch-article-header): Add functions to deal with Gnus
11728 internals for fast retrieval of article header data.
11729 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
11730
11731 2004-01-09 Jesper Harder <harder@ifa.au.dk>
11732
11733 * pop3.el (pop3-md5): Remove.
11734 (pop3-apop): Replace pop3-md5 with md5.
11735
11736 * mm-bodies.el: base64 is always built-in.
11737
11738 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
11739 with-current-buffer.
11740
11741 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
11742
11743 * canlock.el (canlock-insert-header): Remove excessive grouping in
11744 regexp.
11745
11746 * gnus-sum.el (gnus-summary-read-document): Ditto.
11747
11748 * gnus-uu.el (gnus-uu-part-number): Ditto.
11749
11750 * html2text.el (html2text-remove-tags): Ditto.
11751 (html2text-format-tags): Ditto.
11752 (html2text-format-single-elements): Ditto.
11753
11754 * mml.el (mml-parse-1): Ditto.
11755
11756 2004-01-08 Jesper Harder <harder@ifa.au.dk>
11757
11758 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
11759
11760 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
11761
11762 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
11763
11764 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
11765
11766 2003-11-15 Simon Josefsson <jas@extundo.com>
11767
11768 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
11769 (pgg-gpg-lookup-key): Use regexp match instead of
11770 split-string (split-string is different between emacs 21.2 and
11771 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
11772
11773 2004-01-08 Jesper Harder <harder@ifa.au.dk>
11774
11775 * gnus-art.el (gnus-mime-view-all-parts)
11776 (gnus-article-part-wrapper, gnus-article-view-part): Use
11777 with-current-buffer.
11778
11779 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
11780
11781 * spam.el (spam-disable-spam-split-during-ham-respool)
11782 (spam-spamoracle-database, spam-cache-lookups)
11783 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
11784 (spam-group-ham-mark-p, spam-group-spam-mark-p)
11785 (spam-group-ham-marks, spam-group-spam-marks)
11786 (spam-group-spam-contents-p, spam-group-ham-contents-p)
11787 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
11788 also add spam-use-blackholes to the statistical checks.
11789 (spam-fetch-field-fast): Add interface to fetching fields, may
11790 become a macro.
11791 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
11792 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
11793 (spam-insert-fake-headers): Fake an article when needed.
11794 (spam-find-spam): Fake article when possible.
11795 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
11796 (spam-check-bogofilter-headers): Use message-fetch-field instead
11797 of nnmail-fetch-field.
11798
11799 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
11800
11801 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
11802
11803 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
11804
11805 * spam.el (spam-split): Do not require spam-use-CHECK to be
11806 enabled if that check is passed to spam-split explicitly; also
11807 fix so 'spam doesn't get converted to spam-split-group when
11808 spam-split-symbolic-return is t.
11809 (spam-find-spam): Find registrations of the article and use those
11810 instead of re-running spam-split to find the spam/ham
11811 classification of the article.
11812 (spam-log-processing-to-registry, spam-log-registered-p)
11813 (spam-log-unregistration-needed-p, spam-log-undo-registration):
11814 Use gnus-error instead of gnus-message.
11815 (spam-log-registration-type): Add function to determine the
11816 classification of a message based on registry entries; will
11817 return nil if both 'spam and 'ham are found.
11818 (spam-check-BBDB): Expand all the BBDB macros here so we can have
11819 a reasonably fast local cache without the loading errors.
11820 (spam-cache-lookups): Set to t by default.
11821 (spam-find-spam): Don't try to guess spam-cache-lookups.
11822 (spam-enter-whitelist, spam-enter-blacklist): Clear the
11823 spam-caches entry.
11824 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
11825 caching of whitelist/blacklist entries.
11826 (spam-check-whitelist, spam-check-blacklist): Invoke
11827 spam-from-listed-p with a type, not a cache variable.
11828 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
11829
11830 2004-01-07 Jesper Harder <harder@ifa.au.dk>
11831
11832 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
11833
11834 * nnmail.el (nnmail-split-fancy): do.
11835
11836 * mml.el (mml-parse): do.
11837
11838 * gnus-score.el (gnus-enter-score-words-into-hashtb)
11839 (gnus-score-adaptive): do.
11840
11841 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
11842
11843 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
11844 (gnus-mime-button-map): Don't set keymap parent.
11845 (gnus-button-ctan-directory-regexp): Use shy grouping.
11846 (gnus-prev-page-map): Don't set keymap parent.
11847 (gnus-prev-page-map): Remove duplicated one.
11848 (gnus-next-page-map): Don't set keymap parent.
11849 (gnus-mime-security-button-map): Ditto.
11850
11851 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
11852 version number.
11853
11854 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
11855
11856 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
11857
11858 * canlock.el (canlock-sha1-function): Remove.
11859 (canlock-sha1-function-for-verify): Remove.
11860 (canlock-openssl-program): Remove.
11861 (canlock-openssl-args): Remove.
11862 (canlock-ignore-errors): Remove.
11863 (canlock-sha1-with-openssl): Remove.
11864 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
11865 (canlock-verify): Don't use canlock-ignore-errors.
11866
11867 * sha1-el.el (sha1-string-external): Make it can return a string
11868 in binary form.
11869 (sha1-region-external): Ditto.
11870 (sha1-string-internal): Ditto.
11871 (sha1-region-internal): Ditto.
11872 (sha1-region): Ditto.
11873 (sha1-string): Ditto.
11874 (sha1): Ditto.
11875
11876 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
11877
11878 * spam.el (spam-report-articles-gmane): New command.
11879
11880 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
11881
11882 * gnus.el: Don't make unnecessary *Group* buffer when loading.
11883
11884 * run-at-time.el (run-at-time-saved): Remove.
11885 (run-at-time): Doc fix.
11886
11887 2004-01-07 Jesper Harder <harder@ifa.au.dk>
11888
11889 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
11890 (gnus-summary-limit-map): Add it.
11891 (gnus-summary-make-menu-bar): do.
11892
11893 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
11894
11895 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
11896 Make attempt at some caching support (done for BBDB only now).
11897 (spam-find-spam): Set spam-cache-lookups if there are more than 2
11898 addresses to be checked.
11899 (spam-clear-cache-BBDB): Add function, to be invoked by
11900 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
11901 (spam-check-BBDB): Check and use the caches, if
11902 spam-cache-lookups is on, remove superfluous (provide).
11903
11904 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
11905
11906 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
11907
11908 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
11909
11910 * run-at-time.el (run-at-time-saved): Move to after the definition
11911 of `run-at-time'.
11912
11913 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
11914
11915 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
11916 mm-w3m-local-map-property.
11917
11918 * mm-view.el (mm-w3m-mode-map): Remove.
11919 (mm-w3m-local-map-property): Remove.
11920 (mm-inline-text-html-render-with-w3m): Don't use
11921 mm-w3m-local-map-property.
11922
11923 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11924
11925 * run-at-time.el: New file.
11926
11927 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
11928 of gnus-set-text-properties.
11929
11930 * gnus-uu.el (gnus-uu-save-article): Ditto.
11931
11932 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
11933
11934 * gnus-cite.el (gnus-cite-parse): Ditto.
11935
11936 * gnus-art.el (gnus-button-push): Use set-text-properties instead
11937 of gnus-.
11938
11939 * gnus.el: Changed calls to nnheader-run-at-time and
11940 password-run-at-time throughout to use run-at-time directly.
11941
11942 * password.el: Removed definition of run-at-time.
11943
11944 2004-01-05 Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de> (tiny change)
11945
11946 * mml.el (mml-minibuffer-read-disposition): Show attachment type
11947 in prompt.
11948
11949 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
11950
11951 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
11952 XEmacs version.
11953
11954 * dns.el (dns-make-network-process): Use `open-network-stream'
11955 instead of `gnus-xmas-open-network-stream'.
11956
11957 * .cvsignore: Add auto-autoloads.el, custom-load.el.
11958
11959 2004-01-06 Jesper Harder <harder@ifa.au.dk>
11960
11961 * gnus-art.el (gnus-mime-display-alternative)
11962 (gnus-insert-mime-button, gnus-insert-mime-security-button)
11963 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
11964 Don't use gnus-local-map-property.
11965
11966 * gnus-util.el (gnus-local-map-property): Remove.
11967
11968 * mm-view.el (mm-view-pkcs7-decrypt): Replace
11969 gnus-completing-read-maybe-default with completing-read.
11970
11971 * gnus-util.el (gnus-completing-read): do.
11972 (gnus-completing-read-maybe-default): Remove.
11973
11974 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
11975
11976 * password.el: Only autoload `run-at-time' if not XEmacs.
11977 Only autoload the itimer functions if XEmacs.
11978
11979 2004-01-06 Jesper Harder <harder@ifa.au.dk>
11980
11981 * gnus-art.el (gnus-read-string): Remove.
11982 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
11983 read-string.
11984
11985 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
11986
11987 * netrc.el: Autoload password-read.
11988 (netrc): Add configuration group.
11989 (netrc-encoding-method, netrc-openssl-path): Add
11990 variables for encoding and decoding of files with symmetric
11991 ciphers.
11992 (netrc-encode): Add assistant function to encode a file with
11993 netrc-encoding-method.
11994 (netrc-parse): Add interactive parameter, added optional
11995 decoding if netrc-encoding-method is non-nil but otherwise
11996 behavior is standard.
11997 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
11998 Do s/encode/encrypt/ everywhere.
11999
12000 * spam.el: Remove executable-find autoload.
12001
12002 2004-01-05 Jesper Harder <harder@ifa.au.dk>
12003
12004 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
12005
12006 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
12007
12008 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
12009
12010 * gnus-art.el (gnus-treat-ansi-sequences,
12011 article-treat-ansi-sequences): New variable and function.
12012 Suggested by Dan Jacobson <jidanni@jidanni.org>.
12013
12014 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12015 Use it.
12016
12017 2004-01-05 Jesper Harder <harder@ifa.au.dk>
12018
12019 * mm-util.el (mm-quote-arg): Remove.
12020
12021 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
12022 shell-quote-argument.
12023
12024 * gnus-uu.el (gnus-uu-command): do.
12025
12026 * gnus-sum.el (gnus-summary-insert-pseudos): do.
12027
12028 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
12029 with make-char.
12030
12031 * mm-util.el (mm-make-char): Remove.
12032
12033 * mml.el (mml-mode): Replace gnus-add-minor-mode with
12034 add-minor-mode.
12035
12036 * gnus-undo.el (gnus-undo-mode): do.
12037
12038 * gnus-topic.el (gnus-topic-mode): do.
12039
12040 * gnus-sum.el (gnus-dead-summary-mode): do.
12041
12042 * gnus-start.el (gnus-slave-mode): do.
12043
12044 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
12045
12046 * gnus-ml.el (gnus-mailing-list-mode): do.
12047
12048 * gnus-gl.el (gnus-grouplens-mode): do.
12049
12050 * gnus-draft.el (gnus-draft-mode): do.
12051
12052 * gnus-dired.el (gnus-dired-mode): do.
12053
12054 * gnus-ems.el (gnus-add-minor-mode): Remove.
12055
12056 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12057 Replace gnus-char-width with char-width.
12058
12059 * gnus-ems.el (gnus-char-width): Remove.
12060
12061 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12062 Replace gnus-char-width with char-width.
12063
12064 * gnus-ems.el (gnus-char-width): Remove.
12065
12066 * spam-stat.el (with-syntax-table): Remove with-syntax-table
12067 definition.
12068 Remove Emacs 20 hash table compatibility code.
12069
12070 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
12071 20 compatibility code.
12072
12073 * spam.el (spam-point-at-eol): Replace with point-at-eol.
12074
12075 * smime.el (smime-point-at-eol): Replace with point-at-eol.
12076
12077 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
12078 with point-at-{eol,bol}.
12079
12080 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
12081
12082 * imap.el (imap-point-at-eol): Replace with point-at-eol.
12083
12084 * flow-fill.el (fill-flowed-point-at-bol,
12085 fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
12086
12087 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
12088 Replace with point-at-{eol,bol} throughout all files.
12089
12090 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
12091
12092 * ntlm.el (ntlm-string-as-unibyte): New macro.
12093 (ntlm-build-auth-response): Use it.
12094
12095 Remove Emacs 20 stuff:
12096 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
12097 of delq and copy-sequence.
12098 * gnus-art.el (popup-menu): Remove the compiler macro.
12099 * nnmail.el (nnmail-split-fancy): Don't support customizing with
12100 Emacs 20.
12101
12102 2004-01-05 Simon Josefsson <jas@extundo.com>
12103
12104 * ntlm.el: Fix namespace. Change smb-passwd-hash into
12105 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
12106 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
12107 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
12108 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
12109 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
12110 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
12111 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
12112 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
12113 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
12114 ntlm-string-permute, string-lshift into ntlm-string-lshift,
12115 string-xor into ntlm-string-xor. Suggested by
12116 Jesper Harder <harder@myrealbox.com>.
12117
12118 * ntlm.el: Don't include poem.
12119
12120 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
12121 Jesper Harder <harder@myrealbox.com>.
12122
12123 * sasl-ntlm.el, ntlm.el, md4.el: New files.
12124
12125 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
12126 probably breaks emacs with DL patch, but do we care? Is anyone
12127 still using the DL stuff?)
12128
12129 * sieve-manage.el: Use the password package.
12130 (sieve-manage-read-passwd): Remove.
12131 (sieve-manage-interactive-login): Use password. Re-add
12132 condition-case around loop.
12133
12134 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
12135 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
12136 the password package.
12137
12138 2003-02-19 Simon Josefsson <jas@extundo.com>
12139
12140 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
12141 token.
12142
12143 2002-08-07 Simon Josefsson <jas@extundo.com>
12144
12145 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
12146 (sieve-manage-authenticators):
12147 (sieve-manage-authenticator-alist): Add some SASL mechs.
12148 (sieve-sasl-auth): New function.
12149 (sieve-manage-cram-md5-auth):
12150 (sieve-manage-plain-auth): Rewrite using SASL library.
12151 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
12152 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
12153 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
12154 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
12155
12156 2004-01-05 Simon Josefsson <jas@extundo.com>
12157
12158 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
12159 New files.
12160
12161 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12162
12163 * gnus-group.el (gnus-no-groups-message): Update.
12164
12165 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
12166
12167 2003-11-09 Simon Josefsson <jas@extundo.com>
12168
12169 * imap.el: Support for ID IMAP extension (RFC 2971).
12170 (imap-local-variables): Add imap-id.
12171 (imap-id): New variable.
12172 (imap-id): New function.
12173 (imap-parse-response): Parse untagged ID response.
12174 * nnimap.el (nnimap-id): New variable.
12175 (nnimap-open-connection): Use it.
12176
12177 2003-12-28 Simon Josefsson <jas@extundo.com>
12178
12179 * gnus-score.el (gnus-score-edit-all-score): New.
12180 * gnus-group.el (gnus-group-score-map): Bind it to W e.
12181
12182 2004-01-04 Simon Josefsson <jas@extundo.com>
12183
12184 * password.el: Add.
12185
12186 2004-01-04 Mario Lang <lang@zid.tugraz.at>
12187
12188 * dns.el: Add support for AAAA records (see RFC 3596)
12189
12190 * Fix typo PRT -> PTR
12191
12192 * Parse MX, PTR and SOA replies (see RFC 1035)
12193
12194 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12195
12196 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
12197
12198 * Moved to Changelog.2.
12199
12200 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12201
12202 * gnus.el (gnus-version-number): Bump version.
12203
12204 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12205
12206 * gnus.el: No Gnus v0.1 is released.
12207
12208 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12209
12210 * gnus.el: No Gnus v0.0 is released.
12211
12212 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12213
12214 * gnus.el (gnus-version-number): Bump.
12215 (gnus-version): No.
12216
12217 See ChangeLog.2 for earlier changes.
12218
12219 Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
12220
12221 This file is part of GNU Emacs.
12222
12223 GNU Emacs is free software; you can redistribute it and/or modify
12224 it under the terms of the GNU General Public License as published by
12225 the Free Software Foundation; either version 3, or (at your option)
12226 any later version.
12227
12228 GNU Emacs is distributed in the hope that it will be useful,
12229 but WITHOUT ANY WARRANTY; without even the implied warranty of
12230 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12231 GNU General Public License for more details.
12232
12233 You should have received a copy of the GNU General Public License
12234 along with GNU Emacs; see the file COPYING. If not, write to the
12235 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
12236 Boston, MA 02110-1301, USA.
12237
12238 ;; Local Variables:
12239 ;; coding: iso-2022-7bit
12240 ;; fill-column: 79
12241 ;; add-log-time-zone-rule: t
12242 ;; End:
12243
12244 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4