1 2013-08-13 Glenn Morris <rgm@gnu.org>
3 * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
5 * gnus.el (gnus-valid-select-methods): Fix type.
7 * nnimap.el (nnimap-request-articles-find-limit): Fix type, version.
9 2013-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
11 * mm-decode.el (mm-display-external): Run a timer for the temp files
12 deletion after a viewer exits; add a deletion timer for the needsterm
15 * mm-decode.el (mm-display-external): Try to delete temporary files by
18 2013-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
20 * mm-decode.el (mm-temp-files-to-be-deleted, mm-temp-files-cache-file):
21 New internal variables.
22 (mm-temp-files-delete): New function; add it to gnus-exit-gnus-hook.
23 (mm-display-external): Use it to delete temporary files instead of
26 2013-08-06 Jan Tatarik <jan.tatarik@gmail.com>
28 * gnus-icalendar.el (gnus-icalendar-event-from-ical): Replace pcase
29 with cond for backwards compatability.
31 2013-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
33 * mm-decode.el (mm-display-external): Bind process-connection-type to
34 nil; don't delete a temp file immediately even if a viewer finishes,
35 since it may be a shell script, like xdg-open, that launches a real
36 viewer program belatedly.
38 2013-08-05 Dave Abrahams <dave@boostpro.com>
40 * gnus-int.el (gnus-warp-to-article): Allow warping in all groups so
41 that we can create nndoc groups that excerpt other groups.
43 2013-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
45 * gnus-delay.el (gnus-delay-article): Fix typo.
47 * gnus-group.el (gnus-group-delete-articles): Allow deleting only "old"
50 * gnus-delay.el (gnus-delay-article): Run `message-send-hook' so that
51 we can get spell-checking etc.
53 2013-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
55 * rfc2047.el (rfc2047-encode-message-header): Unify charsets into
56 a single one used for encoding the whole text in a header.
58 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
60 * message.el (message-ignored-news-headers): Delete X-Gnus-Delayed
63 * mm-decode.el (mm-command-output): New face.
64 (mm-display-external): Use it.
66 2013-08-01 Kan-Ru Chen (陳侃如) <kanru@kanru.info> (tiny change)
68 * nnmbox.el (nnmbox-request-article): Don't change point.
70 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
72 * gnus-icalendar.el (gnus-icalendar-event:inline-reply-buttons):
73 Include `handle' parameter.
75 2013-08-01 Jan Tatarik <jan.tatarik@gmail.com>
77 * gnus-icalendar.el: New file.
79 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
81 * gnus-int.el (gnus-warp-to-article): Mention that warp means jump.
83 * gnus-uu.el (gnus-uu-mark-thread, gnus-uu-unmark-thread): Work with
86 2013-08-01 David Edmondson <dme@dme.org>
88 * mml2015.el (mml2015-epg-key-image-to-string): Protect against bugging
91 2013-08-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
93 * gnus-start.el (gnus-dribble-save): Only save the dribble file if it's
96 * nnrss.el (nnrss-discover-feed): Indent.
98 2013-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
100 * gnus-util.el (gnus-emacs-completing-read): Isolate XEmacs stuff.
102 2013-07-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
104 * gnus-start.el (gnus-read-active-for-groups): Always mark the data as
105 dirty to ensure nnimap data being saved.
107 2013-07-30 Tassilo Horn <tsdh@gnu.org>
109 * gnus-sum.el (gnus-summary-make-menu-bar): Add "Current thread score"
112 * gnus-score.el (gnus-summary-current-score): Use prefix arg to show
113 the current thread's total score instead of the current article's
116 * gnus-sum.el (gnus-subthread-sort-functions): New defcustom.
117 (gnus-sort-threads-recursively): Delete defcustom.
118 (gnus-sort-threads-recursive): Adapt accordingly.
120 2013-07-30 Tassilo Horn <tsdh@gnu.org>
122 * gnus-sum.el (gnus-sort-subthreads-recursive): New function.
123 (gnus-sort-threads-recursive): Use it.
124 (gnus-sort-threads): Unconditionally call `gnus-sort-threads-recursive'
125 again. Now that determines how to sort subthreads.
127 2013-07-26 Tassilo Horn <tsdh@gnu.org>
129 * gnus-sum.el (gnus-sort-threads-recursively): New defcustom.
130 (gnus-sort-threads): Use it.
132 2013-07-25 Andreas Schwab <schwab@linux-m68k.org>
134 * gnus-art.el (gnus-button-url-regexp): Make it match url in which
135 punctuation characters follow parentheses (bug#14950).
137 2013-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
139 * gnus.el (gnus-continuum-version):
140 * gnus-msg.el (gnus-extended-version): Simplify.
142 * gnus.el (gnus-continuum-version-1): Remove.
143 * gnus-msg.el (gnus-bug): Revert.
145 Calculate gnus-version correctly on Cygwin.
147 * gnus.el (gnus-continuum-version): Do main calculations in integers.
148 (gnus-continuum-version-1): New function, return a string.
150 * gnus-msg.el (gnus-extended-version, gnus-bug):
151 Use gnus-continuum-version-1 instead of gnus-continuum-version.
153 2013-07-19 Geoff Kuenning <geoff@cs.hmc.edu> (tiny change)
155 * gnus-art.el (gnus-treat-predicate): Allow functions as predicates
158 2013-07-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
160 * gnus-start.el (gnus-clean-old-newsrc): Remove the newsrc cleanups
161 that were only relevant in a development version a long time ago.
163 2013-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
165 * gnus-art.el (gnus-shr-put-image): Make it work as well for shr.el's
166 that the old Emacs 24s bundle.
168 2013-07-10 David Engster <deng@randomsample.de>
170 * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
171 if `gnus-newsrc-file-version' does not match `gnus-version'. This
172 fixes a bug in Emacs trunk where the 'unexist' marks were always
173 removed at startup because "Gnus v5.13" was considered smaller than "Ma
176 2013-07-10 Tassilo Horn <tsdh@gnu.org>
178 * gnus.el (gnus-summary-line-format): Reference
179 `gnus-user-date-format-alist' for the &user-date; format, not
180 `gnus-summary-user-date-format-alist'.
182 2013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
184 * nnml.el (nnml-request-compact-group): Don't bug out if we can't
185 delete files (bug#13481).
187 2013-07-08 Tassilo Horn <tsdh@gnu.org>
189 * gnus-registry.el (gnus-registry-remove-extra-data): New function.
191 2013-07-06 Lars Ingebrigtsen <larsi@gnus.org>
193 * gnus-art.el (gnus-block-private-groups): Allow `global' methods to
196 * gnus.el (gnus-valid-select-methods): Mark nnrss as global.
198 * message.el (message-cancel-news): According to
199 <mailman.216.1372942181.12400.help-gnu-emacs@gnu.org>, "cancel" is
200 preferred over "cmsg cancel" in the Subject.
202 * nnir.el (nnir-engines): Note that the group specs are regexps
205 * gnus-msg.el (gnus-copy-article-buffer): If the article buffer has
206 gotten read-only text properties, ensure that those aren't heeded when
207 copying stuff over (bug#13434).
209 * mm-view.el (mm-inline-text-html): Don't bug out on multipart messages
212 2013-07-05 David Kastrup <dak@gnu.org>
214 * auth-source.el (auth-source-netrc-parse-one): Allow empty strings in
215 authinfo file again (important for blank passwords). This had been
216 broken with 2013-06-15 change.
218 2013-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
220 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
221 Revert 2013-01-14 change.
223 2013-07-02 David Engster <deng@randomsample.de>
225 * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
226 ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
227 to see whether the group was synced before.
229 2013-07-02 Martin Stjernholm <mast@lysator.liu.se>
231 * nnimap.el (nnimap-request-move-article): Decode the group name when
232 doing internal moves to avoid charset issues.
234 2013-07-02 Julien Danjou <julien@danjou.info>
236 * nnimap.el (nnimap-request-list):
237 Revert change that made listing synchronous.
238 (nnimap-get-responses): Restore.
240 2013-07-02 Dave Abrahams <dave@boostpro.com>
242 * nnimap.el (nnimap-change-group): Document result value.
244 * nnimap.el (nnimap-find-article-by-message-id):
245 Account for the fact that nnimap-change-group can return t.
247 2013-07-02 Julien Danjou <julien@danjou.info>
249 * nnimap.el (nnimap-request-head):
250 Resture to-buffer parameter, used by `nnimap-request-move-article'.
252 * nnimap.el (nnimap-request-head): Remove to-buffer argument.
254 * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
255 supported by nnimap actually. Reverts previous change.
257 * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
258 to mimic `gnus-request-article' and enjoy backends the nn*-request-head
259 to-buffer argument that is already supported.
261 2013-07-02 Julien Danjou <julien@danjou.info>
263 * nnimap.el (nnimap-get-responses): Remove, unused.
265 2013-07-02 Julien Danjou <julien@danjou.info>
267 * nnimap.el (nnimap-request-articles-find-limit): Rename from
268 `nnimap-request-move-articles-find-limit' since we do not use it
269 only for move operations.
270 (nnimap-request-accept-article):
271 Use `nnimap-request-articles-find-limit' to limit search by message-id.
273 2013-07-02 Julien Danjou <julien@danjou.info>
275 * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
277 * nnimap.el (nnimap-log-buffer):
278 Check that `window-point-insertion-type' is boundp, since it's not
281 2013-07-02 Michael Welsh Duggan <md5i@md5i.com>
283 * nnimap.el (nnimap-log-buffer):
284 Add this, setting `window-point-insertion-type' in the buffer to t.
285 (nnimap-log-command): Use nnimap-log-buffer.
287 2013-07-02 Julien Danjou <julien@danjou.info>
289 * nnimap.el (nnimap-find-article-by-message-id):
290 Add an optional limit argument to be able to limit the search.
291 (nnimap-request-move-article):
292 Use `nnimap-request-move-articles-find-limit'.
293 (nnimap-request-move-articles-find-limit):
294 Add this to limit the search by Message-Id after a message move.
295 (nnimap): Add defgroup.
297 2013-07-02 Julien Danjou <julien@danjou.info>
299 * nnimap.el (nnimap-find-article-by-message-id):
300 Use `nnimap-possibly-change-group' rather than its own EXAMINE call.
301 (nnimap-possibly-change-group): Add read-only argument.
302 (nnimap-request-list): Use nnimap-possibly-change-group rather than
303 issuing EXAMINE manually.
304 (nnimap-find-article-by-message-id):
305 Use `nnimap-possibly-change-group' with read-only argument.
306 (nnimap-change-group): Rename from `nnimap-possibly-change-group'.
307 We cannot possibly change because we need to be sure that it's either
308 read-write or read-only.
310 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
312 * gnus-sum.el (gnus-summary-insert-old-articles):
313 Don't include unexisting messages.
315 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
317 * gnus-start.el (gnus-clean-old-newsrc):
318 Remove totally bogus `unexists' entries.
319 (gnus-clean-old-newsrc): Fix last checkin.
321 * nnimap.el (nnimap-update-info):
322 None of the articles below the active low-water mark exist.
324 2013-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
326 * nnimap.el (gnus-refer-thread-use-nnir): Silence the byte compiler.
328 2013-07-02 Sergio Martinez <samf0xb58@gmail.com> (tiny change)
330 * nnimap.el (nnimap-request-scan):
331 Allow `nnimap-inbox' to be a list of inboxes.
333 2013-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
335 * gnus-group.el (gnus-group-expire-articles-1):
336 Don't try to expire messages that don't exist.
338 * gnus-sum.el (gnus-summary-expire-articles): Ditto.
340 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
342 * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.
344 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
346 * gnus-start.el (gnus-clean-old-newsrc):
347 Delete `unexist' from pre-Ma Gnus 0.3.
349 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
351 * gnus-sum.el (gnus-summary-local-variables):
352 Make `gnus-newsgroup-unexist' into a local variable.
354 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
356 * gnus-sum.el (gnus-adjust-marked-articles):
357 Add to `gnus-newsgroup-unexist'.
359 * gnus.el (gnus-article-mark-lists):
360 Add `unexist' to the list of marks.
361 (gnus-article-special-mark-lists):
362 Put the `unexist' in the special marks list instead.
364 * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
365 articles in the list of articles to be selected.
367 * nnimap.el (nnimap-retrieve-group-data-early):
368 Query for unexisting articles.
369 (nnimap-update-info): Keep track of unexisting articles.
370 (nnimap-update-qresync-info): Ditto.
372 2013-07-02 Lars Ingebrigtsen <larsi@gnus.org>
374 * gnus-start.el (gnus-clean-old-newsrc): New function.
375 (gnus-read-newsrc-file): Use it.
377 2013-07-02 Daiki Ueno <ueno@gnu.org>
379 * mml2015.el (mml2015-epg-key-image): Use 'gnus-create-image' instead
380 of 'create-image' for XEmacs compatibility; check errors when decoding
381 image. Reported by Uwe Brauer.
383 2013-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
385 * gnus-art.el (gnus-article-extend-url-button): Make it work again with
386 gnus-button-push revised at 2011-01-19.
388 2013-06-19 Glenn Morris <rgm@gnu.org>
390 * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
392 2013-06-18 Teodor Zlatanov <tzz@lifelogs.com>
394 * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
396 2013-06-18 Glenn Morris <rgm@gnu.org>
398 * eww.el, shr.el, shr-color.el: Move to ../net.
400 2013-06-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
402 * shr.el (shr-tag-table): Insert the images after the table, so that
403 they're not covered by the table colourisation, which often looked
405 (shr-tag-dl, shr-tag-dt, shr-tag-dd): Add support for <dl>, <dt> and
408 2013-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
410 * eww.el (eww-detect-charset): Improve regexp; move backward.
412 2013-06-18 Glenn Morris <rgm@gnu.org>
414 * mm-decode.el (widget-convert-button): Autoload.
416 * sieve-manage.el (mm-enable-multibyte): Autoload.
418 * shr.el (libxml-parse-html-region): Declare.
419 (shr-render-buffer): Explicit error if no libxml2 support.
421 2013-06-17 Teodor Zlatanov <tzz@lifelogs.com>
423 * auth-source.el (auth-source-current-line): New function.
424 (auth-source-netrc-parse-entries): When a data token is "machine",
425 assume we're in the wrong place and abort parsing the current line.
427 2013-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
429 * eww.el (eww-tag-select): Don't render totally empty <select> forms.
430 (eww-convert-widgets): Don't bug out if the first widget starts at the
431 beginning of the buffer.
432 (eww-convert-widgets): Fix last patch.
433 (eww-tag-input): Support <input type=image>.
435 * shr.el (shr-insert-table): Respect border-collapse: collapse.
436 (shr-tag-base): Protect against base specs that are degenerate.
437 (shr-ensure-paragraph): Don't delete empty lines that have text
438 properties, because these may be input fields.
440 * eww.el (eww-convert-widgets): Put `help-echo' on input fields so that
441 we can navigate to them.
443 * shr.el (shr-colorize-region): Put the colours over the entire region.
444 (shr-inhibit-decoration): New variable.
445 (shr-add-font): Use it to inhibit text property decorations while doing
446 preliminary table renderings. This speeds up typical Wikipedia page
448 (shr-tag-span): Don't respect the <title>, because that overwrites the
449 help-echo from links inside the spans.
450 (shr-next-link): Use `help-echo' for navigation, so that we can
451 navigate to form elements, too.
453 * eww.el (eww-button): New face.
454 (eww-convert-widgets): Use it to make submit buttons more button-like.
456 * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
457 that Gnus commands work.
459 * shr.el (shr-render-td): Support horizontal alignment.
461 * eww.el (eww-put-color): Removed.
462 (eww-colorize-region): Use `add-face-text-property'.
464 * shr.el (shr-add-font): Append face data, so that we get the correct
465 precedence: The innermost value (which is applied first) wins.
466 (shr-make-overlay): Obsolete function.
468 * mm-decode.el (mm-convert-shr-links): New function to convert
469 new-style shr URL links into widgets.
472 * eww.el (eww-mode-map): Use `shr-next-link' (etc) instead of the
473 widget commands, since we're no longer using widgets for links.
475 * shr.el (shr-next-link): New command.
476 (shr-previous-link): New command.
477 (shr-urlify): Don't use `widget-convert', because that's slow.
478 (shr-put-color-1): Use `add-face-text-property' instead of overlays,
479 because collecting the overlays and reapplying them when generating
481 (shr-insert-table): Ditto.
483 2013-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
485 * sieve.el (sieve-edit-script): Avoid beginning-of-buffer.
486 * shr.el (browse-url): Require `url'.
487 * eww.el (url): Require format-spec.
489 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
491 * eww.el (eww-display-html): Default to using the entire window width.
492 (eww-browse-url): Don't add a User-Agent header (twice), because that
493 makes Bing refuse connection.
495 * shr.el (shr-make-table): Cache the table rendering at the table
496 level, and not the <td> level. This is a bit faster.
498 * eww.el (eww-render): Go to the correct ID when given URLs ending with
501 * shr.el (shr-tag-li): Don't require a new paragraph, since other
503 (shr-expand-url): Respect #anchor links.
504 (shr-parse-base): Chop off the anchor before using.
505 (shr-descend): Respect display: none.
506 (shr-descend): Allow marking elements that have certain IDs.
508 * eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
510 * shr.el (shr-expand-url): Don't bug out on zero-length links.
512 * eww.el (eww-tag-textarea): Support <textarea>.
514 2013-06-16 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
516 * shr.el (shr-dom-to-xml): Fixed function call.
518 * eww.el (eww): New group.
519 (eww-header-line-format): New custom variable.
520 (eww-current-title): New variable.
521 (eww-display-html): Update header and handle title tag.
522 (eww-update-header-line-format): New function.
523 (eww-tag-title): New function.
525 * shr.el (shr-dom-to-xml): New function.
526 (shr-tag-svg): Add support for the SVG tag.
527 (shr-bullet): New custom variable.
528 (shr-tag-li): Support custom bullet in unordered lists.
530 2013-06-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
532 * shr.el (shr-expand-url): Respect // URLs.
534 * eww.el (eww-tag-body): Override the shr body rendering so that we can
535 put a background colour onto the entire buffer.
536 (eww-render): When being redirected, use the redirect URL as the new
539 * shr.el (shr-parse-base): Fix parsing error.
541 * eww.el (eww-submit): Pass the base in to `shr-expand-url'.
543 * shr.el (shr-parse-base): New function.
544 (shr-expand-url): Use it to expand relative URLs reliably.
546 2013-06-15 Teodor Zlatanov <tzz@lifelogs.com>
548 * auth-source.el (auth-source-search-collection): Fix docstring.
549 (auth-source-netrc-parse): Refactor and improve netrc parser to support
550 single-quoted strings and multiline entries.
551 (auth-source-netrc-parse-next-interesting)
552 (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
553 functions to support parser.
555 2013-06-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
557 * eww.el (eww-submit): Get submit button logic right when hitting RET
558 on non-submit buttons.
560 * shr.el: Remove shr-preliminary-table-render, since that can't really
561 be used for anything in practice.
563 2013-06-13 Albert Krewinkel <tarleb@moltkeplatz.de>
565 * sieve.el: Rebind q to (sieve-bury-buffer), bind Q to
568 2013-06-14 David Edmondson <dme@dme.org> (tiny change)
570 * mml2015.el (mml2015-maximum-key-image-dimension): New user option to
571 control the maximum size of photo ID image.
572 (mml2015-epg-key-image-to-string): Respect it.
574 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
576 * shr.el (shr-tag-table-1): Mark the preliminary table renderings
577 instead of the final one so that we can more easily distinguish them.
579 * eww.el (eww-submit): Compute the submission URL correctly.
581 2013-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
583 * sieve-manage.el (sieve-manage-open-server): Don't quote lambda.
584 Use plist-get rather than CL's getf.
585 (sieve-manage-parse-capability): Avoid CL's remove-if.
587 2013-06-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
589 * shr.el (shr-expand-url): Expansion should chop off the bits after the
592 * eww.el (eww-tag-select): Use the first value as the default value.
594 2013-06-13 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
596 * eww.el (eww): Prepend urls with http:// if scheme is missing.
597 (eww-mode): Use `define-derived-mode'.
598 (eww-parse-headers): Parse headers from beginning of buffer so that
601 2013-06-13 Katsumi Yamaoka <yamaoka@jpl.org>
603 * eww.el (eww-detect-charset): Detect charset from the <meta> tag.
605 2013-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
607 * shr.el (shr-tag-svg): Ignore SVG elements, because we don't know how
608 to handle them at all.
610 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
612 * eww.el (eww-convert-widgets): Make widgets from non-tabular layouts
614 (eww-tag-select): Implement <select>.
616 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
618 * sieve-manage.el (sieve-manage-open): Work with STARTTLS: shorten
619 stream managing functions by using open-protocol-stream to do most of
620 the work. Has the nice benefit of enabling STARTTLS.
621 Wait for capabilities after STARTTLS: following RFC5804, the server
622 sends new capabilities after successfully establishing a TLS connection
623 with the client. The client should update the cached list of
624 capabilities, but we just ignore the answer for now.
625 (sieve-manage-network-p, sieve-manage-network-open)
626 (sieve-manage-starttls-p, sieve-manage-starttls-open)
627 (sieve-manage-forward, sieve-manage-streams)
628 (sieve-manage-stream-alist): Remove unneeded functions neither in the
629 API, nor called by any other function.
630 Enable Multibyte for SieveManage buffers: The parser won't properly
631 handle umlauts and line endings unless multibyte is turned on in the
634 2013-06-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
636 * eww.el (eww-tag-input): Support password fields.
637 (eww-submit): Support POST.
639 2013-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
641 * eww.el (eww-tag-form): Protect against degenerate forms.
643 * shr.el (shr-expand-url): Expand URLs that start with a slash
646 * eww.el (eww-submit): Get submit button logic right.
648 * shr.el (shr-final-table-render): New variable to signal when we're
649 doing the final table rendering so that we can collect more data at
652 * eww.el (eww-submit): Make form submission work.
653 (eww-tag-input): Implement submit buttons.
654 (eww-click-radio): Implement radio and checkboxes.
655 (eww-submit): Handle hidden elements.
657 * shr.el (shr-descend): Allow other packages to override (or provide)
658 rendering of elements.
659 (shr-expand-url): Strip query strings from URLs before expanding them.
661 * eww.el: Don't require cl-lib.
662 (eww-tag-form): Start form support.
664 * eww.el: Start writing a new, tiny web browser.
665 (eww-previous-url): New command.
666 (eww-quit): New command.
668 2013-06-10 Albert Krewinkel <krewinkel@moltkeplatz.de>
670 * sieve.el: Put point at beginning of buffer when viewing a script.
671 (sieve-open-server): Respect the PORT parameter. Show the correct port
672 number in sieve-buffer's header. Fixed code to also work with a string
673 as port specifier. Properly close the connection on pressing 'q'. Make
674 sieve-manage-quit close the connection and process buffer. Also, remove
675 duplicate keybinding for 'q'.
677 2013-06-10 Roy Hashimoto <roy.hashimoto@gmail.com> (tiny change)
679 * mm-view.el (mm-pkcs7-signed-magic): Allow newline in the regexp and
680 make it easier to read.
681 (mm-pkcs7-enveloped-magic): Ditto.
683 2013-06-06 Teodor Zlatanov <tzz@lifelogs.com>
685 * gnus-ems.el (gnus-image-type-available-p): Test `display-images-p'
686 before `image-type-available-p' to avoid loading the image libraries
689 2013-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
691 * gnus-art.el (article-date-ut, article-update-date-lapsed): Don't
692 assume Date header begins with "Date", that may be customized into
693 something like "X-Sent" using gnus-article-time-format.
694 (article-transform-date): Allow multi-line Date header.
696 2013-06-02 David Engster <deng@randomsample.de>
698 * registry.el (initialize-instance, registry-lookup)
699 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
700 (registry-lookup-secondary-value, registry-search, registry-delete)
701 (registry-insert, registry-reindex, registry-size, registry-prune): Do
702 not wrap methods in `eval-and-compile'. This breaks due to latest
703 changes in EIEIO (introduction of eieio-core.el).
705 2013-05-30 Glenn Morris <rgm@gnu.org>
707 * nnmail.el (nnmail-fancy-expiry-target):
708 Also bind mail-dont-reply-to-names.
710 * spam-stat.el (spam-stat-save):
711 No need to tweak font-lock in temp buffers.
713 * shr.el (shr-put-image): Silence compiler.
715 2013-05-29 Glenn Morris <rgm@gnu.org>
717 * gnus-ems.el (set-process-plist): Every supported Emacs has this.
719 * gnus-group.el (gnus-sequence-of-unread-articles)
720 (gnus-summary-add-mark, gnus-mark-article-as-read)
721 (gnus-group-make-articles-read): Declare.
723 * gnus-sum.el (gnus-parameter-list-identifier)
724 (gnus-article-stop-animations, gnus-stop-downloads)
725 (gnus-article-only-boring-p, article-goto-body)
726 (gnus-flush-original-article-buffer, article-narrow-to-head)
727 (gnus-article-hidden-text-p, gnus-delete-wash-type)
728 (gnus-summary-save-in-pipe, gnus-article-show-summary): Declare.
730 * gnus.el: No need to eval-and-compile autoloads.
732 * gravatar.el (help-function-arglist): Autoload.
734 * nnimap.el (gnus-refer-thread-use-nnir): Declare.
736 * nnmail.el (nnmail-fancy-expiry-target): Maybe use mail-dont-reply-to.
738 * spam.el: No need to load spam-report when compiling.
739 No need to eval-and-compile autoloads.
740 (spam-report-resend-to): Declare.
741 (spam-report-resend-register-routine): Require 'spam-report.
743 2013-05-24 Julien Danjou <julien@danjou.info>
745 * sieve.el (sieve-setup-buffer): Fix default port value in sieve buffer
748 2013-05-23 Glenn Morris <rgm@gnu.org>
750 * gnus-util.el (rmail-swap-buffers-maybe)
751 (rmail-maybe-set-message-counters, rmail-count-new-messages)
752 (rmail-summary-exists, rmail-show-message, rmail-summary-displayed)
753 (rmail-pop-to-buffer, rmail-maybe-display-summary): Declare.
755 * mm-decode.el: No need to load term when compiling.
756 (term-mode, term-char-mode): Declare.
758 * mm-util.el: No need to load jka-compr when compiling.
759 (jka-compr-acceptable-retval-list, jka-compr-make-temp-name): Declare.
761 * nnmaildir.el: Require is automatically eval-and-compile.
762 (nnmail): Require at run-time too.
764 * registry.el (registry-size): Move definition before use.
766 2013-05-22 Daiki Ueno <ueno@gnu.org>
768 * mml2015.el (mml2015-epg-sign): Make sure to insert newline after the
769 signed data to conform the standard. (Bug#14232)
771 2013-05-20 Adam Sjøgren <asjo@koldfront.dk>
773 * gnus-spec.el (gnus-parse-complex-format): Use unicode escape for left
774 double angle quotation mark.
776 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
778 * message.el (message-insert-formatted-citation-line): Handle finding
779 first/lastname when more than 2 names appear.
781 2013-05-19 Adam Sjøgren <asjo@koldfront.dk>
783 * shr.el (shr-tag-span): New function.
785 2013-05-18 Glenn Morris <rgm@gnu.org>
787 * message.el (message-mode): Use message-mode-abbrev-table,
788 with text-mode-abbrev-table as parent. (Bug#14413)
790 2013-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
792 * message.el (message-expand-group): Decode group names.
794 2013-05-16 Julien Danjou <julien@danjou.info>
796 * gnus-notifications.el (gnus-notifications-notify): Use photo-file as
799 2013-05-15 Glenn Morris <rgm@gnu.org>
801 * shr-color.el (shr-color-visible-luminance-min)
802 (shr-color-visible-distance-min): Use shr-color group.
804 2013-05-11 Glenn Morris <rgm@gnu.org>
806 * gnus-vm.el: Make it loadable without VM.
807 (gnus-vm-make-folder, gnus-summary-save-in-vm): Require 'vm.
808 (vm-forward-message, vm-reply, vm-mail): Remove unused autoloads.
810 2013-05-09 Glenn Morris <rgm@gnu.org>
812 * mml1991.el: Make it loadable. (Bug#13456)
814 * gnus-art.el (gnus-article-date-headers, gnus-blocked-images):
815 * gnus-async.el (gnus-async-post-fetch-function):
816 * gnus-gravatar.el (gnus-gravatar-size, gnus-gravatar-properties):
817 * gnus-html.el (gnus-html-image-cache-ttl):
818 * gnus-notifications.el (gnus-notifications-timeout):
819 * gnus-picon.el (gnus-picon-properties):
820 * gnus-util.el (gnus-completion-styles):
821 * gnus.el (gnus-other-frame-resume-function):
822 * message.el (message-user-organization-file)
823 (message-cite-reply-position):
824 * nnir.el (nnir-summary-line-format)
825 (nnir-retrieve-headers-override-function):
826 * shr-color.el (shr-color-visible-luminance-min):
827 * shr.el (shr-blocked-images):
828 * spam-report.el (spam-report-resend-to):
829 * spam.el (spam-summary-exit-behavior): Fix custom types.
831 * gnus-salt.el (gnus-selected-tree-face): Fix default.
833 2013-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
835 * gnus-art.el (gnus-article-describe-bindings): Require help-mode
836 because of let-binding help-xref-following. (Bug#14356)
838 2013-05-06 Tassilo Horn <tassilo@member.fsf.org>
840 * message.el (message-bury, message-send-and-exit):
841 Revert 2013-05-04 change.
843 2013-05-06 Glenn Morris <rgm@gnu.org>
845 * mml2015.el (mml2015-epg-sign): Add name="signature.asc". (Bug#13465)
847 2013-05-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
849 * message.el (message-bury): Make `buffer' optional.
850 (message-send-and-exit): Don't pass `buf' so as to hide the buffer
853 2013-05-04 Andrew Cohen <cohen@bu.edu>
855 * gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
856 entering into the registry.
858 2013-05-01 Katsumi Yamaoka <yamaoka@jpl.org>
860 * gnus-util.el (gnus-emacs-completing-read): Fix a filter for XEmacs.
863 2013-04-27 Glenn Morris <rgm@gnu.org>
865 * gnus.el (gnus-list-debbugs):
866 Use require rather than autoload. (Bug#14262)
868 2013-04-27 Julien Danjou <julien@danjou.info>
870 * sieve-manage.el (sieve-manage-authenticator-alist): Update the sieve
871 port to "sieve" now that it has an official IANA port assigned.
873 2013-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
875 * mail-source.el (mail-source-fetch-pop, mail-source-check-pop):
876 Don't set the MAILHOST environment variable permanently (Bug#14271).
878 2013-04-26 Glenn Morris <rgm@gnu.org>
880 * message.el (message-bury): Revert 2013-03-18 change. (Bug#14117)
882 2013-04-25 Andrew Cohen <cohen@bu.edu>
884 * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
885 string values of 'gcc-self. Thanks to Saroj Thirumalai.
887 2013-04-24 Andrew Cohen <cohen@bu.edu>
889 * nnir.el (nnir-close-group): Make sure we are in the right group.
891 * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
892 dependency table from all newly retrieved headers.
894 2013-04-16 David Edmondson <dme@dme.org>
896 Support <img src="data:...">.
898 * shr.el (shr-image-from-data): New function.
899 (shr-tag-img): Use it.
901 2013-04-14 Andrew Cohen <cohen@bu.edu>
903 * nnir.el (nnir-request-set-mark): Make sure we are in the right
906 2013-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
908 * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
909 corresponding to any existing group (Bug#14166).
911 2013-04-10 Andrew Cohen <cohen@bu.edu>
913 * nnir.el (number-sequence): No longer used.
914 (nnir-request-set-mark): New function.
915 (nnir-request-update-info): Improve marks updating.
916 (nnir-request-scan): Don't duplicate marks updating.
917 (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
918 Use 'assq rather than 'assoc. Quote anonymous function.
919 (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
920 Use 'gnus-group-prefixed-p.
921 (gnus-summary-create-nnir-group): Make sure server for method is open.
923 2013-04-04 Andrew Cohen <cohen@bu.edu>
925 * nnir.el (gnus-nnir-group-p): New function.
926 (nnir-possibly-change-group): Use it.
928 * gnus-msg.el (gnus-setup-message): Use it.
930 2013-04-04 Katsumi Yamaoka <yamaoka@jpl.org>
932 * mml.el (mml-minibuffer-read-description): Use `default' insted of
933 `initial-input' for the argument name.
934 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
936 2013-04-03 Kevin Layer <layer@known.net> (tiny change)
938 * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
941 2013-04-01 Andrew Cohen <cohen@bu.edu>
943 * nnir.el (nnir-request-update-mark): Improve mark updating in original
946 * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
949 2013-03-31 Andrew Cohen <cohen@bu.edu>
951 * nnir.el (nnir-method-default-engines): And another typo.
953 2013-03-30 Andrew Cohen <cohen@bu.edu>
955 * nnir.el (nnir-method-default-engines): Fix typo.
957 2013-03-29 Andrew Cohen <cohen@bu.edu>
959 * nnir.el: Define 'number-sequence for xemacs.
960 (gnus-summary-create-nnir-group): New function to create an nnir group
961 from an nnir summary buffer based on the current query.
962 (nnir-request-create-group): Update to allow nnir group creation based
963 on the current query.
965 2013-03-28 Katsumi Yamaoka <yamaoka@jpl.org>
967 * nndraft.el (nndraft-request-expire-articles):
968 Make expiry target always `delete'.
970 2013-03-27 Andrew Cohen <cohen@bu.edu>
972 * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
973 buffer use the posting-style and gcc of the original article group.
974 (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
976 * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
979 2013-03-26 Andrew Cohen <cohen@bu.edu>
981 * nnir.el: Major rewrite. Cleaner separation between searches and group
982 management. Marks are now shown in nnir summary buffers. Rudimentary
983 support for real (i.e. not ephemeral) nnir groups.
984 (gnus-summary-make-nnir-group): New function for initiating searches
985 from a summary buffer.
987 2013-03-18 Sam Steingold <sds@gnu.org>
989 * message.el (message-bury): Minor cleanup.
991 2013-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
993 * nndir.el (nndir-request-list): Remove 2nd argument passed to
994 nnml-request-list. (Bug#13873)
995 (nndir-request-newsgroups): Remove, unused.
997 * nndraft.el (nndraft-request-newsgroups): Remove, unused.
999 2013-03-03 Ted Phelps <phelps@gnusto.com>
1001 * shr.el: Make all the overlays set the `evaporate' property so that
1002 they're removed properly.
1004 2013-02-25 Adam Sjøgren <asjo@koldfront.dk>
1006 * mml2015-el (mml2015-epg-key-image): Wrap epg-gpg-program in
1007 shell-quote-argument.
1009 2013-02-22 David Engster <deng@randomsample.de>
1011 * gnus-registry.el (gnus-registry-save): Provide class name when
1012 calling `eieio-persistent-read' to avoid "unsafe call" warning. Use
1013 `condition-case' to stay compatible with older EIEIO versions which
1014 only accept one argument.
1016 2013-02-17 Daiki Ueno <ueno@gnu.org>
1018 * mml2015.el (epg-key-user-id-list, epg-user-id-string)
1019 (epg-user-id-validity): Autoload.
1020 (mml2015-epg-check-user-id): New function.
1021 (mml2015-epg-check-sub-key): New function split from
1022 mml2015-epg-find-usable-key.
1023 (mml2015-epg-find-usable-key): Accept context, name, usage, and
1024 optional name-is-key-id, to handle the case when user-id is unusable.
1025 Reported by Łukasz Stelmach <stlman@poczta.fm>.
1027 2013-02-17 Glenn Morris <rgm@gnu.org>
1029 * shr.el (shr-put-image): Use image-multi-frame-p if available.
1031 2013-02-16 Glenn Morris <rgm@gnu.org>
1033 * shr.el (shr-put-image): Only animate images that specify a delay.
1034 This is consistent with the old image-animated-p behavior.
1036 2013-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
1038 * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
1041 2013-02-13 Juri Linkov <juri@jurta.org>
1043 * gnus-art.el (gnus-article-mode-map):
1044 * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
1045 Make S-SPC scroll in the opposite sense to SPC. (Bug#2145)
1047 2013-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
1049 * nnir.el ("nnir"): Add 'virtual ability to nnir backend. (This was
1050 done in 2012-07-22 by Andrew Cohen, but I reverted it mistakenly.)
1052 2013-02-07 Gábor Vida <gabor.v.vida@ericsson.com> (tiny change)
1054 * auth-source.el (auth-source-format-prompt): Don't get confused by
1055 any "\" in replacement text. (Bug#13637)
1057 2013-01-30 Christopher Schmidt <christopher@ch.ristopher.com>
1059 * gnus-int.el (gnus-backend-trace-elapsed): New variable.
1060 (gnus-backend-trace): Honor gnus-backend-trace.
1062 * mml.el (mml-insert-part): Insert closing tag.
1064 * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
1066 2013-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1068 * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
1069 able to find the article, which can happen in debbugs groups,
1072 2013-01-16 Glenn Morris <rgm@gnu.org>
1074 * smiley.el (smiley-style): Make the file loadable in batch mode.
1076 2013-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
1078 * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
1079 imap process running.
1081 2013-01-14 Julien Danjou <julien@danjou.info>
1083 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
1084 Compare addresses against addresses, not against the full From field.
1086 2013-01-13 Richard Stallman <rms@gnu.org>
1088 * message.el (message-forward-make-body-mime): New args BEG, END
1089 specify what part of FORWARD-BUFFER to use. Do the work directly
1090 instead of calling `mml-insert-buffer'.
1092 2013-01-11 Aaron S. Hawley <Aaron.Hawley@vtinfo.com>
1094 * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
1097 * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
1100 2013-01-11 Dmitry Antipov <dmantipov@yandex.ru>
1102 * gnus-art.el (gnus-mime-display-security): Use point-min-marker
1103 and point-max-marker.
1104 * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
1106 2013-01-10 Uwe Brauer <oub@mat.ucm.es> (tiny change)
1108 * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
1109 to mml2015-encrypt-to-self.
1110 (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
1112 2013-01-09 Daiki Ueno <ueno@gnu.org>
1114 * mml-smime.el (epg-sub-key-fingerprint): Autoload for
1115 mml-smime-epg-find-usable-secret-key.
1117 2013-01-08 Glenn Morris <rgm@gnu.org>
1119 * mml-smime.el (mml-smime-sign-with-sender): Add :version.
1121 2013-01-07 Daiki Ueno <ueno@gnu.org>
1123 * mml-smime.el: Support signing by sender.
1124 Requested by Uwe Brauer.
1125 (mml-smime-sign-with-sender): New user option analogous
1126 to mml2015-sign-with-sender.
1127 (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
1128 (mml-smime-epg-find-usable-secret-key): New helper function copied from
1131 2012-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
1133 * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
1134 isn't running, because Gnus will probably not know how to handle the
1135 Gcc header (bug#11941).
1137 * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
1140 2012-12-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1142 * nnfolder.el (nnfolder-recursive-directory-files): New function.
1143 (nnfolder-generate-active-file): Make this function work with recursive
1146 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
1148 * nntp.el (nntp-open-connection): Use HELP as the capability command
1149 instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
1150 unknown commands. And CAPABILITY is an unknown command (bug#12763).
1152 2012-12-27 Wolfgang Jenkner <wjenkner@inode.at>
1154 * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
1155 place holder since this gives `Invalid face reference: nil' messages.
1156 Use the `default' face instead. It has the same effect here, even
1157 though it is not no-op.
1160 (gnus-put-text-property-excluding-characters-with-faces): Similarly.
1162 2012-12-27 Lars Ingebrigtsen <larsi@gnus.org>
1164 * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
1165 non-string posting styles (bug#13285).
1167 2012-12-27 Glenn Morris <rgm@gnu.org>
1169 * plstore.el (plstore-passphrase-callback-function):
1170 Use plstore-get-file.
1172 2012-12-27 Andreas Schwab <schwab@linux-m68k.org>
1174 * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
1177 * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
1180 * shr.el (shr-tag-em): Render as italic, not bold.
1182 2012-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
1184 * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
1186 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
1188 * mml2015.el (mml2015-epg-key-image): Use --attribute-fd rather than
1189 temporary file to get PGP key image. Pass no-show-photos when
1190 extracting image to avoid having it pop up twice.
1192 2012-12-26 Lars Ingebrigtsen <larsi@gnus.org>
1194 * gnus-art.el (gnus-article-treat-types): Include text/html as parts
1195 eligible for treatment.
1197 * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
1198 lines. This makes summary commands with hidden threads work more
1201 * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
1202 button to mark the hidden citations (bug#9395).
1204 2012-12-26 Daiki Ueno <ueno@gnu.org>
1206 * mml2015.el (mml2015-epg-signature-to-string): New function.
1207 (mml2015-epg-verify-result-to-string): New function.
1208 (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
1209 (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
1210 instead of epg-verify-result-to-string.
1211 (epg-signature-key-id, epg-signature-to-string): Autoload.
1212 (epg-verify-result-to-string): Remove autoload.
1214 2012-12-25 Adam Sjøgren <asjo@koldfront.dk>
1216 * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
1217 ID image from GPG public key.
1218 (mml2015-epg-key-image-to-string): New function.
1220 2012-12-25 Leo Liu <sdl.web@gmail.com>
1222 * plstore.el (plstore-passphrase-callback-function): Fix error when
1223 error when plstore-cache-passphrase-for-symmetric-encryption is set
1226 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1228 * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
1229 buffer to the article buffer here, because that clobbers multiple
1232 * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
1233 buffer always points to the right summary buffer.
1235 2012-12-25 John Wiegley <jwiegley@gmail.com>
1237 * auth-source.el (auth-source-netrc-parse): Allow using "password" as
1238 the password (bug#12097).
1240 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1242 * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
1245 * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
1246 buffer exists before using it (bug#12475).
1248 * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
1249 offline groups (bug#11937).
1251 * message.el (message-yank-original): When using customize to set the
1252 value of `message-cite-style', the variable it set to a symbol that's
1253 the name of the variable, which must then be dereferenced (bug#12616).
1255 2012-12-25 Wolfgang Jenkner <wjenkner@inode.at>
1257 * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
1258 the `face' property with a list whose car is the face specified in the
1259 format string and whose cdr is (nil).
1261 (gnus-put-text-property-excluding-characters-with-faces):
1263 (gnus-get-text-property-excluding-characters-with-faces): New function.
1264 * lisp/gnus-sum.el (gnus-summary-highlight-line):
1265 * lisp/gnus-salt.el (gnus-tree-highlight-node):
1266 * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
1268 2012-12-25 Lars Ingebrigtsen <larsi@gnus.org>
1270 * nnimap.el (nnimap-authenticator): Expand to allow specifying the
1272 (nnimap-login): Respect the `nnimap-authenticator' variable.
1274 * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
1275 mark state when moving articles. Otherwise unticked articles will get
1276 their ticks back after moving.
1278 2012-12-24 Lars Ingebrigtsen <larsi@gnus.org>
1280 * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
1282 * message.el (message-ignored-news-headers): Always remove
1283 X-Message-SMTP-Method to avoid information leakage if the user
1284 mistakenly inserts the header into news messages.
1286 * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
1288 * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
1289 right than four characters, this command would move point to
1290 `point-max'. Don't do that.
1292 * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
1293 to nil to allow re-selecting groups that gain articles.
1294 (gnus-bug-group-download-format-alist): Update the URL.
1296 2012-12-23 Andreas Schwab <schwab@suse.de>
1298 * shr.el (shr-tag-em): Render em as italic, not bold.
1300 2012-12-23 Lars Ingebrigtsen <larsi@gnus.org>
1302 * gnus-int.el (gnus-backend-trace): Factor out into its own function
1304 (gnus-open-server): Use it to add more tracing.
1305 (gnus-finish-retrieve-group-infos): Add backend tracing.
1306 (gnus-backend-trace): Also note the elapsed seconds.
1308 2012-12-22 Philipp Haselwarter <philipp@haselwarter.org>
1310 * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
1311 Set epa-file-encrypt-to from variable to avoid querying.
1313 2012-12-14 Akinori MUSHA <knu@iDaemons.org> (tiny change)
1315 * sieve-mode.el (sieve-font-lock-keywords):
1316 Keywords should be word delimited. (Bug#13173)
1318 2012-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
1320 * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
1321 instead of <pre> to align message header.
1323 2012-12-12 Sam Steingold <sds@gnu.org>
1325 * gnus.el (gnus-other-frame-resume-function): Add user option.
1326 (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
1328 2012-12-06 Sam Steingold <sds@gnu.org>
1330 * gnus-start.el (gnus-before-resume-hook): Add.
1331 (gnus-1): Run it when Gnus is alive.
1333 2012-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
1335 * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
1336 * gnus-art.el (article-unsplit-urls)
1337 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1338 * gnus-registry.el (gnus-registry-get-article-marks)
1339 * message.el (message-goto-body): Use it.
1340 (message-called-interactively-p): Remove.
1342 * spam-stat.el (spam-stat-called-interactively-p): New macro.
1343 (spam-stat-score-buffer): Use it.
1345 * spam.el: Silence the warnings against BBDB functions when compiling.
1347 * gnus-score.el (gnus-score-decode-text-parts):
1348 Use append+mapcar instead of the cl function mapcan.
1350 * gmm-utils.el (gmm-flet): Remove.
1352 * gnus-sync.el (gnus-sync-lesync-call):
1353 Avoid overriding json-alist-p.
1355 * message.el (message-read-from-minibuffer):
1356 Avoid overriding mail-abbrev-in-expansion-header-p.
1358 2012-12-05 Sam Steingold <sds@gnu.org>
1360 * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
1361 (gnus-other-frame): Add `gnus-delete-gnus-frame' to
1362 `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
1364 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1366 * gmm-utils.el (gmm-called-interactively-p): Revert.
1367 This seems to cause Emacs to get stuck!
1368 * gnus-art.el (article-unsplit-urls)
1369 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1370 * gnus-registry.el (gnus-registry-get-article-marks)
1371 * message.el (message-goto-body)
1372 (message-called-interactively-p): Revert.
1374 * gmm-utils.el (gmm-called-interactively-p): New function.
1375 * gnus-art.el (article-unsplit-urls)
1376 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1377 * gnus-registry.el (gnus-registry-get-article-marks)
1378 * message.el (message-goto-body): Use it.
1379 (message-called-interactively-p): Remove.
1381 * gmm-utils.el (gmm-flet): Restore it using cl-letf.
1382 * gnus-sync.el (gnus-sync-lesync-call)
1383 * message.el (message-read-from-minibuffer): Use it.
1385 2012-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1387 * gmm-utils.el (gmm-flet): Remove.
1388 * gnus-sync.el (gnus-sync-lesync-call)
1389 * message.el (message-read-from-minibuffer): Don't use it.
1391 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1393 * gmm-utils.el (gmm-labels): Use cl-labels if available.
1395 2012-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1397 * gmm-utils.el (gmm-flet, gmm-labels): New macros.
1399 * gnus-sync.el (gnus-sync-lesync-call)
1400 * message.el (message-read-from-minibuffer): Use gmm-flet.
1402 * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
1404 * gnus-util.el (gnus-macroexpand-all): Remove.
1406 2012-12-03 Andreas Schwab <schwab@linux-m68k.org>
1408 * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
1410 (gnus-summary-article-map): Likewise.
1412 * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
1413 (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
1415 2012-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
1417 * message.el (message-get-reply-headers):
1418 Make sure the reply goes to the author if it is a wide reply.
1420 2012-11-16 Jan Tatarik <jan.tatarik@gmail.com>
1422 * gnus-score.el (gnus-score-body):
1423 * gnus-logic.el (gnus-advanced-body): Don't score by headers when
1426 2012-11-16 Glenn Morris <rgm@gnu.org>
1428 * gnus-diary.el (nndiary-request-create-group-functions)
1429 (nndiary-request-update-info-functions)
1430 (gnus-subscribe-newsgroup-functions)
1431 (nndiary-request-accept-article-functions):
1432 Use new names for hooks rather than obsolete aliases.
1434 2012-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
1436 * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
1437 in meta tag with the one the part specifies in its header.
1439 2012-11-02 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
1441 * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
1444 2012-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1446 New UIDL implementation.
1448 * mail-source.el (mail-sources, mail-source-keyword-map):
1449 Add :leave as a pop3 keyword.
1450 (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
1452 * pop3.el (pop3-leave-mail-on-server): Allow number.
1453 (pop3-uidl-file, pop3-uidl-file-backup): New user options.
1454 (pop3-movemail): Add UIDL support.
1455 (pop3-send-streaming-command): Take a list of mail numbers instead of
1456 the number of mails.
1457 (pop3-write-to-file): Add X-UIDL header.
1458 (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
1459 (pop3-uidl-add-xheader): New functions.
1461 * message.el (message-ignored-resent-headers):
1462 Add X-Content-Length and X-UIDL headers.
1464 2012-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
1466 * nndiary.el (nndiary-request-create-group-functions)
1467 (nndiary-request-update-info-functions)
1468 (nndiary-request-accept-article-functions):
1469 * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
1472 2012-10-17 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
1474 * starttls.el (starttls-extra-arguments): Doc fix.
1476 2012-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1478 * shr.el (shr-insert): \r is also not inserted, so don't try to delete
1481 2012-10-06 Glenn Morris <rgm@gnu.org>
1483 * gnus-notifications.el (gnus-notifications):
1484 Add missing group :version tag.
1485 * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
1486 (gnus-gcc-post-body-encode-hook):
1487 * gnus-sync.el (gnus-sync-lesync-name)
1488 (gnus-sync-lesync-install-topics): Add missing custom :version tags.
1490 2012-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
1492 * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
1493 a user about whether to delete temp files if once a user answered as n.
1495 2012-09-17 Richard Stallman <rms@gnu.org>
1497 * message.el (message-in-body-p): Don't set mark or modify buffer.
1499 * mml.el (mml-attach-file): Doc fix.
1500 (mml-attach-external, mml-attach-buffer, mml-attach-file):
1501 Set mail-encode-mml when in Mail mode.
1502 Simplify code to set HEAD and move back to HEAD.
1503 (mml-insert-multipart, mml-insert-part):
1504 Set mail-encode-mml when in Mail mode.
1506 2012-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
1508 * gnus-util.el (gnus-timer--function): New function.
1510 * gnus-art.el (gnus-article-stop-animations): Use it.
1512 2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
1514 Fix glitches caused by addition of psec to timers.
1515 * gnus-art.el (gnus-article-stop-animations): Use timer--function
1516 rather than raw access to timer vector.
1518 2012-09-11 Julien Danjou <julien@danjou.info>
1520 * gnus-notifications.el (gnus-notifications): Check for nil values in
1521 ignored addresses check.
1523 2012-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1525 * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
1527 2012-09-07 Chong Yidong <cyd@gnu.org>
1530 (gnus-put-text-property-excluding-characters-with-faces): Restore.
1532 * gnus-salt.el (gnus-tree-highlight-node):
1533 * gnus-sum.el (gnus-summary-highlight-line):
1534 * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
1536 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
1538 * gnus-util.el: Fix compilation error on XEmacs 21.4.
1540 2012-09-06 Juri Linkov <juri@jurta.org>
1542 * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
1543 scheme for buffer names to be more consistent with other group and
1544 article buffer names in Gnus.
1546 2012-09-06 Lars Ingebrigtsen <larsi@gnus.org>
1549 (gnus-put-text-property-excluding-characters-with-faces): Remove.
1551 * gnus-compat.el: Define compat function `add-face' from Wolfgang
1554 * gnus-group.el (gnus-group-highlight-line): Use combining faces.
1556 * gnus-sum.el (gnus-summary-highlight-line): Ditto.
1558 * gnus-salt.el (gnus-tree-highlight-node): Ditto.
1560 2012-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
1562 * gnus-score.el (gnus-score-decode-text-parts): Use #' for
1563 mm-text-parts used in labels macro to make it work with XEmacs 21.5.
1565 * gnus-util.el (gnus-string-prefix-p): New function, an alias to
1566 string-prefix-p in Emacs >=23.2.
1568 * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
1569 (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
1570 instead of string-match-p.
1571 (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
1573 2012-09-06 Kenichi Handa <handa@gnu.org>
1575 * qp.el (quoted-printable-decode-region): Fix previous change; handle
1578 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
1580 * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
1582 2012-09-05 Martin Stjernholm <mast@lysator.liu.se>
1584 * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
1587 2012-09-05 Juri Linkov <juri@jurta.org>
1589 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
1590 than one group at a time (bug#11961).
1592 2012-09-05 Julien Danjou <julien@danjou.info>
1594 * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
1595 this hide the real reason with a message giving absolutely no hint.
1597 2012-09-05 Lars Ingebrigtsen <larsi@gnus.org>
1599 * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
1600 to the backend (bug#11804).
1602 * message.el (message-insert-newsgroups): Don't insert newsgroup
1603 duplicates (bug#12275).
1605 2012-09-05 John Wiegley <johnw@newartisans.com>
1607 * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
1610 2012-09-05 Jan Tatarik <jan.tatarik@gmail.com>
1612 * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
1615 * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
1617 * gnus-score.el (gnus-score-decode-text-parts): Ditto.
1619 2012-09-05 Magnus Henoch <magnus.henoch@gmail.com>
1621 * nnmaildir.el: Make nnmaildir understand and write maildir flags.
1622 That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
1623 This should make nnmaildir more usable with offlineimap.
1625 2012-09-03 Lars Ingebrigtsen <larsi@gnus.org>
1627 * gnus-notifications.el (gnus-notifications-notify): Use it.
1629 * gnus-fun.el (gnus-funcall-no-warning): New function to silence
1632 2012-09-01 Paul Eggert <eggert@cs.ucla.edu>
1634 Better seeds for (random).
1635 * gnus-sync.el (gnus-sync-lesync-setup):
1636 * message.el (message-canlock-generate, message-unique-id):
1637 Change (random t) to (random), now that the latter is more random.
1639 2012-08-31 Dave Abrahams <dave@boostpro.com>
1641 * auth-source.el (auth-sources): Fix macos keychain access.
1643 * gnus-int.el (gnus-request-head): When gnus-override-method is set,
1644 allow the backend `request-head' function to determine the group
1646 (gnus-request-expire-articles): Filter out negative article numbers
1647 during expiry (Bug#11980).
1649 * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
1650 O(N^2) to O(N). This makes warping into huge groups tolerable.
1652 * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
1653 you've found the article when you haven't.
1655 2012-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
1657 * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
1659 2012-08-30 Julien Danjou <julien@danjou.info>
1661 * gnus-notifications.el (gnus-notifications-notify): Use timeout from
1662 `gnus-notifications-timeout'.
1663 (gnus-notifications-timeout): Add.
1664 (gnus-notifications-action): New function.
1665 (gnus-notifications-notify): Add :action using
1666 `gnus-notifications-action'.
1667 (gnus-notifications-id-to-msg): New variable.
1668 (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
1669 notifications id to messages.
1671 2012-08-30 Kenichi Handa <handa@gnu.org>
1673 * qp.el (quoted-printable-decode-region): Decode multiple bytes at
1676 2012-08-29 Julien Danjou <julien@danjou.info>
1678 * gnus-notifications.el: New file.
1679 (gnus-notifications-notify): New function.
1680 (gnus-notifications): Use `gnus-notifications-notify'.
1682 2012-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
1684 * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
1685 transfer encoding first; bind gnus-newsgroup-charset to the charset
1686 that the article specifies (Bug#12209).
1688 2012-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
1690 * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
1691 (gnus-group-customize-done): Encode values posting-style holds.
1693 * gnus-msg.el (gnus-summary-resend-message)
1694 (gnus-configure-posting-styles): Decode values posting-style group
1697 2012-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
1699 * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
1700 `name' and `address' in Resent-From header.
1702 2012-08-14 Chong Yidong <cyd@gnu.org>
1704 * gnus-art.el (article-display-face): Handle failure in
1705 gnus-create-image (Bug#11802).
1707 2012-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1709 * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
1712 2012-08-10 Daiki Ueno <ueno@unixuser.org>
1714 * auth-source.el (auth-source-plstore-search)
1715 (auth-source-secrets-search): Ignore :require and :type in search spec.
1717 2012-08-06 Julien Danjou <julien@danjou.info>
1719 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1720 Remove autoload, already handled by gnus.el.
1722 2012-08-05 Julien Danjou <julien@danjou.info>
1724 * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
1727 2012-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
1729 * gnus.el (gnus-valid-select-methods): Fix custom type.
1731 2012-07-29 Teodor Zlatanov <tzz@lifelogs.com>
1733 * auth-source.el (auth-sources, auth-source-backend-parse)
1734 (auth-source-macos-keychain-search)
1735 (auth-source-macos-keychain-search-items)
1736 (auth-source-macos-keychain-result-append)
1737 (auth-source-macos-keychain-create): Support Mac OS X Keychains in
1738 auth-source.el through the /usr/bin/security utility.
1739 (auth-sources): Fix syntax error.
1740 (auth-source-macos-keychain-result-append): Fix variable name.
1741 (auth-sources, auth-source-macos-keychain-result-append): More fixes.
1743 2012-07-27 Julien Danjou <julien@danjou.info>
1745 * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
1748 2012-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
1750 * message.el (message-kill-address): Don't kill last newline.
1751 (message-skip-to-next-address): Don't move to the next header.
1752 (message-fill-field-address): Work properly.
1754 2012-07-25 Julien Danjou <julien@danjou.info>
1756 * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
1758 2012-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
1760 * nnimap.el (nnimap-get-responses): Don't remove, still used.
1762 2012-07-24 Julien Danjou <julien@danjou.info>
1764 * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
1766 * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
1767 (nntp-async-timer-handler): Remove, unused.
1769 * nnimap.el (nnimap-get-responses): Remove, unused.
1771 * nnheader.el (mail-header-set-extra): Remove, unused.
1773 * mm-view.el (mm-view-sound-file): Remove, unused.
1775 * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
1776 (mm-url-encode-multipart-form-data): Remove, unused.
1778 * message.el (message-remove-signature, message-make-host-name)
1779 (message-fill-address): Remove, unused.
1781 * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
1782 (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
1785 * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
1787 * gnus-util.el (gnus-extract-address-component-name)
1788 (gnus-extract-address-component-email, gnus-sortable-date)
1789 (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
1790 (gnus-process-live-p): Remove, unused.
1792 * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
1794 * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
1795 (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
1796 (gnus-summary-set-current-mark): Remove obsolete, empty and unused
1799 * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
1801 * gnus-score.el (gnus-summary-score-crossposting)
1802 (gnus-score-regexp-bad-p): Remove, unused.
1804 * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
1806 * gnus-range.el (gnus-sublist-p): Remove, unused.
1808 * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
1811 * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
1813 * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
1814 (gnus-request-associate-buffer): Remove, unused.
1816 * gnus-group.el (gnus-group-set-method-info)
1817 (gnus-group-set-params-info): Remove, unused.
1819 * gnus-fun.el (gnus-shell-command-to-string)
1820 (gnus-shell-command-on-region): Remove, unused.
1822 * gnus-cite.el (gnus-cited-line-p): Remove, unused.
1824 * gnus-art.el (gnus-article-text-type-exists-p)
1825 (article-translate-characters, gnus-article-hide-text-of-type)
1826 (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
1829 2012-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
1831 * nnir.el ("nnir"): Revert last change, that's premature to merge from
1834 2012-07-22 Andrew Cohen <cohen@bu.edu>
1836 * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
1838 2012-07-21 Julien Danjou <julien@danjou.info>
1840 * message.el (message-dont-reply-to-names): Replace deprecated
1841 `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
1842 (message-get-reply-headers): Ditto.
1844 2012-07-18 Julien Danjou <julien@danjou.info>
1846 * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
1847 `sieve-upload-and-kill'.
1849 * sieve.el (sieve-bury-buffer): Remove function.
1850 (sieve-manage-mode-map): Map "q" to `kill-buffer'.
1851 (sieve-upload-and-kill): New function, mapped to C-c C-c.
1853 2012-07-17 Andreas Schwab <schwab@linux-m68k.org>
1855 * shr.el (shr-expand-url): Handle URL starting with `//'.
1857 2012-07-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
1858 2012-07-13 Chong Yidong <cyd@gnu.org>
1860 * smime.el (smime-certificate-info): Set buffer-read-only directly,
1861 instead of calling toggle-read-only with a (bogus) argument.
1863 2012-07-09 Tassilo Horn <tassilo@member.fsf.org>
1865 * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
1866 of initial input when reading the author to restrict the summary to.
1868 2012-07-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
1870 * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
1871 buffer exists, which it doesn't if we haven't started Gnus.
1873 2012-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
1875 * mm-decode.el (mm-shr):
1876 Allow overriding charset by mm-charset-override-alist.
1878 2012-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
1880 * gnus-art.el (gnus-article-view-part):
1881 Toggle subparts of multipart/alternative part.
1883 2012-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
1885 * gnus-sync.el: Simply require json.
1887 * registry.el: Simply require eieio and eieio-base.
1889 2012-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
1891 * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
1893 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca>
1895 * shr.el (shr-render-buffer): New command.
1896 (shr-visit-file): Use it.
1898 2012-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
1900 * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1901 Set no-byte-compile and no-update-autoloads.
1903 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1905 * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1907 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1909 * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1910 being bound to a lambda form.
1912 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
1914 * gnus-picon.el (gnus-picon-properties): New defcustom.
1915 (gnus-picon-create-glyph): Use it.
1917 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1919 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1922 * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1925 * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1926 address as the default.
1928 * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
1929 It makes no sense to query the user about internal files.
1931 * gnus-spec.el: Remove all the byte-compilation stuff, since
1932 benchmarking shows that it doesn't help when entering large summary
1935 * gnus-util.el (gnus-byte-code): Remove.
1937 * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1940 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1942 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1945 2012-06-26 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>
1947 * message.el (message-buffers): Return all buffers derived from Message
1948 to make `gnus-dired-attach' work with mu4e.
1950 2012-06-26 Daiki Ueno <ueno@unixuser.org>
1952 * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1953 (mm-dissect-singlepart): Don't guess the MIME type of
1954 application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1956 (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1957 toplevel MIME type is multipart/encrypted.
1959 2012-06-26 Wolfgang Jenkner <wjenkner@inode.at>
1961 * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
1962 In particular, add an optional argument and a docstring.
1964 * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1966 * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1967 current before calling `gnus-groups-to-gnus-format'.
1968 Note that this was already the case for `gnus-active-to-gnus-format'.
1970 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
1972 * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1974 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1976 * mm-decode.el (mm-dissect-buffer): Doc fix.
1978 * gnus-sum.el (gnus-handle-ephemeral-exit):
1979 Avoid creating the group buffer if it doesn't exist.
1981 * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
1982 is given, mark the group as ephemeral with the current window conf.
1984 * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1985 buffer exists, which it doesn't if we haven't started Gnus.
1986 (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1988 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1990 * mml.el (mml-generate-mime):
1991 Allow specifying what the top-level part type is.
1993 * gnus-sum.el (gnus-auto-center-summary):
1994 `scroll-margin' isn't defined on XEmacs.
1996 2012-06-26 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
1998 * gnus-sum.el (gnus-auto-center-summary):
1999 Set default to respect `scroll-margin'.
2001 2012-06-26 Elias Oltmanns <eo@nebensachen.de> (tiny change)
2003 * gnus-cite.el (gnus-dissect-cited-text): A single line without
2004 citation prefix within a block of cited text should be considered
2005 part of that block *only* if it is a blank line.
2007 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2009 * shr.el (shr-find-fill-point): Remove unused code; don't break a line
2010 before kinsoku-bol characters nor within kinsoku-eol characters.
2012 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2014 * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
2015 (gnus-topic-create-topic, gnus-topic-enter-dribble):
2017 (gnus-sync-read): Use mapc instead of mapcar.
2019 * mm-archive.el: Require mm-decode for some macros.
2020 (gnus-recursive-directory-files, mailcap-extension-to-mime):
2021 Silence the byte compiler.
2022 (mm-archive-decoders): New function that returns the value of
2023 the mm-archive-decoders variable.
2026 Don't require mm-archive; autoload mm-archive functions instead.
2027 (mm-dissect-singlepart): Use the function mm-archive-decoders.
2029 * nnmail.el (mail-send-and-exit): Silence the byte compiler.
2031 2012-06-26 Peter Münster <pmrb@free.fr>
2033 * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
2034 (gnus-demon-cancel): Ditto.
2035 (gnus-demon-run-callback): When function cannot be called due to low
2036 idleness, call it when idleness reaches the expected value, instead
2037 of waiting another timer period.
2038 (gnus-demon-init): Add `time' to arguments of call-back.
2040 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2042 * gnus.el: Register gnus-registry functions.
2044 * gnus-registry.el (gnus-try-warping-via-registry):
2045 Move here and indent.
2047 * gnus-int.el (gnus-warp-to-article):
2048 Check whether the registry is enabled before warping.
2050 2012-06-26 Dave Abrahams <dave@boostpro.com>
2052 * gnus-sum.el (gnus-summary-insert-subject): Record information
2053 in the registry about each article retrieved.
2055 * gnus-int.el (gnus-select-group-with-message-id): New function.
2056 (gnus-try-warping-via-registry): Ditto.
2057 (gnus-warp-to-article): Fall back on the registry.
2059 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2061 * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
2063 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2065 * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
2066 gnus-gcc-self-resent-messages may be a group parameter.
2067 (gnus-summary-resend-message):
2068 Don't encode encoded words in header when Gcc'ing resent message.
2070 2012-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
2072 * shr.el (shr-insert): Treat non-breaking space just like normal
2073 space. This seems to produce more pleasing results.
2075 Only insert a blank line if we're starting from an image.
2077 Allow <br> to end lines or to make a single blank line.
2078 (shr-ensure-paragraph): Consider lines with white space to be blank.
2080 2012-06-26 Christopher Schmidt <christopher@ch.ristopher.com>
2082 * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
2083 and gnus-gcc-post-body-encode-hook.
2085 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2087 * mm-decode.el (mm-dissect-singlepart):
2088 Guess what the type of application/octet-stream parts really is.
2090 * gnus-sum.el (gnus-propagate-marks): Remove.
2092 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2094 * nntp.el (nntp-coding-system-for-read): Remove.
2095 (nntp-coding-system-for-write): Ditto.
2096 (nntp-open-connection): Just use `binary' directly.
2098 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2100 * registry.el (registry-usage-test, registry-persistence-test):
2101 Move to tests/gnustest-registry.el.
2102 (registry-make-testable-db, registry-match-test)
2103 (registry-instantiation-test): Move to tests/gnustest-registry.el.
2105 * gnus-registry.el (gnus-registry-misc-test)
2106 (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
2108 * tests/gnustest-registry.el:
2109 New file with the registry and gnus-registry ERT tests.
2111 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2113 * gnus-msg.el (gnus-summary-resend-message):
2114 Make gnus-summary-resend-message-insert-gcc be last item in
2115 message-header-setup-hook.
2117 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2119 * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
2120 (nnfolder-marks, nnfolder-marks-file-suffix)
2121 (nnfolder-marks-modtime): Remove.
2122 (nnfolder-open-server): Don't use marks.
2123 (nnfolder-request-delete-group): Ditto.
2124 (nnfolder-request-rename-group): Ditto.
2125 (nnfolder-request-set-mark, nnfolder-request-marks)
2126 (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
2127 (nnfolder-save-marks, nnfolder-open-marks): Remove.
2129 * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
2130 (nnml-marks-modtime): Remove.
2131 (nnml-request-delete-group): Don't use marks.
2132 (nnml-request-rename-group): Ditto.
2133 (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
2134 (nnml-save-marks, nnml-open-marks): Remove.
2136 * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
2137 (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
2138 (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
2139 (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
2140 (nntp-server-to-method-cache): Remove.
2142 * shr.el (shr-rescale-image): Fix wrong merge.
2144 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2146 * shr.el (shr-remove-trailing-whitespace):
2147 Really delete the padding on too-wide lines.
2149 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2151 * mm-archive.el (mm-archive-dissect-and-inline): New function.
2152 (mm-archive-dissect-and-inline): Fix up the undisplayer.
2154 * mm-decode.el (mm-display-external): Output the text from
2155 the command in the buffer after the command finished.
2156 This makes text-based commands behave better.
2158 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2160 * message.el (smtpmail-smtp-user): Silence compiler warning.
2162 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2164 * message.el (message-multi-smtp-send-mail): Also allow specifying
2167 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2169 * gnus-sum.el (gnus-summary-article-map): Fix typo.
2171 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2173 * message.el (message-multi-smtp-send-mail): New function.
2174 (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
2175 header to implement multi-SMTP functionality.
2177 * gnus-agent.el (gnus-agent-send-mail-function): Remove.
2178 (gnus-agentize): Don't set it.
2179 (gnus-agent-send-mail): Don't use it.
2181 * gnus-sum.el (gnus-summary-widget-backward):
2182 New function and keystroke.
2184 * shr.el (shr-put-image): Remove underlines from sliced images.
2185 (shr-zoom-image): Compute the region to be replaced more correctly.
2187 2012-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2189 * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
2190 (gnus-summary-resend-message-insert-gcc): New function.
2191 (gnus-summary-resend-message): Modify message-header-setup-hook and
2192 message-sent-hook to make it work for Gcc.
2193 (gnus-inews-do-gcc): Update the number of unread articles of groups
2194 that messages are Gcc'd to.
2196 * message.el (message-resend): Run message-sent-hook to do Gcc.
2198 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2200 * gnus-registry.el (gnus-registry-fixup-registry):
2201 Move the message to a higher level to silence compilation.
2203 * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
2204 parameter to allow controlling the scaling.
2206 * shr.el (shr-zoom-image): New command and keystroke.
2207 (shr-put-image): Take a `size' flag to say how to scale the image.
2209 * mm-archive.el (mm-dissect-archive): Use it to get all file names.
2210 Use recursive deletion.
2211 (mm-dissect-archive): Add support for zip files.
2213 * gnus-util.el (gnus-recursive-directory-files): New function.
2215 * mm-archive.el (mm-archive-list-files): Inline text and image parts.
2216 (mm-archive-decoders): Add tgz support.
2218 * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
2219 Otherwise inserting text into the Gnus buffer can look odd.
2221 * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
2223 * mm-archive.el (mm-archive-decoders): Add support for tar.
2225 * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
2227 * nnmail.el (nnmail-extra-headers): Add Cc to the default.
2229 2012-06-26 Lars Ingebrigtsen <larsi@gnus.org>
2231 * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
2233 * mm-archive.el: New file.
2235 * mm-decode.el (mm-dissect-singlepart):
2236 Use it to decode ms-tnef files.
2238 * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
2240 * message.el (message-goto-*): Make all the `message-goto-*' commands
2241 push the mark before moving point. This makes it easier to go back
2242 to where you came from after editing whatever you jumped to.
2244 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2246 * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
2247 (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
2248 (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
2250 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2252 * spam.el: Move BBDB autoloads.
2253 (spam-exists-in-BBDB-p):
2254 New function to do the BBDB search directly in BBDB 2 and 3.
2255 (spam-check-BBDB): Use it.
2256 (spam-enter-ham-BBDB): Use it.
2258 2012-06-26 Peter Münster <pmrb@free.fr> (tiny change)
2260 * gnus-group.el (gnus-group-get-new-news):
2261 New parameter `one-level' for scanning exactly one level.
2263 * gnus-start.el (gnus-get-unread-articles): Ditto.
2265 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2267 * gnus-sync.el: More commentary about setup.
2269 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2271 * gnus-sync.el: More commentary about `gnus-sync-read' issues.
2273 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2275 * gnus-sync.el: Improve docs about CouchDB admins.
2277 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2279 * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
2280 not needed. Provide xmlplistread list function to produce XML plist
2281 output for non-Gnus LeSync clients.
2283 2012-06-26 Teodor Zlatanov <tzz@lifelogs.com>
2285 * gnus-sync.el: Add LeSync synchronization backend and logic to read
2286 and save against it. Group subscriptions, read marks, other marks,
2287 subscription levels, topic names, and topic offsets (the group's
2288 position within the topic) are saved. This is an experimental
2289 backend and may change significantly. Load json.el from
2290 the gnus-fallback-lib if it's not available otherwise.
2291 (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
2293 2012-06-26 David Engster <dengste@eml.cc>
2295 * tests/gnustest-nntp.el: New file for simple NNTP testing.
2297 2012-06-18 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
2299 * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
2301 2012-06-17 Toke Høiland-Jørgensen <toke@toke.dk> (tiny change)
2303 * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
2304 is an integer to avoid later problems.
2306 2012-06-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2308 * shr.el: Add a iso-8859-1 cookie to make stuff work under other
2311 2012-04-14 Wolfgang Jenkner <wjenkner@inode.at>
2313 * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
2314 articles when fetch-old is non-nil (bug#11370).
2316 2012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2318 * gnus-group.el (gnus-group-get-new-news):
2319 Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
2321 2012-06-10 Dave Abrahams <dave@boostpro.com>
2323 * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
2326 2012-06-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2328 * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
2331 2012-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2333 * nntp.el: Stop the `letf' madness.
2334 (nntp--report-1): New var.
2335 (nntp-report): Merge nntp-report-1 into it.
2336 (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
2337 the nntp-report function.
2339 * auth-source.el: Fix comment-style to follow the convention.
2341 2012-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
2343 * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
2344 a string so that Gcc works (bug#11514).
2346 2012-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2348 * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
2349 * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
2351 2012-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2353 * gnus-win.el (gnus-configure-frame): Don't signal an error when
2354 jumping to *Server* from a dedicated *Group* window.
2355 (gnus-configure-frame): CSE.
2357 * gnus-registry.el: Minor style cleanup.
2358 (gnus-registry--set/remove-mark): New function, extracted from
2359 gnus-registry-install-shortcuts.
2360 (gnus-registry-install-shortcuts): Use it.
2362 2012-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
2364 * nnspool.el (news-path): Use eval-and-compile.
2366 2012-05-24 Glenn Morris <rgm@gnu.org>
2368 * nnspool.el (news-directory, news-path, news-inews-program):
2369 Move here from paths.el. Don't see a need for these to be autoloaded.
2371 * gnus.el (gnus-default-nntp-server): Make it a defcustom.
2372 Merge in doc from paths.el version. Don't see any need for this to be
2373 autoloaded, or for the warning about users not setting it.
2375 2012-05-04 Paul Eggert <eggert@cs.ucla.edu>
2378 * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
2380 2012-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2382 * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
2383 message once it's actually open.
2385 2012-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2387 * auth-source.el (auth-source--aput-1, auth-source--aput)
2388 (auth-source--aget): New functions and macros.
2389 Use them instead of aput/aget.
2391 2012-04-27 Andreas Schwab <schwab@linux-m68k.org>
2393 * gnus.el (debbugs-gnu): Don't override existing autoload definition.
2395 2012-04-26 Daiki Ueno <ueno@unixuser.org>
2397 * plstore.el (plstore-called-interactively-p): New compat macro copied
2399 (plstore-mode): Use it.
2401 2012-04-26 Daiki Ueno <ueno@unixuser.org>
2403 * plstore.el: Revive the editing feature.
2404 (plstore-mode): New mode to edit plstore file.
2405 (plstore-mode-toggle-display, plstore-mode-original)
2406 (plstore-mode-decoded): New command.
2407 (plstore--encode, plstore--decode, plstore--write-contents-functions)
2408 (plstore--insert-buffer, plstore--make): New function.
2409 (plstore-open, plstore-save): Simplify by using them.
2411 2012-04-16 Glenn Morris <rgm@gnu.org>
2413 * nndraft.el (nndraft-request-list): Fix declaration.
2415 2012-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2417 * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
2418 don't have a current group.
2420 * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
2423 * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
2424 a multibyte buffer (bug#7410).
2425 (article-wash-html): Parse the original article buffer to get the
2426 unencoded data (bug#7410).
2428 * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
2431 2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2433 * gnus-msg.el (gnus-summary-cancel-article): See what From header we
2434 would have gotten if we posted to the group, and use that to compare
2435 against the message we want to cancel (bug#10808).
2437 2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2439 * auth-source.el (auth-source-netrc-create): Quote tokens that contain
2440 "#" to avoid having them interpreted as comments.
2442 2012-03-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2444 * shr.el (shr-insert): Update the text state properly to avoid
2445 inserting spurious paragraph starts.
2447 2012-03-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2449 * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
2450 requested (bug#10961).
2452 * shr.el (shr-table-widths): Divide the extra width more fairly over
2453 the TDs (bug#10973).
2454 (shr-render-td): Don't delete too much padding.
2455 (shr-natural-width): Compute the natural width more correctly.
2456 (shr-insert): Allow the natural width to be computed for tables again.
2457 (shr-tag-table-1): Rework how the natural widths are computed by
2458 rendering the table a third time.
2459 (shr-natural-width): Remove.
2460 (shr-buffer-width): New function.
2461 (shr-expand-newlines): Use it.
2463 * gnus-msg.el (gnus-bug): Don't delete the other windows. We may be
2464 using a `gnus-use-full-window' setup (bug#11013).
2466 2012-03-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
2468 * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
2471 2012-03-10 David Edmondson <dme@dme.org>
2473 * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
2474 'Forwarded Message' header and the start of the message.
2476 2012-03-04 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2478 * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
2479 isn't running (bug#10897).
2481 2012-02-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
2483 * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
2485 2012-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
2487 * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
2489 2012-02-20 Lars Ingebrigtsen <larsi@gnus.org>
2491 * mm-decode.el (mm-shr): Remove "soft hyphens".
2493 * nnimap.el (nnimap-request-list): Return the group names encoded as
2494 utf8. Otherwise non-European group names don't work.
2495 (nnimap-request-newgroups): Ditto.
2497 * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
2498 the default in `read-string' (bug#10757).
2500 * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
2503 * nnimap.el (nnimap-log-command): Add the IMAP address to the log
2504 buffer. Suggested by Herbert Valerio Riedel.
2505 (nnimap-request-move-article): Delete the message from the correct IMAP
2508 2012-02-19 Gábor Vida <vidagabor@gmail.com> (tiny change)
2510 * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
2511 Reported by Peter Münster.
2513 2012-02-18 Lars Ingebrigtsen <larsi@gnus.org>
2515 * shr.el (shr-image-fetched): Make sure we really kill the right
2518 2012-02-16 Leo Liu <sdl.web@gmail.com>
2520 * gnus-start.el (gnus-1): Avoid duplicate entries.
2522 2012-02-15 Lars Ingebrigtsen <larsi@gnus.org>
2524 * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
2527 2012-02-15 Paul Eggert <eggert@cs.ucla.edu>
2529 * shr.el (shr-rescale-image): Undo previous change; see
2530 <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
2532 2012-02-13 Lars Ingebrigtsen <larsi@gnus.org>
2534 * nnimap.el (nnimap-record-commands): New variable.
2535 (nnimap-log-command): Use it.
2536 (nnimap-make-process-buffer): Add a space to the process buffer.
2537 (nnimap-transform-headers): Don't bug out on header lines containing
2538 stuff that look like IMAP length encodings.
2540 * shr.el (shr-rescale-image): Allow viewing large images.
2542 2012-02-12 Lars Ingebrigtsen <larsi@gnus.org>
2544 * nnml.el (nnml-request-compact-group): Delete the marks file after
2545 compaction (bug#10800).
2547 * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
2550 * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
2551 QRESYNC/FETCH output.
2553 2012-02-11 Glenn Morris <rgm@gnu.org>
2555 * sieve-manage.el (sieve-manage-default-stream):
2557 * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
2558 (nnir-retrieve-headers-override-function)
2559 (nnir-imap-default-search-key, nnir-notmuch-program)
2560 (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
2561 (nnir-method-default-engines):
2562 * message.el (message-cite-reply-position):
2563 * gssapi.el (gssapi-program):
2564 * gravatar.el (gravatar):
2565 * gnus-sum.el (gnus-refer-thread-use-nnir):
2566 * gnus-registry.el (gnus-registry-unfollowed-addresses)
2567 (gnus-registry-max-pruned-entries):
2568 * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
2569 * gnus-int.el (gnus-after-set-mark-hook)
2570 (gnus-before-update-mark-hook):
2571 * gnus-async.el (gnus-async-post-fetch-function):
2572 * auth-source.el (auth-source-cache-expiry):
2573 Add missing :version tags to new defcustoms and defgroups.
2575 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org>
2577 * message.el (message-default-send-mail-function): Made into own
2578 function for reuse by emacsbug.el.
2580 2012-02-09 Juanma Barranquero <lekktu@gmail.com>
2582 * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
2583 `gnus-sloppily-equal-method-parameters' to avoid a warning.
2585 2012-02-09 Lars Ingebrigtsen <larsi@gnus.org>
2587 * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
2590 * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
2592 * gnus.el (gnus-server-extend-method): Don't add an -address component
2593 if the method already has one (bug#9676).
2595 2012-02-08 Lars Ingebrigtsen <larsi@gnus.org>
2597 * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
2598 of an initial-input for consistency (bug#10757).
2600 * shr.el: Inhibit getting and sending cookies when fetching pictures.
2602 * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
2604 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
2606 * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
2607 lines that are narrower than the window width. Otherwise background
2608 "blocks" will look less readable.
2610 2012-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
2612 * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
2614 2012-02-07 Lars Ingebrigtsen <larsi@gnus.org>
2616 * nnimap.el (nnimap-transform-headers): Remove unused variable.
2617 (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
2618 have newlines within the strings, and where the UID comes after the
2619 BODYSTRUCTURE element (bug#10537).
2621 * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
2624 * shr.el (shr-insert-document): Add doc string.
2625 (shr-visit-file): Ditto.
2626 (shr-remove-trailing-whitespace): New function.
2627 (shr-insert-document): Use it to clean up trailing whitespace as the
2628 final step (bug#10714).
2630 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
2632 * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
2633 buffer if `gnus-kill-summary-on-exit' is nil.
2635 2012-02-06 Katsumi Yamaoka <yamaoka@jpl.org>
2637 * gnus-sum.el (gnus-summary-show-thread):
2638 next-single-char-property-change may return nil in XEmacs.
2640 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
2642 * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
2643 when just reading a single group from "without" Gnus.
2645 2012-02-06 Chong Yidong <cyd@gnu.org>
2647 * gnus-sum.el (gnus-summary-show-thread):
2648 next-single-char-property-change never returns nil (Bug#8657).
2650 2012-02-05 Lars Ingebrigtsen <larsi@gnus.org>
2652 * nnimap.el (nnimap-open-server): Allow switching the nnoo server
2653 without reconnecting.
2654 (nnimap-possibly-change-group): Ditto.
2655 (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
2656 connection has died before being called.
2658 2012-02-02 Lars Ingebrigtsen <larsi@gnus.org>
2660 * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
2661 an initial sync unless we're really doing one.
2663 * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
2664 address parameter if one already exists (bug#9676).
2666 * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
2667 not the prefix, as documented (bug#10689).
2669 2012-02-01 Lars Ingebrigtsen <larsi@gnus.org>
2671 * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
2674 * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
2675 the real error message with the useless "previously known to be down".
2676 Which isn't even correct.
2678 * nntp.el (nntp-open-connection): Report the error message if the nntp
2679 server can't be reached.
2681 * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
2682 groups we do a total scan for.
2683 (nnimap-wait-for-response): Say that we're doing a total scan, if we're
2686 2012-01-31 Jim Meyering <jim@meyering.net>
2688 * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
2689 Correct a comment (insert "not") and hide nominally-doubled "to".
2691 2012-01-30 Philipp Haselwarter <philipp.haselwarter@gmx.de> (tiny change)
2693 * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
2694 section in the manual.
2696 2012-01-30 Lars Ingebrigtsen <larsi@gnus.org>
2698 * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
2700 (rfc2047-encode-string): Ditto.
2701 (rfc2047-encode-parameter): Don't fold parameters. Some MUAs do not
2702 understand folded filename="..." parameters, for instance.
2704 * nnimap.el (nnimap-wait-for-response): Include the imap server name in
2705 the message for greater debuggability.
2707 2012-01-28 Lars Ingebrigtsen <larsi@gnus.org>
2709 * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
2710 instead of setting it locally, since the latter doesn't seem to have
2711 any effect (most of the time).
2713 2012-01-27 Elias Pipping <pipping@lavabit.com> (tiny change)
2715 * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
2718 2012-01-27 Gábor Vida <vidagabor@gmail.com> (tiny change)
2720 * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
2721 seconds, and make the repeat clause with HH:MM specs work as
2724 2012-01-27 Lars Ingebrigtsen <larsi@gnus.org>
2726 * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
2727 so that previous errors don't prohibit getting new news.
2729 * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
2731 * nntp.el (nntp-retrieve-group-data-early): Ditto.
2733 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
2735 * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
2736 bound globally in old Emacsen and XEmacsen.
2738 2012-01-26 Nick Alcock <nick.alcock@oracle.com> (tiny change)
2740 * gnus.el (gnus-group-find-parameter): Check for liveness of the
2741 buffer, not of the string which is its name.
2743 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2745 * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
2746 non-server-marks groups.
2747 (gnus-group-make-articles-read): Ditto.
2749 * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
2752 * gnus.el (gnus-method-ephemeral-p): New function.
2754 2012-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
2756 * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
2759 2012-01-26 Lars Ingebrigtsen <larsi@gnus.org>
2761 * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
2764 2012-01-25 Lars Ingebrigtsen <larsi@gnus.org>
2766 * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
2767 macroexpand the nnir things, since they haven't been defined yet, and
2768 nnir requires gnus-sum.
2770 2012-01-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2772 * mm-decode.el (mm-interactively-view-part): Fix prompt.
2774 2012-01-10 Teodor Zlatanov <tzz@lifelogs.com>
2776 * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
2777 logical server name in addition to the actual machine address.
2779 * auth-source.el (auth-source-user-and-password): Add convenience
2780 wrapper to search by just host and optionally user.
2782 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2784 * shr.el (shr-visit-file): Move point to the beginning of the buffer
2787 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
2789 * gnus-sum.el (gnus-summary-read-group): Document more parameters
2791 (gnus-summary-setup-buffer): Document return value (bug#9697).
2793 * mm-decode.el (mm-interactively-view-part): Use `completing-read',
2794 since ido doesn't work on symbols (bug#9632).
2796 * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
2797 when getting a single value as when getting all the values. This means
2798 that atoms like `gcc-self' work cumulatively, like variable settings,
2799 instead of getting the value from the last matching clause.
2800 (gnus-group-find-parameter): Protect against the group buffer not
2801 existing (bug#9585).
2803 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2805 * gnus-start.el (gnus-activate-group): Document more parameters
2808 * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
2811 * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
2812 article was fetched, so that it can be expired later (bug#9958).
2813 (gnus-agent-summary-fetch-series): Add doc string.
2814 (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
2817 * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
2818 retrieval is happening.
2820 * gnus.el (gnus-parameters): Doc fix.
2822 2012-01-06 Dave Abrahams <dave@boostpro.com>
2824 * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
2825 show the thread after expansion.
2827 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2829 * gnus-art.el (article-narrow-to-head): If the head is completely
2830 empty, narrow to the empty region (bug#9764).
2832 * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
2833 read, and then mark them as unread only when the unread mark is used.
2834 This makes `C-- T k' actually work, even though it's confusing.
2836 * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
2837 alive before we try to find its window.
2839 2012-01-06 Brian Sniffen <bsniffen@akamai.com> (tiny change)
2841 * mm-decode.el (mm-display-external): Use a longer timeout for the
2842 deletion to allow slow programs to display the file.
2844 2012-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2846 * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
2847 prompt to be less confusing.
2849 * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
2850 argument to `message-reply'. This broke `special-display-*' frame
2851 pop-uping (bug#10238).
2853 2012-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2855 * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
2856 systems, since these allegedly don't work there.
2858 2012-01-04 Chris Gray <chrismgray@gmail.com> (tiny change)
2860 * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
2863 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2865 * nnir.el (nnir-retrieve-headers): Protect against the article not
2866 existing on the server (bug#10335).
2868 2012-01-04 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
2870 * gnus-agent.el (gnus-agent-load-local):
2871 Recompute gnus-agent-article-local on changing method.
2873 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2875 * gnus.el (gnus-parameters): Note precedence.
2877 2012-01-04 Leo Liu <sdl.web@gmail.com>
2879 * nndraft.el (nndraft-update-unread-articles): Don't move point around
2880 in the group buffer.
2882 2012-01-04 Julien Danjou <julien@danjou.info>
2884 * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2887 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2889 * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2892 * nntp.el (nntp-retrieve-group-data-early): Use it.
2894 2012-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2896 * nntp.el (nntp-retrieval-in-progress): New variable.
2897 (nntp-make-process-buffer): Make it buffer-local.
2899 * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2901 (gnus-demon-init): Use it to compute the time if time is on the form
2904 * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2906 * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2907 status in the correct buffer.
2909 2012-01-03 Leo Liu <sdl.web@gmail.com>
2911 * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2912 when opening topics (bug#10407).
2914 2011-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
2916 * mm-view.el (mm-display-inline-fontify): Add comment.
2918 2011-12-15 Juri Linkov <juri@jurta.org>
2920 * mm-decode.el (mm-inline-media-tests): Add missing
2921 `mm-handle-media-subtype'.
2923 2011-12-09 Tassilo Horn <tassilo@member.fsf.org>
2925 * message.el (message-valid-fqdn-regexp): Update with newly approved
2926 top-level domain names ".tel" and ".asia".
2928 2011-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
2930 * gnus-sum.el (gnus-summary-show-article): Don't load shr
2933 2011-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
2935 * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2936 pop-to-buffer-same-window for old Emacsen.
2938 2011-12-04 Chong Yidong <cyd@gnu.org>
2940 * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2943 2011-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
2945 * compface.el (uncompface):
2946 * gnus-art.el (gnus-article-x-face-command): Update the header format
2947 of icon data for the most recent icontopbm program.
2949 2011-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
2951 * gnus-msg.el (gnus-inews-do-gcc):
2952 * message.el (message-send-mail):
2953 * mml.el (mml-generate-mime): Share the value of the buffer-local
2954 `message-options' variable between a draft buffer and temprary working
2957 2011-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2959 * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
2961 2011-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
2963 * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
2966 2011-11-24 Glenn Morris <rgm@gnu.org>
2968 * starttls.el: Fix case of "GnuTLS".
2970 2011-11-24 Juanma Barranquero <lekktu@gmail.com>
2972 * gnus-group.el (gnus-group-highlight): Fix typo.
2974 2011-11-24 Adam W <adam_w67@yahoo.com> (tiny change)
2976 * mail-source.el (mail-source-fetch-maildir): Don't expect the return
2977 value of `delete-file', that returns nil for a local file but returns t
2978 for a remote file using ssh.
2980 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2982 * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
2983 avoid later breakage.
2985 2011-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
2987 * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
2988 article buffers' name.
2990 2011-11-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
2992 * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
2993 by Paul Eggert's spellfixes two days ago.
2995 2011-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
2997 * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
2998 buffer-local instead of binding them to avoid warnings. Also demote
3000 (font-lock-mode-hook): Shut up byte compiler.
3002 2011-11-20 Juanma Barranquero <lekktu@gmail.com>
3004 * mm-util.el (mm-charset-after): Fix typo.
3006 2011-11-16 Juanma Barranquero <lekktu@gmail.com>
3008 * gnus-sum.el (gnus-summary-make-menu-bar):
3009 * gnus-uu.el (gnus-uu-decode-postscript)
3010 (gnus-uu-decode-postscript-and-save):
3011 * mailcap.el (mailcap-print-command):
3012 * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
3015 2011-11-15 Juanma Barranquero <lekktu@gmail.com>
3017 * gnus-art.el (gnus-article-part-wrapper):
3018 * shr-color.el (shr-color-visible-distance-min)
3019 (shr-color-relative-to-absolute, set-minimum-interval)
3020 (shr-color-visible): Fix typos.
3022 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3024 * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
3027 2011-11-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3029 * message.el (message-send-and-exit): Document `arg'.
3031 2011-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3033 * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
3035 2011-11-02 Teodor Zlatanov <tzz@lifelogs.com>
3037 * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
3038 we don't use `bound-and-true-p'.
3040 2011-11-01 Teodor Zlatanov <tzz@lifelogs.com>
3042 * gnus-util.el (gnus-bound-and-true-p): Remove.
3043 (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
3045 * nnmairix.el: Use it.
3047 2011-10-31 Teodor Zlatanov <tzz@lifelogs.com>
3049 * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
3050 function because `gnus-bound-and-true-p' doesn't work well in XEmacs
3051 for reasons unknown.
3053 * nnmairix.el: Use it.
3055 * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
3057 * nnmairix.el: Ditto.
3059 * gnus-registry.el (gnus-registry-enabled): Default to nil.
3061 2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
3063 * message.el (message-completion-function): Make sure
3064 message-tab-body-function is not attempted if one of
3065 message-completion-alist fails to find a completion (bug#9158).
3067 2011-10-26 Daiki Ueno <ueno@unixuser.org>
3069 * mml.el (mml-quote-region): Quote <#secure> tag.
3070 (mml-generate-mime-1): Unquote <#secure> tag.
3072 2011-10-20 Chong Yidong <cyd@gnu.org>
3074 * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
3075 calling a minor mode from Lisp with nil arg enables it, so we have to
3076 make the wording a bit ambiguous here).
3078 2011-10-18 Teodor Zlatanov <tzz@lifelogs.com>
3080 * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
3081 * nnir.el (nnir-mode): Use it.
3082 * nnmairix.el (nnmairix-determine-original-group-from-registry):
3085 * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
3086 * nnmairix.el (gnus-registry-enabled): Ditto.
3088 2011-10-17 Dave Abrahams <dave@boostpro.com>
3090 * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
3091 (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
3092 only while we need to find out if it should be t or nil.
3093 (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
3094 (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
3095 the registry is installed. Set it to nil when it's unloaded.
3096 (gnus-registry-install-p): Provide user guidance for the initial value
3097 of `gnus-registry-install' when it's 'ask, otherwise return its value.
3098 * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
3099 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3100 * nnmairix.el (nnmairix-determine-original-group-from-registry):
3101 Use `gnus-registry-enabled' instead of `gnus-registry-install'.
3102 * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
3103 `gnus-registry-install'.
3105 2011-10-17 Daiki Ueno <ueno@unixuser.org>
3107 * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
3109 * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
3110 primary key is marked as disabled.
3112 2011-10-17 Christian von Roques <roques@mti.ag> (tiny change)
3114 * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
3115 primary key is marked as disabled.
3117 2011-10-11 Andreas Schwab <schwab@linux-m68k.org>
3119 * html2text.el (html2text-clean-anchor): Check for quotes around
3122 2011-10-11 Teodor Zlatanov <tzz@lifelogs.com>
3124 * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
3125 searching. Drop `bbdb-cache'.
3127 2011-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3129 * message.el (message-signed-or-encrypted-p): Exclude header when
3130 checking if there is signed or encrypted body in text/plain message.
3132 2011-10-09 Andreas Schwab <schwab@linux-m68k.org>
3134 * html2text.el (html2text-get-attr): Correctly handle attribute values
3137 2011-09-22 Kan-Ru Chen <kanru@kanru.info>
3139 * ecomplete.el (ecomplete-display-matches): Use a local keymap to
3142 2011-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
3144 * gnus-win.el (gnus-configure-windows): Protect against reading
3145 ephemeral groups outside of Gnus.
3147 2011-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
3149 * shr.el (shr-tag-img): Don't get images displayed in tables.
3151 2011-10-03 Glenn Morris <rgm@gnu.org>
3153 * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
3154 the "maintainer" version of debbugs.gnu.org reports.
3156 2011-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3158 * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
3159 make asynchronous adjacent image insertion work better.
3161 2011-09-27 Daiki Ueno <ueno@unixuser.org>
3163 * plstore.el (plstore-select-keys, plstore-encrypt-to):
3164 Clarify documentation.
3166 2011-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3168 * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
3169 `gnus-asynchronous' isn't shadowed.
3171 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3173 * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
3174 (nnimap-insert-partial-structure): The charset parameter isn't
3177 * nnheader.el (nnheader-message-maybe): New function.
3179 * shr.el (shr-tag-table): Render totally broken tables better.
3181 * mml.el (mml-generate-mime-1): Don't alter the contents if we're
3182 computing the boundary.
3184 2011-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
3186 * pop3.el (pop3-number-of-responses): Remove.
3187 (pop3-wait-for-messages): Rewrite to take linear time instead of
3190 2011-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3192 * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
3195 * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
3196 re-fetch images when hitting `g' in Gnus.
3198 2011-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
3200 * mml.el (mml-inhibit-compute-boundary): New internal variable.
3201 (mml-compute-boundary): Don't check collision if it is non-nil.
3202 (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
3203 before checking collision.
3205 2011-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3207 * message.el (message-indent-citation): Really make sure there's a
3210 * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
3211 Fix suggested by John Wiegley.
3213 * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
3215 * gnus-art.el (gnus-treat-hide-citation): Add doc.
3217 * message.el (message-default-send-rename-function): Break out into its
3220 * ecomplete.el (ecomplete-display-matches): Revert patch since it
3221 doesn't work under XEmacs.
3223 * nnimap.el (nnimap-map-port): New function to connect to 993 instead
3224 of "imaps" to word around Windows problems.
3225 (nnimap-open-connection-1): Use it.
3227 * message.el (message-indent-citation): Revert last change which made
3230 2011-09-13 Kan-Ru Chen <kanru@kanru.info>
3232 * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
3235 2011-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
3237 * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
3238 because it displays images using overlays that aren't easy to copy to
3241 2011-09-20 Łukasz Stelmach <lukasz.stelmach@iem.pw.edu.pl> (tiny change)
3243 * message.el (message-indent-citation): Fix empty line removal at the
3244 end of the citation.
3246 2011-09-20 Julien Danjou <julien@danjou.info>
3248 * auth-source.el (auth-source-netrc-create): Use default value for
3249 password if specified. Evaluate default.
3250 (auth-source-plstore-create): Ditto.
3251 (auth-source-plstore-create, auth-source-netrc-create): Fix default
3253 (auth-source-netrc-create): Typo fix.
3254 (auth-source-plstore-create): Ditto.
3256 * auth-source.el (auth-source-format-cache-entry): New function.
3258 2011-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
3260 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3262 2011-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3264 * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
3266 2011-09-19 Julien Danjou <julien@danjou.info>
3268 * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
3269 which work with things that are not ASCII.
3271 2011-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3273 * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
3275 2011-09-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3277 * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
3280 2011-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
3282 * message.el (message-read-from-minibuffer): Make abbrev expansion work.
3284 2011-09-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
3286 * gnus.el (gnus-interactive-exit): Update defcustom spec.
3288 2011-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
3290 * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
3291 * gnus-int.el (gnus-nntp-server): Move from gnus.el.
3293 2011-09-12 Andrew Cohen <cohen@andy.bu.edu>
3295 * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
3296 (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
3299 2011-09-11 Chong Yidong <cyd@stupidchicken.com>
3301 * message.el (message-pop-to-buffer): Default to switch-to-buffer.
3302 (message-mail-other-window, message-mail-other-frame)
3303 (message-news-other-window, message-news-other-frame):
3304 Use switch-to-buffer-other-frame and switch-to-buffer-other-window
3305 instead of setting buffer display variables.
3307 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3309 * gnus-group.el (gnus-group-list-limit): Explain what the command does.
3311 * gnus-sum.el (gnus-fetch-headers): Bump message level.
3313 2011-09-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
3315 * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
3316 duplicates" to a higher level.
3318 * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
3319 most egregious messages.
3321 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3323 * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
3325 2011-09-10 Tetsuo Tsukamoto <tt.tetsuo.tsukamoto@gmail.com> (tiny change)
3327 * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
3328 up the file (bug#9351).
3330 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3332 * nnimap.el: Redo the charset handling. Let Gnus encode the names, as
3333 it does with all other backends, but decode the names immediately after
3336 * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
3337 decoding nnimap groups.
3339 * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
3340 newsrc file. It doesn't seem like an important optimization any more.
3342 2011-09-10 Dave Abrahams <dave@boostpro.com>
3344 * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
3347 2011-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3349 * gnus.el (gnus-article-mark-lists): Remove `recent'.
3350 (gnus-interactive-exit): Extend to `quiet'.
3352 * gnus-sum.el (gnus-offer-save-summaries): Use it.
3354 * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
3357 * plstore.el (plstore--get-buffer): Silence compiler warnings by
3358 renaming function arguments from `this'.
3360 * gnus-sum.el (gnus-newsgroup-recent): Remove.
3362 * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
3364 (gnus-lrm-string-p): Include RLM and PDF, too.
3366 * gnus-int.el (gnus-open-server): Make the "denied" message clearer
3369 2011-09-10 Eli Zaretskii <eliz@gnu.org>
3371 Add autoload cookies for functions used by sendmail.el.
3372 * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
3374 * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
3376 2011-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
3378 * gnus-art.el (article-date-ut): Work properly even when there are
3379 things like Date header in the body; work for forwarded parts.
3381 2011-09-05 Andrew Cohen <cohen@andy.bu.edu>
3383 * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
3384 original-article-buffer.
3386 2011-09-05 Kan-Ru Chen <kanru@kanru.info>
3388 * nnir.el (nnir-compose-result): Fix matching of server type.
3389 (nnir-run-swish++): Ditto.
3390 (nnir-run-namazu): Ditto.
3391 (nnir-run-notmuch): Ditto.
3393 2011-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3395 * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
3398 * gnus-score.el (gnus-summary-increase-score): Doc clarification
3401 * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
3404 * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
3407 2011-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3409 * nnimap.el (nnimap-open-connection-1): Use the correct port number in
3412 2011-09-02 Eli Zaretskii <eliz@gnu.org>
3414 * message.el (message-setup-1): Return t (Bug#9392).
3416 2011-09-01 Andrew Cohen <cohen@andy.bu.edu>
3418 * gnus-sum.el: When adding article headers to a summary buffer also
3419 update gnus-newsgroup-articles (bug#9386).
3421 2011-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
3423 * auth-source.el: Autoload help-mode.
3425 2011-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3427 * gnus-group.el (gnus-group-name-charset): Don't bug out on server
3430 2011-08-27 Daiki Ueno <ueno@unixuser.org>
3432 * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
3433 mm-replace-in-string for compatibility issues.
3434 * mml2015.el (mml2015-epg-verify): Ditto.
3436 2011-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
3438 * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
3440 * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
3442 2011-08-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3444 * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
3445 continue on and do the clean-up phase (bug#9188).
3447 * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
3448 just ignore groups that can't be opened instead of erroring out
3451 * gnus-art.el (gnus-article-update-date-headers): Flip the default to
3452 nil since some many people are fuddy-duddies.
3454 * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
3457 * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
3460 * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
3462 * gnus-util.el (gnus-process-live-p): Copy over compat function.
3464 * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
3467 * nntp.el (nntp-kill-buffer): Kill the process before killing the
3468 buffer to avoid warnings.
3470 2011-08-20 Simon Josefsson <simon@josefsson.org>
3472 * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
3473 specified to reduce precision.
3475 2011-08-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3477 * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
3478 bodystructures (bug#9314).
3480 2011-08-19 Katsumi Yamaoka <yamaoka@jpl.org>
3482 * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
3483 Make button keymap non-sticky after buttons.
3485 2011-08-18 David Engster <dengste@eml.cc>
3487 * nnmairix.el (nnmairix-request-set-mark)
3488 (nnmairix-goto-original-article): Remove adding of article to registry,
3489 since `gnus-registry-add-group' isn't available anymore.
3490 (nnmairix-determine-original-group-from-registry):
3491 Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
3494 2011-08-12 Simon Josefsson <simon@josefsson.org>
3496 * starttls.el (starttls-any-program-available): Define as obsolete
3499 2011-08-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
3501 * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
3502 versions which Gnus use when appropriate.
3504 * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
3505 a pretty destructive command.
3507 * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
3509 2011-08-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
3511 * message.el (message-fix-before-sending): Make a different warning
3512 about NUL characters (bug#9270).
3514 * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
3515 from custom (bug#9260).
3517 * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
3518 things work in Emacs 22 and XEmacs, too.
3520 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
3523 * gnus-spec.el (gnus-lrm-string-p): New macro.
3524 (gnus-lrm-string): New constant.
3525 (gnus-summary-line-format-spec): LRM-ify the from.
3526 (gnus-tilde-max-form): LRM-ify string chopping.
3528 * gnus-ems.el (gnus-string-mark-left-to-right): New function.
3530 * message.el (message-is-yours-p): Allow disabling canlock checking
3532 (message-shoot-gnksa-feet): Add `canlock-verify'.
3533 (message-auto-save-directory): Use ~/ as the auto-save directory if the
3534 message directory isn't writable (bug#9304).
3536 * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
3539 2011-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
3541 * nndraft.el (nndraft-update-unread-articles): Don't send delayed
3544 2011-08-13 Andreas Schwab <schwab@linux-m68k.org>
3546 * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
3549 2011-08-12 Sam Steingold <sds@gnu.org>
3551 * gnus-score.el (gnus-score-find-alist): Keep the score files already
3552 in the reverse order to avoid modifying the cache with `nreverse'.
3553 (gnus-all-score-files): Do not modify the value returned by
3554 `gnus-score-find-alist' because it lives in a cache variable.
3555 (gnus-current-home-score-file): No need to `nreverse' the return value
3556 of `gnus-score-find-alist', it is already in the correct order.
3558 2011-08-11 Andrew Cohen <cohen@andy.bu.edu>
3560 * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
3561 type MESSAGE and subtype RFC822 is slightly different from those of
3564 2011-08-05 Andrew Cohen <cohen@andy.bu.edu>
3566 * gnus-sum.el (gnus-summary-refer-article): Warp to article.
3567 This allows article-referral to work from an nnir group.
3569 2011-08-04 Andrew Cohen <cohen@andy.bu.edu>
3571 * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
3573 2011-08-04 Daiki Ueno <ueno@unixuser.org>
3575 * mml1991.el (mml1991-epg-find-usable-key)
3576 (mml1991-epg-find-usable-secret-key): New function.
3577 (mml1991-epg-sign): Check if signing key is usable.
3578 (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
3580 2011-08-03 Andrew Cohen <cohen@andy.bu.edu>
3582 * nnir.el (nnir-read-server-parm): Add an argument to restrict to
3583 server-variables only. This should fix a bug introduced with commit
3584 e1889675b7f4adf057833c5513c9374134c4e053.
3585 (nnir-run-query): 'nnir-search-engine should not be set from the global
3588 2011-08-02 Andrew Cohen <cohen@andy.bu.edu>
3590 * nnir.el (nnir-search-thread): Position point on referring article
3592 (nnir-warp-to-article): Clean up summary buffers.
3594 * nnimap.el (nnimap-request-thread): Whitespace fix.
3596 2011-08-02 Steve Purcell <steve@sanityinc.com> (tiny change)
3598 * nnimap.el (nnimap-get-groups): Decode "&" correctly.
3600 2011-08-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3602 * starttls.el (starttls-available-p): Rename from
3603 `starttls-any-program-available' and changed return convention.
3605 2011-07-31 Lars Ingebrigtsen <larsi@gnus.org>
3607 * nnmaildir.el (nnmaildir-request-accept-article): Don't call
3608 `unix-sync' unless it's defined.
3610 2011-07-31 Marcus Harnisch <marcus.harnisch@gmx.net> (tiny change)
3612 * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
3613 `aref' for XEmacs compatibiltiy.
3615 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3617 * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
3619 2011-07-31 Dave Abrahams <dave@boostpro.com>
3621 * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
3622 closures, quote the form properly (bug#9194).
3624 2011-07-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3626 * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
3627 (gnus-summary-insert-new-articles): Protect against servers that are
3630 2011-07-29 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
3632 * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
3633 in mm handle if none is specified.
3635 2011-07-24 Andrew Cohen <cohen@andy.bu.edu>
3637 * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
3639 2011-07-23 Andrew Cohen <cohen@andy.bu.edu>
3641 * nnir.el (nnir-search-thread): New function to make an nnir group
3642 based on a thread query.
3644 * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
3645 of nnir in thread referral.
3646 (gnus-summary-refer-thread): Use it.
3648 * nnimap.el (nnimap-request-thread): Use it.
3650 2011-07-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
3652 * shr.el (shr-tag-comment): Ignore HTML comments.
3654 2011-07-20 Andrew Cohen <cohen@andy.bu.edu>
3656 * nnir.el (gnus-group-make-nnir-group): Allow optional search query
3658 (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
3659 Use `nnir-address' to handle server info rather than passing an arg.
3661 * nnimap.el (nnimap-make-thread-query): New utility function to format
3662 an imap thread search query.
3663 (nnimap-request-thread): Use it.
3665 * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
3666 right select-method if we are not going back to the group buffer.
3668 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3670 * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
3671 enter invalid buffer configurations into the quit form (bug#9107).
3672 (gnus-group-tool-bar-gnome): Replace connect/disconnect with
3675 * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
3676 keep track of which ones are unread (bug#9061).
3678 * gnus.el (gnus-refer-article-method): Allow entering any sexp
3681 * gnus-art.el (gnus-article-show-images): Allow working if using w3m
3684 * gnus-html.el (mm-util): Require (bug#9073).
3686 * gnus-sum.el (gnus-delete-duplicate-headers): New function.
3687 (gnus-summary-refer-thread): Use it to remove duplicates in the
3688 un-threaded view (bug#9053).
3689 (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
3691 2011-07-07 Kan-Ru Chen <kanru@kanru.info>
3693 * nnir.el (nnir-read-server-parm): Use default value from global
3694 variable. Without this the default search engine parameters aren't
3697 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3699 * message.el (message-unique-id): Don't use the undocumented return
3700 value from (random t) (bug#9118).
3702 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
3704 * message.el (message-auto-save-directory): If the ~/Mail directory
3705 doesn't exist, use ~ as the auto-save directory (bug#4432).
3707 * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
3708 hasn't already been started.
3710 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
3712 * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
3714 * message.el (message-reply): Work around mysterious bug where
3715 `message-mode' seems to overwrite the locally bound `subject' variable.
3717 2011-07-14 Andrew Cohen <cohen@andy.bu.edu>
3719 * nnimap.el (nnimap-request-thread): Ensure search is performed in
3722 * gnus-int.el (gnus-request-thread): Add group argument.
3724 * gnus-sum.el (gnus-summary-refer-thread): Use it.
3726 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3728 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
3729 renamed to `debbugs-gnu-*'.
3731 2011-07-08 Daiki Ueno <ueno@unixuser.org>
3733 * plstore.el: Revert the editing feature since it is not urgent.
3734 (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
3735 (plstore-mode-decoded): Remove.
3737 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
3739 * gnus-msg.el (gnus-bug): Don't insert user variables. It usually
3740 isn't very interesting any more, and it leaks potentially secret data.
3741 (gnus-debug): Remove.
3743 * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
3744 use of :custom-show.
3746 2011-07-07 Daiki Ueno <ueno@unixuser.org>
3748 * plstore.el: Add documentation.
3749 (plstore-mode): New mode to edit plstore file.
3750 (plstore-mode-toggle-display, plstore-mode-original)
3751 (plstore-mode-decoded): New command.
3752 (plstore--encode, plstore--decode, plstore--write-contents-functions)
3753 (plstore--insert-buffer, plstore--make): New function.
3754 (plstore-open, plstore-save): Simplify by using them.
3756 2011-07-06 Glenn Morris <rgm@gnu.org>
3758 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
3760 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3762 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
3763 no longer is much used.
3764 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
3767 2011-04-03 Kan-Ru Chen <kanru@kanru.info>
3769 * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
3770 (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
3773 2011-07-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
3775 * mm-decode.el (mm-text-html-renderer): Doc fix.
3777 * gnus-msg.el (gnus-bug): Fix the MML tag.
3779 * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
3781 2011-07-05 Daiki Ueno <ueno@unixuser.org>
3783 * gnus-start.el (gnus-get-unread-articles): Don't connect to the
3784 secondary methods if started with `gnus-no-server'.
3786 2011-07-05 Juanma Barranquero <lekktu@gmail.com>
3788 * message.el (message-return-action): Fix typo in docstring.
3790 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
3792 * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
3793 bug reports at once.
3795 * nnimap.el (nnimap-request-scan): Say that splitting has finished.
3797 2011-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
3799 * nndraft.el: Require gnus-group.
3800 (nndraft-request-list): Declare.
3802 * nndraft.el (nndraft-update-unread-articles): Don't show group having
3803 no unread article unless it matches gnus-permanently-visible-groups.
3805 * nndraft.el (nndraft-update-unread-articles): New function.
3806 (nndraft-request-associate-buffer): Use it to update the number of
3807 unread articles for the nndraft groups in the group buffer when saving
3808 or killing a draft message.
3810 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3812 * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
3813 systems to binary before writing and reading the mbox files.
3815 * gnus.el (gnus-summary-line-format): Link to the info node for %U
3816 instead of trying to list them all (bug#8978).
3818 2011-07-03 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3820 * pop3.el (pop3-open-server): Use :end-of-capability.
3822 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
3824 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
3825 the id is always a number.
3827 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
3828 debbugs mode, if possible.
3830 2011-07-02 Daiki Ueno <ueno@unixuser.org>
3832 * auth-source.el (auth-source-token-passphrase-callback-function):
3834 (epg-context-operation): Remove unnecessary autoload.
3836 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
3838 * gnus.el (gnus-list-debbugs): New command.
3840 * gnus-group.el (gnus-bug-group-download-format-alist): Get the
3841 mboxstat instead of the maintbox, since the stat seems to be fuller.
3843 * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
3846 * message.el (message-get-reply-headers): Delete all duplicates,
3847 instead of the first.
3848 (message-get-reply-headers): Ensure that we have progress while
3849 deleting duplicates.
3851 * gnus-msg.el (gnus-configure-posting-styles): Get the local
3852 gnus-posting-style value from the summary buffer to make it easier to
3853 make that a per-buffer conf.
3855 2011-07-02 Andrew Cohen <cohen@andy.bu.edu>
3857 * nnir.el (nnir-run-imap): Allow halting a search when an article is
3858 found by setting `shortcut' in 'query.
3859 (nnir-request-article): Use `shortcut' setting when requesting article
3862 2011-07-02 Teodor Zlatanov <tzz@lifelogs.com>
3864 * gnus-msg.el (gnus-bug): Give the Version and Package headers to
3865 debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
3866 Bring the pseudo-headers back too.
3868 2011-07-01 Daiki Ueno <ueno@unixuser.org>
3870 * auth-source.el (auth-source-token-passphrase-callback-function):
3871 Simplify and remove EPA dependency.
3873 2011-07-01 Andrew Cohen <cohen@andy.bu.edu>
3875 * nnir.el (nnir-request-article): Fix error message text.
3877 2011-07-01 Daiki Ueno <ueno@unixuser.org>
3879 * auth-source.el (plstore-delete): Autoload.
3880 (auth-source-plstore-search): Support delete operation.
3881 * plstore.el (plstore-delete): New function.
3883 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
3885 * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
3886 mark actually existing articles as unread rather than the ones that
3889 2011-07-01 Paul Eggert <eggert@cs.ucla.edu>
3891 * nntp.el (nntp-record-command):
3892 * gnus-util.el (gnus-message-with-timestamp-1):
3893 Use format-time-string rather than decoding time stamps by hand.
3894 This is simpler and insulates the code from potential changes to
3895 current-time format.
3897 2011-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
3899 * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
3901 2011-07-01 Daiki Ueno <ueno@unixuser.org>
3903 * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
3904 (plstore-save): Support public key encryption.
3905 (plstore--init-from-buffer): New function.
3906 (plstore-open): Use it; fix error when opening a non-existent file.
3907 (plstore-revert): Use plstore--init-from-buffer.
3909 2011-07-01 Daiki Ueno <ueno@unixuser.org>
3911 * auth-source.el (auth-source-backend): Fix :initarg for data slot.
3913 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
3915 * mml2015.el (mml2015-use): Replace string-match-p with string-match
3918 2011-06-30 Daiki Ueno <ueno@unixuser.org>
3920 * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
3921 is not fully working.
3923 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3925 * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
3926 quit window configuration.
3928 * auth-source.el (epg-context-set-passphrase-callback):
3929 Remove duplicate autoload.
3931 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
3933 * nnir.el (nnir-request-article): Allow requesting articles by
3934 Message-ID with nnimap.
3936 * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
3939 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
3941 * auth-source.el: Autoload EPA/EPG functions.
3942 (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
3943 changed when EPA/EPG is not available.
3944 (auth-source-backend): Rename "arg" member to "data".
3945 (auth-source-backend-parse, auth-source-plstore-search)
3946 (auth-source-plstore-create): Use it.
3948 2011-06-30 Andrew Cohen <cohen@andy.bu.edu>
3950 * gnus-art.el (gnus-request-article-this-buffer): Use existing function
3951 `gnus-refer-article-methods'.
3953 2011-06-30 Teodor Zlatanov <tzz@lifelogs.com>
3955 * auth-source.el: Require EPA and EPG.
3956 (auth-source-passphrase-alist): New variable.
3957 (auth-source-passphrase-callback-function)
3958 (auth-source-token-passphrase-callback-function): Callbacks for the
3959 netrc field encryption (GPG tokens).
3960 (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
3961 Symmetric encryption and decryption of the netrc GPG tokens.
3962 (auth-source-netrc-normalize): Use them, simplifying the closure.
3964 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3966 * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
3967 non-nil, and `nnimap-split-methods' is nil, use the former.
3969 2011-06-30 Daiki Ueno <ueno@unixuser.org>
3971 * plstore.el (plstore-revert): New function.
3972 (plstore-open): Use it; hide the buffer from user.
3974 2011-06-30 Daiki Ueno <ueno@unixuser.org>
3976 * auth-source.el (auth-source-backend): New member "arg".
3977 (auth-source-backend-parse): Handle new backend 'plstore.
3978 * plstore.el: New file.
3980 2011-06-30 Glenn Morris <rgm@gnu.org>
3982 * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3984 * mm-util.el (mm-charset-synonym-alist): Move definition before use.
3986 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3988 * nnimap.el (nnimap-process-expiry-targets): Say what target we're
3989 expiring articles to.
3991 * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
3992 variations as ASCII (bug#5458).
3994 2011-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
3996 * nnmh.el (nnmh-request-list-1): Work on MS Windows.
3998 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4000 * message.el (message-point-in-header-p): Tweak the function to default
4001 to saying that we're not in the headers if there is no separator at
4002 all. This makes it possible to use the Message version of `M-q' in
4003 buffers with no headers (bug#7987).
4004 (message-point-in-header-p): Fix last checkin to work with an empty
4005 mail-header-separator, too.
4007 * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
4008 again, save the choice via customize.
4010 2011-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4012 * message.el (message-send-mail-function): Add `sendmail-query-once'.
4014 * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
4015 ended the connection, bail out before waiting infinitely on a new
4018 2011-06-28 Teodor Zlatanov <tzz@lifelogs.com>
4020 * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
4023 * gnus.el (gnus-bug-package): Use "gnus."
4024 (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
4026 2011-06-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
4028 * gnus-art.el (gnus-article-stop-animations): New function to stop any
4029 animations going on at article exit time.
4031 * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
4032 since removing it breaks people upgrading.
4034 * shr.el (shr-put-image): Use the new interface for animating images.
4035 (shr-put-image): Animate for 60 seconds.
4037 * auth-source.el (with-auth-source-epa-overrides): Fix compilation
4038 error with `find-file-hooks' on Emacs 22.
4039 (with-auth-source-epa-overrides): Ugly hack to Wrap the
4040 `find-file-hook' things in `symbol-value' to avoid compilation warnings
4041 on all architectures.
4043 * spam.el (spam-stat): Require in a normal fashion without binding
4044 `spam-stat-install-hooks' to avoid compilation warnings.
4046 * spam-stat.el (spam-stat-install-hooks): Remove.
4047 (spam-stat-install-hooks): Don't run automatically.
4049 2011-06-26 Timo Juhani Lindfors <timo.lindfors@iki.fi> (tiny change)
4051 * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
4054 2011-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
4056 * auth-source.el (auth-source-netrc-cache): Move forward.
4058 2011-06-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4060 * auth-source.el (auth-source-netrc-create): Don't query the bits that
4062 (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
4063 (auth-source-netrc-create): Don't prompt for the stuff we already know.
4065 2011-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4067 * auth-source.el (auth-source-netrc-create): Don't print all tokens in
4068 %S format, since that looks odd.
4069 (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
4070 file, especially when saving.
4072 2011-06-21 Andrew Cohen <cohen@andy.bu.edu>
4074 * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
4077 2011-06-18 Teodor Zlatanov <tzz@lifelogs.com>
4079 * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
4080 `auth-source-save-secrets' with a more sensitive alist that can be
4081 configured per file. Experimental, so defaults to 'never.
4082 (auth-source-netrc-create): Use it. Still experimental code.
4083 (with-auth-source-epa-overrides): Use `find-file-hooks' if
4084 `find-file-hook' is unbound (XEmacs fix). Fix backquoting bug.
4086 2011-06-16 Teodor Zlatanov <tzz@lifelogs.com>
4088 * auth-source.el (auth-source-save-secrets): New variable to control if
4089 secret tokens should be saved encrypted.
4090 (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
4091 to `auth-source-netrc-normalize'.
4092 (with-auth-source-epa-overrides): Add convenience macro. Don't depend
4093 on the EPA variables being defined.
4094 (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
4095 (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
4096 the lexical-let closure.
4097 (auth-source-netrc-create): Create "gpg:" tokens according to
4098 `auth-source-save-secrets'.
4100 2011-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
4102 * gnus-group.el (gnus-group-update-group): Add new argument
4103 `info-unchanged' that stops updating dribble buffer.
4105 * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
4106 deletes lines matching to it in dribble buffer.
4108 * gnus-agent.el (gnus-agent-fetch-group-1):
4109 * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
4110 * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
4111 * gnus-start.el (gnus-group-change-level):
4112 * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
4114 * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
4115 if newsgroup info is not changed.
4117 * gnus-group.el (gnus-group-get-new-news-this-group):
4118 * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
4119 Don't update dribble buffer.
4121 2011-06-01 Teodor Zlatanov <tzz@lifelogs.com>
4123 * gnus-registry.el (gnus-registry-remove-ignored): New function to
4124 remove entries with groups we ignore.
4126 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4128 * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
4129 the underline comes at the bottom.
4131 2011-05-31 Teodor Zlatanov <tzz@lifelogs.com>
4133 * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
4134 `gnus-registry-user-format-function-M' and declare the latter obsolete.
4135 (gnus-registry-article-marks-to-names): Rename from
4136 `gnus-registry-user-format-function-M2'.
4138 2011-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
4140 * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
4143 2011-05-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4145 * shr.el (shr-browse-image): Copy the URL if called interactively.
4147 2011-05-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4149 * gnus-group.el (gnus-group-mark-article-read): It's possible that we
4150 want to have `gnus-newsgroup-unselected' kept sorted. If this isn't
4151 done, then unselected articles may be marked as read.
4153 * pop3.el (pop3-open-server): Erase the buffer after the greeting,
4154 since not doing this seems to lead to a race condition in pop3-logon.
4156 * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
4157 so that the call chain it correct when we call "upwards".
4159 * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
4160 in read-only groups.
4162 * gnus-group.el (gnus-group-mark-article-read): Ditto.
4164 * message.el (message-cite-reply-position): Doc string fix.
4166 * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
4167 avoid regexp overflow.
4168 (nnimap-transform-split-mail): Ditto.
4170 * pop3.el (pop3-retr): Error out if the server closes the connection.
4172 2011-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4174 * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
4175 mm-with-unibyte-current-buffer. The buffer should not contain any
4176 multibyte chars anyway at this stage.
4178 2011-05-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4180 * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
4181 at the end of lines.
4183 2011-05-29 Julien Danjou <julien@danjou.info>
4185 * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
4187 2011-05-27 Glenn Morris <rgm@gnu.org>
4189 * gnus-group.el (gnus-bug-group-download-format-alist):
4190 Use the "maintainer" version of debian reports as well.
4192 2011-05-26 Glenn Morris <rgm@gnu.org>
4194 * gnus-group.el (gnus-bug-group-download-format-alist):
4195 Use the "maintainer" version of debbugs.gnu.org reports.
4197 2011-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
4199 * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
4201 2011-05-20 Teodor Zlatanov <tzz@lifelogs.com>
4203 * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
4204 the thread moves us backwards and so we loop forever.
4206 2011-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
4208 * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
4209 whitespace in base64 data lines.
4211 2011-05-18 Teodor Zlatanov <tzz@lifelogs.com>
4213 * gnus-registry.el (gnus-registry-user-format-function-M):
4215 (gnus-registry-user-format-function-M2): Use to see the full text of
4216 the marks. Make "," the mark text separator.
4218 * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
4219 authentication with auth-source.
4221 2011-05-17 Glenn Morris <rgm@gnu.org>
4223 * gnus-group.el (gnus-import-other-newsrc-file):
4224 Use insert-file-contents.
4226 2011-05-16 Teodor Zlatanov <tzz@lifelogs.com>
4228 * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
4231 2011-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
4233 * nntp.el (nntp-open-connection): Check if process-type is available.
4235 2011-05-16 Julien Danjou <julien@danjou.info>
4237 * shr.el (shr-tag-del): Add support for del tag.
4239 2011-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
4241 * gnus-html.el (gnus-html-put-image): Register a displayer.
4243 * shr.el (shr-image-displayer): Don't remove text props from alt text.
4245 2011-05-13 Teodor Zlatanov <tzz@lifelogs.com>
4247 * registry.el (prune-factor): New initialization parameter defaulting
4249 (registry-prune-hard): Use it.
4251 * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
4254 2011-05-13 Glenn Morris <rgm@gnu.org>
4256 * message.el (message-send-mail-with-sendmail): Assume sendmail-program
4257 is bound, since this function requires sendmail.
4259 2011-05-11 Teodor Zlatanov <tzz@lifelogs.com>
4261 * registry.el (registry-usage-test): Disable pruning test.
4263 2011-05-10 Teodor Zlatanov <tzz@lifelogs.com>
4265 * registry.el (registry-prune-hard-candidates)
4266 (registry-prune-soft-candidates): Helper methods for registry pruning.
4267 (registry-prune): Use them. Make the sort function optional.
4269 2011-05-10 Jim Meyering <meyering@redhat.com>
4271 * shr.el (shr-colorize-region): Fix typo "on on -> on".
4273 2011-05-10 Julien Danjou <julien@danjou.info>
4275 * shr.el (shr-put-color-1): Do not bug out when old-props is a face
4276 symbol and not a list.
4278 2011-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4280 * gnus-art.el (gnus-article-mode): Move binding of
4281 shr-put-image-function here from gnus-article-prepare-display.
4283 * shr.el (shr-put-image-function): New variable.
4284 (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
4285 (shr-put-image): Return scaled image.
4287 * gnus-art.el (gnus-shr-put-image): New function.
4288 (gnus-article-prepare-display): Bind shr-put-image-function to it.
4290 * gnus-html.el (gnus-html-wash-images): Register scaled images, not
4291 original ones, as deletable.
4293 2011-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
4295 * nntp.el (nntp-open-connection): Set TCP keepalive option.
4297 2011-05-09 Teodor Zlatanov <tzz@lifelogs.com>
4299 * registry.el (registry-full): Add convenience method. Fix logic.
4300 (registry-insert): Use it. Fix logic here too.
4302 * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
4303 `registry-prune' if `registry-full' returns t.
4304 (gnus-registry-handle-action)
4305 (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
4306 (gnus-registry-usage-test): Use it.
4308 2011-05-07 Julien Danjou <julien@danjou.info>
4310 * shr.el (shr-link): Make shr-link inherit from link by default.
4312 2011-05-06 Teodor Zlatanov <tzz@lifelogs.com>
4314 * shr.el (shr-urlify, shr-link): Fix shr-link face.
4316 2011-05-05 Teodor Zlatanov <tzz@lifelogs.com>
4318 * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
4319 error out because the face is not a list.
4321 2011-05-05 Glenn Morris <rgm@gnu.org>
4323 * gnus-start.el (gnus-propagate-marks): Declare.
4325 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com>
4327 * registry.el (registry-reindex): Fix percentage message.
4329 2011-05-03 Teodor Zlatanov <tzz@lifelogs.com>
4331 * shr.el: Add shr-link face for links.
4332 (shr-urlify): Use it.
4334 * registry.el (registry-insert): Make error message more helpful.
4336 2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
4338 * gnus-html.el (gnus-html-schedule-image-fetching):
4339 Use url-queue-retrieve, if it exists.
4341 * shr.el (shr-tag-img): Ditto.
4343 * gnus.el: Autoload more gnus-agent functions.
4345 * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
4346 agent if we haven't already (bug#8502).
4348 * gnus-async.el (gnus-async-article-callback): Put prefetched articles
4349 into the Agent, too.
4351 * gnus-agent.el (gnus-agent-store-article): New function.
4353 * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
4354 and moved from that file for reuse.
4356 * pop3.el (pop3-open-server): Error messages are "-ERR".
4358 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4360 * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
4361 (open-tls-stream): Remove superfluous tls/starttls autoloads.
4363 2011-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4365 * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
4366 buffer has moved to a different frame.
4368 2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4370 * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
4371 to get the conversion from unibyte to multibyte buffers to work on
4374 * nntp.el (nntp-request-article): Slight clean-up.
4376 2011-04-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4378 * shr.el (shr-strike-through): New face.
4379 (shr-tag-s): Use it to provide <s> support.
4380 (shr-tag-s): Remove duplicate definition.
4382 2011-04-25 Teodor Zlatanov <tzz@lifelogs.com>
4384 * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
4385 `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
4387 2011-04-23 Glenn Morris <rgm@gnu.org>
4389 * gnus-sum.el (gnus-extra-headers): Bump :version.
4391 2011-04-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4393 * shr.el (shr-tag-sup): New function.
4394 (shr-tag-sub): Ditto.
4396 2011-04-22 Teodor Zlatanov <tzz@lifelogs.com>
4398 * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
4399 for the case where `gnus-registry-ignored-groups' is a list of lists,
4400 and don't call `gnus-parameter-registry-ignore' otherwise.
4402 2011-04-21 Teodor Zlatanov <tzz@lifelogs.com>
4404 * nnimap.el (nnimap-user): New backend variable.
4405 (nnimap-open-connection-1): Use it.
4406 (nnimap-credentials): Accept user parameter so it's explicit what user
4409 * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
4412 * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
4413 not gnus-registry.el.
4415 * gnus-registry.el: Mention in comments how to modify
4416 `gnus-extra-headers' for proper recipient tracking and that it may
4417 already have To and Cc recently, which it does as of this commit.
4418 (gnus-registry-ignored-groups): Remove defcustom.
4419 Explain why in comments.
4420 (gnus-registry-action): Fix data-header reference to use the extra
4421 headers. Explain in package commentary how to add To and Cc headers to
4422 the gnus-extra-headers.
4423 (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
4424 (gnus-registry-ignore-group-p): Adjust to take either a group/topic
4425 parameter list or a string list in `gnus-registry-ignored-groups'.
4428 2011-04-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4430 * shr.el (shr-expand-url): Protect against null urls.
4432 2011-04-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
4434 * shr.el (shr-base): New binding.
4435 (shr-tag-base): Keep track of <base>.
4436 (shr-expand-url): New function used throughout.
4438 2011-04-20 Teodor Zlatanov <tzz@lifelogs.com>
4441 (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
4442 (gnus-registry-ignored-groups): New variable.
4443 (gnus-registry-ignore-group-p): Use it.
4444 (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
4445 set the destination group to nil (same as delete) if it's ignored.
4447 2011-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
4449 * gnus-registry.el (gnus-registry-action)
4450 (gnus-registry-fetch-header-fast):
4451 Don't use mail-header that looks an internal function of mailheader.el.
4453 2011-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
4455 * gnus-registry.el: Eliminate cl functions.
4456 (gnus-registry-sort-addresses): New function that replaces mapcan.
4457 (gnus-registry-action, gnus-registry-spool-action)
4458 (gnus-registry-split-fancy-with-parent)
4459 (gnus-registry-fetch-recipients-fast): Use it.
4460 (gnus-registry-import-eld): Replace delete* with dolist + delq.
4462 * registry.el (initialize-instance, registry-lookup)
4463 (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
4464 (registry-lookup-secondary-value, registry-search, registry-delete)
4465 (registry-insert, registry-reindex, registry-size, registry-prune):
4466 Use eval-and-compile.
4468 2011-04-16 Teodor Zlatanov <tzz@lifelogs.com>
4470 * registry.el (registry-reindex): New method to recreate the secondary
4473 * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
4474 tracked field changes.
4475 (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
4476 (gnus-registry-action, gnus-registry-spool-action)
4477 (gnus-registry-handle-action)
4478 (gnus-registry--split-fancy-with-parent-internal)
4479 (gnus-registry-split-fancy-with-parent)
4480 (gnus-registry-register-message-ids): Add recipient tracking on spool,
4481 move, and delete actions, and for fancy splitting with parent.
4482 (gnus-registry-extract-addresses)
4483 (gnus-registry-fetch-recipients-fast)
4484 (gnus-registry-fetch-header-fast): Convenience functions.
4485 (gnus-registry-misc-test): ERT test of
4486 `gnus-registry-extract-addresses'.
4488 2011-04-15 Teodor Zlatanov <tzz@lifelogs.com>
4490 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4491 Track by subject first, then sender.
4493 2011-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4495 * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
4497 * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
4500 * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
4501 (gnus-draft-send): Use it to avoid popping
4502 up frames from gnus-group-send-queue.
4504 2011-04-14 Teodor Zlatanov <tzz@lifelogs.com>
4506 * gnus-registry.el: Updated gnus-registry docs.
4508 2011-04-12 Teodor Zlatanov <tzz@lifelogs.com>
4510 * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
4512 (gnus-registry-post-process-groups): Fix logging of no results and
4513 quote sender and subject.
4515 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4517 * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
4518 (gnus-read-active-for-groups): Don't try to finish getting stuff where
4519 we had no early-data returned.
4520 (gnus-get-unread-articles): Add a sanity check so that we don't issue
4521 two async commands to the same server at the same time.
4523 2011-04-12 Stig Sandbeck Mathisen <ssm@fnord.no> (tiny change)
4525 * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
4527 2011-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4529 * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
4532 * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
4533 (mm-url-insert-file-contents): Don't set the package names.
4535 2011-04-11 Teodor Zlatanov <tzz@lifelogs.com>
4537 * gnus-registry.el (gnus-registry-action): Remove properties and
4538 simplify subject in `gnus-registry-handle-action'.
4539 (gnus-registry-spool-action): Get subject and sender from message if
4540 they are not passed in.
4541 (gnus-registry-handle-action): Remove properties and simplify subject
4544 2011-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4546 * registry.el: Require CL before using defmacro*.
4548 2011-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
4550 * gnus-art.el (article-treat-date): Assume that
4551 gnus-article-date-headers may be a group parameter.
4553 2011-04-07 Teodor Zlatanov <tzz@lifelogs.com>
4555 * gnus-registry.el (gnus-registry-handle-action): More debugging.
4557 * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
4558 interactively so the newsrc file can contain foreign groups too.
4559 Useful for debugging but not much for users.
4561 2011-04-07 David Engster <dengste@eml.cc>
4563 * registry.el (registry-usage-test): Only do
4564 `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
4567 2011-04-06 David Engster <dengste@eml.cc>
4569 * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
4570 argument NOERROR for `require', since XEmacs 21.4 does not support it.
4572 2011-04-06 David Engster <dengste@eml.cc>
4574 * registry.el (initialize-instance): Change :after to :AFTER to be
4575 compatible with old EIEIO version in XEmacs.
4577 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
4579 * gnus-registry.el (gnus-registry-post-process-groups)
4580 (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
4581 and provide better messaging.
4583 2011-04-06 Teodor Zlatanov <tzz@lifelogs.com>
4585 * gnus-registry.el: Don't use ERT if it's not available. Load it
4586 unconditionally anyway, discarding errors.
4587 (gnus-registry-delete-entries): New convenience function.
4588 (gnus-registry-import-eld): Import from old .eld registry.
4590 * registry.el: Don't use ERT if it's not available. Load it
4591 unconditionally anyway, discarding errors.
4593 * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
4594 version from the Claudio Bley GnuTLS patch (extra optional parameters
4597 2011-04-05 Teodor Zlatanov <tzz@lifelogs.com>
4599 * gnus-registry.el (gnus-registry-fixup-registry): New function to
4600 fixup the parameters that can be customized by the user between
4602 (gnus-registry-read): Use it.
4603 (gnus-registry-make-db): Use it.
4604 (gnus-registry-spool-action, gnus-registry-handle-action):
4606 (gnus-registry--split-fancy-with-parent-internal): Fix loop.
4607 Map references to actual group names with sender and subject tracking.
4608 (gnus-registry-post-process-groups): Use `cond' for better messaging.
4609 (gnus-registry-usage-test): Add subject lookup test.
4611 * registry.el (registry-db, initialize-instance): Set up constructor
4612 instead of :initform arguments for the sake of older Emacsen.
4613 (registry-lookup-breaks-before-lexbind): New method to demonstrate
4614 pre-lexbind merge bug.
4615 (registry-usage-test): Use it.
4616 (initialize-instance, registry-db): Move the non-function initforms
4617 back to the class definition.
4619 2011-04-03 Teodor Zlatanov <tzz@lifelogs.com>
4621 * registry.el: New library to manage gnus-registry-style data.
4623 * gnus-registry.el: Use it (major rewrite).
4625 * nnregistry.el: Use it.
4629 2011-04-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
4631 * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
4632 marks on non-selected articles.
4634 2011-04-02 Chong Yidong <cyd@stupidchicken.com>
4636 * proto-stream.el: Move to Emacs core, at net/network-stream.el.
4638 * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
4639 parameter to open-protocol-stream.
4641 2011-04-01 Julien Danjou <julien@danjou.info>
4643 * mm-view.el (mm-display-inline-fontify): Do not fontify with
4646 2011-04-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4648 * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
4651 2011-03-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4653 * gnus-sum.el (gnus-update-marks): Revert intersection change, which
4654 made marks not propagate, again.
4656 2011-03-30 Chong Yidong <cyd@stupidchicken.com>
4658 * proto-stream.el (open-protocol-stream): Bring back `network' type.
4659 Make this the default type.
4660 (proto-stream-open-plain): Rename from proto-stream-open-default.
4661 (open-protocol-stream, proto-stream-open-starttls)
4662 (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
4665 * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
4668 * nntp.el (nntp-open-connection-function): Document the fact that some
4669 values are not functions but are instead handled specially.
4670 Recognize nntp-open-plain-stream value.
4671 (nntp-open-connection): Recognize that value.
4673 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4675 * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
4678 * gnus-score.el (gnus-score-string): Fix calling convention of
4679 `gnus-simplify-buffer-fuzzy' after last patches.
4681 * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
4682 server for articles we didn't get any headers for. This is a sanity
4685 2011-03-29 Michael Welsh Duggan <md5i@md5i.com>
4687 * nnimap.el (nnimap-open-connection-1): Is the login responds with a
4688 new CAPABILITY, use it.
4690 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4692 * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
4693 downloading anything.
4695 * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
4697 2011-03-29 Adam Sjøgren <asjo@koldfront.dk>
4699 * gnus.el (gnus-group-startup-message): Prefer svg file and replace
4701 (gnus-splash-svg-color-symbols): New function.
4703 2011-03-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
4705 * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
4706 instead of using the global gnus-simplify-subject-fuzzy-regexp.
4707 (gnus-simplify-subject-fuzzy): Use the local
4708 gnus-simplify-subject-fuzzy-regex instead of the global one.
4709 This makes using this variable in group parameters work.
4711 2011-03-29 Teodor Zlatanov <tzz@lifelogs.com>
4713 * gnus-registry.el (gnus-registry-unfollowed-groups):
4714 Add "archive:sent" to the unfollowed group regex (for the recent Gnus
4715 archive:sent-YYYY-MM-DD groups).
4716 (gnus-registry-split-fancy-with-parent): Bail out early in sender
4717 tracking if there are more than `gnus-registry-max-track-groups'
4720 2011-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4722 * message.el (message--yank-original-internal): New function to do the
4723 insertion cleanly inside eval in `message-yank-original'.
4724 (message-yank-original): Use it.
4726 2011-03-29 Julien Danjou <julien@danjou.info>
4728 * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
4729 local variables disabled rather than `normal-mode'.
4731 2011-03-26 Chong Yidong <cyd@stupidchicken.com>
4733 * proto-stream.el: Changes preparatory to merging open-protocol-stream
4734 with open-network-stream.
4735 (proto-stream-always-use-starttls): Option removed.
4736 (open-protocol-stream): Return a process object by default. Provide a
4737 new parameter :return-list specifying a list-type return value, which
4738 now has the form (PROP . PLIST) instead of a fixed-length list. Change
4739 :type `network' to `try-starttls', and `network-only' to `default'.
4740 Make `default' the default, for compatibility with open-network-stream.
4741 Handle the no-parameter case exactly as open-network-stream, with no
4742 additional stream processing. Search plists using plist-get.
4743 Explicitly add :end-of-commend parameter if it is missing.
4744 (proto-stream-open-default): Rename from
4745 proto-stream-open-network-only. Return 'default as the type.
4746 (proto-stream-open-starttls): Rename from proto-stream-open-network.
4747 Use plist-get. Don't return `tls' as the type if STARTTLS negotiation
4748 failed. Always return a list with a (possibly dead) process as the
4749 first element, for compatibility with open-network-stream.
4750 (proto-stream-open-tls): Use plist-get. Always return a list.
4751 (proto-stream-open-shell): Return `default' as connection type.
4752 (proto-stream-capability-open): Use plist-get.
4753 (proto-stream-eoc): Function deleted.
4755 * nnimap.el (nnimap-stream, nnimap-open-connection)
4756 (nnimap-open-connection-1): Handle renaming of :type parameter for
4757 open-protocol-stream.
4758 (nnimap-open-connection-1): Pass a :return-list parameter
4759 open-protocol-stream to obtain a list return value. Parse this list
4762 * nntp.el (nntp-open-connection): Handle renaming of :type parameter
4763 for open-protocol-stream. Accept open-protocol-stream return value
4764 that is a subprocess object instead of a list. Handle the case of a
4765 dead returned process.
4767 2011-03-25 Teodor Zlatanov <tzz@lifelogs.com>
4769 * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
4771 * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
4773 2011-03-21 Julien Danjou <julien@danjou.info>
4775 * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
4776 normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
4778 (mm-inline-text): Render normal text with fontification whenever
4781 * gnus-sum.el (gnus-summary-save-parts-1):
4782 * gnus-art.el (gnus-article-browse-html-save-cid-content)
4783 (gnus-article-browse-html-parts, gnus-mime-delete-part)
4784 (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
4785 Use `mm-handle-filename'.
4787 * mm-util.el (mm-handle-filename): New function, return the filename of
4790 2011-03-18 Julien Danjou <julien@danjou.info>
4792 * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
4793 (gnus-buffer-live-p): Check that buffer is not nil.
4795 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4797 * gnus-art.el: Require mouse, which the build bot seems to say is
4800 * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
4801 XEmacs, since it doesn't have url-retrieve-synchronously.
4803 2011-03-17 Antoine Levitt <antoine.levitt@gmail.com>
4805 * gnus-group.el (gnus-group-list-ticked): New function.
4806 (gnus-group-make-menu-bar): Provide a menu entry for it.
4807 (gnus-group-list-map): Provide a binding for it.
4809 2011-03-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4811 * shr.el (shr-visit-file): New command.
4813 * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
4815 2011-03-17 Bjørn Mork <bjorn@mork.no>
4817 * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
4820 2011-03-16 Julien Danjou <julien@danjou.info>
4822 * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
4825 * gnus-art.el (article-hide-list-identifiers):
4826 Use gnus-group-get-list-identifiers.
4828 * gnus-sum.el (gnus-group-get-list-identifiers): New function.
4829 (gnus-summary-remove-list-identifiers):
4830 Use gnus-group-get-list-identifiers to get regexp.
4831 (gnus-select-newsgroup, gnus-summary-insert-subject)
4832 (gnus-summary-insert-articles):
4833 Call gnus-summary-remove-list-identifiers unconditionally.
4835 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4837 * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
4838 we're selecting a group with unread articles.
4840 * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
4842 * gssapi.el: New file separated out from imap.el to provide a general
4843 Kerberos 5 connection facility for Emacs.
4845 * message.el (message-elide-ellipsis): Document the format spec
4848 2011-03-15 Reiner Steib <Reiner.Steib@gmx.de>
4850 * message.el (message-elide-region): Allow the ellipsis to say how many
4853 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4855 * gnus-win.el (gnus-configure-frame): Protect against trying to restore
4856 window configurations containing buffers that are now dead.
4858 * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
4859 parsing to avoid integer overflows.
4860 (nnimap-parse-flags): Simplify the last change.
4861 (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
4862 too large for 32-bit Emacsen.
4864 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4866 * auth-source.el (auth-source-netrc-create):
4867 * message.el (message-yank-original): Fix use of `case'.
4869 2011-03-15 Nelson Ferreira <nelson.ferreira@ieee.org> (tiny change)
4871 * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
4872 XEmacs, which was one character too wide.
4874 2011-03-09 Antoine Levitt <antoine.levitt@gmail.com>
4876 * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
4877 default number of articles to display.
4878 (gnus-articles-to-read): Use pretty names for prompt.
4880 2011-03-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4882 * gnus-int.el (gnus-open-server): Ditto.
4884 * gnus-start.el (gnus-activate-group): Give a backtrace if
4885 debug-on-quit is set and the user hits `C-g'.
4886 (gnus-read-active-file): Ditto.
4888 * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
4890 2011-03-15 Teodor Zlatanov <tzz@lifelogs.com>
4892 * message.el (message-yank-original): Use cond instead of CL case.
4894 2011-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4896 * auth-source.el (auth-source-netrc-create): Use usual format for the
4899 2011-03-13 Teodor Zlatanov <tzz@lifelogs.com>
4901 * auth-source.el (auth-source-netrc-create): Show the default in the
4902 prompt when prompting for token creation.
4904 2011-03-12 Teodor Zlatanov <tzz@lifelogs.com>
4906 * auth-source.el (auth-source-format-prompt): Always convert the value
4907 to a string to avoid evaluating non-string arguments.
4908 (auth-source-netrc-create): Offer default properly, not as initial
4909 content in `read-string'.
4910 (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
4911 of line to determine if we've been run before. If so, don't run again,
4912 but print a trivial message to indicate the cache was hit instead.
4914 2011-03-11 Teodor Zlatanov <tzz@lifelogs.com>
4916 * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
4917 Don't install `gnus-sync-read' to any hooks by default. It's buggy.
4918 The user will have to run `gnus-sync-read' manually and wait for Cloudy
4921 2011-03-11 Julien Danjou <julien@danjou.info>
4923 * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
4926 2011-03-09 Teodor Zlatanov <tzz@lifelogs.com>
4928 * auth-source.el (auth-source-read-char-choice): New function to read a
4929 character choice using `dropdown-list', `read-char-choice', or
4930 `read-char'. It appends "[a/b/c] " to the prompt if the choices were
4931 '(?a ?b ?c). The `dropdown-list' support is disabled for now. Use
4932 `eval-when-compile' to load `dropdown-list'. Remove `dropdown-list'.
4933 (auth-source-netrc-saver): Use it.
4934 (auth-source-pick-first-password): New convenience function.
4936 2011-03-08 Teodor Zlatanov <tzz@lifelogs.com>
4938 * nnimap.el (nnimap-credentials): Keep the :save-function as the third
4939 parameter in the credentials.
4940 (nnimap-open-connection-1): Use it after a successful login.
4941 (nnimap-credentials): Add IMAP-specific user and password prompt.
4943 * auth-source.el (auth-source-search): Add :require parameter, taking a
4944 list. Document it and the :save-function return token. Pass :require
4945 down. Change the CREATED message from a warning to a debug statement.
4946 (auth-source-search-backends): Pass :require down.
4947 (auth-source-netrc-search): Pass :require down.
4948 (auth-source-netrc-parse): Use :require, if it's given, as a filter.
4949 Change save prompt to indicate all modifications saved here are
4951 (auth-source-netrc-create): Take user login name as default in user
4952 prompt. Move all the save functionality to a lexically bound function
4953 under the :save-function token in the returned list. Set up clearer
4954 default prompts for user, host, port, and secret.
4955 (auth-source-netrc-saver): New function, intended to be wrapped for
4958 2011-03-07 Chong Yidong <cyd@stupidchicken.com>
4960 * Version 23.3 released.
4962 2011-03-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
4964 * shr.el (shr-table-horizontal-line): Change the defaults for the table
4965 lines to be spaces instead.
4967 2011-03-07 Julien Danjou <julien@danjou.info>
4969 * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
4970 (sieve-sasl-auth): Check that auth-source-search did return something,
4971 or just return an empty string.
4973 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
4975 * gnus.el (gnus-interactive): Use read-directory-name.
4977 * gnus-uu.el (gnus-uu-decode-uu-and-save)
4978 (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
4979 (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
4980 (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
4983 * gnus-group.el (gnus-group-make-directory-group): Likewise.
4985 2011-03-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
4987 * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
4988 onto the list of killed groups, too. This makes killed nnimap groups,
4989 for instance, more reliably not reappear.
4991 * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
4994 * gnus-sum.el (gnus-update-read-articles): Fix typo.
4996 * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
4997 really have server-side marks.
4999 * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
5000 since most backends do not usefully have server-side marks.
5001 (gnus-update-read-articles): Propagate marks to all backends that
5002 really have server-side marks.
5004 2011-03-05 Antoine Levitt <antoine.levitt@gmail.com>
5006 * message.el (message-cite-reply-position, message-cite-style):
5008 (message-yank-original): Use the new citation styles.
5010 2011-03-04 Daiki Ueno <ueno@unixuser.org>
5012 * message.el (message-options): Revert the change that's a workaround
5013 for XEmacs buffer-local issue; don't mark it buffer-local when running
5016 2011-03-03 Tassilo Horn <tassilo@member.fsf.org>
5018 * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
5019 numbers too big to be `read'.
5021 2011-03-02 Teodor Zlatanov <tzz@lifelogs.com>
5023 * message.el (message-options): Make buffer-local two ways to attempt
5024 to fix a XEmacs bug.
5026 2011-03-02 Julien Danjou <julien@danjou.info>
5028 * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
5030 2011-03-01 Julien Danjou <julien@danjou.info>
5032 * gnus-art.el (list-identifier): Add list-identifier as a parameter
5034 (article-hide-list-identifiers): Use list-identifier group parameter.
5036 2011-02-28 Julien Danjou <julien@danjou.info>
5038 * sieve.el (sieve-buffer-script-name): New local variable to store
5040 (sieve-edit-script): Store sieve script name.
5041 (sieve-upload): Use sieve script name when uploading.
5042 (sieve-upload): Use substitute-command-keys.
5043 (sieve-edit-script): Use substitute-command-keys.
5044 (sieve-refresh-scriptlist): Use substitute-command-keys.
5045 (sieve-manage-mode-map): Define keymap properly.
5046 (sieve-manage-mode): Do not set mode name manually, change mode-name to
5047 (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
5048 Remove commented code about cvs.
5049 (sieve-manage-quit): New function.
5050 (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
5052 2011-02-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
5054 * gnus-group.el (gnus-import-other-newsrc-file): New function.
5056 2011-02-25 Teodor Zlatanov <tzz@lifelogs.com>
5058 * auth-source.el (auth-source-search): Cache empty result sets.
5060 * auth-source.el (auth-source-save-behavior): New variable to replace
5061 `auth-source-never-create'.
5062 (auth-source-netrc-create): Use it.
5063 (auth-source-never-save): Remove.
5065 2011-02-25 Lars Ingebrigtsen <larsi@gnus.org>
5067 * nnimap.el (nnimap-stream): Doc fix.
5068 (nnimap-open-connection-1): Reverse the order of the ports to that the
5069 prompted-for port is first.
5071 * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
5072 retrieval by the no-group selection.
5074 * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
5075 numerical parameters.
5077 2011-02-25 Julien Danjou <julien@danjou.info>
5079 * gnus-gravatar.el: Use gnus-with-article-buffer.
5081 * gnus-art.el (gnus-with-article-buffer): Check that the
5082 gnus-article-buffer is alive.
5084 2011-02-24 Teodor Zlatanov <tzz@lifelogs.com>
5086 * auth-source.el (auth-source-creation-prompts): New variable to manage
5087 creation-time prompts.
5088 (auth-source-search): Document it.
5089 (auth-source-format-prompt): Add utility function.
5090 (auth-source-netrc-create): Don't default the user name to
5091 user-login-name. Use `auth-source-creation-prompts' and some default
5092 prompts for user, host, port, and password (the default generic prompt
5094 (auth-source-never-save): Add customizable option to never save info.
5095 (auth-source-netrc-create): Use it and improve save prompts. Fix help
5098 2011-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
5100 * auth-source.el (auth-source-netrc-create): Use `read-char' with no
5101 argument that XEmacs doesn't support.
5103 2011-02-23 Julien Danjou <julien@danjou.info>
5105 * gnus-art.el (article-make-date-line): Ignore errors if time is
5106 invalid and not convertible.
5107 (article-make-date-line): Only add lapsed time if time is not nil.
5109 2011-02-23 Teodor Zlatanov <tzz@lifelogs.com>
5111 * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
5112 `read-char-choice' for backwards compatibility.
5113 (auth-source-netrc-element-or-first): New function to DTRT for
5114 parameter extraction.
5115 (auth-source-netrc-create): Use it and fix multiple parameter print
5116 bug. Use the default passed from above (given-default) or the
5117 built-in (user-login-name for :user).
5119 2011-02-23 Lars Ingebrigtsen <larsi@gnus.org>
5121 * gnus-start.el (gnus-dribble-read-file):
5122 Set buffer-save-without-query, since we always want to save the dribble
5125 * nnmail.el (nnmail-article-group): Allow a final "" split to work on
5128 * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
5129 -summary- since it's a user-visible variable.
5131 * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
5132 first time you use the new Gnus.
5134 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com>
5136 * auth-source.el: Don't load netrc.el.
5137 (auth-sources): Search ~/.netrc as well by default.
5138 (auth-source-debug): Add 'trivia option for extra output.
5139 (auth-source-do-trivia): Use it.
5140 (auth-source-search): Simplify logic to use
5141 `auth-source-search-backends'. Use `auth-source-do-trivia' where
5142 appropriate. Don't keep a running count at this level. Layer :create
5143 and :delete options appropriately on the first and second passes.
5144 Don't track the backend with the search results.
5145 (auth-source-search-backends): New function to search a list of
5146 backends for a processed spec.
5147 (auth-source-netrc-parse): Cache all netrc files, making
5148 auth-source-netrc-cache an alist keyed by the file name and using the
5149 file mtime as the caching criterion. Keep the obfuscated data secret
5150 with a lexical bind.
5151 (auth-source-netrc-search): Don't calculate the length of the results
5153 (auth-source-search-backends): Fix bug.
5154 (auth-source-netrc-create): Rework prompts.
5156 2011-02-22 Andrew Cohen <cohen@andy.bu.edu>
5158 * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
5159 Lower case names of search constraints.
5160 (nnir-run-query): Cache and reuse search constraints for all imap
5163 2011-02-22 Sam Steingold <sds@gnu.org>
5165 * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
5167 2011-02-22 Lars Ingebrigtsen <larsi@gnus.org>
5169 * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
5171 (gnus-setup-message): Define missing variable from last checkin.
5173 * gnus-sum.el (gnus-summary-show-article): When called with t as the
5174 value, show the raw article.
5176 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
5178 * nnimap.el (nnimap-open-connection-1): Revert last change, since
5179 auth-source now accepts numbers.
5181 * auth-source.el (auth-source-netrc-parse): Accept a number as the port
5183 (auth-source-ensure-strings): New function.
5185 * gnus-art.el (gnus-article-update-date-headers): Doc fix.
5186 (gnus-article-setup-buffer): Always restart the date timer so that user
5187 changes to the frequency is respected.
5189 * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
5190 port numbers, so make sure it gets that if nnimap-server-port is
5193 2011-02-21 Simon Josefsson <simon@josefsson.org>
5195 * nnimap.el (nnimap-inbox): Doc fix.
5197 2011-02-20 Chong Yidong <cyd@stupidchicken.com>
5199 * shr-color.el (shr-color->hexadecimal): Use renamed function names
5200 color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
5203 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
5205 * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
5206 given method as in the group name if we're using an extended method.
5207 (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
5208 command, if we're using that, instead of waiting for the beginning.
5210 * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
5211 we're sure to get unique server names, and we don't output two async
5212 commands in the same buffer. This fixes an NNTP hang for some users.
5214 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org>
5216 * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
5217 summary buffer before reading going to the next buffer. This avoids
5218 putting the point in the group buffer if you `C-g' the command.
5220 * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
5221 cache (for now) to make ~/.authinfo.gpg files usable.
5223 * nnfolder.el (copyright-update): Define for the compiler.
5225 * auth-source.el (auth-source-search): Fix unbound variable.
5227 2011-02-19 Glenn Morris <rgm@gnu.org>
5229 * gnus.el (gnus-meta): Doc fix.
5231 2011-02-19 Chong Yidong <cyd@stupidchicken.com>
5233 * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
5234 in case it's not yet loaded.
5236 2011-02-20 Lars Ingebrigtsen <larsi@gnus.org>
5238 * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
5239 line we're waiting for.
5241 2011-02-19 Darren Hoo <darren.hoo@gmail.com> (tiny change)
5243 * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
5244 face with line-width greater than zero will cause RET in gnus summary
5245 buffer to scroll down article page-wise because auto vscroll happens,
5246 it should be temporally disabled when doing a scroll-up.
5248 2011-02-19 Lars Ingebrigtsen <larsi@gnus.org>
5250 * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
5251 outputs from the server.
5253 2011-02-18 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
5255 * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
5256 later so that bbdb can hook in easier.
5258 2011-02-18 Lars Ingebrigtsen <larsi@gnus.org>
5260 * auth-source.el (auth-source-search): Don't try to create credentials
5261 if the caller doesn't want that.
5262 (auth-source-search): If we don't find a match, don't bug out on
5263 non-bound variables.
5264 (auth-source-search): Only ask a single backend to create the
5267 * nnimap.el (nnimap-log-command): Add a newline to the inhibited
5269 (nnimap-credentials): Protect against auth-source-search returning nil.
5270 (nnimap-request-list): Protect against not being able to open the
5273 2011-02-17 Lars Ingebrigtsen <larsi@gnus.org>
5275 * auth-source.el (auth-source-search): Do a two-phase search, one with
5276 no :create to get the responses from all backends.
5278 * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
5279 when getting credentials.
5281 * gnus-util.el (gnus-delete-duplicates): New function.
5283 2011-02-17 Teodor Zlatanov <tzz@lifelogs.com>
5285 * nnimap.el (nnimap-credentials): Instead of picking the first port as
5286 a creation default, pass the whole port list down. It will be
5289 * auth-source.el (auth-source-search): Updated docs to talk about
5290 multiple creation choices.
5291 (auth-source-netrc-create): Accept a list as a value (from the search
5292 parameters) and do completion on that list. Keep a separate netrc line
5293 with the password obscured for showing the user.
5295 * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
5296 first choice to `auth-source-search' so it will be used for entry
5297 creation instead of the server's Gnus-specific name.
5298 (nnimap-credentials): Rely on the auth-source library to select which
5299 port is actually wanted in the new netrc entry, so don't override
5300 `auth-source-creation-defaults'.
5302 * auth-source.el (auth-source-netrc-parse): Use :port instead of
5303 :protocol and accept a missing user, host, or port as a wildcard match.
5304 (auth-source-debug): Default to off.
5306 (auth-source-netrc-search, auth-source-netrc-create)
5307 (auth-source-secrets-search, auth-source-secrets-create)
5308 (auth-source-user-or-password, auth-source-backend, auth-sources)
5309 (auth-source-backend-parse-parameters, auth-source-search): Use :port
5310 instead of :protocol.
5312 * nnimap.el (nnimap-credentials): Pass a port default to
5313 `auth-source-search' in case an entry needs to be created.
5314 (nnimap-open-connection-1): Use :port instead of :protocol.
5316 2011-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
5318 * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
5319 instead of delete-dups that is not available in XEmacs 21.4.
5321 2011-02-16 Lars Ingebrigtsen <larsi@gnus.org>
5323 * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
5324 nil means that nnimap doesn't get updated.
5326 2011-02-16 Teodor Zlatanov <tzz@lifelogs.com>
5328 * auth-source.el (auth-source-netrc-create): Return a synthetic search
5329 result when the user doesn't want to write to the file.
5330 (auth-source-netrc-search): Expect a synthetic result and proceed
5332 (auth-source-cache-expiry): New variable to override
5333 `password-cache-expiry'.
5334 (auth-source-remember): Use it.
5336 * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
5337 parameter. Create entry if necessary by using :create t.
5338 (nnimap-open-connection-1): Don't pass `inhibit-create'.
5340 2011-02-15 Teodor Zlatanov <tzz@lifelogs.com>
5342 * auth-source.el (auth-source-debug): Enable by default and don't
5343 mention the obsolete `auth-source-hide-passwords'.
5344 (auth-source-do-warn): New function to debug unconditionally.
5345 (auth-source-do-debug): Use it.
5346 (auth-source-backend-parse): Use it for invalid `auth-sources' entries
5347 and for Secrets API entries when the secrets.el library is not
5350 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5352 * gnus-sum.el (gnus-propagate-marks): Default to nil.
5353 (gnus-summary-exit): Kill the correct article buffer on exit from a
5356 * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
5357 gnus-propagate-marks.
5359 * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
5360 before killing the buffers so that a non-full window conf gets handled
5362 (gnus-summary-exit): Ditto.
5363 (gnus-summary-read-group-1): Ditto.
5365 * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
5366 async code again so that we can debug it properly.
5368 * message.el (message-reply): Take an optional switch-buffer parameter
5369 so that Gnus window confs are respected better.
5371 2011-02-14 Teodor Zlatanov <tzz@lifelogs.com>
5373 * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
5374 `plist-get' to accept non-list parameters (XEmacs issue).
5376 (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
5377 `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
5378 (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
5379 Login collection is "Login" and not "login".
5381 2011-02-14 Lars Ingebrigtsen <larsi@gnus.org>
5383 * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
5386 * nnimap.el (nnimap-inhibit-logging): New variable.
5387 (nnimap-log-command): Don't log login commands.
5389 * auth-source.el (auth-source-netrc-search): The asserts seem to want
5390 to have more parameters.
5392 * nnimap.el (nnimap-send-command): Mark the command time for each
5393 command, so that we don't get NOOPs stepping on our toes.
5395 * gnus-art.el (article-date-ut): Get the date from the Date header on
5398 2011-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5400 * auth-source.el (auth-source-search): Use copy-sequence instead of
5401 the cl.el copy-list.
5403 2011-02-13 Adam Sjøgren <asjo@koldfront.dk>
5405 * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
5408 2011-02-13 Lars Ingebrigtsen <larsi@gnus.org>
5410 * gnus-art.el (gnus-article-mode-line-format): Remove the article
5411 washing status from the default format. It isn't very informative.
5413 2011-02-13 Tassilo Horn <tassilo@member.fsf.org> (tiny change)
5415 * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
5416 Fix Gcc processing on imap.
5418 2011-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
5420 * message.el (message-bury): Don't pop up a new window when selected
5421 window is dedicated.
5423 2011-02-10 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
5425 * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
5427 2011-02-10 Teodor Zlatanov <tzz@lifelogs.com>
5429 * sieve-manage.el: Autoload `auth-source-search'.
5430 (sieve-sasl-auth): Use it.
5432 2011-02-09 Teodor Zlatanov <tzz@lifelogs.com>
5434 * nnimap.el: Autoload `auth-source-forget+'.
5435 (nnimap-open-connection-1): Use it if the connection fails.
5437 * auth-source.el: Require `password-cache'.
5438 (auth-source-hide-passwords, auth-source-cache): Remove and mark
5440 (auth-source-magic): Marker for `password-cache' keys.
5441 (auth-source-do-cache): Update docstring.
5442 (auth-source-search): Use and check cache.
5443 (auth-source-forget-all-cached, auth-source-remember)
5444 (auth-source-recall, auth-source-forget, auth-source-forget+)
5445 (auth-source-specmatchp): Caching support functions.
5446 (auth-source-forget-user-or-password, auth-source-forget-all-cached):
5447 Remove and obsolete.
5448 (auth-source-user-or-password): Remove caching to further discourage
5449 using it. Always hide passwords.
5451 2011-02-09 Lars Ingebrigtsen <larsi@gnus.org>
5453 * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
5454 code for now, since it doesn't work for all users.
5456 2011-02-09 Julien Danjou <julien@danjou.info>
5458 * message.el (message-options): Make message-options really buffer
5461 2011-02-08 Teodor Zlatanov <tzz@lifelogs.com>
5463 * mail-source.el: Autoload `auth-source-search'.
5464 (mail-source-keyword-map): Note order matters.
5465 (mail-source-set-1): Get all the mail-source source values and
5466 defaults and search auth-source on those if needed. This can all
5467 probably be simplified.
5469 * nnimap.el: Autoload `auth-source-search'.
5470 (nnimap-credentials): Use it.
5471 (nnimap-open-connection-1): Ask for the virtual server and physical
5472 address in one shot.
5474 * nntp.el: Autoload `auth-source-search'.
5475 (nntp-send-authinfo): Use it. Note TODO.
5477 2011-02-08 Julien Danjou <julien@danjou.info>
5479 * shr.el (shr-tag-body): Add support for text attribute in body
5482 * message.el (message-options): Make message-options a local variable.
5484 2011-02-07 Teodor Zlatanov <tzz@lifelogs.com>
5486 * auth-source.el (auth-source-secrets-search)
5487 (auth-source-user-or-password): Use `append' instead of `nconc'.
5488 (auth-source-user-or-password): Build return list better and protect
5489 against nil :secret.
5491 2011-02-07 Lars Ingebrigtsen <larsi@gnus.org>
5493 * nnimap.el (nnimap-update-info): Refactor slightly.
5494 (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
5495 (nnimap-update-info): Clean up slightly.
5496 (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
5498 (nnimap-process-quirk): Rename function to avoid collision.
5499 (nnimap-update-info): Fix macrology bug-out.
5500 (nnimap-update-info): Simplify split history test.
5502 2011-02-06 Michael Albinus <michael.albinus@gmx.de>
5504 * auth-source.el (top): Require 'eieio unconditionally.
5505 Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
5506 (auth-source-secrets-search): Limit search when `max' is greater than
5509 2011-02-06 Lars Ingebrigtsen <larsi@gnus.org>
5511 * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
5512 part not returning any data.
5514 * proto-stream.el (open-protocol-stream): Document the return value.
5516 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
5518 * auth-source.el (auth-source-secrets-search): Add examples.
5520 2011-02-06 Julien Danjou <julien@danjou.info>
5522 * message.el (message-setup-1): Handle message-generate-headers-first
5525 2011-02-06 Teodor Zlatanov <tzz@lifelogs.com>
5527 * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
5528 API with a string "secrets:collection-name" and with 'default.
5529 (auth-source-backend-parse): Parse "secrets:collection-name" and
5530 'default. Recurse on parses instead of repeating code. Use the
5531 Secrets API is the source is not nil and 'ignore otherwise. Emit a
5532 message when ignoring a source.
5533 (auth-source-search): List ignored search keys at the top level.
5534 (auth-source-netrc-create): Use `case' instead of `cond'.
5535 (auth-source-secrets-search): Created with TODOs.
5536 (auth-source-secrets-create): Created with TODOs.
5537 (auth-source-retrieve, auth-source-create, auth-source-delete)
5538 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
5539 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
5540 (auth-source-user-or-password-sftp)
5541 (auth-source-user-or-password-smtp): Remove.
5542 (auth-source-user-or-password): Deprecated and modified to be a wrapper
5543 around `auth-source-search'. Not tested thoroughly.
5545 2011-02-04 Teodor Zlatanov <tzz@lifelogs.com>
5547 * auth-source.el: Bring in assoc and eioeio libraries.
5548 (secrets-enabled): New variable to track the status of the Secrets API.
5549 (auth-source-backend): New EIOEIO class to represent a backend.
5550 (auth-source-creation-defaults): New variable to set prompt defaults
5551 during token creation (see the `auth-source-search' docstring for
5553 (auth-sources): Simplify to allow a simple string as a netrc backend
5555 (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
5556 (auth-source-backend-parse-parameters): Fill in the backend parameters.
5557 (auth-source-search): Main auth-source API entry point.
5558 (auth-source-delete): Wrapper around `auth-source-search' for deletion.
5559 (auth-source-search-collection): Helper function for searching.
5560 (auth-source-netrc-parse, auth-source-netrc-normalize)
5561 (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
5562 Supports search, create, and delete.
5563 (auth-source-secrets-search, auth-source-secrets-create): Secrets API
5565 (auth-source-user-or-password): Call `auth-source-search' but it's not
5568 2011-02-04 Lars Ingebrigtsen <larsi@gnus.org>
5570 * message.el (message-setup-1): Remove the read-only stuff, since it
5571 doesn't work under XEmacs, for some reason.
5573 * gnus-sum.el (gnus-user-date): Rename back from
5574 gnus-summary-user-date since user code refers to it.
5576 * shr.el (shr-render-td): Store the actual background color used.
5578 * message.el (message-setup-1): Don't bind the constant
5579 -forbidden-properties.
5580 (message-setup-1): Revert previous change, since it needs to bind the
5581 props to insert them.
5582 (message-resend): Allow removing the read-only separator line.
5584 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
5586 * nnimap.el (nnimap-request-accept-article): Give an error message if
5587 the APPEND wasn't successful.
5589 2011-02-03 Adam Sjøgren <asjo@koldfront.dk>
5591 * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
5592 that have no groups.
5594 2011-02-03 Julien Danjou <julien@danjou.info>
5596 * gnus-draft.el: Remove progn around gnus-draft-setup.
5598 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
5600 * gnus-start.el (gnus-read-active-for-groups): This function is never
5601 called with a nil `infos', so clean that up.
5602 (gnus-get-unread-articles): Request active files from primary/secondary
5603 methods that have no groups (yet).
5605 2011-02-03 Julien Danjou <julien@danjou.info>
5607 * message.el (message-setup-1): Always generate References first.
5608 (message-mail): Return the return value of message-setup, not always t.
5609 (message-setup-1): Insert mail-header-separator with read-only and
5610 intangible properties set.
5612 * gnus.el (gnus-summary-line-format): Add missing semi-colon for
5613 user-date in docstring.
5615 * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
5617 * gnus.el (gnus-summary-line-format): Mention &user-date format in
5620 * gnus.el (gnus-user-date-format-alist): Change default value.
5621 Use defcustom, with type and group. Move from gnus-util.el.
5622 Rename to gnus-summary-user-date-format-alist.
5624 2011-02-03 Glenn Morris <rgm@gnu.org>
5626 * nnimap.el (gnus-fetch-headers): Declare.
5628 * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
5630 2011-02-03 Lars Ingebrigtsen <larsi@gnus.org>
5632 * message.el (message-forward-make-body-digest-plain)
5633 (message-followup, message-reply): Clean up things noted by Stefan.
5635 * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
5636 gnus-article-update-date-headers is nil.
5637 (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
5638 it didn't really work with defcustom.
5639 (article-update-date-lapsed): Make sure the window start doesn't move,
5642 2011-02-01 Julien Danjou <julien@danjou.info>
5644 * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
5647 * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
5648 standard in Emacs nowadays.
5650 2011-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
5652 * message.el (message-expand-name): Don't trust the return value of
5654 (message-check-news-header-syntax): Remove unused var `start'.
5655 (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
5656 (message-inhibit-body-encoding): Move to before first use.
5657 (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
5658 (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
5659 (Organization, Message-ID, Date, mh-previous-window-config):
5660 Defvar the vars using dynamic scoping.
5662 2011-02-01 Lars Ingebrigtsen <larsi@gnus.org>
5664 * shr.el (shr-render-td): Only do colors at the final rendering.
5665 Should be slightly faster.
5666 (shr-insert-table): Fix up TD background colors when doing the
5669 * gnus-art.el (article-date-ut): Protect against articles with no Date
5671 (article-update-date-lapsed): Don't use current-column to find the
5672 horizontal position. It's fragile in the presence of \003 characters.
5674 * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
5676 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
5678 * gnus-art.el (article-transform-date): Rewrite to still work when
5679 there are several rfc2822 parts.
5680 (article-transform-date): Fix infinite recursion.
5681 (article-date-ut): Replace infinitely many Date headers with a single
5682 one when called interactively.
5684 * nnimap.el (nnimap-wait-for-response): Wait for results in a more
5687 * gnus-art.el (article-update-date-lapsed): Try to avoid having point
5688 move around by not using save-window-excursion. It seems to work...
5690 2011-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
5692 * gnus-art.el (article-make-date-line): Work for user-defined format.
5694 2011-01-31 Lars Ingebrigtsen <larsi@gnus.org>
5696 * nntp.el (nntp-retrieve-group-data-early)
5697 (nntp-finish-retrieve-group-infos): Implement the asynchronous data
5700 * gnus-start.el (gnus-read-active-for-groups): Read the active files
5701 thoroughly for all backends that have no known groups. This should
5702 allow new nnml methods to retrieve mail.
5704 * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
5705 that Gnus doesn't know exists again.
5707 * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
5708 (gnus-treat-date-ut): Ditto.
5709 (gnus-article-update-date-header): Rename.
5710 (gnus-treat-date-local): Remove.
5711 (gnus-treat-date-english): Remove.
5712 (gnus-treat-date-lapsed): Remove.
5713 (gnus-treat-date-combined-lapsed): Remove.
5714 (gnus-treat-date-original): Remove.
5715 (gnus-treat-date-iso8601): Remove.
5716 (gnus-treat-date-user-defined): Remove.
5717 (gnus-article-date-headers): New variable to control all the date
5719 (article-date-ut): Rewrite to allow using the new way to format date
5722 2011-01-30 Lars Ingebrigtsen <larsi@gnus.org>
5724 * nnmail.el (nnmail-article-group): Check for a direct fancy split
5726 (nnmail-article-group): A better test for fanciness.
5728 * nnimap.el (nnimap-request-head): Protect against not finding the
5729 article by Message-ID.
5731 2011-01-29 Lars Ingebrigtsen <larsi@gnus.org>
5733 * gnus-art.el (article-update-date-lapsed): Try a better way to really
5734 keep point at the "same place".
5736 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
5738 * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
5739 data if the group is inactive.
5741 2011-01-28 Julien Danjou <julien@danjou.info>
5743 * gnus-win.el: Remove dead function gnus-window-configuration-element.
5744 (gnus-all-windows-visible-p): Remove old compatibility code.
5745 (gnus-window-top-edge): Add docstring.
5747 * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
5749 2011-01-28 Lars Ingebrigtsen <larsi@gnus.org>
5751 * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
5752 older request-update-info.
5754 * gnus-art.el (article-make-date-line): Limit the length a bit more.
5756 2011-01-28 Daiki Ueno <ueno@unixuser.org>
5758 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
5759 Give mml2015-signers higher precedence over mml2015-sign-with-sender.
5761 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
5763 * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
5764 groups. This makes the nndraft:queue group pop up if it's not already
5767 * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
5768 messages" logic, which was reversed.
5770 * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
5771 the "same place" even if point is on the line being replaced.
5772 (article-update-date-lapsed): Allow updating both the combined lapsed
5773 and the lapsed headers.
5774 (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
5775 (article-make-date-line): Limit the number of segments dynamically to
5776 avoid too-long lines.
5778 2011-01-27 Julien Danjou <julien@danjou.info>
5780 * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
5781 (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
5783 2011-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
5785 * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
5786 Use plist-get instead of the cl function getf.
5788 2011-01-27 Glenn Morris <rgm@gnu.org>
5790 * gnus-util.el (float-time): Get rid of compiler warning, again.
5792 2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
5794 * shr.el (shr-put-color): Special-case background colors: Do put them
5795 at the blank parts at the front of the lines.
5797 * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
5798 exit hook to nix out all data on readedness on group exit.
5800 * gnus-util.el (float-time): If float-time is bound, always use it on
5801 all Emacsen. It's unclear why the subrp check was there.
5802 (time-date): Require to make some autoload issues on XEmacs go away.
5804 * shr.el (shr-put-color): Don't do the box padding in tables, since
5805 they're already padded.
5807 2011-01-26 Lars Ingebrigtsen <larsi@gnus.org>
5809 * gnus-art.el (gnus-article-next-page): When the last line of the
5810 article is displayed, scroll down once more instead of going to the
5811 next article at once.
5812 (article-lapsed-string): Refactor out and allow specifying how many
5814 (gnus-article-setup-buffer): Start updating the lapsed header directly.
5815 (gnus-article-update-lapsed-header): New variable.
5817 * shr.el: Revert change that made headings use different-sized faces.
5818 The Emacs display engine isn't advanced enough that, for instance,
5819 tables can comfortably use differently-sized faces.
5821 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
5823 * nnimap.el (nnimap-open-connection-1): Store the actual stream type
5825 (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
5826 fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
5827 we're using an encrypted connection.
5829 * proto-stream.el: Alter the interface functions to also return the
5830 actual stream type used: network or TLS.
5832 2011-01-25 Julien Danjou <julien@danjou.info>
5834 * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
5835 (mm-display-javascript-inline): New function.
5837 * mm-decode.el (mm-inline-media-tests): Add application/javascript
5840 2011-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
5842 * shr.el (shr-expand-newlines): Fix variable name.
5844 2011-01-25 Lars Ingebrigtsen <larsi@gnus.org>
5846 * shr.el (shr-expand-newlines): Make nested boxes work.
5848 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
5850 * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
5852 (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
5853 in a more sensible manner.
5855 2011-01-24 Teodor Zlatanov <tzz@lifelogs.com>
5857 * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
5860 2011-01-24 Julien Danjou <julien@danjou.info>
5862 * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
5865 2011-01-24 Lars Ingebrigtsen <larsi@gnus.org>
5867 * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
5870 * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
5871 in the article buffer.
5872 (gnus-gravatar-insert): Use blank space from the current buffer to
5873 avoid breaking text properties. This makes X-Sent updating work again.
5875 * gravatar.el (gravatar-retrieve): Be silent when retrieving.
5877 2011-01-23 Lars Ingebrigtsen <larsi@gnus.org>
5879 * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
5880 fix the bug in url-http.el instead.
5882 * shr.el (shr-image-fetched): Ditto.
5884 * shr.el (shr-image-fetched): Avoid having point move in the article
5887 * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
5888 buffer after being called. It's apparently being killed by url.el, and
5889 killing it made point move to end-of-buffer in a random buffer.
5891 * shr.el (shr-image-fetched): Ditto.
5893 2011-01-23 Julien Danjou <julien@danjou.info>
5895 * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
5897 * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
5900 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
5902 * gnus-sum.el (gnus-summary-move-article): Protect against backends
5903 (i.e., nnimap) returning nil as the article number.
5905 2011-01-22 Kazuhiro Ito <kzhr@d1.dion.ne.jp> (tiny change)
5907 * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
5908 "DelSp" parameter in RFC3676.
5910 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
5912 * message.el (message-check-recipients): Display the encoded version of
5913 the bogus address if they differ.
5915 * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
5918 * gnus-agent.el (gnus-agent-send-mail): Ditto.
5920 * gnus-group.el (gnus-group-refresh-group): New convenience function.
5922 * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
5923 group buffer after sending the queue.
5925 * gnus-agent.el (gnus-agent-send-mail): Ditto.
5927 2011-01-22 Julien Danjou <julien@danjou.info>
5929 * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
5931 2011-01-22 Lars Ingebrigtsen <larsi@gnus.org>
5933 * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
5934 nested related parts.
5936 * nnfolder.el (nnfolder-request-expire-articles): Return the list of
5937 unexpired articles. This fixes the regression that led expiry marks to
5938 disappear from nnfolder groups.
5940 2011-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
5942 * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
5943 Don't confuse the "ret" of "retrograde" with RET.
5945 2011-01-21 Julien Danjou <julien@danjou.info>
5947 * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
5948 than mm-insert-inline.
5950 2011-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
5952 * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
5953 Widen article buffer.
5955 2011-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
5957 * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
5959 * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
5961 2011-01-20 Julien Danjou <julien@danjou.info>
5963 * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
5965 * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
5966 than mm-insert-inline to insert inline part: this respect
5967 mm-inline-media-tests displayers.
5969 * mm-view.el (mm-display-shell-script-inline): New function.
5971 * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
5973 * mm-uu.el (mm-uu-type-alist): Add org block.
5974 (mm-uu-org-src-code-block-extract): New function.
5976 * mm-view.el (mm-display-org-inline): New function.
5978 * mm-decode.el (mm-automatic-display): Add text/org.
5980 * mailcap.el (mailcap-mime-extensions): Add .org.
5982 2011-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
5984 * gnus-art.el (gnus-article-highlight): Remove argument passed to
5985 gnus-article-add-buttons.
5987 2011-01-19 Tom Rauchenwald <sehnsucht.nach.unendlichkeit@quantentunnel.de> (tiny change)
5989 * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
5990 From header with a date and "nobody" as the sender.
5992 2011-01-19 Julien Danjou <julien@danjou.info>
5994 * gnus-art.el (gnus-article-add-buttons): Simplify condition.
5995 (gnus-button-push): Remove gnus-button-entry function, it fails heavily
5996 if you have the same regexp several times.
5997 (gnus-button-push): Fix matching when regexp is symbol.
5999 2011-01-15 Glenn Morris <rgm@gnu.org>
6001 * message.el (message-mail): A compose-mail function should
6002 accept headers as strings.
6004 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
6006 * message.el (message-tool-bar-gnome): Tweak tool-bar items.
6007 Add :vert-only tags.
6008 (message-mail): New arg RETURN-ACTION.
6009 (message-return-action): New var.
6010 (message-bury): Use it.
6011 (message-mode): Make it buffer-local.
6012 (message-send-and-exit): Always call message-bury.
6014 * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION. Pass it to
6017 2011-01-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6019 * nnimap.el (nnimap-convert-partial-article): Protect against
6020 zero-length body parts.
6022 * mm-decode.el (mm-preferred-alternative-precedence):
6023 Discourage showing empty parts.
6025 * gnus-int.el (gnus-request-accept-article): Don't try to update marks
6026 and stuff if the backend didn't return the article number. This fixes
6027 an Exchange-related nnimap bug.
6029 * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
6030 group window, because it does the wrong thing when a separate frame
6031 displays the group buffer.
6033 * proto-stream.el (open-protocol-stream): Protect against the low-level
6034 transport functions returning nil.
6036 2011-01-07 Daiki Ueno <ueno@unixuser.org>
6038 * mml2015.el (epg-sub-key-fingerprint): Autoload.
6039 (mml2015-epg-find-usable-secret-key): New function.
6040 (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
6041 mml2015-epg-find-usable-key (Bug#7797).
6042 (mml2015-epg-encrypt): Ditto.
6044 2011-01-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
6046 * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
6048 2011-01-03 Glenn Morris <rgm@gnu.org>
6050 * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
6052 * sieve.el (sieve-open-server): Give a more explicit error if
6053 sieve-manage-open returns nil. (Bug#7720)
6055 2011-01-02 Karl Fogel <kfogel@red-bean.com>
6057 * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
6059 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6061 * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
6062 This avoids sending passwords in plain text over non-encrypted
6065 * shr.el (shr-rescale-image): Display all GIF images as animated images.
6067 * nnimap.el (nnimap-login): Refactored out into own function, and
6069 (nnimap-wait-for-line): Refactored out.
6071 * mm-view.el (mml-smime): Require.
6073 2010-12-20 David Engster <deng@eml.cc>
6075 * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
6076 use EPG to decrypt S/MIME messages instead of openssl.
6078 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6080 * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
6082 * gnus-group.el (gnus-group-kill-group): Don't try to update the group
6083 status is the group clearly is unreachable.
6085 * auth-source.el (auth-source-create): Add the optional second
6086 parameter to `local-variable-p' to be compatible with XEmacs.
6088 2011-01-02 Wang Diancheng <dcwang@kingbase.com.cn> (tiny change)
6090 * nnml.el (nnml-request-article): Allow requesting by Message-ID to
6091 work when using a compressed nnml folder.
6093 2011-01-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
6095 * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
6096 backends after sanitising on entry, because this never makes sense:
6097 If the articles have gone missing, then the data no longer exists on
6098 the backend, and if they haven't, then Gnus is wrong, and shouldn't
6099 overwrite anything anyway.
6101 * shr.el (shr-insert-document): Bind shr-width dynamically to
6102 window-width if it's nil.
6104 2010-12-30 Tassilo Horn <tassilo@member.fsf.org>
6106 * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
6107 with the meaning of using the full emacs window width for rendering.
6109 2010-12-27 Daiki Ueno <ueno@unixuser.org>
6111 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
6112 case when sender is not given.
6114 2010-12-23 Julien Danjou <julien@danjou.info>
6116 * gnus-gravatar.el (gnus-gravatar-transform-address): Set
6117 `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
6118 the addresses, otherwise we might misplaced the gravatar.
6120 2010-12-21 Daiki Ueno <ueno@unixuser.org>
6122 * mml1991.el (pgg-sign-region, pgg-encrypt-region):
6123 * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
6126 2010-12-20 Julien Danjou <julien@danjou.info>
6128 * gnus-util.el (gnus-rescale-image): Revert last change.
6130 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6132 * gnus-group.el (gnus-group-delete-articles): New command.
6134 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
6136 * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
6138 2010-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6140 * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
6141 here, since it's up to the backends to do CRLF removal if their
6144 * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
6146 2010-12-17 Julien Danjou <julien@danjou.info>
6148 * gnus-util.el (gnus-rescale-image): Allow to resize images even if
6149 they are from file. Can also scale up.
6151 2010-12-17 Andrew Cohen <cohen@andy.bu.edu>
6153 * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
6154 Restore gnus-use-agent.
6155 (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
6157 * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
6159 2010-12-17 Julien Danjou <julien@danjou.info>
6161 * gravatar.el (gravatar-retrieve-synchronously): New function.
6162 (gravatar-get-data): Make more robust.
6164 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6166 * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
6167 to really consider the last line.
6169 2010-12-16 Daiki Ueno <ueno@unixuser.org>
6171 * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
6172 list of recipient keys, or use symmetric encryption if not a list.
6173 (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
6174 EPA override, replacing the call to `netrc-store-data'.
6176 2010-12-16 Dan Davison <dandavison7@gmail.com> (tiny change)
6178 * gnus-srvr.el: Avoid passing nil regexp argument to
6179 delete-matching-lines.
6181 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6183 * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
6184 fetching stops when Gnus exits.
6186 * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
6188 (nnfolder-request-expire-articles): Save all the buffers after doing
6191 * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
6192 the last article", since that led to serious performance regressions
6193 when expiring nnml groups.
6195 2010-12-16 Andrew Cohen <cohen@andy.bu.edu>
6197 * nnir.el: Improve customizations.
6199 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6201 * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
6203 * gnus-group.el (gnus-group-kill-group): Notify the backend that the
6204 group has been killed.
6205 (gnus-group-yank-group): Ditto.
6207 * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
6209 * nnimap.el (nnimap-request-update-group-status): New function.
6211 * gnus-int.el (gnus-request-update-group-status): New interface
6214 * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
6215 copying read-ness to the backends.
6217 * nnimap.el (nnimap-quirk): New function.
6218 (nnimap-retrieve-group-data-early): Use it.
6219 (nnimap-quirks): New alist.
6221 2010-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
6223 * shr.el (shr-insert): Set shr-start after deleting trailing space;
6224 don't delete it within indentation.
6226 2010-12-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6228 * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
6231 2010-12-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6233 * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
6234 QRESYNC command by deleting a superfluous space which broke Cyrus
6235 servers. This change will break other servers that are buggy the other
6238 2010-12-14 Teodor Zlatanov <tzz@lifelogs.com>
6240 * spam.el: Reindent and fix long lines.
6241 (spam-copy-or-move-routine): Exclude invalid move destinations.
6243 2010-12-14 Andrew Cohen <cohen@andy.bu.edu>
6245 * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
6246 installed the registry.
6248 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
6250 * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
6251 groupname doesn't contain "gmane".
6253 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6255 * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
6256 (gnus-1): Don't create the nndrafts group twice.
6257 (gnus-setup-news): There's no need to read the active file here, since
6258 that's done again later on a per-backend basis.
6259 (gnus-start-draft-setup): Make sure that the new group is started out
6262 * gnus-agent.el (gnus-agentize): Don't create the queue group
6263 automatically on startup. It'll be created later, if needed.
6265 * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
6266 of automatically subscribed groups.
6267 (gnus-auto-subscribed-categories): New variable.
6268 (gnus-matches-options-n): Use it.
6269 (gnus-default-subscribed-newsgroups): Remove unused variable.
6270 (gnus-start-draft-setup): Message a bit less.
6272 2010-12-13 Andrew Cohen <cohen@andy.bu.edu>
6274 * nnir.el (nnir-run-imap): Return article list in order of increasing
6277 2010-12-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6279 * gnus-sum.el (gnus-summary-enter-digest-group):
6280 Mention gnus-auto-select-on-ephemeral-exit.
6282 * proto-stream.el (proto-stream-open-network-only): Fix the calling
6283 convention of the network-only option.
6285 2010-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6287 * proto-stream.el (proto-stream-open-network-only): New function to
6288 have a way to specify non-STARTTLS upgrade connections.
6290 2010-12-10 Julien Danjou <julien@danjou.info>
6292 * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
6293 email address is nil.
6295 * message.el (message-bogus-recipient-p): Set address to "" if nil.
6297 2010-12-10 Andrew Cohen <cohen@andy.bu.edu>
6299 * nnir.el (nnir-request-expire-articles): Ignore expiry except for
6301 (nnir-run-imap): Only need to parse list once.
6303 2010-12-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
6305 * shr.el (shr-tag-script): Ignore <script>.
6306 (shr-tag-label): Add <label> support.
6308 2010-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
6310 * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
6312 * shr.el (shr-image-displayer): Work for images lined side by side.
6314 2010-12-08 Robert Pluim <rpluim@gmail.com>
6316 * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
6317 parameter, since XEmacs doesn't accept t as a parameter.
6319 2010-12-08 Andrew Cohen <cohen@andy.bu.edu>
6321 * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
6323 (nnir-run-gmane): Simplify groupspec formatting.
6324 (nnir-request-expire-articles): New function.
6326 2010-12-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
6328 * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
6331 * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
6332 (shr-render-td): Handle td style="" better.
6333 (shr-tag-table): Use the color from the style sheet.
6334 (shr-render-td): Make sure we copy over all the overlays, too.
6336 2010-12-07 Andrew Cohen <cohen@andy.bu.edu>
6338 * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
6339 (nnir-request-article): Improve article retrieval.
6341 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
6343 * mm-util.el (mm-extra-numeric-entities): New variable.
6345 * mm-url.el (mm-url-decode-entities):
6346 * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
6348 2010-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
6350 * message.el: Use completion-at-point.
6351 (message-completion-function): New fun, extracted from message-tab.
6352 (message-mode): Use it for completion-at-point-functions.
6353 (message-tab): Use it and completion-at-point.
6355 2010-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
6357 * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
6358 character if a non-breakable character follows.
6360 2010-12-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
6362 * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
6365 * shr.el (shr-tag-font): Colorize the region.
6366 (shr-tag-body): Ditto.
6367 (shr-tag-font): Actually let the styles be inherited instead of
6369 (shr-tag-font): Get the background color right.
6370 (shr-tag-style): Ignore all <style> tags for the moment.
6372 * gnus-int.el (gnus-request-thread): Rework to take a header instead of
6373 a Message-ID to avoid having nnimap depend on gnus-sum.
6375 * shr.el (shr-descend): Only colorize something if we have a node that
6378 2010-12-06 Julien Danjou <julien@danjou.info>
6380 * shr.el (shr-render-td): Render td content with shr-descend, so style
6381 will be applied to <td> too.
6382 (shr-colorize-region): Colorize region even if we only have a background.
6383 (shr-tag-body): Fix color and background color inheritance.
6384 Do not recolorize after shr-generic.
6385 (shr-tag-font): Let shr-generic colorize via inheritance.
6387 2010-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
6389 * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
6391 2010-12-06 Andrew Cohen <cohen@andy.bu.edu>
6393 * nnir.el (nnir-request-move-article): Remove obsolete code.
6395 2010-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
6397 * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
6399 2010-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
6401 * gnus-sum.el (gnus-summary-respool-article): The completion function
6402 expects a list instead of an alist.
6404 * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
6405 string as the parameter.
6407 * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
6409 * shr.el (shr-stylesheet): New dynamic variable for cascading the
6411 (shr-colorize-region): New function.
6412 (shr-insert-background-overlay): Remove.
6413 (shr-render-td): Background setting should be taken care of on a higher
6415 (shr-tag-body): Use post-hoc colorizations.
6416 (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
6417 (shr-put-color-1): Don't overwrite old colors.
6418 (shr-colorize-region): When the background color isn't explicit, use
6421 * gnus-util.el (gnus-output-to-mail): Require nnmail before using
6424 2010-12-05 Bjørn Mork <bjorn@mork.no>
6426 * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
6429 2010-12-05 Andrew Cohen <cohen@andy.bu.edu>
6431 * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
6434 2010-12-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6436 * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
6439 * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
6440 C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
6442 * shr.el (shr-urlify): Show the URL before the title to avoid
6445 2010-12-04 Adam Sjøgren <asjo@koldfront.dk>
6447 * shr.el (shr-urlify): Display the title in <a> tags.
6449 2010-12-04 Andrew Cohen <cohen@andy.bu.edu>
6451 * nnir.el (nnir-categorize): Replace mapcar with mapc.
6453 2010-12-03 Andrew Cohen <cohen@andy.bu.edu>
6455 * nnir.el: Rearrange code to allow macros to be autoloaded by
6457 (nnir-retrieve-headers-override-function): Make this variable
6459 (nnir-retrieve-headers): Remove obsolete subject-mangling code.
6461 * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
6464 2010-12-03 Julien Danjou <julien@danjou.info>
6466 * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
6468 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
6470 * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
6471 allow optional argument `environment'.
6473 2010-12-03 Glenn Morris <rgm@gnu.org>
6475 * mm-extern.el (message-goto-body): Update declaration.
6477 2010-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
6479 * gnus-util.el (gnus-macroexpand-all): New function.
6481 * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
6482 instead of macroexpand-all that is unavailable in XEmacs.
6484 2010-12-02 Andrew Cohen <cohen@andy.bu.edu>
6486 * nnir.el (nnir-summary-line-format): New variable.
6487 (nnir-mode): Use it.
6488 (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
6489 (nnir-article-ids): Reimplement as defsubst.
6490 (nnir-retrieve-headers): Don't mangle the subject header.
6491 (nnir-run-imap): Use 100 as RSV score.
6492 (nnir-run-find-grep): Fix for full server searching.
6493 (nnir-run-gmane): Better restriction to gmane groups.
6495 * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
6498 2010-12-02 Julien Danjou <julien@danjou.info>
6500 * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
6502 * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
6504 * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
6507 2010-12-01 Andrew Cohen <cohen@andy.bu.edu>
6509 * nnir.el: Update to handle the registry better.
6510 (autoload): Silence byte-compiler.
6511 (nnir-open-server): Add a hook for nnir groups.
6512 (nnir-request-move-article): Don't mangle the header. Better to use
6513 formatting variables (which will be added in the future).
6514 (nnir-registry-action): Update the registry using the original article
6516 (nnir-mode): Install nnir-specific hooks for updating the registry.
6519 (gnus-article-original-subject,gnus-newsgroup-original-name):
6520 Remove obsolete variables.
6521 (gnus-summary-move-article): Remove use of obsolete variables.
6522 (gnus-summary-local-variables): Make move and delete hooks local to
6525 2010-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
6527 * rtree.el: New file.
6529 2010-12-01 Julien Danjou <julien@danjou.info>
6531 * message.el (message-user-organization): Do not use
6532 gnus-local-organization.
6534 * gnus.el: Remove gnus-local-organization.
6536 * gnus-msg.el: Remove nastygram thing.
6538 2010-12-01 Teodor Zlatanov <tzz@lifelogs.com>
6540 * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
6543 2010-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
6545 * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
6548 * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
6551 * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
6552 to t of inhibit-read-only since it is inside gnus-with-article-headers.
6553 Suggested by Štěpán Němec <stepnem@gmail.com>.
6554 (gnus-gravatar-transform-address): Use mail-extract-address-components
6555 that supports non-ASCII names rather than mail-header-parse-addresses.
6557 2010-11-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
6559 * proto-stream.el (open-protocol-stream): All STARTTLS connections are
6560 handled by the network handler.
6562 2010-11-30 Julien Danjou <julien@danjou.info>
6564 * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
6565 (nnimap-open-connection-1): Fix PREAUTH.
6567 * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
6569 2010-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
6571 * shr.el (shr-char-breakable-p, shr-char-nospace-p)
6572 (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
6573 (shr-insert): Use them.
6574 (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
6576 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
6578 * nnir.el (nnir-request-move-article): Bail out if original group
6579 doesn't support article moves.
6580 (nnir-get-active): Improve active list retrieval.
6582 2010-11-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
6584 * shr.el (shr-find-fill-point): Don't break before apostrophes.
6586 2010-11-29 Binjo <binjo.cn@gmail.com> (tiny change)
6588 * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
6589 seem to accept strings-with-numbers as port numbers.
6591 2010-11-29 Andrew Cohen <cohen@andy.bu.edu>
6593 * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
6594 change the registry.
6596 2010-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
6598 * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
6599 delete-dups that is not available in XEmacs 21.4.
6601 * mm-util.el (mm-delete-duplicates): Add comment.
6603 2010-11-28 Andrew Cohen <cohen@andy.bu.edu>
6605 * nnir.el (nnir-ignored-newsgroups): New variable.
6606 (nnir-get-active): Use it.
6608 2010-11-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
6610 * proto-stream.el (proto-stream-open-network): Add some comments.
6612 * nntp.el (nntp-open-connection): Provide a :success condition.
6614 * nnimap.el (nnimap-open-connection-1): Ditto.
6616 * proto-stream.el (proto-stream-open-network): See what the response to
6617 the STARTTLS command is.
6619 * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
6620 backwards compatibility).
6621 (nnimap-open-connection-1): Really respect nnimap-server-port.
6623 * proto-stream.el (proto-stream-open-network): When doing opportunistic
6624 TLS upgrades we don't really care about the identity of the peer.
6625 (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
6626 that what we've checked for.
6627 (proto-stream-always-use-starttls): Only default to t if
6628 open-gnutls-stream exists.
6629 (proto-stream-open-network): If STARTTLS failed, then just open a
6631 (proto-stream-open-network): Wait until the greeting before doing
6634 * nntp.el (nntp-open-connection): Report what the connection error is.
6636 * proto-stream.el (open-protocol-stream): Rename from
6639 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6641 * nnimap.el (nnimap-stream): Change default to `undecided'.
6642 (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
6643 first, and then network.
6644 (nnimap-open-connection-1): Respect nnimap-server-port.
6645 (nnimap-open-connection): Be more backwards-compatible.
6647 * proto-stream.el (proto-stream-always-use-starttls): New variable.
6648 (proto-stream-open-starttls): De-duplicate the STARTTLS code.
6649 (proto-stream-open-starttls): Folded back into the main function.
6650 (proto-stream-open-network): Fix typo in the GnuTLS path.
6651 (proto-stream-command): Refactor out.
6653 * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
6655 * proto-stream.el (proto-stream-open-starttls): Actually implement the
6656 starttls.el STARTTLS.
6658 * color.el (color-lab->srgb): Fix function call name.
6660 * proto-stream.el (proto-stream-open-tls): Delete output from openssl
6661 if we're using tls.el.
6662 (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
6663 built in, then don't try to establish a STARTTLS connection.
6665 * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
6668 * proto-stream.el (open-proto-stream): Use network, not stream.
6669 (open-proto-stream): Add a way to specify what the end of a command is.
6671 * nntp.el (nntp-open-connection): Use proto-streams for the relevant
6673 (nntp-open-network-stream): Remove.
6674 (nntp-open-ssl-stream): Remove.
6675 (nntp-open-tls-stream): Remove.
6676 (nntp-ssl-program): Remove.
6678 * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
6680 2010-11-27 Andrew Cohen <cohen@andy.bu.edu>
6682 * nnir.el: Fix typos.
6683 (nnir-retrieve-headers-override-function): Rename variable to reflect
6685 (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
6687 (nnir-request-article, nnir-request-move-article): Use them.
6688 (nnir-categorize): New function.
6689 (nnir-run-query): Use it.
6690 (nnir-retrieve-headers): Rewrite to batch header retrieval.
6691 (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
6693 (nnir-group-full-name): Use gnus-group-full-name instead.
6694 (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
6695 (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
6697 2010-11-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
6699 * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
6701 * proto-stream.el: New library to provide protocol-specific
6702 TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
6704 (open-proto-stream): Complete the documentation.
6705 (proto-stream-open-network): Fix some typos.
6707 * nnimap.el (nnimap-open-connection): Use it.
6709 2010-11-27 Yuri Karaban <tech@askold.net> (tiny change)
6711 * pop3.el (pop3-open-server): Read server greeting before starting TLS
6714 2010-11-26 Julien Danjou <julien@danjou.info>
6716 * color.el: Rename various rgb functions to srgb.
6718 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6720 * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
6723 2010-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
6725 * shr.el (shr-insert): Revert last change.
6726 (shr-find-fill-point): Never leave point being at bol;
6727 relax the kinsoku limitation when rendering tables.
6729 2010-11-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
6731 * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
6732 results from -accept-article.
6734 * shr-color.el: Require cl when compiling.
6736 * nnheader.el (nnheader-update-marks-actions): Fix typo in last
6739 * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
6741 * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
6743 * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
6744 'add and 'delete to set backend marks.
6746 * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
6748 * nnheader.el (nnheader-update-marks-actions): Refactor out.
6750 * nntp.el (nntp-request-set-mark): Use it.
6752 * nnfolder.el (nnfolder-request-set-mark): Ditto.
6754 * nnml.el (nnml-request-set-mark): Ditto.
6756 * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
6757 introduces regressions in article selection.
6758 (nnimap-find-uid-response): New function.
6759 (nnimap-request-accept-article): Use the UID returned, if any.
6760 (nnimap-request-move-article): Use the UID returned, if any.
6761 (nnimap-get-groups): Reimplement to work with folded lines.
6762 (nnimap-find-uid-response): The UID is the last element in the list.
6763 (nnimap-request-set-mark): Extend syntax with 'set.
6765 * nnml.el (nnml-request-set-mark): Ditto.
6767 * nnfolder.el (nnfolder-request-set-mark): Ditto.
6769 * nntp.el (nntp-request-set-mark): Ditto.
6771 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6773 * message.el (message-called-interactively-p): A temporary macro.
6774 (message-goto-body): Use it temporarily.
6776 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6778 * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
6779 (nnimap-last-response-string): Unfold quoted lines, if they exist.
6780 (nnimap-last-response-string): Fix last unfolding fix.
6782 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6784 * shr.el (shr-insert): Fix the way to fold lines.
6786 2010-11-25 Julien Danjou <julien@danjou.info>
6788 * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
6790 * color.el: Rename from color-lab.el
6791 (color-rgb->hex): Add.
6792 (color-complement): Add.
6793 (color-complement-hex): Add.
6795 * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
6797 2010-11-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
6799 * shr-color.el (shr-color-visible): Don't bug out if the color names
6802 2010-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6804 * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
6805 assuming that article displaying or another mml-preview may be
6806 interrupted for an error or for the like.
6808 * shr.el (shr-get-background): Fix argument name.
6810 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6812 * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
6814 * gnus-sum.el (gnus-summary-include-articles): New function.
6816 * message.el (message-goto-body): called-interactively-p needs a
6817 parameter, so use `any'.
6819 * nnimap.el (nnimap-request-move-article): It's no longer necessary to
6820 clear marks before moving, since they're synced from the Gnus side
6823 * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
6824 (gnus-summary-move-article): Copy over all marks before moving, so that
6825 IMAP doesn't think a new article has arrived.
6827 2010-11-24 Julien Danjou <julien@danjou.info>
6829 * shr.el (shr-insert-background-overlay): Fix typo.
6830 (shr-render-td): Copy the background before rendering.
6832 * shr-color.el (shr-color-visible): Fix docstring.
6834 * shr.el (shr-tag-table): Add bgcolor support.
6835 (shr-render-td): Add bgcolor support.
6836 (shr-get-background): Add.
6837 (shr-insert-foreground-overlay): Use shr-get-background.
6839 * message.el (message-goto-body): Use called-interactively-p.
6840 (message-in-body-p): message-goto-body returns point.
6842 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6844 * mm-util.el (mm-enable-multibyte): Use `to' instead of t. This fixes
6845 Fixes something or other in Emacs 23, and is backwards compatible.
6847 * message.el (message-goto-body): Remove the <#secure special-casing,
6848 which is too special.
6850 * shr.el (shr-parse-style): Drop !important from styles.
6852 2010-11-24 Daniel Schoepe <daniel.schoepe@googlemail.com> (tiny change)
6854 * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
6855 this function to return incorrect results when calling it with an
6856 explicit article argument different from
6857 (gnus-summary-article-number).
6859 2010-11-24 Julien Danjou <julien@danjou.info>
6861 * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
6862 (shr-tag-body): Add background support.
6863 (shr-descend): Add background support.
6864 (shr-tag-title): Add.
6866 * shr-color.el (shr-color-visible): Really return original background
6869 2010-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6871 * shr.el (shr-color-check): Protect against non-existent color names.
6873 2010-11-24 Julien Danjou <julien@danjou.info>
6875 * color-lab.el: Require 'cl when compiling.
6877 * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
6879 * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
6882 * color-lab.el: Fix all expt calls to use float type.
6884 2010-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
6886 * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
6887 expression to shr-color-check as is.
6889 * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
6891 * color-lab.el: Add coding cookie.
6892 (float-pi): Use eval-and-compile.
6894 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6896 * shr.el (shr-insert-color-overlay): Split stuff like
6897 "#444444 !important" to find the real color.
6898 (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
6899 parse <font color="red"> entries.
6901 2010-11-23 Andrew Cohen <cohen@andy.bu.edu>
6903 * nnheader.el (nnheader-parse-head): Bug fix. Properly position
6904 point when parsing headers.
6906 * nnspool.el (nnspool-insert-nov-head): Bug fix. Make sure point
6907 is positioned properly when parsing headers.
6909 2010-11-23 Julien Danjou <julien@danjou.info>
6911 * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
6913 * shr-color.el (shr-color->hexadecimal): Add support for color names.
6915 * shr.el (shr-parse-style): Replace \n with space in style parsing.
6917 * shr-color.el (shr-color-hsl-to-rgb-fractions):
6918 Use shr-color-hue-to-rgb.
6919 (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
6921 2010-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
6923 * shr.el (shr-color->hexadecimal): Autoload.
6924 (shr-descend): Add color to all tags.
6926 2010-11-22 Julien Danjou <julien@danjou.info>
6928 * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
6929 shr-color->hexadecimal.
6931 * shr-color.el (shr-color->hexadecimal): Add converting functions for
6932 RGB() or HSL() color representation.
6934 * shr.el (shr-tag-font): Add.
6935 (shr-tag-color-check): New function to get better colors.
6936 (shr-tag-insert-color-overlay): Factorize code between tag-font and
6939 * shr-color.el: New file.
6941 * color-lab.el: New file.
6943 * gnus-art.el (gnus-url-mailto): Do not downcase args.
6945 2010-11-21 Andrew Cohen <cohen@andy.bu.edu>
6947 * nnir.el: Fix typo in comments.
6948 (nnir-run-imap): Simplify code. No need to reverse artlist.
6949 (nnir-run-gmane): Use nnir-tmp-buffer for web results.
6951 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6953 * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
6955 * nnimap.el (nnimap-get-capabilities): Refactor out.
6956 (nnimap-open-connection): Re-request capabilities after STARTTLS.
6958 2010-11-21 Ralf Angeli <angeli@caeruleus.net>
6960 * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
6961 appearing when `mm-uu-hide-markers' is nil.
6963 2010-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6965 * nnimap.el (nnimap-unselect-group): Make into its own function.
6966 (nnimap-request-rename-group): Unselect group before renaming.
6967 This had gotten lost somewhere.
6968 (nnimap-request-accept-article): Keep track of examined groups, and
6969 unselect the group before APPENDing to read-only groups.
6970 (nnimap-request-move-article): Clear flags before moving so that they
6971 can be re-set later.
6973 2010-11-20 Katsumi Yamaoka <yamaoka@jpl.org>
6975 * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
6976 (gnus-gravatar-insert): Put avatar always in the beginning of the field.
6978 2010-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
6980 * gnus-art.el (gnus-mime-display-single):
6981 * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
6982 * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
6985 2010-11-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
6987 * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
6988 (shr-table-vertical-line): New variable.
6989 (shr-insert-table): Use it.
6991 2010-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
6993 * gnus-html.el (gnus-html-wash-images): Don't display images if
6994 gnus-inhibit-images is non-nil; register displayer for cid images.
6995 (gnus-html-display-image): Work for cid image.
6996 (gnus-html-insert-image): Allow arguments.
6997 (gnus-html-put-image): Inhibit read-only.
6998 (gnus-html-prefetch-images): Don't prefetch images if
6999 gnus-inhibit-images is non-nil.
7001 2010-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7003 * shr.el (shr-put-image): Break lines when inserting big pictures.
7005 2010-11-17 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7007 * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
7008 sender, thanks Katsumi Yamaoka.
7010 2010-11-17 Andrew Cohen <cohen@andy.bu.edu>
7012 * nnir.el (nnir-run-imap): Reverse the article list for each group
7013 rather than the whole list.
7015 2010-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
7017 * shr.el (shr-image-displayer): Protect function against non-existent
7020 * gnus-art.el (gnus-inhibit-images): New user option.
7021 (gnus-mime-display-single): Don't display image if it is non-nil.
7023 * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
7024 gnus-inhibit-images.
7026 * shr.el (shr-image-displayer): New function.
7027 (shr-tag-img): Use it.
7029 2010-11-16 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7031 * mml2015.el (mml2015-epg-sign): Use From header.
7033 2010-11-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7035 * gnus-html.el (gnus-html-wash-images): Register a displayer.
7037 * gnus-util.el (gnus-find-text-property-region): Return markers.
7039 * shr.el (shr-tag-img): Put a displayer in the text property.
7041 * gnus-util.el (gnus-find-text-property-region): New utility function.
7043 * gnus-html.el (gnus-html-display-image): Make the alt optional.
7044 (gnus-html-show-images): Remove.
7046 * gnus-art.el (gnus-article-show-images): New, more general function.
7048 * gnus-html.el: Use image-url instead of gnus-image-url to unify the
7049 image url text properties.
7053 * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
7054 gnus-agent-auto-agentize-methods is set. Which it isn't.
7056 2010-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
7058 * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
7059 work for two or more articles.
7061 2010-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
7063 * gnus-art.el (article-treat-non-ascii): Keep text properties not to
7064 divide an image that's in an html article to two or more when washing
7065 non-ASCII characters in alt text of it.
7067 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7069 * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
7070 smime-decrypt-region using function argument.
7071 (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
7073 * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
7075 * smime.el (smime-decrypt-region): Catch it.
7077 2010-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
7079 * smime.el (smime-mode-map): Move initialization into declaration.
7080 (gnus-run-mode-hooks): Don't autoload.
7081 (smime-mode): Use define-derived-mode.
7083 2010-11-11 Glenn Morris <rgm@gnu.org>
7085 * smime.el (from): Restrict declaration to XEmacs.
7087 * nnir.el (gnus-group-topic-name): Autoload.
7089 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7091 * shr.el (shr-insert): Don't break long line if it is because of
7092 kinsoku-bol characters in the line end.
7094 2010-11-11 Andrew Cohen <cohen@andy.bu.edu>
7096 * nnir.el (nnir-request-move-article): Fix to provide original group
7098 (nnir-warp-to-article): Don't fail on articles whose headers haven't
7101 * gnus-sum.el (gnus-summary-move-article): Use original group and
7102 subject for virtual articles such as those in an nnir summary buffer.
7104 2010-11-11 Katsumi Yamaoka <yamaoka@jpl.org>
7106 * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
7109 * smime.el (from): Declare it again for XEmacs.
7111 2010-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7113 * message.el (message-resend): Don't disable encoding unless it's
7116 * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
7117 low-numbered articles.
7119 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7121 * rfc2047.el (rfc2047-syntax-table): Simplify.
7123 * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
7124 set-char-table-range for XEmacs.
7126 2010-11-10 Glenn Morris <rgm@gnu.org>
7128 * smime.el (from): Remove unused declaration.
7130 * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
7131 (gnus-float-time): On Emacs, always an alias.
7133 * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
7134 (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
7136 2010-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
7138 * gnus-art.el (org-entities): Declare it to silence the byte compiler.
7140 2010-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7142 * shr.el (browse-url-mailto): Autoload.
7144 * gnus-art.el (article-treat-non-ascii): New command and keystroke.
7146 * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
7147 regexp doesn't need quoting.
7149 2010-11-09 Sven Joachim <svenjoac@gmx.de>
7151 * message.el (message-subject-trailing-was-ask-regexp)
7152 (message-subject-trailing-was-regexp): Match was: in addition to was.
7154 2010-11-09 Glenn Morris <rgm@gnu.org>
7156 * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
7157 (nnbabyl-check-mbox): Use point-at-bol.
7159 2010-11-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
7161 * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
7163 * message.el (message-mailto): New function.
7164 (message-mailto): Should accept other parameters.
7165 (message-mailto): Remove since it duplicates browse-url-mailto
7168 2010-11-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
7170 * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
7172 (gnus-read-active-file): Ditto.
7174 * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
7175 ": " from the prompt.
7176 (gnus-group-make-group): Ditto.
7178 2010-11-07 Glenn Morris <rgm@gnu.org>
7180 * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
7181 (gnus-bookmark-kill-line): Use point-at-eol.
7183 2010-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
7185 * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
7186 asterisks in From header.
7188 2010-11-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
7190 * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
7191 string to avoid making the From headers syntactically invalid.
7193 * message.el (message-send-mail): Don't insert courtesy messages if the
7194 message already has List-Post and List-ID messages.
7196 2010-11-06 Glenn Morris <rgm@gnu.org>
7198 * gnus-art.el (gnus-treat-article): Give dynamic local variables
7199 `condition', `type', `length' a prefix.
7200 (gnus-treat-predicate): Update for above name changes.
7202 2010-11-06 Andrew Cohen <cohen@andy.bu.edu>
7204 * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
7205 binding. Handled by `gnus-summary-refer-thread' instead.
7206 (nnir-warp-to-article): New backend function.
7208 * nnimap.el (nnimap-request-thread): Force dependency updating.
7210 * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
7211 (gnus-summary-refer-thread): Rework to improve thread-referral.
7213 * gnus-int.el (gnus-warp-to-article): New function.
7215 * gnus-sum.el (gnus-summary-article-map): Bind it.
7217 2010-11-04 Andrew Cohen <cohen@andy.bu.edu>
7219 * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
7220 gnus-summary-refer-thread.
7222 * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
7224 (gnus-summary-limit-include-thread): Prevent articles in thread from
7225 being cut in gnus-cut-threads.
7226 (gnus-summary-refer-thread): Limit retrieved headers to those in
7229 2010-11-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7231 * message.el (message-send-mail): Use the value of
7232 message-courtesy-message from the message buffer.
7234 * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
7236 * shr.el (shr-browse-url): Implement mailto: URLs.
7238 * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
7241 * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
7242 if it's already selected.
7244 * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
7246 2010-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
7248 * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
7249 to measure the length and truncate alt text.
7251 2010-11-03 Glenn Morris <rgm@gnu.org>
7253 * nndiary.el (nndiary-generate-nov-databases-1)
7254 (nndiary-generate-active-info): Rename dynamic variable `files' to
7255 something less generic.
7257 2010-11-03 Andrew Cohen <cohen@andy.bu.edu>
7259 * nnir.el (nnir-request-move-article): Call the underlying backend to
7260 move articles from nnir.
7262 2010-11-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
7264 * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
7266 2010-11-02 Julien Danjou <julien@danjou.info>
7268 * nnir.el: Remove wais support.
7270 2010-11-02 Glenn Morris <rgm@gnu.org>
7272 * gnus-html.el: Reorder requirements to quieten compiler.
7274 2010-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
7276 * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
7277 properly for XEmacs as well.
7278 (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
7279 (gnus-article-natural-long-line-p): Use window-width rather than
7282 2010-11-01 Andrew Cohen <cohen@andy.bu.edu>
7284 * nnir.el (nnir-run-gmane): Inhibit demon. Return nil if no messages.
7285 (nnir-read-parms): Don't modify query.
7286 (nnir-run-query): Add ability to search topic on current line.
7287 (nnir-get-active): Clean up.
7289 2010-11-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7291 * gnus-cite.el (gnus-article-foldable-buffer): Protect against
7292 degenerate articles.
7294 * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
7295 (gnus-print-buffer): Just print the buffer as is, without any copying
7296 to a buffer and then re-highlighting.
7298 * nnimap.el (nnimap-request-group): Store the new updated info.
7299 (nnimap-request-group): Select the group when we don't know whether it
7302 * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
7305 * gnus-group.el (gnus-group-find-new-groups): Display all the new
7308 * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
7311 * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
7312 long-lines case by only filling the long lines.
7314 * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
7317 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7319 * shr.el: No need to declare `declare-function' since shr.el is for
7320 only Emacsen that provide `libxml-parse-html-region'.
7322 2010-11-01 Glenn Morris <rgm@gnu.org>
7324 * mm-util.el (gnus-completing-read): Autoload.
7325 (mm-read-coding-system): Simplify Emacs definition.
7327 * nnmail.el (gnus-activate-group):
7328 * nnimap.el (gnutls-negotiate):
7329 * nntp.el (netrc-parse): Fix declarations.
7331 2010-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7333 * gnus-util.el (gnus-string-match-p): New function, that is an alias to
7334 string-match-p in Emacs >=23.
7336 * gnus-msg.el (gnus-configure-posting-styles):
7337 * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
7339 2010-11-01 Glenn Morris <rgm@gnu.org>
7341 * nnir.el (declare-function): Add compat stub.
7342 (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
7343 (nnir-run-gmane): Require 'mm-url.
7345 * mm-util.el (mm-string-to-multibyte): Simplify.
7347 * shr.el (declare-function): Add compat stub.
7348 (url-cache-create-filename): Declare.
7349 (mm-disable-multibyte, widget-convert-button): Autoload.
7351 * smime.el (ldap-search): Declare.
7352 (smime-cert-by-ldap-1): Require ldap on Emacs.
7354 * nnimap.el: Require nnmail, and gnus-sum when compiling.
7355 (nnimap-keepalive): Use gnus-float-time.
7357 * mail-source.el (nnheader-message, gnus-float-time): Autoload.
7358 (mail-source-delete-crash-box): Use gnus-float-time.
7360 * gnus-dired.el (gnus-completing-read): Autoload.
7362 * mm-view.el (gnus-rescale-image): Autoload.
7364 * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
7366 * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
7368 * sieve-manage.el: Require 'cl when compiling.
7370 * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
7371 (gnus-iswitchb-completing-read): Require iswitchb.
7372 (gnus-select-frame-set-input-focus): Silence compiler.
7374 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7376 * message.el (message-subject-trailing-was-query): Change default to t,
7377 since I think that's what most people want.
7379 * nnimap.el (nnimap-request-accept-article): Erase buffer before
7380 appending for easier debugging.
7381 (nnimap-wait-for-connection): Take a regexp.
7382 (nnimap-request-accept-article): Wait for the continuation line before
7383 sending anything unless we're streaming.
7385 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
7386 leave the header washing to take place.
7388 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
7390 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
7391 regular expression match and replace in posting styles.
7393 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
7395 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
7397 (nnir-get-active): New function.
7398 (nnir-run-imap): Use it.
7399 (nnir-run-gmane): Who knew, gmane search returns an article score!
7401 * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
7402 server on the current line with nnir.
7404 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
7406 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
7407 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
7409 (gnus-article-foldable-buffer): Skip past the prefix when determining
7412 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
7413 the raw article, and change `C-u g' to show the article without doing
7416 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
7417 on to `gnus-treat-article'.
7418 (gnus-inhibit-article-treatments): New variable.
7420 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
7422 * gnus-art.el (gnus-treatment-function-alist): Have
7423 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
7424 (gnus-treat-fill-long-lines): Change default to fill all text/plain
7427 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
7429 (gnus-article-fill-cited-long-lines): New function.
7430 (gnus-article-fill-cited-article): Allow filling only long sections.
7432 * shr.el (shr-find-fill-point): Don't break lines between punctuation
7433 and non-punctuation (like after the apostrophe in "'We").
7435 * gnus-sum.el (gnus-summary-select-article): Make sure
7436 gnus-original-article-buffer is alive.
7438 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
7439 reflect the order they are in the digest.
7441 * gnus.el (gnus-group-startup-message): Move point to the start of the
7444 * nnimap.el (nnimap-capability): New function.
7445 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
7448 2010-10-31 David Engster <dengste@eml.cc>
7450 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
7451 conform with changes to gnus-completing-read.
7453 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7455 * shr.el (shr-tag-img): Output "*" instead of "[img]".
7457 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
7459 * nnir.el: Move defvar, defcustom around to keep file organized
7460 and keep byte-compiler quiet.
7461 (nnir-read-parms): Accept search-engine as arg.
7462 (nnir-run-query): Pass search-engine as arg.
7463 (nnir-search-engine): Remove.
7465 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7467 * shr.el (shr-generic): The text nodes should be text, not :text.
7469 * nnir.el (nnir-search-engine): Ressurect variable, since it's used
7472 2010-10-30 Andrew Cohen <cohen@andy.bu.edu>
7474 * nnir.el: General clean up. Allow searching with multiple engines.
7475 Allow separate extra-parameters for each engine.
7476 Batch queries when possible.
7477 (nnir-imap-default-search-key,nnir-method-default-engines):
7478 Add customize interface.
7479 (nnir-run-gmane): New engine.
7480 (nnir-engines): Use it. Qualify all prompts with engine name.
7481 (nnir-search-engine): Remove global variable.
7482 (nnir-run-hyrex): Restore for now.
7483 (nnir-extra-parms,nnir-search-history): New variables.
7484 (gnus-group-make-nnir-group): Use them.
7485 (nnir-group-server): Remove in favor of gnus-group-server.
7486 (nnir-request-group): Avoid searching twice.
7487 (nnir-sort-groups-by-server): New function.
7489 2010-10-30 Julien Danjou <julien@danjou.info>
7491 * gnus-group.el: Remove gnus-group-fetch-control.
7493 * gnus-start.el (gnus-find-new-newsgroups):
7494 Remove gnus-check-first-time-used.
7496 * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
7498 2010-10-30 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
7500 * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
7501 set on groups that don't have \* permanentflags.
7503 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
7505 * shr.el (shr-tag-span): Drop colorization of regions since we don't
7506 control the background color.
7507 (shr-tag-img): Ignore very small web bug type images.
7508 (shr-put-image): Add help-echo alt texts to the images.
7509 (shr-tag-video): Show the video poster image.
7511 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7513 * shr.el (shr-table-depth): New variable.
7514 (shr-tag-table-1): Only insert the images after the top-level table.
7516 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
7518 * gnus-util.el (gnus-list-memq-of-list): New function.
7520 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
7522 (nnimap-unsplittable-articles): New slot.
7523 (nnimap-new-articles): Use it.
7525 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
7527 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
7528 move to the previous line on `M-g'.
7530 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
7532 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
7533 *-request-group, which seems unnecessary.
7535 * nnimap.el (nnimap-quote-specials): Function copied over from
7537 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
7538 they support that. Suggested by Tom Regner.
7540 2010-10-29 Julien Danjou <julien@danjou.info>
7542 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
7544 (gnus-summary-delete-marked-with): Remove obsolete defalias.
7546 * gnus.el: Remove `gnus-nntp-service' variable.
7547 (gnus-secondary-servers): Make obsolete.
7548 (gnus-nntp-server): Make obsolete.
7550 * gnus-start.el (gnus-1): Remove x-splash calls.
7552 * gnus-ems.el (gnus-x-splash): Remove.
7554 * gnus.el (gnus-group-startup-message): Simplify/update code.
7556 * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
7557 capability before doing anything.
7558 (gnus-group-insert-group-line): Remove useless
7559 gnus-group-remove-excess-properties.
7561 2010-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
7563 * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
7565 2010-10-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
7567 * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
7568 config after reselecting.
7570 2010-10-28 Julien Danjou <julien@danjou.info>
7572 * shr.el (shr-put-image): Use point even if only inserting text.
7573 (shr-put-image): Save excursion when inserting alt text on non-graphic
7574 display, so the behavior is the same when we are on a graphic display.
7576 * nnir.el (nnir-run-swish-e): Remove hyrex support.
7578 2010-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
7580 * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
7581 (gnus-mime-copy-part): Check coding system, not charset.
7582 (gnus-mime-view-part-externally): Never remove part.
7583 (gnus-mime-view-part-internally): Don't remove part here.
7584 (gnus-article-part-wrapper): Make sure MIME tag is visible.
7585 (gnus-article-goto-part): Go to displayed or preferred subpart if it is
7586 multipart/alternative.
7588 * mm-decode.el (mm-display-part): Take optional arg `force'.
7590 2010-10-26 Julien Danjou <julien@danjou.info>
7592 * gnus-group.el (gnus-group-default-list-level): Add this function to
7593 compute the default list level.
7594 (gnus-group-default-list-level): Add possibility to use a function.
7596 2010-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
7598 * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
7600 * gnus-group.el (gnus-group-completing-read)
7601 (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
7602 gnus-replace-in-string.
7604 2010-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
7606 * shr.el (shr-tag-div): Add.
7608 2010-10-25 Julien Danjou <julien@danjou.info>
7610 * gnus-util.el: Remove `gnus-with-local-quit'.
7612 * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
7614 2010-10-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
7616 * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
7617 the original article buffer.
7619 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7621 * nnimap.el (nnimap-request-head): New function.
7622 (nnimap-request-move-article): Try to be slightly faster by not
7623 requesting the entire message when moving.
7624 (nnimap-transform-headers): Don't bug out on bodiless articles.
7625 (nnimap-send-command): Have no outstanding messages if the IMAP server
7626 doesn't support streaming.
7627 (nnimap-transform-headers): Fold {quoted} strings more sloppily.
7629 2010-10-24 Julien Danjou <julien@danjou.info>
7631 * message.el (message-default-headers): Fix type.
7633 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7635 * gnus-html.el (gnus-html-prefetch-images): Decode entities before
7638 * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
7639 backend for unknown groups. This is mainly useful for nnimap groups.
7641 * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
7642 group isn't covered by the agent.
7644 2010-10-22 Andrew Cohen <cohen@andy.bu.edu>
7646 * nnir.el (nnir-method-default-engines): New variable.
7647 (nnir-run-query): Use it.
7648 (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
7649 (gnus-summary-nnir-goto-thread): Change group if needed.
7651 * gnus-group.el (gnus-group-group-map): Add key binding for
7652 gnus-group-make-nnir-group.
7654 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
7656 * shr.el (shr-tag-object): Add.
7658 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
7659 original article buffer live.
7660 (gnus-summary-select-article-buffer):
7661 Mention gnus-widen-article-buffer.
7663 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
7665 * shr.el (shr-tag-strong): Add.
7667 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
7669 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
7670 group names. They mess up the group buffer badly.
7672 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
7674 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
7675 instead of the summary one.
7677 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
7679 * mml.el (mml-preview): Work properly when editing article.
7681 * gnus-start.el (gnus-read-active-file-1): Don't add method to
7682 gnus-have-read-active-file if it's already been in.
7684 2010-10-22 Tom Tromey <tromey@redhat.com>
7686 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
7687 gnus-group-completing-read.
7689 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7691 * message.el (message-mode-map): Don't bind M-; to comment region, to
7692 allow the global comment-dwim to work.
7694 2010-10-21 Julien Danjou <julien@danjou.info>
7696 * message.el (message-setup-1): Allow message-default-headers to be a
7699 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
7701 * shr.el (shr-tag-table): Simplify.
7703 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7705 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
7706 to avoid trying to snarf invalid stuff.
7708 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
7710 * gnus.el (gnus-message-archive-group): Quote value.
7711 (gnus-message-archive-group): Mark as changed.
7713 * shr.el (shr-add-font): Don't put the font properties on the newline
7716 * message.el (message-fix-before-sending): Change options when sending
7717 non-printable characters.
7719 * gnus.el (gnus-message-archive-method): Change the default to
7720 monthly outgoing groups.
7722 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
7723 that have gotten new numbers.
7725 * nnimap.el (nnimap-request-replace-article): New function.
7727 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
7729 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
7730 (nnrss-request-article): Don't use special html washing code.
7732 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7734 * shr.el (shr-tag-table): Remove useless nconc.
7736 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7738 * gnus-art.el (article-wash-html): Simplify and remove the charset
7739 stuff. Use the normal html rendering code instead of the special html
7742 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
7744 (mm-text-html-washer-alist): Remove.
7746 * mm-decode.el (mm-inline-text-html-renderer): Remove.
7747 (mm-inline-media-tests): Remove use.
7748 (mm-text-html-renderer): Change default to the `shr' symbol.
7750 * mm-view.el (mm-inline-text-html): Remove use.
7752 * gnus-art.el (gnus-blocked-images): New function. Allow the
7753 `gnus-blocked-images' to be a function.
7754 (gnus-article-wash-function): Remove.
7756 2010-10-20 Julien Danjou <julien@danjou.info>
7758 * spam.el (spam-list-of-processors): Mark as obsolete.
7760 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
7761 (nnimap-insert-partial-structure): Fix boundary detection.
7763 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
7765 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
7766 run file-truename on remote files. This can be expensive and even
7767 prevent one from editing drafts if some unrelated buffer has a stale
7770 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7772 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
7773 kinsoku-eol regardless of shr-kinsoku-shorten.
7774 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
7775 (shr-tag-table): Support caption, thead, and tfoot.
7777 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
7779 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
7781 (shr-save-contents): New command and keystroke.
7783 * nndoc.el (nndoc-type-alist): Add git support.
7784 (nndoc-git-type-p): New function.
7785 (nndoc-transform-git-article): Ditto.
7786 (nndoc-transform-git-headers): Ditto.
7787 (nndoc-transform-git-headers): Generate Subject headers.
7789 * shr.el (shr-parse-style): New function.
7790 (shr-tag-span): Ditto.
7792 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
7793 to `G G' to avoid collisions.
7795 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
7797 * shr.el: Load kinsoku if necessary.
7798 (shr-kinsoku-shorten): New internal variable.
7799 (shr-find-fill-point): Make kinsoku shorten text line if
7800 shr-kinsoku-shorten is bound to non-nil.
7801 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
7802 shr-indentation too when testing if table is wider than frame width.
7803 (shr-insert-table): Use `string-width' instead of `length' to measure
7805 (shr-insert-table-ruler): Make sure indentation is done at bol.
7807 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
7809 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
7810 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
7811 undecoded network data.
7813 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7815 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
7816 name in the mode line spec so that the mode line menu works
7819 * message.el (message-get-reply-headers): If we're fed `to-address',
7820 then always use that.
7822 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
7823 aren't so wide as to need to switch off the edit menu.
7825 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
7826 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
7828 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
7830 (nnimap-update-info): Update flags/read marks even if \* isn't part of
7831 the permanent marks.
7833 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
7835 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7836 Splitting according to references/in-reply-to obeys the ignore-groups
7837 variable, while splitting by sender and subject do not.
7839 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
7841 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
7842 alist, so that we can look for non-Unicode chars.
7843 (article-translate-strings): Allow both character and string maps.
7845 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
7847 * shr.el (shr-insert): Don't insert space behind a wide character
7848 categorized as kinsoku-bol, or between characters both categorized as
7851 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
7853 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
7854 headers to gnus-newsgroup-headers.
7856 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7858 * shr.el (shr-tag-img): Don't align images -- since we're not
7859 rescaling, this often leads to ugly displays.
7861 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
7863 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
7866 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
7868 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
7871 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
7873 * gnus.el: Autoload gnus-html-show-images.
7875 * nnimap.el: Use nnheader-message throughout.
7877 * shr.el (shr-tag-img): Ignore images with no data.
7879 2010-10-15 Julien Danjou <julien@danjou.info>
7881 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
7882 a possibility to disable format=flow encoding when using hard newlines.
7884 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
7886 * shr.el (shr-insert): Remove space inserted before or after a
7887 breakable character or at the beginning or the end of a line.
7888 (shr-find-fill-point): Do kinsoku; find the second best point or give
7889 it up if there's no breakable point.
7891 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7893 * nnimap.el (nnimap-open-connection): Message when opening connection
7894 for debugging purposes.
7896 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
7897 on every setup buffer call to allow this to change from article to
7900 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
7901 buffers where we have a wide table.
7903 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
7905 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
7906 uses *-request-thread.
7908 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7910 * nnimap.el (nnimap-open-connection): Remove %s from openssl
7911 incantation, which is no longer valid.
7913 2010-10-14 Julien Danjou <julien@danjou.info>
7915 * shr.el: Fix defcustom type (char -> character).
7917 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7919 * nnimap.el (nnimap-open-connection): tls-program should be a list of
7922 2010-10-14 Julien Danjou <julien@danjou.info>
7924 * shr.el (shr-tag-a): Use url-link as widget type.
7926 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
7927 `gnus-group-get-icon'.
7929 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7931 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
7932 This should make server editing work better.
7934 * shr.el (shr-find-fill-point): Don't inloop on indented text.
7936 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
7937 (nnimap-parse-flags): Fix regexp.
7939 * shr.el (shr-find-fill-point): Use a filling algorithm that should
7940 probably work for CJVK text, too.
7942 * nnimap.el (nnimap-extend-tls-programs): Remove.
7943 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
7945 2010-10-13 Julien Danjou <julien@danjou.info>
7947 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
7950 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
7952 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
7954 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
7957 * shr.el (shr-current-column): Remove buggy and unnecessary function.
7959 2010-10-13 Julien Danjou <julien@danjou.info>
7961 * shr.el (shr-width): Make shr-width a defcustom with default to
7963 (shr-tag-img): Use shr-width rather than fill-column.
7965 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
7967 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
7969 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
7970 position when (X-)Faces exist.
7971 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
7972 avatars when called interactively.
7974 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
7976 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
7977 gnus-article-x-face-too-ugly is bound.
7979 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7981 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
7983 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
7984 mailbox that doesn't exist.
7986 2010-10-12 Julien Danjou <julien@danjou.info>
7988 * shr.el (shr-tag-img): Encode URL properly when retrieving.
7989 (shr-get-image-data): Encode URL properly when fetching from cache.
7990 (shr-tag-img): Use aligned-to spaces to align correctly images.
7992 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
7993 before inserting the Gravatar.
7995 * shr.el (shr-tag-img): Add align attribute support for <img>.
7997 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
7999 * gnus-gravatar.el (gnus-art): Require.
8001 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
8002 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
8003 Remove long obsoleted functions.
8005 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
8007 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
8009 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
8010 * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
8011 * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
8012 * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
8013 * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
8014 * rfc1843.el, sieve-manage.el, smime.el, spam.el:
8015 Fix comment for declare-function.
8017 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8019 * nnimap.el (nnimap-request-rename-group): Select group read-only
8022 * shr.el (shr-insert): Fix up the white space only regexp.
8024 * nnimap.el (nnimap-transform-split-mail): Not all articles have
8025 bodies. Protect against this. Reported by Michael Welsh Duggan.
8027 * shr.el (shr-current-column): New function.
8028 (shr-find-fill-point): New function.
8030 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
8032 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
8035 2010-10-11 Julien Danjou <julien@danjou.info>
8037 * shr.el (shr-hr-line): Add.
8038 (shr-tag-hr): Use shr-hr-line to specify which character to use to
8040 (shr-max-columns): Do not change state to nil if we just inserting
8043 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
8045 * gnus-topic.el (gnus-topic-read-group): If after the last group,
8046 select the last group.
8048 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
8050 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
8052 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
8054 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
8056 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
8057 (nnimap-update-qresync-info): Mark \Seen articles as read.
8059 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
8062 * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
8064 (nnimap-update-info): Rely more on the current active than the param
8065 active to avoid marking articles as read too much.
8067 * auth-source.el (auth-source-create): Use (user-login-name) for the
8070 * nnimap.el (nnimap-update-info): If the server doesn't return any
8071 useful info, just use the previous info.
8072 (nnimap-update-info): Prefer old info over start-article.
8073 (nnimap-update-qresync-info): Finish implementing QRESYNC.
8075 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
8077 * nnir.el (autoload): Clean up autoloads.
8078 (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
8079 Use key rather than value.
8080 (nnir-imap-search-other): New variable.
8081 (nnir-read-parm): Use it.
8082 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
8083 (gnus-summary-nnir-goto-thread): Modify to work with imap.
8085 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8087 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
8090 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8092 * spam.el (gnus-summary-mode-map): Bind to "$".
8093 Suggested by Russ Allbery.
8095 * shr.el: Rework the way things are indented by <li> slightly.
8097 * gnus.el (gnus-group-set-parameter): Fix typo.
8099 * nnimap.el: Start implementing QRESYNC support.
8101 2010-10-09 Julien Danjou <julien@danjou.info>
8103 * nnir.el (nnir-engines): Fix too many arguments.
8105 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8107 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
8108 group is the "last", so that the backends like nnfolder actually save
8111 * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
8112 try to use that for the TLS stream.
8113 (nnimap-retrieve-group-data-early): Rework the marks code to heed
8114 UIDVALIDITY and find out which groups are read-only and not.
8115 (nnimap-get-flags): Use the same marks parsing code as the rest of
8118 2010-10-09 Julien Danjou <julien@danjou.info>
8120 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
8122 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
8123 retrieving gravatars.
8125 * shr.el (shr-table-corner): Add.
8126 (shr-table-line): Add.
8127 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
8129 2010-10-08 Julien Danjou <julien@danjou.info>
8131 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
8133 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
8135 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
8137 * gnus-sum.el (gnus-mark-article-as-unread)
8138 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
8139 (gnus-summary-set-bookmark): Use it.
8141 * gnus-msg.el (gnus-setup-message): Use it.
8143 * gnus-demon.el (gnus-demon-remove-handler): Use it.
8145 * gnus.el (gnus-group-remove-parameter): Use it.
8147 * gnus-group.el (gnus-group-make-web-group): Use it.
8149 * gnus-demon.el (gnus-demon-remove-handler): Use it.
8151 * nnregistry.el: Update docs to mention manual.
8153 * gnus-registry.el: Update docs to mention nnregistry.el.
8154 (gnus-registry-initialize): Don't install nnregistry refer method
8156 (gnus-registry-install-nnregistry): Remove it.
8158 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
8160 * shr.el (shr-insert): Don't insert double spaces.
8162 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
8164 * gnus-gravatar.el (gnus-treat-from-gravatar)
8165 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
8166 called interactively.
8168 * gnus-art.el (gnus-mime-view-part-externally)
8169 (gnus-mime-view-part-internally): Make predicate function passed to
8170 gnus-mime-view-part-as-type assume argument is a mime type, not a list
8173 * shr.el (shr-table-widths): Don't use cl function `reduce'.
8175 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8177 * shr.el (require): Require cl when compiling.
8178 (shr-tag-hr): New function.
8180 * nnimap.el (nnimap-update-info): Remove double setting of high.
8181 (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
8182 This makes nnimap work properly on Courier again.
8184 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
8185 the variable for backwards compatibility.
8187 * mm-decode.el (mm-save-part): If given a non-directory result, expand
8188 the file name before using to avoid setting mm-default-directory to
8191 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
8192 bidning gnus-agent variables.
8194 * shr.el (shr-render-td): Use a cache for the table rendering function
8195 to avoid getting an exponential rendering behavior in nested tables.
8196 (shr-insert): Rework the line-breaking algorithm.
8197 (shr-insert): Don't leave trailing spaces.
8198 (shr-insert-table): Also insert empty TDs.
8199 (shr-tag-blockquote): Ensure paragraphs after </ul>.
8201 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8203 * gnus-sum.el (gnus-number): Rename from `number'.
8204 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
8205 (gnus-summary-limit-children): Update uses correspondingly.
8207 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
8209 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
8210 (gnus-gravatar-transform-address): Don't show avatars of people of
8211 which mail addresses match gnus-gravatar-too-ugly.
8213 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
8215 * shr.el (shr-table-widths): Expand TD elements to fill available
8218 2010-10-07 Julien Danjou <julien@danjou.info>
8220 * nnimap.el (nnimap-request-rename-group): Add this method.
8222 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
8224 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
8225 name from XEmacs' function-arglist.
8227 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
8228 gravatar under XEmacs.
8230 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
8232 * auth-source.el: Update docs with TODO items.
8234 * gnus-sync.el: Update docs to explain state and plans.
8236 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
8237 Hooks for mark updates.
8238 (gnus-request-set-mark, gnus-request-update-mark): Use them.
8240 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
8241 hooks with arguments, which is needed for mark update hooks.
8243 2010-10-06 Julien Danjou <julien@danjou.info>
8245 * gnus.el (gnus-expand-group-parameter): Only return and act on what
8248 * sieve-manage.el: Update example in `Commentary'.
8250 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
8252 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
8254 (sieve-manage-authenticate): Re-add function.
8256 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
8258 * shr.el (shr-insert): Get 'space transition right.
8259 (shr-render-td): Only delete space at the end of the TD.
8261 * nnimap.el (nnimap-open-connection): Prepare to support
8264 * shr.el: Rearrange function order to be more logical.
8266 2010-10-06 Julien Danjou <julien@danjou.info>
8268 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
8269 (nnrss-discover-feed): Remove 404 URL in docstring.
8271 * nnir.el: Fix Swish-E URL.
8274 * message.el (message-change-subject): Remove 404 URL in a comment.
8276 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
8278 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
8279 called interactively.
8281 * gnus-util.el (gnus-remove-if): Allow hash table.
8282 (gnus-remove-if-not): New function.
8284 * gnus-art.el (gnus-mime-view-part-as-type):
8285 * gnus-score.el (gnus-summary-score-effect):
8286 * gnus-sum.el (gnus-read-move-group-name):
8287 Replace remove-if-not with gnus-remove-if-not.
8289 * gnus-group.el (gnus-group-completing-read):
8290 Regard collection as a hash table if it is not a list.
8292 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8294 * shr.el (shr-render-td): Allow blank/missing <TD>s.
8296 * shr.el: Document the table-rendering algorithm.
8298 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
8301 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
8303 (shr-tag-img): Ignore image fetching errors.
8304 (shr-overlays-in-region): Compute overlay positions correctly.
8306 * mm-decode.el (mm-shr): Require shr.
8308 * gnus-art.el (gnus-blocked-images): Move variable here.
8310 * shr.el (shr-insert-table): Bind free variable.
8312 * mm-decode.el (mm-shr): Bind shr-content-function.
8314 * shr.el (shr-content-function): New variable.
8316 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
8319 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
8321 * gnus-group.el (gnus-group-make-group): Doc fix.
8323 * nnimap.el (nnimap-request-newgroups): Return success.
8325 * shr.el (shr-find-elements): New function.
8326 (shr-tag-table): Put all the images after the table.
8327 (shr-tag-table): Really inhibit images inside the table.
8328 (shr-collect-overlays): Copy over overlays from the TD elements to the
8331 * mm-decode.el (mm-shr): Bind shr-blocked-images to
8332 gnus-blocked-images.
8334 2010-10-05 Julien Danjou <julien@danjou.info>
8336 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
8338 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
8339 (gnus-html-maximum-image-size): Add this function.
8340 (gnus-html-put-image): Use gnus-html-maximum-image-size.
8342 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
8343 server-value of the capability is nil.
8345 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
8347 * shr.el (shr-tag-em): Add <EM> tag.
8349 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
8351 * sieve-manage.el (sieve-manage-default-stream): Make default stream
8354 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
8355 handing broken links to browse-url.
8357 2010-10-05 Julien Danjou <julien@danjou.info>
8359 * gnus-util.el (gnus-emacs-completing-read)
8360 (gnus-iswitchb-completing-read): Use autoload rather than require.
8362 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
8364 * gnus-util.el (gnus-completing-read-function): Exclude
8365 gnus-icompleting-read and gnus-ido-completing-read from candidates for
8366 XEmacs since iswitchb.el is very old and ido.el is unavailable in
8369 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
8370 not to use `delete-dups' that is unavailable in XEmacs 21.4.
8372 * gnus-html.el: Don't require help-fns under XEmacs.
8373 (gnus-html-schedule-image-fetching): Work for XEmacs.
8375 * mm-decode.el (mm-shr): Decode contents by charset.
8377 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8379 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
8382 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
8383 (shr-get-image-data): Ensure against the cache file missing.
8385 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
8388 * spam-report.el (spam-report-url-ping-plain): Don't query about
8389 killing the process.
8391 * shr.el (shr-render-td): Protect against too-wide text.
8393 2010-10-04 Julien Danjou <julien@danjou.info>
8395 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
8396 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
8398 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
8401 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8403 * shr.el (browse-url): Require.
8404 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
8406 (shr-show-alt-text, shr-browse-image): New commands.
8407 (shr-browse-url, shr-copy-url): New commands.
8409 * gnus-sum.el (gnus-widen-article-window): New variable.
8410 (gnus-summary-select-article-buffer): Use it.
8412 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
8415 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
8417 * nnir.el (nnir-run-imap): Remove spurious space in search string.
8419 2010-10-04 Julien Danjou <julien@danjou.info>
8421 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
8424 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8426 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
8428 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
8429 (nnimap-close-server): Implement.
8431 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
8432 (shr-insert): Tweak line breaking.
8433 (shr-insert): Handle <pre> better.
8434 (shr-tag-li): Get <li> indentation right.
8435 (shr-tag-li): Get <li> indentation even righter.
8436 (shr-tag-blockquote): Ensure paragraph start.
8437 (shr-make-table): Tweak table generation.
8438 (shr-make-table): Fix typo.
8440 * shr.el: Implement table rendering.
8442 2010-10-04 Julien Danjou <julien@danjou.info>
8444 * gnus-html.el (gnus-html-put-image): Fix resize image code.
8446 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8448 * shr.el (shr-insert): Use string anchors instead of line anchors.
8450 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8452 * shr.el: Add headings.
8453 (shr-ensure-paragraph): Actually work.
8454 (shr-tag-li): Make <ul> prettier.
8455 (shr-insert): Get white space at the beginning/end of elements right.
8456 (shr-tag-p): Collapse subsequent <p>s.
8457 (shr-ensure-paragraph): Don't insert double line feeds after blank
8459 (shr-insert): \t is also space.
8460 (shr-tag-s): Fix "s" tag name function.
8461 (shr-tag-s): Fix face prop name.
8463 2010-10-03 Julien Danjou <julien@danjou.info>
8465 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
8467 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
8468 gnus-window-inside-pixel-edges.
8470 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
8473 * mm-view.el (mm-inline-image-emacs): Support image resizing.
8475 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
8478 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
8481 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
8483 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
8484 beginning of the buffer.
8486 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
8487 article buffer again.
8489 * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
8491 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
8492 when it's at the start of the buffer.
8494 * shr.el (shr-tag-blockquote): Convert name.
8495 (shr-rescale-image): Use the right image-size variant.
8497 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
8498 buffer isn't shown, then select the current article first instead of
8500 (gnus-summary-select-article-buffer): Show both the article and summary
8503 * shr.el (shr-fontize-cont): Protect against regions with no text.
8504 Rename tag functions to shr-tag-* for enhanced security.
8505 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
8507 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
8509 * shr.el (shr-insert):
8510 * pop3.el (pop3-movemail):
8511 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
8514 2010-10-03 Glenn Morris <rgm@gnu.org>
8516 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
8518 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
8520 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
8522 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
8524 * gnus-util.el (gnus-make-local-hook): Simplify.
8526 2010-10-02 Julien Danjou <julien@danjou.info>
8528 * gnus-util.el (gnus-iswitchb-completing-read): New function.
8529 (gnus-ido-completing-read): New function.
8530 (gnus-emacs-completing-read): New function.
8531 (gnus-completing-read): Use gnus-completing-read-function.
8532 Add gnus-completing-read-function.
8534 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8536 * shr.el (shr-insert-document): Autoload.
8537 (shr-img): Be silent.
8538 (shr-insert): Add a newline after every picture before text.
8539 (shr-add-font): Use overlays for combining faces.
8540 (shr-insert): Pass upwards the text start point.
8542 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
8544 (mm-shr): New function.
8546 2010-10-02 Julien Danjou <julien@danjou.info>
8548 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
8551 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
8553 * shr.el (shr): Fix typo in provide call.
8555 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
8559 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
8561 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
8564 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8566 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
8567 we're being queried about. Suggested by Dan Jacobson.
8569 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
8570 Suggested by Jason Eisner.
8572 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
8573 table, too. Suggested by Stefan Wiens.
8574 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
8575 the table unnecessary. Suggested by Stefan Wiens.
8577 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
8578 longer needed, and probably doesn't work either, as pointed out by
8580 (gnus-summary-exit): Remove call to the clearing function.
8581 (gnus-summary-exit-no-update): Ditto.
8583 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
8584 instead of gnus-eval-in-buffer-window to avoid popping up frames.
8585 Reported by Stefan Monnier.
8586 (gnus-summary-save-in-rmail): Ditto.
8588 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
8589 article buffer, instead of both the article buffer and the summary
8590 buffer. Sort of suggested by Dan Jacobson.
8592 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
8594 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
8595 Suggested by Dan Jacobson.
8597 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
8598 documentation clearer.
8600 * message.el (message-shorten-references): Comment on the number "21".
8601 Suggested by Stefan Monnier.
8603 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
8604 Suggested by Dan Jacobson.
8606 * gnus.el (gnus-large-newsgroup):
8607 Mention gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
8609 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
8610 externalize attachments. Bug reported by Steve Wen.
8612 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
8613 really message anything to the user.
8615 * nnmail.el (nnmail-article-group): Allow using the fancy split method
8618 * nnimap.el (nnimap-request-group): Low higher than high to signal no
8619 messages in empty groups.
8621 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
8623 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
8626 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8628 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
8629 not the value from the collection.
8631 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
8632 values. This sometimes happens on some groups that have no info.
8633 (nnimap-request-newgroups): New function.
8635 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
8637 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
8638 check into `gnus-registry-initialize'.
8639 (gnus-registry-initialize): Ditto.
8640 Fix and extend header docs.
8642 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8644 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
8645 regexp backtrace overflows.
8647 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
8648 for starttls that tls.el implements; i.e. openssl.
8650 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
8652 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
8653 (gravatar-create-image): New function that's an alias to
8654 gnus-xmas-create-image, gnus-create-image, or create-image.
8655 (gravatar-data->image): Use it.
8657 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
8659 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
8660 install the nnregistry refer method.
8661 (gnus-registry-install-hooks): Use it.
8662 (gnus-registry-unfollowed-groups): Add nnmairix to the default
8665 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
8667 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
8670 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8672 * nnir.el: Use the server names without suffixes (bug #7009).
8674 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
8675 unencrypted to STARTTLS, if possible.
8677 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
8679 * message.el (message-ignored-supersedes-headers): Strip Injection-*
8680 headers before superseding.
8682 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
8684 * nnrss.el (nnrss-use-local): Add documentation.
8686 * nnimap.el (nnimap-extend-tls-programs): New function.
8687 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
8688 (nnimap-wait-for-connection): Accept the greeting from the stupid
8689 output from openssl s_client -starttls, too.
8691 * nnimap.el (nnimap-find-article-by-message-id): Really return the
8693 (nnimap-split-fancy): New variable.
8694 (nnimap-split-incoming-mail): Use it.
8696 * nntp.el (nntp-server-list-active-group): Document.
8698 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
8699 SELECT to get the message-id.
8701 * mail-source.el (mail-sources): Remove webmail support.
8703 (mail-source-fetcher-alist): Ditto.
8704 (mail-source-fetch-webmail): Remove.
8706 * webmail.el: Remove -- doesn't seem relevant any more.
8708 * gnus.el: Fix up make-obsolete-variable declarations throughout.
8710 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
8713 2010-09-30 Julien Danjou <julien@danjou.info>
8715 * gnus-agent.el (gnus-agent-add-group): Fix call to
8716 gnus-completing-read.
8718 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8720 * nndoc.el (nndoc-retrieve-groups): New function.
8722 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
8723 `default', use nnmail-split-methods.
8724 (nnimap-request-article): Downcase the NILs so that they are nil.
8726 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
8729 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
8730 code, since if the user has requested network, that's what they ought
8732 (nnimap-request-set-mark): Erase the buffer before issuing commands.
8733 (nnimap-split-rule): Mark as obsolete.
8735 * pop3.el (pop3-send-streaming-command, pop3-stream-length):
8738 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
8741 2010-09-29 Julien Danjou <julien@danjou.info>
8743 * gnus.el (gnus-local-domain): Declare variable obsolete.
8745 * gnus-util.el (gnus-icompleting-read): Require iswitchb.
8746 Fix history computing.
8747 (gnus-ido-completing-read): Require ido.
8749 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
8751 * gnus-registry.el: Don't prompt on load, which makes it impossible to
8754 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
8755 when interpreting the structures.
8756 (nnimap-request-accept-article): Add \r\n to the lines to make this
8759 * nndraft.el (nndraft-request-expire-articles): Use the group name
8760 instead if "nndraft". Fix found by Nils Ackermann.
8762 2010-09-29 Ludovic Courtès <ludo@gnu.org>
8764 * nnregistry.el: Add.
8766 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
8768 * nnmail.el (group, group-art-list, group-art):
8769 Remove unneeded directives.
8771 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
8773 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
8775 * rfc2047.el (rfc2047-syntax-table):
8776 * utf7.el (utf7-utf-16-coding-system): Comment fix.
8778 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
8779 rather than `insert-file-contents' and `eval-region'.
8781 2010-09-29 Julien Danjou <julien@danjou.info>
8783 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
8784 replacement of `gnus-gravatar-relief' to mimic
8785 `gnus-faces-properties-alist'.
8786 Add :version property.
8788 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
8790 * mail-source.el (mail-source-report-new-mail):
8791 * message.el (message-default-mail-headers):
8792 * mm-decode.el (mm-valid-image-format-p): Comment fix.
8794 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
8796 2010-09-28 Julien Danjou <julien@danjou.info>
8798 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
8799 mail-address contains the same string as real-name.
8801 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
8802 non-blank in header, otherwise it'll get stripped.
8804 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
8805 real-name, and then for mail address rather than doing : or , search.
8807 2010-09-27 Julien Danjou <julien@danjou.info>
8809 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
8810 right completing-read function.
8811 (gnus-use-ido): New variable
8812 (gnus-completing-read-with-default): Remove.
8813 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
8814 (gnus-agent-add-group):
8815 * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
8816 * mm-view.el (mm-view-pkcs7-decrypt):
8817 * mm-util.el (mm-codepage-setup):
8818 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8819 * mml-smime.el (mml-smime-openssl-sign-query):
8820 * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
8821 (mml-insert-multipart):
8822 * gnus-msg.el (gnus-summary-yank-message):
8823 * gnus-int.el (gnus-start-news-server):
8824 * mm-decode.el (mm-interactively-view-part):
8825 * gnus-dired.el (gnus-dired-attach):
8826 * gnus.el (gnus-read-method):
8827 * gnus-bookmark.el (gnus-bookmark-jump):
8828 * gnus-art.el (gnus-mime-view-part-as-type)
8829 (gnus-mime-action-on-part, gnus-article-encrypt-body):
8830 * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
8831 (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
8832 * nnmairix.el (nnmairix-create-server-and-default-group)
8833 (nnmairix-update-groups, nnmairix-get-server)
8834 (nnmairix-backend-to-server, nnmairix-goto-original-article)
8835 (nnmairix-get-group-from-file-path):
8836 * nnrss.el (nnrss-find-rss-via-syndic8):
8837 * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
8838 (gnus-group-make-useful-group, gnus-group-add-to-virtual)
8839 (gnus-group-browse-foreign-server):
8840 * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
8841 (gnus-summary-execute-command, gnus-summary-respool-article)
8842 (gnus-read-move-group-name):
8843 * gnus-score.el (gnus-summary-increase-score)
8844 (gnus-summary-score-effect):
8845 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
8847 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
8849 * nnimap.el (auth-source-forget-user-or-password)
8850 (auth-source-user-or-password): Autoload.
8852 * message.el (message-from-style, message-interactive)
8853 (message-signature): Remove comment.
8854 (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
8856 (message-sendmail-envelope-from): Comment fix.
8857 (message-yank-prefix): Default to mail-yank-prefix always.
8858 (message-indentation-spaces):
8859 Default to mail-indentation-spaces always.
8860 (message-signature-file): Default to mail-signature-file always.
8862 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8864 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
8865 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
8868 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
8870 (nnimap-request-article): Work with the t setting, too.
8872 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
8873 that you don't get flashes of other buffers.
8874 (gnus-summary-show-complete-article): Intern before setting.
8876 2010-09-27 David Engster <dengste@eml.cc>
8878 * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
8880 (nnmairix-retrieve-headers): Provide new argument for the above.
8882 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8884 * gnus-sum.el (gnus-summary-move-article): Don't alter
8885 gnus-newsgroup-active. This makes `/ N' work after copying to the same
8888 * nnimap.el (nnimap-update-info): Don't destructively alter active.
8890 * message.el (message-cite-prefix-regexp): Revert my last edit.
8892 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
8893 variable instead of the Gnus variable.
8895 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
8897 * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
8899 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
8900 since some servers don't like it.
8901 (nnimap-open-connection): Forget credentials if the server says the
8903 (nnimap-parse-line): Protect against invalid data.
8905 * gnus-sum.el (gnus-summary-move-article): Add comment.
8906 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
8907 nothing alters it while scanning for new messages.
8909 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
8910 which may or may not help.
8911 (nnimap-open-connection): If we're doing a stream connection, and then
8912 discover we're on a STARTTLS-capable server, then open a STARTTLS
8915 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8917 * nnimap.el (utf7): Require.
8919 * message.el (message-cite-prefix-regexp): Remove "}" from citation
8922 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
8924 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
8926 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8928 * nnimap.el (nnimap-request-accept-article): Message the error on
8931 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
8933 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
8935 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8937 * nndoc.el (nndoc-request-list): Return success always.
8939 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
8940 `fetch-old' -- we only want to fetch the articles we've requested.
8941 The rest are in the agent, probably.
8942 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
8943 disappeared server" to something low. It's not important.
8945 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
8946 arrived before the FETCH data.
8948 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
8949 target here, because we don't know the Gnus name of the group.
8951 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
8952 for the correct group.
8954 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
8956 * gnus.el (gnus): Give a final warning after startup.
8958 * gnus-util.el (gnus-action-message-log): New variable.
8959 (gnus-message): Use it.
8960 (gnus-final-warning): New function.
8962 * nnimap.el (nnimap-open-connection): Record the greeting.
8963 (nnimap): Add greeting.
8965 2010-09-26 Julien Danjou <julien@danjou.info>
8967 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
8969 (gnus-html-wash-images): Fix spec computing to include start/end.
8971 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
8973 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
8975 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
8977 (nnimap-retrieve-headers): Don't select the group, because that's
8978 already done by nnimap-possibly-change-group.
8980 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
8981 (gnus-picon-transform-address): Use it.
8983 * mail-source.el (mail-source-value): Revert previous patch.
8985 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
8987 (nnimap-open-connection): Look up both virtual and physical server name
8990 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
8992 2009-02-08 Dave Love <fx@gnu.org>
8994 * gnus-win.el (gnus-window-to-buffer-helper)
8995 (gnus-all-windows-visible-p): Function needn't be a symbol.
8997 * mail-source.el (mail-source-value): Function needn't be a symbol.
8999 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9001 * message.el (message-cite-prefix-regexp): Remove } from the cite
9004 * gnus-art.el (gnus-treatment-function-alist): Do picons before
9005 highlight again, so that the highlight is correct.
9007 * gnus-picon.el (gnus-picon): Remove again.
9008 (gnus-picon-create-glyph): Set the background XPM color explicitly.
9010 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
9011 doing the header highlightling, so that the background color of the
9014 * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
9015 (gnus-picon): Ditto.
9016 (gnus-picon): Reinstate. The background color for picons is white.
9017 (gnus-picon-insert-glyph): Make the background white.
9019 * nnml.el (nnml-open-nov): Don't return dead buffers.
9021 * auth-source.el (auth-source-create): Query the user for whether to
9022 store the credentials.
9024 * auth-source.el (auth-source-user-or-password): Use the existing auth
9025 sources, if any, for creation.
9027 * gnus.el (gnus-group-fast-parameter): Return the last matching
9028 parameter instead of the first matching parameter.
9030 2010-09-26 Julien Danjou <julien@danjou.info>
9032 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
9034 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9036 * mml2015.el (mml2015-use): Remove gpg support.
9038 * mml1991.el (mml1991-function-alist): Remove gpg function.
9039 (mml1991-gpg-sign): Remove.
9041 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
9043 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
9044 (gnus-browse-unsubscribe-current-group): Document it.
9045 (gnus-browse-unsubscribe-group): Use it.
9047 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
9049 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
9050 address to the To list for easier response.
9052 * gnus.el (gnus-play-startup-jingle): Remove.
9053 (gnus-splash): Don't play jingle.
9054 (gnus): Silence gnus-load message.
9056 * gnus-art.el (gnus-treat-play-sounds): Remove.
9058 * gnus.el (gnus-play-jingle): Remove audio support.
9060 * gnus-cus.el (gnus-score-customize): Remove audio reference.
9062 * earcon.el: Remove -- no users.
9064 * gnus-audio.el: Remove -- no users of this package.
9066 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
9068 * gnus-start.el (gnus-setup-news): Remove nocem support.
9070 * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
9072 * gnus.el (gnus-use-nocem): Remove.
9074 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
9077 * gnus-nocem.el (gnus-nocem-issuers): Remove file. Apparently nobody
9078 uses NoCeM any more.
9080 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
9081 (gnus-button-ctan-handler): Ditto.
9082 (gnus-button-handle-ctan-bogus-regexp): Ditto.
9083 (gnus-button-ctan-directory-regexp): Ditto.
9084 (gnus-button-handle-ctan): Ditto.
9085 (gnus-button-tex-level): Ditto.
9086 (gnus-button-alist): Remove CTAN stuff.
9088 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9090 * nnimap.el (nnimap-wait-for-response): Reverse logic in the
9091 nnimap-streaming test.
9093 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
9096 * nnimap.el (nnimap-open-connection): Add more error reporting when
9099 * nnheader.el (nnheader-get-report-string): New function.
9100 (nnheader-get-report): Use it.
9102 * gnus-int.el (gnus-check-server): Say what the error was when opening
9105 * nnimap.el (nnimap-wait-for-response): Search further when we're not
9108 2010-09-25 Julien Danjou <julien@danjou.info>
9110 * gnus-html.el (gnus-html-rescale-image): Use our defalias
9111 gnus-window-inside-pixel-edges.
9113 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9115 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
9117 * mm-decode.el (mm-save-part): Allow saving to other directories the
9120 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
9121 Suggested by Jay Berkenbilt.
9123 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
9124 there isn't a single byte.
9126 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
9127 just do it. It doesn't really seem to matter what the user responds
9128 here, I think, so it's just a confusing question.
9130 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
9133 * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
9134 (gnus-article-encrypt-body): Use it.
9136 * gnus-sum.el (gnus-summary-show-complete-article): New command and
9139 * nnimap.el (nnimap-find-wanted-parts-1):
9140 Use gnus-fetch-partial-articles.
9142 * gnus-art.el (gnus-fetch-partial-articles): New variable.
9144 * nnimap.el (nnimap-insert-partial-structure): New function.
9145 (nnimap-get-partial-article): New function.
9146 (nnimap-request-article): Use it.
9147 (nnimap-wait-for-response): Return whether the wait was successful.
9148 (nnimap-finish-retrieve-group-infos): Don't do anything if the
9149 retrieval wasn't successful.
9150 (nnimap-retrieve-group-data-early): Allow throttling servers.
9151 (nnimap-streaming): New variable.
9152 (nnimap-fetch-partial-articles): Remove.
9154 * mm-decode.el (mm-with-part): Protect against killed buffers.
9156 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
9157 for prettier summary display.
9159 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
9161 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
9163 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9165 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
9166 apparently third-party libraries depend on it.
9168 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
9169 before starting negotiation.
9171 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
9173 (gnus-treat-mail-gravatar): Ditto.
9175 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
9176 buffer when inserting images. Inserting text into the headers, for
9177 instance, can make them invalid.
9179 2010-09-25 Julien Danjou <julien@danjou.info>
9181 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
9184 * nnheader.el: Remove useless variables news-reply-yank-from and
9185 news-reply-yank-message-id.
9187 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
9190 * mml1991.el: Remove useless mml1991-verbose.
9192 * gnus.el: Remove useless variable gnus-use-generic-from.
9193 Remove obsolete variable gnus-topic-indentation.
9195 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
9197 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
9199 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
9201 * gnus-group.el: Remove useless gnus-group-icon-cache.
9202 Remove useless gnus-ephemeral-group-server.
9204 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
9206 * mml2015.el: Remove useless mml2015-verbose.
9208 * mml-smime.el: Remove useless mml-smime-verbose.
9210 * gnus.el: Remove useless gnus-local-domain.
9212 * gnus-gravatar.el (gnus-gravatar-transform-address):
9213 Use gnus-gravatar-size.
9215 * gnus-art.el: Remove useless gnus-treat-translate.
9217 2010-09-24 Julien Danjou <julien@danjou.info>
9219 * gnus-sum.el: Add support for Gravatars.
9221 * gnus-art.el: Add support for Gravatars.
9223 * gnus-gravatar.el: Add this file.
9225 * gravatar.el: Add this file.
9227 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9229 * gnus-sum.el (gnus-summary-fetch-faq): Remove.
9231 * gnus-group.el (gnus-group-fetch-faq): Remove.
9233 * gnus.el (gnus-group-faq-directory): Remove.
9235 * gnus-group.el (gnus-group-fetch-charter): Remove.
9237 * gnus.el (gnus-group-charter-alist): Remove.
9239 * gnus-group.el (gnus-group-archive-directory): Remove.
9240 (gnus-group-recent-archive-directory): Ditto.
9241 (gnus-group-make-archive-group): Remove.
9243 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
9245 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
9246 use the same article number for all the cached articles.
9248 * nnimap.el (nnimap-command): Register the last command time so
9249 that we can use it for idling NOOPs.
9250 (nnimap-open-connection): Start the keeplive timer.
9251 (nnimap-make-process-buffer): Store all the process buffers.
9252 (nnimap-keepalive): New function.
9254 * starttls.el (starttls-open-stream): Add autoload cookie.
9256 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
9258 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
9261 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
9263 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
9264 its data structures.
9266 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
9267 instead of the cl.el copy-list.
9268 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
9271 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9273 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
9274 and tool-bar-local-item-from-menu.
9276 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
9277 mode-line-highlight face for Emacs.
9279 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
9280 loading gnus-sum.elc; fix comment for canlock-verify.
9281 (gnus-article-jump-to-part): Use read-number.
9282 (gnus-insert-mime-button, gnus-insert-mime-security-button):
9283 Remove Emacs pre-21 compatible code for help-echo.
9284 (gnus-article-next-page-1): No need to adjust the number of lines.
9285 (gnus-article-describe-bindings): Always use help-buffer.
9287 * gnus-audio.el (gnus-audio-inline-sound):
9288 * gnus-cus.el (gnus-custom-mode):
9289 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
9291 * gnus-sum.el (gnus-remove-overlays): Doc fix.
9293 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
9296 2010-09-24 Glenn Morris <rgm@gnu.org>
9298 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
9299 visiting the fcc file in rmail-mode.
9301 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9303 * nnir.el: Silence the byte compiler.
9305 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
9306 alias to browse-url-url-encode-chars if any.
9307 (gnus-html-encode-url): Use it.
9309 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9311 * gnus-start.el (gnus-use-backend-marks): New variable.
9312 (gnus-get-unread-articles-in-group): Use it.
9314 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
9317 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
9319 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
9321 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9323 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
9325 (gnus-setup-news-hook):
9326 Remove gnus-fixup-nnimap-unread-after-getting-new-news.
9328 * gnus-int.el (gnus-request-update-info): Protect against backends not
9329 having the function.
9331 * nnimap.el (nnimap-stream): Mention STARTTLS.
9332 (nnimap-open-connection): Add STARTTLS support.
9334 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
9336 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
9338 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9340 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
9342 (nnimap-transform-headers): Unfold quoted {42} headers.
9344 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
9346 (gnus-get-unread-articles): Only call updatep on backends that support
9349 * nnweb.el (nnweb-request-update-info): NOOP.
9351 * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
9353 * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
9354 since it only deals with marks.
9356 * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
9357 gnus-request-marks, and make a new gnus-request-update-info.
9359 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
9360 the active instead of the high number, which is usually too low.
9362 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
9364 * encrypt.el: Remove.
9366 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9368 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
9369 server in symbolic form.
9371 * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
9373 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9375 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
9376 (nnimap-update-info): Fix up code slightly.
9378 * gnus-int.el (gnus-open-server): Add tracing for performance
9381 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
9382 (gnus-group-insert-group-line): Pass the real group name so that it
9383 gets the right data.
9385 * gnus-start.el (gnus-get-unread-articles): Don't have
9386 `gnus-get-unread-articles-in-group' update info, since that can be
9387 really slow and doesn't seem to be needed?
9389 2010-09-22 Julien Danjou <julien@danjou.info>
9391 * gnus-group.el (gnus-group-insert-group-line):
9392 Call gnus-group-highlight-line.
9393 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
9395 (gnus-group-update-eval-form): Add new function.
9396 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
9397 (gnus-group-get-icon): Use gnus-group-update-eval-form.
9399 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9401 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
9402 immediate, then expire all articles.
9403 (nnimap-update-info): Fix off-by-one errors.
9404 (nnimap-flags-to-marks): Would return no marks lists for group with no
9405 flags. Instead return the other data.
9407 2010-09-22 Julien Danjou <julien@danjou.info>
9409 * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
9410 Only return an icon.
9411 (gnus-group-insert-group-line): Compute icon to return.
9413 * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
9414 (gnus-html-image-fetched): Only cache if
9415 gnus-html-image-automatic-caching is set.
9416 (gnus-html-image-fetched): Check for errors.
9418 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9420 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
9421 once per method on `g'. This ensures that backends like nnfolder don't
9422 open all their folders.
9424 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
9425 (nnimap-request-list): Nix out group in the correct buffer.
9426 (nnimap-parse-flags): Implement by using `read' instead of
9428 (nnimap-flags-to-marks): Pass on permanent-flags.
9429 (nnimap-make-process-buffer): Record the server name.
9430 (nnimap-parse-flags): Fix typo.
9431 (nnimap-request-scan): Run split on the server in general, not just a
9434 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
9435 parameter, and propagate this downwards.
9437 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
9438 since EXAMINE changes it on the server.
9440 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
9441 this command might take a while.
9443 2010-09-22 Julien Danjou <julien@danjou.info>
9445 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
9446 harmful if you have 2 images side-by-side, they can't be properly
9447 update on text deletion. Using text-property is safer here.
9448 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
9451 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
9453 * nnimap.el (nnimap-expunge-inbox): Remove.
9454 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
9455 (nnimap-expunge): Flip default to t.
9457 * gnus.el (gnus-method-to-server): Don't push things to the cache
9459 (gnus-server-to-method): Ditto.
9461 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
9463 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
9465 2010-09-22 Julien Danjou <julien@danjou.info>
9467 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
9468 get the start of data.
9469 (gnus-html-encode-url): Add this function to encode special chars in
9471 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
9472 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
9474 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
9476 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
9478 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
9480 (gnus-html-put-image): Put alt-text as help-echo.
9482 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9484 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
9485 * mm-util.el (mm-decompress-buffer):
9486 * nnir.el (nnir-run-find-grep):
9487 * pop3.el (pop3-list): Use 3rd arg of split-string.
9489 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9491 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
9492 outside the active range. Suggested by Dan Christensen.
9494 * gnus-start.el (gnus-get-unread-articles): Get the extended method
9495 slightly later to avoid double-getting it.
9497 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
9500 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
9502 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
9504 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
9506 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9508 * gnus-int.el (gnus-open-server): Give a better error message in the
9511 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
9512 marks for nnimap, which is seldom the right thing to do.
9514 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
9515 (gnus-same-method-different-name): New function.
9517 * nnimap.el (parse-time): Require.
9519 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
9520 method in the presence of many similar methods.
9522 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
9524 * nnimap.el (nnimap-find-expired-articles): Don't refer to
9525 nnml-inhibit-expiry.
9527 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
9528 find out whether methods are equal.
9530 * nnimap.el (nnimap-find-expired-articles): New function.
9531 (nnimap-process-expiry-targets): New function.
9532 (nnimap-request-move-article): Request the article before looking at
9533 what the Message-ID is. Fix found by Andrew Cohen.
9534 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
9536 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
9537 for oldness in addition to being a predicate.
9539 * nnimap.el (nnimap-request-group): When we have zero articles, return
9540 the right data to Gnus.
9541 (nnimap-request-expire-articles): Only delete articles immediately if
9542 the target is 'delete.
9544 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
9545 method, this would bug out.
9547 * gnus-group.el (gnus-group-expunge-group): Rename from
9548 gnus-group-nnimap-expunge, and implemented as a normal interface
9551 * gnus-int.el (gnus-request-expunge-group): New function.
9553 * nnimap.el (nnimap-request-create-group): Implement.
9554 (nnimap-request-expunge-group): New function.
9556 2010-09-21 Julien Danjou <julien@danjou.info>
9558 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
9559 (gnus-html-cache-expired): Add new function.
9560 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
9561 wethever we should display image for fetch it.
9562 Compute alt-text earlier to pass it to the fetching function too.
9563 (gnus-html-schedule-image-fetching): Change function argument to only
9564 get one image at a time, not a list.
9565 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
9567 (gnus-html-get-image-data): New function to retrieve image data from
9569 (gnus-html-put-image): Change buffer argument to use image data rather
9570 than file, and place image above region rather than inserting a new
9571 one. Do not take alt-text as argument, since it's useless now: we place
9572 the image above alt-text.
9573 (gnus-html-prune-cache): Remove.
9574 (gnus-html-show-images): Start to fetch image when we find one, do not
9575 push into a temporary list.
9576 (gnus-html-prefetch-images): Only fetch image if they have expired.
9577 (gnus-html-browse-image): Fix, use 'gnus-image-url.
9578 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
9580 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
9582 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
9584 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9586 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
9587 spec inser "*" if the group isn't active instead of 0.
9589 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
9591 (nnimap-request-delete-group): Implement group deletion.
9592 (nnimap-transform-headers): Return the size of the entire message in
9593 the Bytes header, not just the size of the first part.
9594 (nnimap-request-move-article): When moving an article from nnimap,
9595 request the article first so the accepting form has an article to
9596 accept. Reported by Dan Christensen.
9597 (nnimap-command): Make sure that the error message doesn't error out.
9599 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
9601 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
9602 we haven't requested anything.
9604 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
9606 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
9607 "". Fix found by Andrew Cohen.
9609 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
9610 instead of -encode-string.
9612 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
9614 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
9616 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
9617 by mm-subst-char-in-string.
9619 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9621 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
9622 waiting for the connection string.
9624 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
9627 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
9628 bogus characters. This allows selecting certain Gmail groups.
9630 * nnimap.el (nnimap-find-wanted-parts-1): New function.
9631 (nnimap-fetch-partial-articles): New variable.
9632 (nnimap-open-connection): When looking for credentials, also use the
9634 (nnimap-request-article): Return the group/article number, so that Gnus
9635 `^' works as expected.
9636 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
9638 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
9640 (gnus-methods-sloppily-equal): New function.
9641 (gnus): When using the development version of Gnus, load the gnus-load
9644 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
9645 `gnus-open-server' on each method before trying to scan them etc.
9646 This ensures that all the backend parameters are set correctly.
9648 * nnimap.el (nnimap-authenticator): New variable.
9649 (nnimap-open-connection): Allow anonymous login.
9650 (nnimap-transform-headers): The chars header is called Chars not Bytes.
9651 (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
9653 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
9654 patch, found by Knut Anders Hatlen.
9656 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
9658 * gnus-agent.el (gnus-agent-batch-confirmation)
9659 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
9661 * gnus-art.el (gnus-article-describe-briefly): Likewise.
9662 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
9663 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
9664 * gnus-int.el (gnus-open-server): Likewise.
9665 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
9666 (gnus-score-check-syntax): Likewise.
9667 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
9668 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
9670 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
9672 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9674 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
9675 calling conventions so that prefetch doesn't bug out.
9677 2010-09-19 Julien Danjou <julien@danjou.info>
9679 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
9680 rather than `subst-char-in-region' in order to be able to replace ASCII
9683 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
9685 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
9686 the right URL and ALT text on images.
9687 (gnus-html-wash-tags): Fix tag case.
9688 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
9689 (gnus-article-html): Add -o display_ins_del=2 option.
9690 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
9692 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9694 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
9695 the extra mail headers, which sometimes seem to happen for unknown
9698 * mail-parse.el (mail-header-encode-parameter): Define as
9699 rfc2045-encode-string instead of as rfc2231-encode-string, since some
9700 (or most, perhaps?) mail readers don't understand the latter, but do
9701 understand the former.
9703 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
9704 to nil, so that no methods are automatically agentized. I think this
9705 is probably what most users want.
9707 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
9708 from url-retrieve, for instance about invalid URLs.
9710 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
9711 groups that have no articles.
9712 (nnimap-request-article): Check that we really got an article when we
9715 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
9718 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
9719 nntp buffer so the agent can save it.
9720 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
9721 that CRLF doesn't get translated to \n.
9722 (nnimap-open-connection): Don't make 'shell commands only send \n.
9724 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9726 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
9727 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
9729 (nnml-generate-nov-file): Use dolist.
9730 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
9731 Use with-current-buffer.
9733 2010-09-18 Julien Danjou <julien@danjou.info>
9735 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
9738 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9740 * nnimap.el (nnimap-update-info): When doing partial marks update, get
9741 the range update right.
9742 (nnimap-request-group): Don't make `M-g' bug out on group with no
9744 (nnoo): Require, so that other packages can require nnimap.
9745 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
9746 command we're looking for. This helps when the server sends more
9747 responses after we've gotten everything we expected.
9748 (nnimap): Add a `newlinep' field to keep track of end-of-line
9750 Don't send CRLF to things that don't want it.
9751 (nnimap-request-accept-article): Ditto.
9753 2010-09-18 Julien Danjou <julien@danjou.info>
9755 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
9756 than curl to retrieve images.
9758 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9760 * nnimap.el (nnimap-update-info): Extend the info so that we can set
9762 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
9763 (nnimap-wait-for-connection): New function.
9764 (nnimap-open-connection): If we have PREAUTH, don't query for login
9766 (nnimap-update-info): Fix off-by-one error when concatenating ranges
9767 when doing a partial update.
9769 2010-09-18 Julien Danjou <julien@danjou.info>
9771 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
9774 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
9776 * nnimap.el (nnimap-credentials): New function.
9777 (nnimap-open-connection): Use the new function to look for credentials
9778 also on the numeric equivalents of "imap" and "imaps".
9780 * gnus-start.el (gnus-activate-group): Send the info to
9783 * nnimap.el (nnimap-request-group): Have the "check" version of the
9784 function parse flags and update the info, so that a `M-g' get a total
9785 resync of all flags from the group.
9787 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
9788 to allow backends to alter the info on group selection. Also alter all
9789 the backend -request-group functions to take the parameter.
9791 * nnimap.el (nnimap-store-info): New function.
9792 (nnimap-update-info): Store the info for later usage.
9793 (nnimap-request-group): Use the stored info for the dont-check case, so
9794 that we don't retrieve all marks when we enter a group.
9796 * nnimap.el: Use deffoo instead of defun for interface functions.
9798 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
9799 update the group info. This makes the nndraft groups, for instance, go
9800 back to their old behavior.
9802 * gnus-sum.el (gnus-select-newsgroup): Indent.
9804 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
9806 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
9809 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
9810 from methods that are denied.
9812 * gnus-int.el (gnus-method-denied-p): New function.
9814 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
9815 store the password instead of netrc.
9816 (nnimap-open-connection): Don't error out when we can't make a
9819 * auth-source.el (auth-source-create): In the password prompt, say what
9820 we're querying for. Also prompt for user name if that hasn't been
9823 * nnimap.el (nnimap-with-process-buffer): Remove.
9825 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9827 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
9828 method when we're reading from the agent.
9830 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
9832 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
9833 that's probably most useful for users.
9835 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
9836 "failed" all the time.
9838 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
9839 ...)) with (with-current-buffer ...).
9841 * nntp.el (nntp-open-server): Return whether the open was successful or
9844 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
9845 select an unread unseen article first.
9847 * nnimap.el (nnimap-open-connection): If the user doesn't have a
9848 /etc/services, supply some sensible port defaults.
9850 2010-09-17 Julien Danjou <julien@danjou.info>
9852 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
9854 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
9856 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
9857 doesn't have any parameters.
9859 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
9861 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
9862 only upcased checks.
9864 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
9866 * nnimap.el (nnimap-open-shell-stream): New function.
9867 (nnimap-open-connection): Use it.
9868 (nnimap-transform-headers): Get the number of lines in each message.
9869 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
9871 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
9874 * utf7.el (utf7-encode): Autoload.
9876 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
9877 to allow the mail splitting to not return a default group. This is
9878 useful for nnimap, which will leave unmatched mail in the inbox.
9880 * nnimap.el: Rewritten.
9882 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
9885 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
9886 if the move is internal, so that nnimap can do fast internal moves.
9888 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
9890 (gnus-read-active-for-groups): Support finishing the early retrieval of
9893 * gnus-range.el (gnus-range-nconcat): New function.
9895 * gnus-int.el (gnus-finish-retrieve-group-infos)
9896 (gnus-retrieve-group-data-early): New functions.
9898 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
9900 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
9901 (nnrss-retrieve-groups):
9902 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
9903 (pop3-quit): Use with-current-buffer.
9905 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
9907 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
9908 instead of nnheader-accept-process-output.
9910 * gnus-html.el (gnus-html-schedule-image-fetching)
9911 (gnus-html-prefetch-images): Replace process-kill-without-query by
9912 gnus-set-process-query-on-exit-flag.
9914 2010-09-16 Romain Francoise <romain@orebokech.com>
9916 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
9918 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9920 * gnus-registry.el (gnus-registry-install-shortcuts): The second
9921 parameter to unintern is mandatory-ish in Emacs 24.
9923 * gnus-html.el (gnus-html-schedule-image-fetching)
9924 (gnus-html-prefetch-images): Check for curl before using it.
9926 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
9927 depend on curl, which isn't essential.
9929 * imap.el: Revert back to version
9930 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
9933 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
9935 * gnus-registry.el (gnus-registry-install-shortcuts):
9936 Explicitly pass `obarray' to `unintern' to avoid a warning.
9938 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9940 * gnus-start.el (gnus-read-active-for-groups): Revert the previous
9943 * nnrss.el (nnrss-request-list): Remove this function and related
9944 functions, including the moreover stuff.
9946 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9948 * nnrss.el (nnrss-retrieve-groups): New function.
9950 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
9952 * .dir-locals.el: Add no-byte-compile cookie.
9954 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
9956 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
9957 for back end that doesn't support request-scan.
9959 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
9961 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
9962 then do request scans from the backends.
9964 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
9965 avoid running a hook per line, since this takes a lot of time,
9967 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
9968 directly if gnus-visual-p is true.
9970 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
9972 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
9973 groups; replace mapcar with dolist which is a bit faster; pass groups
9974 info to gnus-read-active-file-1.
9975 (gnus-read-active-file-1): Scan only specified groups if the new
9976 optional arg `infos' is given.
9978 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
9980 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
9982 * pop3.el (pop3-movemail): Remove.
9983 (pop3-streaming-movemail): Rename to pop3-movemail.
9985 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
9986 don't restrict end-tag searches to the end of the line.
9988 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
9990 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
9991 articles of every unchecked group to t, which means unknown since the
9992 server has never been opened.
9994 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
9996 * gnus-html.el (gnus-html-show-alt-text): New command.
9997 (gnus-html-browse-image): Ditto.
9998 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
9999 to browse the image directly.
10000 (gnus-html-wash-tags): Search for images first, so that <a><img> works
10003 * gnus-async.el (gnus-async-article-callback):
10004 Call `gnus-html-prefetch-images' unconditionally.
10006 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
10007 before feeding URLs to curl.
10009 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
10011 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
10012 internal images as deletable by `W D D'.
10014 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
10015 (gnus-async-article-callback): Fix typo.
10017 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10019 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
10020 current line to work around bugs in the output from w3m.
10022 * gnus-async.el (gnus-async-article-callback): Always prefetch images
10023 for groups that want that.
10025 * nntp.el (nntp-wait-for-string): Supply a timeout for
10026 accept-process-output to ensure progress.
10028 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
10029 level to get unread articles from, then use that for foreign groups,
10032 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
10033 confuses the rest of the function.
10035 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
10036 for the methods that support -retrieve-groups, too.
10038 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
10040 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
10042 * pop3.el: Require cl when compiling.
10043 (pop3-number-of-responses): Search for "+OK", not "+OK ".
10045 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
10047 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
10048 that aren't going to be activated.
10049 (gnus-get-unread-articles): Fix up the last commit.
10051 * gnus-html.el (gnus-article-html): Allow calling without specifying
10052 the handle. In that case, dissect the buffer first.
10054 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
10056 * nnimap.el (nnimap-open-connection): Revert the change that would look
10057 into authinfo for imaps instead of imap.
10059 * gnus-start.el (gnus-activate-group): Take an optional parameter to
10060 say that you don't want to call gnus-request-group with don-check, but
10061 do check the response. This is for virtual groups only.
10062 (gnus-get-unread-articles): Count the archive groups as secondary, so
10063 that they're activated the same way as before.
10065 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
10066 case-insensitively.
10067 (nnimap-debug): Remove.
10069 * mail-source.el (mail-source-fetch): Don't message if we're fetching
10070 mail from a file, and the file doesn't exist.
10072 * pop3.el (pop3-streaming-movemail): Return t for success.
10074 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
10075 .authinfo if we're using ssl connection.
10077 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
10078 already have if we're in a main Gnus `g' run.
10080 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
10082 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
10084 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
10086 * nnmh.el (nnmh-request-list-1): Bind `file'.
10088 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
10089 alias to set-process-query-on-exit-flag or process-kill-without-query.
10090 (pop3-open-server): Use it.
10092 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10094 * mail-source.el (mail-source-delete-crash-box): Always move the crash
10095 box to the Incoming file. Fixes mistake in previous checkin.
10097 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
10098 request loop (for debugging purposes) removed.
10100 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
10101 culprit is more visible.
10102 (nnml-save-incremental-nov, nnml-open-incremental-nov)
10103 (nnml-add-incremental-nov): New functions to do "incremental" nov
10104 updates, where we just append to the end of the existing nov files
10105 without reading/writing them in full.
10107 * mail-source.el (mail-source-delete-crash-box): Really only check the
10108 incoming files once in a while.
10110 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
10112 * mail-source.el (mail-source-delete-crash-box): Only check the
10113 incoming files for deletion once per day to save a lot of file
10116 * pop3.el (pop3-logon): Fix up unbound variable typo.
10118 * mail-source.el (pop3-streaming-movemail): Autoload.
10120 * pop3.el (pop3-streaming-movemail):
10121 Respect pop3-leave-mail-on-server.
10123 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
10126 * pop3.el (pop3-process-filter): Remove unused function.
10127 (pop3-streaming-movemail, pop3-send-streaming-command)
10128 (pop3-wait-for-messages, pop3-write-to-file)
10129 (pop3-number-of-responses): New functions for streaming pop3
10132 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
10133 come from no known methods.
10134 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
10137 * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
10139 (pop3-movemail): Use erase-buffer instead of looping and deleting
10140 regions, which seems rather odd.
10142 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
10143 file once per `g' run.
10145 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
10146 directories. This makes the draft queue directory work.
10148 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
10149 data from the backends, so that we only request the list of groups from
10150 each method once. This should speed things up considerably.
10152 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
10153 detect that it's not implemented.
10155 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
10156 we actually do recurse down into the tree, but don't stat all leaf
10159 * gnus-html.el (gnus-html-show-images): If there are no images to show,
10160 then say so instead of bugging out.
10162 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
10163 files exist before trying to read them.
10165 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
10168 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
10170 * nnmh.el (nnmh-request-list-1): Optimize for speed.
10172 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10174 * mm-util.el (mm-image-load-path): Just return the image directories,
10175 not all directories in the path in addition to the image directories.
10176 (mm-image-load-path): Maintain a cache of the image directories so that
10177 the `g' command in Gnus doesn't have to stat dozens of directories each
10180 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
10181 (gnus-html-wash-tags): Add a new `i' command to insert images.
10182 (gnus-html-insert-image): New command and keystroke.
10183 (gnus-html-redisplay-with-images): New command and keystroke.
10184 (gnus-html-show-images): Rename command.
10185 (gnus-html-wash-tags): Remove more white space before <pre_int> image
10187 (gnus-html-wash-tags): Decode entities at the end, so that entities
10188 inside the tags don't mess up the rest of the "parsing".
10190 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
10191 so that nnimap methods aren't agentized by default. There's apparently
10192 many problems related to agent/imap behavior.
10194 * gnus-art.el (gnus-article-copy-string): New command and key binding.
10196 * gnus-html.el: Doc fix.
10198 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
10200 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
10201 glyph-width and glyph-height instead of display-graphic-p and
10202 image-size; make avoidance of displaying small images work for XEmacs.
10204 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
10207 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
10208 of symbol that holds plist data.
10209 (gnus-process-plist): Remove plist of process after getting it.
10211 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10213 * message.el (message-generate-hashcash): Change default to
10214 'opportunistic if hashcash is installed.
10216 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
10217 (gnus-html-put-image): Only call image-size once, since it's somewhat
10218 time-consuming on remote X servers.
10220 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
10222 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
10224 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
10226 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
10228 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
10229 group line format, since it isn't very interesting.
10231 * gnus-agent.el (gnus-agent-short-article),
10232 (gnus-agent-long-article): Increase values for these two variables,
10233 since most people are likely to have more network connection and
10234 storage than before.
10236 * gnus.el (gnus-refer-article-method): Change default to 'current.
10237 When referring an article, the common behavior is to refer it from the
10238 current select method, not the native select method. The chances of
10239 the native select method having the message in question is rather slim
10242 * gnus-sum.el (gnus-auto-select-subject): Change default to
10243 `unseen-or-unread'. I think it's likely that most people want to
10244 select an unseen article over a previously seen, but unread one.
10246 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
10247 means that in the article buffer none of the minor mode elements will
10248 be shown, usually, and this is not desirable in most cases.
10250 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
10251 that commands like `d' (and the like) go to the next line in the
10252 buffer, instead of the next unread article. I think this is the
10253 behavior that is most natural for most users.
10254 (gnus-single-article-buffer): Change default to nil, so that people can
10255 have as many article buffers open as they have summary buffer. I think
10256 this is the most natural way for the groups to behave.
10258 * message.el (message-generate-new-buffers): Change default to
10259 `unsent', so that all new message buffers start their names with the
10260 string "*unsent", and it's easier to find the buffers if you move from
10263 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10265 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
10266 small. They're probably tracking images.
10267 (gnus-html-wash-tags): Remove all <pre_int> place holders.
10268 (gnus-html-rescale-image): Yet another try at getting the image sizing
10271 * nntp.el (nntp-request-set-mark): Refuse to do marks if
10272 nntp-marks-file-name is nil.
10274 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10276 * gnus-html.el (gnus-html-wash-tags)
10277 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
10280 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10282 * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
10284 * gnus-html.el (gnus-html-wash-tags): Check the value of
10285 gnus-blocked-images in the summary buffer.
10287 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10289 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
10291 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10293 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
10294 like "a", it seems like.
10295 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
10296 since it needs to be picked from the correct buffer.
10298 * nnwfm.el: Remove.
10300 * nnlistserv.el: Remove.
10302 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10304 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
10305 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
10307 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10309 * nnkiboze.el: Remove.
10313 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
10315 (gnus-html-rescale-image): Try to get the rescaling logic right for
10316 images that are just wide and not tall.
10318 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
10319 overshadow variable bindings.
10321 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
10323 * gnus-html.el (gnus-html-wash-tags)
10324 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
10327 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10329 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
10330 (gnus-max-image-proportion): New variable.
10331 (gnus-html-rescale-image): New function.
10332 (gnus-html-put-image): Rescale images.
10334 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
10336 Fix up some byte-compiler warnings.
10337 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
10338 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
10339 (gnus-article-fill-cited-article, gnus-article-hide-citation)
10340 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
10341 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
10342 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
10343 (gnus-group-update-group): Use save-excursion and with-current-buffer.
10345 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10347 * gnus-html.el (gnus-article-html): Decode contents by charset.
10349 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
10351 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
10352 (gnus-html-frame-width, gnus-blocked-images):
10353 * message.el (message-prune-recipient-rules): Add custom version.
10354 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
10356 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
10359 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
10362 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
10364 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
10365 instead of lsub directly.
10367 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10369 * nnwarchive.el: Remove.
10371 * gnus-soup.el: Remove.
10373 * nnsoup.el: Remove.
10375 * nnultimate.el: Remove.
10377 * gnus-html.el (gnus-blocked-images): New variable.
10379 * message.el (message-prune-recipients): New function.
10380 (message-prune-recipient-rules): New variable.
10382 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
10383 guess whether a long line is natural text or not.
10385 * gnus-html.el (gnus-html-schedule-image-fetching):
10386 Use gnus-process-plist and friends for compatibility.
10388 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
10390 * gnus-html.el: Require packages that define macros used in this file.
10391 (gnus-article-mouse-face): Declare to silence byte-compiler.
10392 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
10394 (gnus-html-put-image): Use plist-get to avoid getf.
10395 (gnus-html-prefetch-images): Use with-current-buffer.
10397 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
10399 * gnus-ems.el: Provide compatibility functions for
10400 gnus-set-process-plist.
10402 * gnus-sum.el (gnus-summary-stop-at-end-of-message):
10403 * gnus.el (gnus-valid-select-methods):
10404 * message.el (message-send-mail-partially-limit):
10405 * mm-decode.el (mm-text-html-renderer):
10406 * mml.el (mml-insert-mime-headers-always):
10407 * smiley.el (smiley-regexp-alist): Bump custom version.
10409 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
10411 * gnus-html.el: Require mm-url.
10412 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
10413 with the url to `url'.
10414 (gnus-html-wash-tags): Support cid: URLs/images.
10416 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
10418 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
10419 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
10420 bindings, as they aren't useful at all. `w' is moved to `W w'.
10422 * gnus-move.el: Remove file, since it doesn't really work.
10424 * gnus-html.el (gnus-article-html): Tell w3m that the input is
10425 UTF-8. This seems to fix problems with some German web feeds.
10427 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
10428 at the top so that the proper colors are applied.
10430 * gnus-art.el (gnus-article-view-part): Doc fix.
10432 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
10434 (gnus-html-put-image): Don't do images on non-graphic displays.
10436 * nnslashdot.el: Remove this unused backend.
10438 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
10440 (gnus-undo-register-1): Revert last change.
10442 * gnus-group.el (gnus-group-completing-read): Protect against not
10443 having completion-styles bound.
10445 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
10446 make broken recipients happier.
10448 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
10450 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
10453 * gnus-group.el (gnus-group-completing-read): Add 'substring to
10454 completion-styles for group selection.
10456 2009-02-04 Andreas Schwab <schwab@suse.de>
10458 * gnus-score.el (gnus-score-string): Fix regex for matching extra
10459 headers and regexp-quote the match if necessary.
10461 2009-03-24 Miles Bader <miles@gnu.org>
10463 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
10464 the blinking smiley.
10466 2009-03-24 Simon Josefsson <simon@josefsson.org>
10468 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
10471 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10473 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
10474 where the dribbel file lives exists.
10476 * message.el (message-send-mail-partially-limit): Change the default to
10477 nil, since most people don't want this.
10479 * mm-url.el (mm-url-decode-entities): Also decode entities like
10482 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
10484 * gnus-sum.el (gnus-summary-idna-message):
10485 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
10486 Hyperlink urls in docstrings with URL `...'.
10488 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
10490 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
10493 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10495 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
10496 say what the mouseover text should be.
10498 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
10499 version of the mm-w3m-safe-url-regexp variable to only download images
10500 in the groups where we want that to happen.
10502 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
10504 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
10506 (gnus-article-beginning-of-window): Add kludge to allow spacing past
10507 big pictures in the article buffer.
10509 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
10511 (mm-text-html-renderer): gnus-article-html needs curl in addition to
10514 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
10516 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
10518 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
10519 which doesn't exist.
10521 * message.el (message-inhibit-ecomplete): New variable to allow some
10522 function to inhibit ecomplete address storage.
10523 (message-resend): Disable ecomplete message storage when resending
10526 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
10528 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
10530 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
10531 Save excursion while copying, moving, and deleting articles in order to
10532 prevent the cursor from jumping to unforeseen place.
10534 2010-08-17 Glenn Morris <rgm@gnu.org>
10536 * gnus-sync.el: Require gnus components whose functions are used.
10538 * gnus-art.el (bookmark-make-record-function):
10539 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
10540 Declare for compiler.
10542 * mm-url.el (mml-compute-boundary): Autoload.
10544 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
10546 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
10548 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
10550 Typo fix "hoo4a" -> "hook".
10552 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
10554 2010-08-14 Glenn Morris <rgm@gnu.org>
10556 * gnus-sync.el (gnus-sync): Fix defgroup version.
10558 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
10560 Doc fixes and keep unknown groups (ammended for nunion bug fix).
10562 * gnus-sync.el: Fix docs.
10563 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
10564 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
10566 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
10568 Optimizations for gnus-sync.el.
10570 * gnus-sync.el: Add docs about gnus-sync-backend
10572 (gnus-sync-save): Remove unnecessary message.
10573 (gnus-sync-read): Optimize and show what groups were skipped.
10575 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
10577 Minor bug fixes for gnus-sync.el.
10579 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
10580 Don't read the sync on get-new-news.
10582 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
10585 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
10588 2010-07-30 Lawrence Mitchell <wence@gmx.li>
10590 Make saving and restoring of hidden threads work with overlays.
10591 Patch applied by Ted Zlatanov.
10593 * gnus-sum.el (gnus-hidden-threads-configuration)
10594 (gnus-restore-hidden-threads-configuration): Update to deal with text
10595 properties, rather than searching for a magic character.
10597 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
10599 New gnus-sync.el library for synchronization of marks.
10601 * gnus-sync.el: New library for synchronization of marks.
10603 * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
10604 renamed from `gnus-registry-grep-in-list'.
10606 * gnus-registry.el (gnus-registry-follow-group-p):
10607 Use `gnus-grep-in-list'.
10609 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
10611 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
10613 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
10614 determining charset of text fails.
10616 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
10618 * nnmail.el (nnmail-get-new-mail-1): Revert.
10620 * nnml.el (nnml-active-number): Make sure names of newly created groups
10621 in nnml-group-alist are encoded.
10623 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
10625 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
10626 containing non-ASCII characters in active file for nnml back end.
10628 2010-07-24 David Engster <dengste@eml.cc>
10630 * mml-smime.el (mml-smime-epg-verify): Also accept the older
10631 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
10633 2010-07-21 Daiki Ueno <ueno@unixuser.org>
10635 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
10638 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
10640 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
10641 the article buffer, not the summary buffer.
10643 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
10645 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
10648 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10650 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
10651 Patch applied by Karl Fogel.
10653 * gnus-sum.el (gnus-summary-bookmark-make-record):
10654 Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
10656 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10658 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
10659 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
10660 C-w still not working correctly from Article buffers; Thierry's
10661 patch to fix that will be applied after this.
10663 * gnus-art.el (bookmark-make-record-function): New local variable.
10665 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
10667 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
10669 2010-07-13 Karl Fogel <kfogel@red-bean.com>
10671 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
10672 on changes in bookmark.el.
10674 2010-06-22 Mark A. Hershberger <mah@everybody.org>
10676 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
10677 the *other* type of HTML form submission.
10679 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
10681 * auth-source.el (auth-source-pick): If choice does not contain a
10682 questioned keyword, set the check to t.
10684 2010-06-12 Romain Francoise <romain@orebokech.com>
10686 * gnus-util.el (gnus-date-get-time): Move up before first use.
10688 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
10690 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
10691 (gnus-article-edit-part): Bind it to make last part that is substituted
10692 or deleted visible.
10693 (gnus-mime-display-single): Buttonize part of which id equals to
10694 gnus-mime-buttonized-part-id.
10696 2010-06-10 Dan Christensen <jdc@uwo.ca>
10698 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
10699 (gnus-dd-mmm): Use gnus-date-get-time.
10700 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
10702 (gnus-summary-limit-to-age): Use gnus-date-get-time.
10703 (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
10705 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
10707 * auth-source.el (top): Autoload `secrets-list-collections',
10708 `secrets-create-item', `secrets-delete-item'.
10709 (auth-sources): Fix tag string.
10710 (auth-get-source, auth-source-retrieve, auth-source-create)
10711 (auth-source-delete): New defuns.
10712 (auth-source-pick): Rewrite in order to avoid 2 passes.
10713 (auth-source-forget-user-or-password): New parameter USERNAME.
10714 (auth-source-user-or-password): New parameters CREATE-MISSING and
10715 DELETE-EXISTING. Retrieve password interactively, if needed.
10717 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
10719 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
10720 deleting unused directories when gnus-expert-user is t.
10722 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
10724 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
10725 for each temp file when gnus-article-browse-delete-temp is ask.
10727 2010-05-20 Kevin Ryde <user42@zip.com.au>
10729 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
10731 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
10733 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
10734 article unless decoding article to be saved.
10736 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
10738 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
10739 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
10740 generated within the mm-with-unibyte-current-buffer macro.
10742 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
10744 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
10745 to nil when we're in a mml-preview buffer and no group is selected.
10747 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
10749 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
10750 when catching the `C-g'. Reported by "Leo".
10752 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
10754 * message.el (message-forward-make-body-plain)
10755 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
10756 multibyte-string-p.
10758 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
10760 * message.el (message-forward-make-body-mml): Assume original message
10761 is multibyte string; error on unibyte.
10762 (message-forward-make-body-plain): Ditto; don't add excessive newline
10765 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
10767 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
10768 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
10770 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
10772 * mm-extern.el (mm-extern-url): Don't use
10773 mm-with-unibyte-current-buffer.
10774 (mm-extern-cache-contents): Use with-current-buffer instead of
10775 save-excursion + set-buffer.
10777 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10779 * mm-util.el (mm-emacs-mule): Remove.
10781 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
10783 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
10784 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
10787 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10789 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
10790 bind the default value of enable-multibyte-characters to nil.
10792 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
10794 * message.el (message-forward-make-body-plain)
10795 (message-forward-make-body-mml):
10796 Don't use mm-with-unibyte-current-buffer.
10798 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
10800 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
10803 2010-05-07 Julien Danjou <julien@danjou.info>
10805 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
10806 it to mm-pipe-part.
10808 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
10811 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
10813 * nnweb.el (nnweb-gmane-search):
10814 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
10817 * gnus-art.el (gnus-article-browse-html-parts):
10818 * gnus-group.el (gnus-read-ephemeral-gmane-group)
10819 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
10822 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
10823 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
10826 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
10827 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
10828 XEmacs when compiling.
10830 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
10831 gnus-pick-mode-off-hook for XEmacs when compiling.
10832 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
10833 gnus-binary-mode-off-hook for XEmacs when compiling.
10835 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
10836 Return nil if char-charset is not available.
10838 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
10841 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
10842 instead of encode-coding-string.
10844 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
10845 'xemacs) instead of mm-emacs-mule to switch function definitions.
10846 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
10848 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
10850 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
10852 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
10854 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
10855 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
10857 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
10859 * mm-util.el (mm-decompress-buffer): Use `delete-file';
10860 alias `jka-compr-delete-temp-file' no longer exists.
10862 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
10864 Use define-minor-mode in Gnus where applicable.
10865 * mml.el (mml-mode): Use define-minor-mode.
10866 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
10867 (gnus-undo-mode): Use define-minor-mode.
10868 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
10869 (gnus-dead-summary-mode): Use define-minor-mode.
10870 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
10871 Initialize in declaration.
10872 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
10873 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
10874 (gnus-mailing-list-mode): Use define-minor-mode.
10875 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
10876 (gnus-draft-mode): Use define-minor-mode.
10877 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
10878 (gnus-dired-mode): Use define-minor-mode.
10880 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
10882 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
10883 handles on recursive mml-to-mime translation and check them for
10884 boundary delimiter collisions. Reported by Greg Troxel.
10886 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
10888 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
10890 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10892 * mm-util.el (mm-find-buffer-file-coding-system):
10893 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
10895 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
10897 * message.el (message-generate-headers): Record insertion of optional
10898 headers as well. Otherwise the check to prevent repeated insertion of
10899 optional headers is a no-op.
10901 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
10903 * smime.el: Don't mention CVS.
10905 * nnrss.el (nnrss-fetch): Don't mention CVS.
10907 * nnir.el: Don't mention CVS.
10909 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10911 * gnus-sum.el (gnus-summary-bookmark-make-record):
10912 Add `location' field.
10914 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10916 * gnus-sum.el: Add bookmark declarations to silence the compiler.
10917 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
10918 Use with-current-buffer to silence the byte-compiler.
10919 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
10920 bother to require `gnus'.
10921 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
10923 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
10925 * gnus-sum.el (gnus-summary-bookmark-make-record)
10926 (gnus-summary-bookmark-jump): New functions.
10927 (gnus-summary-mode): Setup bookmark support.
10929 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
10931 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
10934 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
10936 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
10937 gnus-article-browse-html-save-cid-image; make it work recursively for
10938 forwarded messages as well.
10939 (gnus-article-browse-html-parts): Work when prefix arg is given.
10940 (gnus-article-browse-html-article): Doc fix.
10942 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
10944 * message.el (message-default-mail-headers):
10945 (message-default-headers): Carry the value mail-default-headers over
10946 into message-default-mail-headers, rather than message-default-headers.
10948 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
10950 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
10953 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
10954 charset into the <meta> tag when the article is encoded to utf-8.
10956 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
10958 * gnus-art.el (gnus-article-browse-delete-temp-files):
10959 Delete directories as well.
10960 (gnus-article-browse-html-parts): Work for images that do not specify
10961 file names; delete temp directory when quitting; insert header at the
10962 right place; use file: scheme for image files.
10964 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
10966 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
10967 (gnus-article-browse-html-parts): Use it to make temporary cid image
10968 files in addition to html file so that browser may display them.
10970 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
10972 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
10974 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
10976 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
10978 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
10980 * auth-source.el (auth-sources): Change default to be simpler.
10981 Explain about Secret Service API sources. Improve Customize options.
10982 (auth-source-pick): Change to accept any number of search parameters.
10983 Implement fallbacks iteratively, not recursively. Add scoring on the
10984 second pass and sort by score. Call Secret Service API when needed.
10985 (auth-source-user-or-password): Use it. Call Secret Service API
10986 directly when needed to get the user name and the password.
10988 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
10990 * message.el (message-interactive): Doc fix.
10991 (message-qmail-inject-args): Reflow.
10992 (message-kill-to-signature): Fix typo in docstring.
10994 * smiley.el (smiley-buffer): Fix typo in docstring.
10996 2010-03-24 Glenn Morris <rgm@gnu.org>
10998 * mail-source.el (gnus-message): Declare.
10999 (mail-source-delete-old-incoming): Require gnus-util.
11001 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11003 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
11005 * message.el (ecomplete-setup): Autoload it for Emacs <23.
11007 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
11008 password-cache's default if it is not bound.
11009 (mml-secure-passphrase-cache-expiry): Default to 16 that is
11010 password-cache-expiry's default if it is not bound.
11012 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
11013 available in Emacs 21.
11015 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
11017 * auth-source.el (auth-sources): Fix up definition so extra parameters
11020 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
11022 * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
11023 wasn't updated after mismatch. Clear cached mailbox info correctly
11024 when uidvalidity changes.
11025 (nnimap-group-prefixed-name): New function to avoid some code
11027 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
11028 (nnimap-request-group): Use it.
11029 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
11030 (nnimap-update-unseen): Significantly improved speed of Gnus startup
11031 with many imap folders. This is done by caching the group status from
11032 the imap server persistently in a group parameter `imap-status'. (This
11033 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
11034 but not persistently, so every Gnus startup was still very slow.)
11036 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
11038 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
11039 secrets.el dependency.
11040 (auth-sources): Add optional user name. Add secrets.el configuration
11041 choice (unused right now).
11043 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
11045 * gnus-sum.el (gnus-summary-make-menu-bar):
11046 Let `gnus-registry-install-shortcuts' fill in the functions.
11048 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
11050 (gnus-registry-misc-menus): Variable to hold registry mark menus.
11051 (gnus-registry-install-shortcuts): Populate and use it in a
11052 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
11054 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
11056 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
11057 In-place substitutions for the group name encoding/decoding.
11058 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
11059 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
11060 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
11061 (nnimap-update-unseen, nnimap-request-list)
11062 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
11063 (nnimap-request-set-mark, nnimap-split-to-groups)
11064 (nnimap-split-articles, nnimap-request-newgroups)
11065 (nnimap-request-create-group, nnimap-request-accept-article)
11066 (nnimap-request-delete-group, nnimap-request-rename-group)
11067 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
11068 `encoded-mbx' for consistency.
11069 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
11070 variable `imap-current-mailbox'.
11072 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
11073 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
11075 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
11077 * pop3.el (pop3-display-message-size-flag): Display message size byte
11078 counts during POP3 download.
11079 (pop3-movemail): Use it.
11080 (pop3-list): Implement listing of available messages.
11082 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
11084 * nnir.el (nnir-get-article-nov-override-function): New function to
11085 override the normal NOV retrieval.
11086 (nnir-retrieve-headers): Use it.
11088 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
11090 * auth-source.el (netrc-machine-user-or-password): Autoload.
11092 2010-03-19 Glenn Morris <rgm@gnu.org>
11094 Stop message.el from loading about 40 libraries it doesn't always need.
11095 The general approach is to autoload rather than require, and to
11096 require in the specific functions rather than the file. (Bug#5642)
11098 * gmm-utils.el: Don't require wid-edit.
11099 (widget-create-child-value, widget-convert, widget-default-get):
11102 * gnus-util.el: Don't require time-date, netrc.
11103 (message-fetch-field, gnus-group-name-decode): Declare rather than
11105 (gnus-fetch-field): Require message.
11106 (gnus-decode-newsgroups): Require gnus-group.
11108 * ietf-drums.el: Don't require time-date.
11110 * message.el: Don't require hashcash, canlock, ecomplete.
11111 Do require mail-utils. Require nnheader only when compiling.
11112 (smtpmail-default-smtp-server): Remove declaration.
11113 (message-send-mail-function): Check smtpmail-default-smtp-server
11114 is bound rather than requiring smtpmail.
11115 (message-auto-save-directory, message-insert-signature):
11116 Use expand-file-name rather than nnheader-concat.
11117 (nnheader-insert-file-contents): Autoload.
11118 (hashcash-wait-async): Declare.
11119 (message-send-mail): Only call gnus-setup-posting-charset if
11120 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
11121 (message-send-mail-with-sendmail): Require sendmail.
11122 (canlock-password, canlock-password-for-verify): Declare.
11123 (message-canlock-password): Require canlock.
11124 (nnheader-get-report): Autoload.
11125 (gnus-setup-posting-charset): Declare.
11126 (message-send-news): Require gnus-msg.
11127 (message-make-references, message-make-in-reply-to): Use mail-header-id
11128 rather than the alias mail-header-message-id.
11129 (ecomplete-add-item, ecomplete-save): Declare.
11130 (message-put-addresses-in-ecomplete): Require ecomplete.
11131 (ecomplete-display-matches): Autoload.
11133 * mm-decode.el: Don't require mailcap, gnus-util.
11134 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
11135 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
11137 (mailcap-mime-extensions): Declare.
11139 * mm-encode.el: Don't require mailcap.
11140 (mailcap-extension-to-mime): Autoload.
11142 * mml-sec.el: Don't require password-cache.
11144 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
11145 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
11146 (mml-minibuffer-read-type): Require mailcap.
11147 (mml-preview): Require gnus-msg.
11149 * mml1991.el: Require password-cache.
11150 (password-cache-expiry): Remove declaration.
11152 * mml2015.el: Require password-cache.
11153 (password-cache-expiry): Remove declaration.
11155 * nneething.el (mailcap): Require mailcap.
11157 * nnheader.el (declare-function): Add compatibility stub.
11158 (message-remove-header): Declare rather than autoload.
11159 (nnheader-replace-header): Require message.
11161 * nnimap.el (declare-function): Add compatibility stub.
11162 (netrc-parse, netrc-machine-user-or-password): Declare.
11163 (nnimap-open-connection): Require netrc.
11165 * nntp.el (declare-function): Add compatibility stub.
11166 (netrc-parse, netrc-machine, netrc-get): Declare.
11167 (nntp-send-authinfo): Require netrc.
11169 * rfc2047.el: Don't require qp.
11170 (quoted-printable-encode-region, quoted-printable-decode-string):
11173 * sieve-mode.el: Don't require easymenu.
11174 (easy-menu-add-item): Autoload it.
11176 * spam-stat.el (time-to-number-of-days): Autoload it.
11178 2010-03-17 Kevin Ryde <user42@zip.com.au>
11180 * mml.el (mml-read-tag): Unquote values with `read' to reverse
11181 prin1 in mml-insert-tag (just stripping the quotes gave wrong
11182 value if any backslash escapes).
11184 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
11186 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
11187 if it is available. (bug#5647)
11189 2010-02-26 Glenn Morris <rgm@gnu.org>
11191 * message.el (message-send-mail-function): Change the default, so that
11192 it inherits from a customized send-mail-function. (Bug#5643)
11194 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11196 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
11197 shell-command-to-string signals an error (bug#5299).
11199 2010-02-24 Glenn Morris <rgm@gnu.org>
11201 * message.el (message-smtpmail-send-it)
11202 (message-send-mail-with-mailclient): Doc fixes.
11204 2010-02-16 Glenn Morris <rgm@gnu.org>
11206 * message.el (message-default-mail-headers): Change the default value
11207 to ease the transition from mail-mode to message-mode. (Bug#5555)
11209 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
11211 * message.el (message-mail): Just pass yank-action on to message-setup.
11212 (message-setup): Handle (FUN . ARGS) form of yank-action.
11213 (message-with-reply-buffer, message-widen-reply)
11214 (message-yank-original): Handle non-buffer values of
11215 message-reply-buffer (Bug#4080).
11216 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
11218 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
11220 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
11221 Fix typo in docstring.
11223 2010-01-08 Jason Rumney <jasonr@gnu.org>
11225 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
11228 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
11230 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
11232 * message.el (message-check-news-header-syntax): Protect against a
11233 string that `rfc822-addresses' returns when parsing fails.
11235 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
11237 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
11238 (gnus-previous-char-property-change): New functions.
11240 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
11242 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
11244 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
11245 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
11247 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
11249 * message.el (message-exchange-point-and-mark): Rework last change to
11250 avoid using optional arg of exchange-point-and-mark, for backward
11253 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
11255 * message.el (message-exchange-point-and-mark):
11256 Call exchange-point-and-mark with an argument rather than setting
11257 mark-active by hand (Bug#5175).
11259 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
11261 * nntp.el (nntp-service-to-port): Work for service expressed with
11262 numeric string; replace [:digit:] with [0-9] for XEmacs.
11264 2009-12-17 Glenn Morris <rgm@gnu.org>
11266 * gnus-group.el (gnus-bug-group-download-format-alist):
11267 Change emacs entry to debbugs.gnu.org. Bump :version.
11269 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
11271 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
11273 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
11275 * message.el (message-info): Explain why we use `Info-goto-node'.
11277 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11279 * message.el (message-completion-in-region): New compatibility function.
11280 (message-expand-group): Use it.
11282 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
11284 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
11285 with no unread article should be listed if the 2nd arg `predicate' is
11288 2009-11-29 Juri Linkov <juri@jurta.org>
11290 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
11291 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
11292 on `gnus-recenter'. (Bug#4698, Bug#4981)
11294 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
11296 * message.el (message-from-style, message-interactive)
11297 (message-signature): Always set default values from the corresponding
11299 (message-cite-prefix-regexp, message-sendmail-envelope-from)
11300 (message-yank-prefix, message-indentation-spaces)
11301 (message-signature-file, message-default-headers): Use boundp rather
11302 than (featurep 'xemacs) to check if the corresponding mail-* variables
11305 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
11307 * message.el (message-send-mail-with-sendmail): Revert last change.
11309 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
11311 * message.el (message-from-style, message-interactive)
11312 (message-cite-prefix-regexp, message-sendmail-envelope-from)
11313 (message-yank-prefix, message-indentation-spaces, message-signature)
11314 (message-signature-file, message-default-headers): For GNU Emacs, set
11315 default values from the corresponding mail-* variables.
11316 (message-send-mail-with-sendmail): Use envelope-from only if
11317 mail-specify-envelope-from is non-nil.
11319 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
11321 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
11322 containing tspecial characters if they have been already quoted.
11324 2009-10-24 Glenn Morris <rgm@gnu.org>
11326 * gnus-art.el (help-xref-stack-item): Define for compiler.
11328 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
11330 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
11332 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
11334 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
11335 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
11337 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
11339 * gnus.el (gnus-overlay-get): New alias to overlay-get.
11340 (gnus-overlays-in): New alias to overlays-in.
11342 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
11343 gnus-overlay-get, and gnus-delete-overlay.
11344 (gnus-summary-show-thread): Make it work as well for systems in which
11345 next-single-char-property-change is not available.
11346 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
11348 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
11350 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
11352 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
11354 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
11355 and XEmacs that don't have `remove-overlays'.
11357 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
11359 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
11360 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
11361 selective display. Use overlays instead.
11363 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
11365 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
11367 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
11369 * spam-stat.el (spam-stat-load): Fix typo in message.
11371 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
11373 * gnus-art.el (gnus-article-encrypt-body):
11374 * message.el (message-check-recipients):
11375 * mm-util.el (mm-codepage-setup):
11376 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
11377 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
11379 2009-09-22 Daiki Ueno <ueno@unixuser.org>
11381 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
11382 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
11383 keys from the menu if mm-{sign,encrypt}-option is 'guided.
11384 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
11385 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
11387 2009-09-18 Glenn Morris <rgm@gnu.org>
11389 * gnus-diary.el (gnus-diary-check-message):
11390 * message.el (message-insert-formatted-citation-line):
11391 * nnbabyl.el (top-level):
11392 * nndiary.el (nndiary-schedule):
11393 Fix typos in condition-case handlers.
11395 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
11397 * gnus-art.el (gnus-article-edit-part): Work for the buffer
11398 configuration that provides the sole article window in a frame;
11399 position point correctly after deleting a part.
11401 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
11403 * spam.el (spam-unregister-on-reregister): Add boolean variable.
11404 (spam-resolve-registrations-routine): Use it to unregister articles
11405 that change status.
11407 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
11409 * nnrss.el (nnrss-request-article): Remove binding of
11410 default-enable-multibyte-characters that has gotten needless by
11411 the 2007-07-13 change in rfc2047-encode-message-header.
11413 * mml.el (mml-insert-multipart): Error on the message header.
11414 (mml-insert-part): Error on the message header; position point at
11415 the end of a MIME tag.
11417 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
11419 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
11420 (gnus-float-time): Alias to float-time if it exists.
11422 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
11423 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
11424 float-time is available; suppress compile warning for time-to-seconds.
11426 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
11428 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
11429 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
11430 Add the optional argument `encoding' that overrides the default.
11432 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
11435 2009-09-04 Glenn Morris <rgm@gnu.org>
11437 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
11438 mm-disable-multibyte, rather than default-enable-multibyte-characters.
11439 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
11440 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
11441 * mm-util.el (mm-with-unibyte-current-buffer)
11442 (mm-find-buffer-file-coding-system):
11443 * yenc.el (yenc-decode-region): Use default-value rather than
11444 default-enable-multibyte-characters.
11446 2009-09-03 Glenn Morris <rgm@gnu.org>
11448 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
11449 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
11450 than default-enable-multibyte-characters.
11452 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
11454 * gnus-art.el (gnus-article-read-summary-keys):
11455 Fix gnus-buffer-configuration's value temporarily used.
11457 2009-09-02 Glenn Morris <rgm@gnu.org>
11459 * gnus-util.el (gnus-float-time): New function.
11460 * gnus-delay.el (gnus-delay-article):
11461 * gnus-sum.el (gnus-thread-latest-date):
11462 * gnus-util.el (gnus-user-date): Use gnus-float-time.
11463 * nnspool.el (nnspool-request-newgroups):
11464 Use gnus-float-time rather than time-to-seconds.
11465 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
11467 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
11468 (gnus-header-subject-face, gnus-header-newsgroups-face)
11469 (gnus-header-name-face, gnus-header-content-face):
11470 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
11471 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
11472 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
11473 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
11474 (gnus-cite-face-11):
11475 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
11476 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
11477 (gnus-server-closed-face, gnus-server-denied-face)
11478 (gnus-server-offline-face):
11479 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
11480 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
11481 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
11482 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
11483 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
11484 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
11485 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
11486 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
11487 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
11488 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
11489 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
11490 (gnus-summary-selected-face, gnus-summary-cancelled-face)
11491 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
11492 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
11493 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
11494 (gnus-summary-high-undownloaded-face)
11495 (gnus-summary-low-undownloaded-face)
11496 (gnus-summary-normal-undownloaded-face)
11497 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
11498 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
11499 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
11500 (gnus-splash-face):
11501 * message.el (message-header-to-face, message-header-cc-face)
11502 (message-header-subject-face, message-header-newsgroups-face)
11503 (message-header-other-face, message-header-name-face)
11504 (message-header-xheader-face, message-separator-face)
11505 (message-cited-text-face, message-mml-face):
11506 * sieve-mode.el (sieve-control-commands-face)
11507 (sieve-action-commands-face, sieve-test-commands-face)
11508 (sieve-tagged-arguments-face):
11509 * spam.el (spam-face):
11510 Mark face aliases with "-face" in the name as obsolete.
11512 2009-09-01 Glenn Morris <rgm@gnu.org>
11514 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
11517 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
11519 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11520 Don't move point if the command is invoked inside the message header.
11522 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
11524 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
11525 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
11526 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
11527 * nnir.el (nnir-swish-e-index-file):
11528 * gnus-sum.el (gnus-summary-delete-marked-as-read)
11529 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
11530 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
11531 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
11532 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
11533 (gnus-treat-display-xface): Add Emacs version of obsolescence.
11535 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
11537 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
11538 Don't save excursion.
11540 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
11542 * nnheader.el (nnheader-find-file-noselect):
11543 * mm-util.el (mm-insert-file-contents):
11544 Use (default-value 'major-mode) instead of default-major-mode.
11546 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
11548 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
11550 2009-08-25 Glenn Morris <rgm@gnu.org>
11552 * nnir.el (top-level): Don't require cl at run-time.
11553 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
11554 Replace cl-function substitute with gnus-replace-in-string.
11555 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
11556 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
11557 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
11558 simplified expansions.
11560 2009-08-22 Glenn Morris <rgm@gnu.org>
11562 * gnus-art.el (gnus-button-patch): Use forward-line rather than
11565 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
11567 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
11569 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
11570 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
11571 (gnus-mm-display-part, gnus-mime-display-single)
11572 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
11573 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
11576 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
11577 (gnus-summary-move-article): Add expirable mark to articles copied or
11578 moved to group that has auto-expire turned on if the option is non-nil.
11580 2009-07-24 Glenn Morris <rgm@gnu.org>
11582 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
11583 Fix typo. (Bug#3903)
11585 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
11587 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
11588 gnus-article-read-summary-keys rather than gnus-summary-edit-article
11589 that should not be used for draft articles.
11590 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
11591 that has no concern in minor mode keys.
11592 (gnus-article-summary-command, gnus-article-summary-command-nosave):
11595 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
11597 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
11598 article without making inquiry to a user for unknown encoding.
11600 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
11601 (nnmaildir--scan): Assume i-node and device number that file-attributes
11602 returns might be cons-cell.
11604 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
11606 * auth-source.el: Remove docs now in auth.texi. Don't use
11607 `gnus-message' for logging. Add new variables `auth-source-debug' and
11608 `auth-source-hide-passwords' and use them.
11610 2009-07-15 Glenn Morris <rgm@gnu.org>
11612 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
11614 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
11616 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
11617 excessive whitespace from the default values of title and description.
11619 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
11621 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
11622 mail-fetch-field to fetch Content-Description header in order to
11625 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
11627 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
11630 2009-05-30 David Engster <dengste@eml.cc>
11632 * nnmairix.el: Remove old documentation in the commentary block.
11633 (nnmairix-request-group): Do not update active file for nnml back ends.
11634 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
11635 end so that overview files are ignored.
11636 (nnmairix-update-groups): Make updating the groups more robust by using
11638 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
11639 with dollar characters in message-id.
11641 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
11643 * spam.el: Use dns-query instead of query-dns. Was renamed on
11644 2008-12-25 in dns.el.
11646 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11648 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
11649 could happen if the text is only composed of spaces and/or tabs.
11651 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
11653 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
11654 when sending a queued message to avoid extra mml tags.
11656 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
11658 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
11660 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
11662 * gnus-dired.el: Remove autoload for gnus-setup-message.
11663 (gnus-dired-attach): Fake this-command value to prevent Gnus from
11664 displaying Gnus logo; always use compose-mail.
11666 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
11668 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
11670 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
11672 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
11673 (gnus-nocem-issuers): List currently active issuers; fix custom type.
11674 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
11676 (gnus-nocem-epg-verify): New function.
11678 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
11680 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
11682 2009-02-15 Glenn Morris <rgm@gnu.org>
11684 * gnus-util.el (rmail-insert-rmail-file-header)
11685 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
11687 (rmail-default-rmail-file): Remove unnecessary declaration.
11688 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
11690 2009-02-14 Glenn Morris <rgm@gnu.org>
11692 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
11693 variable (only used in gnus-util, which declares it anyway).
11694 (rmail-output-to-rmail-file): Remove autoload of deleted function,
11695 which was only needed by gnus-art (changed to not use it any more).
11696 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
11697 only used in gnus-util, which autoloads it itself.
11698 (rmail-update-summary): Fix autoload.
11700 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
11701 rather than rmail-output-to-rmail-file.
11703 2009-02-07 Glenn Morris <rgm@gnu.org>
11705 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
11706 autoload of function that no longer exists.
11707 (rmail-toggle-header): Declare.
11708 (message-forward-rmail-make-body): Handle mbox Rmail.
11710 2009-01-31 Glenn Morris <rgm@gnu.org>
11712 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
11715 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
11717 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
11718 (auth-source-forget-all-cached): New convenience function.
11719 (auth-source-user-or-password): Accept list of modes or a single mode.
11721 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
11724 * nnimap.el (nnimap-open-connection): Use list of
11727 * nntp.el (nntp-send-authinfo): Use list of
11730 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
11732 * auth-source.el: Update docs to reflect epa-file-enable is to be used
11735 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11737 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
11738 coding system in XEmacs; add a workaround for XEmacs.
11740 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
11742 * mm-util.el (mm-coding-system-priorities): Protect against nil value
11743 of current-language-environment.
11745 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
11747 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
11748 available at runtime.
11750 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
11752 * gnus-art.el (article-date-ut): Fix end point of narrowing.
11754 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
11756 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
11757 the greatest positive fixnum value doesn't work under an XEmacs with
11758 bignum support; use the most-positive-fixnum constant instead,
11759 available since Emacs 21.1 with cl and XEmacs 21.1.
11761 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
11763 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
11764 XEmacs gets not to work.
11766 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
11768 * mm-util.el (mm-coding-system-priorities): Allow the value like
11769 "Japanese (UTF-8)" of current-language-environment.
11771 2009-01-09 Glenn Morris <rgm@gnu.org>
11773 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
11774 with last-command-event.
11776 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
11778 * message.el (message-fix-before-sending): Amend comment.
11780 2009-01-07 David Engster <dengste@eml.cc>
11782 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
11783 simplified server definitions by converting it via
11784 gnus-server-to-method.
11786 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
11788 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
11789 parameter's operands.
11791 2009-01-06 David Engster <dengste@eml.cc>
11793 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
11794 primary select method (for gnus-group-mark-article-as-read).
11796 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
11798 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
11799 `(gnus)Face', not `(gnus)X-Face'.
11801 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
11803 * mm-util.el (mm-ucs-to-char): New function.
11805 * mm-url.el (mm-url-decode-entities): Use it.
11807 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
11809 * message.el (message-fix-before-sending): Add `eight-bit' to
11810 illegible-text check.
11812 2009-01-03 Michael Olson <mwolson@gnu.org>
11814 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
11815 `headers' is nil. This can occur if the IMAP server does not have
11816 permissions to read messages from a folder, but can write new messages
11818 (nnimap-request-article-part): Do not insert `data' if it is nil.
11820 2009-01-01 Dave Love <fx@gnu.org>
11822 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
11824 * nnimap.el: Fix author email.
11825 (nnimap-split-rule): Add FIXME comment.
11826 (nnimap-debug): Fix doc string.
11828 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
11830 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
11831 overlay-arrow-position and overlay-arrow-string buffer-local; no need
11832 to check if those variables exist (first appeared in Emacs 18.50).
11834 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
11836 * mm-util.el (mm-line-number-at-pos): New function.
11838 * spam-report.el (spam-report-process-queue): Use it.
11840 2008-12-24 David Engster <dengste@eml.cc>
11842 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
11843 parameters that haven't existed as variables as buffer-local variables.
11845 2008-12-23 Dave Love <fx@gnu.org>
11847 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
11850 * sieve-manage.el (sieve-manage-starttls-p): Rename from
11852 (sieve-manage-starttls-open): Rename from imap-starttls-open.
11854 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
11856 * spam-report.el (spam-report-gmane-max-requests): New constant.
11857 (spam-report-gmane-wait): New variable.
11858 (spam-report-gmane-ham, spam-report-gmane-spam)
11859 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
11860 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
11863 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
11866 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
11867 nnheader-accept-process-output and nnheader-read-timeout if available.
11868 (pop3-movemail): Use it.
11870 * message.el (message-check-news-body-syntax): Fix signature check if
11871 there's an attachment.
11873 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
11875 * mm-util.el: Add comments to the mm- emulating functions.
11877 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
11879 * gnus-start.el (gnus-before-startup-hook): Fix doc string.
11880 Reported by Stephen Berman <stephen.berman@gmx.net>.
11882 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
11884 * mm-util.el (mm-substring-no-properties): New function.
11885 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
11886 (mm-special-display-p): Enable those lambda forms to be byte compiled.
11887 (mm-string-to-multibyte): Doc fix.
11889 * mml.el (mml-attach-file): Use mm-substring-no-properties.
11891 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
11893 * mml.el (mml-attach-file): Strip text properties from file name.
11896 2008-12-16 Glenn Morris <rgm@gnu.org>
11898 * mm-util.el (mm-charset-override-alist): Declare for compiler.
11900 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
11902 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
11903 knows since the charset specified might be a bogus alias that
11904 mm-charset-synonym-alist provides.
11906 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
11908 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
11911 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
11913 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
11915 * mm-util.el (mm-charset-eval-alist):
11916 Define it before mm-charset-to-coding-system.
11917 (mm-charset-to-coding-system): Add optional argument `silent';
11918 define it before mm-charset-override-alist.
11919 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
11920 default value if it can be used in Emacs currently running;
11921 silence mm-charset-to-coding-system.
11923 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
11925 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
11926 `allow-override' which says whether to use `mm-charset-override-alist'.
11927 (rfc2047-decode-encoded-words): Use it.
11929 * mm-util.el (mm-charset-override-alist): Fix custom type;
11930 add `(gb2312 . gbk)' to choices.
11932 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
11934 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
11937 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11939 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
11941 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
11944 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11946 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
11948 * message.el (message-idna-to-ascii-rhs-1): Protect against local
11949 users' addresses that don't have domain parts.
11950 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
11951 rather than message-narrow-to-head since there will be the message
11954 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
11956 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
11957 since the result is inserted in a unibyte buffer anyway.
11958 (nnimap-demule-use-string-to-multibyte): Remove.
11959 (nnimap-demule): Alias it to mm-string-to-multibyte.
11961 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
11963 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
11964 variable for debugging bug#464 and bug#1174.
11965 (nnimap-demule): Use it.
11967 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
11969 * gnus-score.el (gnus-score-find-trace): Handle default score in total
11970 score calculation correctly.
11972 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11974 * message.el (message-send-mail): Just set the buffer to unibyte
11975 rather than use mm-with-unibyte-current-buffer which does a lot more.
11976 (message-send-mail-partially): Don't bother with
11977 mm-with-unibyte-current-buffer since it's already been made unibyte by
11980 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
11982 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
11984 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
11986 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
11988 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
11990 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
11991 require itself and to remove `with-no-warnings'.
11993 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
11995 * starttls.el (starttls-any-program-available): Get the name of the
11996 available TLS layer program.
11997 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
11998 well as the host name in the "opening" message.
12000 * auth-source.el (auth-source-cache, auth-source-do-cache)
12001 (auth-source-user-or-password): Cache passwords and logins by default,
12002 allow override with `auth-source-do-cache'.
12003 (auth-source-forget-user-or-password): Allow users to remove cache
12006 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
12008 * ietf-drums.el (ietf-drums-remove-comments): Localize second
12009 condition-case to only the forward-sexp call.
12011 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
12013 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
12014 quotes contained. Make it more robust regardless by an extra
12015 condition-case wrapper.
12017 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
12019 * nnml.el (nnml-request-expire-articles): Check if the function set to
12020 `nnmail-expiry-target' returns the symbol `delete'.
12022 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
12024 * nnmail.el (nnmail-expiry-target): Fix custom type.
12026 2008-10-02 Glenn Morris <rgm@gnu.org>
12028 * mm-util.el (mm-codepage-setup): Tweak codepage error.
12029 Silence compiler warning.
12031 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
12033 * mml.el (mml-menu): Don't assume mml2015 is bound.
12035 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
12037 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
12040 2008-09-27 Glenn Morris <rgm@gnu.org>
12042 * gnus-util.el (mail-header-remove-comments): Autoload it.
12044 2008-09-27 Andreas Schwab <schwab@suse.de>
12046 * gnus-util.el (gnus-split-references): Strip comments.
12047 (gnus-parent-id): Likewise.
12049 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
12051 * message.el (message-confirm-send): Fix version.
12053 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
12055 * message.el (message-idna-to-ascii-rhs-1): Use
12056 mail-extract-address-components rather than mail-header-parse-addresses
12057 that is an alias by default to ietf-drums-parse-addresses that does not
12058 support non-ASCII names in headers' contents.
12060 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
12062 * message.el (message-confirm-send): Fix variable documentation to
12063 avoid the "y/n" wording.
12065 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
12067 * message.el (message-set-auto-save-file-name): Save to a different
12068 filename so multiple messages (especially drafts) can be recovered.
12070 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
12072 * message.el (message-confirm-send): Add appropriate version.
12074 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
12076 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
12079 2008-09-22 Daiki Ueno <ueno@unixuser.org>
12081 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
12082 (mm-pkcs7-enveloped-magic): Ditto.
12084 2008-09-17 Simon Josefsson <simon@josefsson.org>
12086 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
12087 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
12089 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
12091 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
12092 default, it's better.
12094 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
12096 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
12097 summary line gnus-number property and ignore them (with a warning
12100 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
12102 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
12103 macro caddr in the interactive form since it won't be expanded.
12105 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12107 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
12108 `charset'; fix name of function called recursively.
12109 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
12111 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
12113 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
12114 (gnus-mime-set-charset-parameters): New function.
12115 (gnus-mime-view-part-as-charset): Use it to correctly display part
12116 specifying wrong charset.
12118 2008-09-08 David Engster <dengste@eml.cc>
12120 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
12121 in completing-read for back end server.
12123 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
12125 * message.el (message-confirm-send): New variable to confirm sending a
12127 (message-send): Use it.
12129 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
12131 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
12133 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
12135 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
12137 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
12139 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
12140 prevent tracking too many groups.
12141 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
12144 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
12146 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
12147 moving point to the bottom of the window in order to avoid recentering.
12149 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
12151 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
12152 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
12153 (gnus-article-beginning-of-window): Fix calculation.
12155 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
12157 * gnus-msg.el (gnus-summary-supersede-article)
12158 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
12159 value of gnus-newsgroup-charset to decode non-MIME encoded text in
12162 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
12166 * gnus-registry.el: Remove VMS support.
12168 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
12170 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
12172 (rfc2104-hash): Use it.
12174 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
12176 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
12177 (gnus-summary-sort-by-most-recent-date): New commands.
12178 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
12181 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
12183 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
12184 don't redisplay article for raw contents; remove plural articles stuff.
12186 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
12187 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
12188 on gnus-summary-save-article; display results properly.
12190 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
12192 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
12194 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
12196 * gnus-art.el (gnus-summary-save-in-pipe):
12197 Consider gnus-save-all-headers.
12199 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
12201 * gnus-util.el (ns-focus-frame): Remove declaration.
12202 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
12205 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
12207 * rfc2104.el (rfc2104-zero): Delete defconst.
12208 (rfc2104-hex-alist): Likewise.
12209 (rfc2104-hex-to-int): Delete func.
12210 (rfc2104-hexstring-to-bitstring): Likewise.
12211 (rfc2104-nybbles): New defconst.
12212 (rfc2104-hash): Rewrite for speed.
12214 2008-07-16 Glenn Morris <rgm@gnu.org>
12216 * gnus-util.el (ns-focus-frame): Declare for compiler.
12218 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
12220 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
12221 set as a group parameter.
12222 (gnus-summary-save-in-pipe): Work when it is called independently.
12223 (gnus-summary-pipe-to-muttprint): Don't modify
12224 gnus-summary-pipe-output-default-command.
12226 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
12228 * message.el (message-send-mail-with-sendmail):
12229 Display the error message.
12231 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
12233 * gnus-art.el (gnus-default-article-saver):
12234 Add gnus-summary-save-in-pipe to choices.
12235 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
12236 gnus-summary-pipe-output-default-command as the default command.
12237 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
12238 instead of gnus-last-shell-command.
12240 * gnus-sum.el (gnus-summary-pipe-output-default-command):
12242 (gnus-summary-muttprint-program): Mention the value will be changed.
12243 (gnus-summary-save-article): Force showing of all headers.
12244 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
12246 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
12248 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
12250 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
12252 * nnimap.el (nnimap-id):
12253 * sieve-manage.el (sieve-manage-open): Doc fixes.
12255 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
12257 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
12260 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
12262 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
12264 * nnkiboze.el (nnkiboze-generate-group):
12265 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
12267 * nnmairix.el: Require CL.
12269 2008-06-15 David Engster <dengste@eml.cc>
12271 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
12273 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
12275 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
12276 New macros that expand to an `aset'/`aref' call under Emacs, and to a
12277 runtime choice under XEmacs.
12279 * gnus-sum.el (gnus-summary-set-display-table):
12280 Use `gnus-put-display-table', `gnus-get-display-table',
12281 `gnus-set-display-table' for the display table, instead of `aset'.
12283 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
12285 * nnmairix.el: Add autoloads.
12287 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
12289 * nnmairix.el (nnmairix-delete-recreate-group)
12290 (nnmairix-update-and-clear-marks): Fix error messages.
12292 2008-06-14 David Engster <dengste@eml.cc>
12294 * nnmairix.el: Upgrade to version 0.6.
12295 (nnmairix-group-toggle-propmarks-this-group)
12296 (nnmairix-group-toggle-readmarks-this-group)
12297 (nnmairix-group-delete-recreate-this-group)
12298 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
12299 (nnmairix-remove-tick-mark-original-article): New commands.
12300 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
12301 (nnmairix-propagate-marks-to-nnmairix-groups)
12302 (nnmairix-only-use-registry, nnmairix-allowfast-default)
12303 (nnmairix-marks-cache, nnmairix-version-output): New variables.
12304 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
12305 functions needed for marks propagation and manipulation of read marks.
12306 (nnmairix-update-groups): New function.
12307 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
12308 (nnmairix-determine-original-group-from-registry)
12309 (nnmairix-determine-original-group-from-path)
12310 (nnmairix-get-group-from-file-path, nnmairix-map-range)
12311 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
12312 New helper functions.
12313 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
12314 keystrokes for new commands.
12315 (nnmairix-delete-and-create-on-change): Doc string cleanup.
12316 (nnmairix-request-group): Check allow-fast group parameter.
12317 (nnmairix-request-create-group): Set allow-fast group parameter if
12318 nnmairix-allowfast-default is set.
12319 (nnmairix-close-group): Propagate marks upon closing if needed.
12320 (nnmairix-group-toggle-threads-this-group): Use new.
12321 nnmairix-group-toggle-parameter helper function.
12322 (nnmairix-search): Better check for empty search result.
12323 (nnmairix-goto-original-article): Use new helper functions for
12324 determining original article.
12325 (nnmairix-show-original-article): Make sure message-id is in brackets.
12326 (nnmairix-call-mairix-binary): Change variable name.
12327 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
12329 (nnmairix-widget-toggle-activate): Fix doc string.
12331 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
12333 * nnir.el: Require edmacro when compiling with XEmacs.
12334 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
12335 available in Emacs 21.
12337 2008-06-11 Glenn Morris <rgm@gnu.org>
12339 * gnus-util.el (x-focus-frame):
12340 * gnus.el (image-size):
12341 * mm-decode.el (image-size): Declare.
12343 * gnus-picon.el (declare-function): Add compat definition.
12344 (image-size): Declare.
12346 * gnus-group.el (tool-bar-map):
12347 * gnus-sum.el (tool-bar-map): Define for compiler.
12349 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
12351 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
12353 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
12354 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
12355 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
12356 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
12357 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
12358 * sieve-manage.el, spam-report.el, spam.el:
12359 Remove unnecessary eval-and-compile of autoloads.
12361 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
12363 * auth-source.el: Precise Tramp doc.
12365 2008-06-07 Glenn Morris <rgm@gnu.org>
12367 * nnmairix.el: Remove unnecessary eval-when-compile.
12369 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
12371 * nnir.el: New file.
12373 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
12375 * gnus-util.el (gnus-read-shell-command): New function.
12376 * mm-decode.el (mm-pipe-part):
12377 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
12379 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
12381 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
12383 2008-06-03 Glenn Morris <rgm@gnu.org>
12385 * pop3.el (nnheader-accept-process-output): Autoload it.
12387 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
12389 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
12390 are not 2-digit hexadecimal characters that follow `%'s.
12392 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
12394 * message.el (message-bogus-recipient-p): Fix type in doc string.
12395 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
12396 (message-bogus-addresses): Rename from message-bogus-address-regexp.
12397 Improve custom options.
12398 (message-bogus-recipient-p): Adjust accordingly.
12400 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
12402 * nnmairix.el: Require edmacro when compiling with XEmacs.
12404 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
12406 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
12407 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
12409 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
12411 * auth-source.el: Add more docs.
12413 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12415 * nnheader.el (nnheader-read-timeout): Change the default timeout from
12416 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
12417 retrieval faster in some cases, but might make CPU usage larger.
12418 If this has any bad side effects, we might revert this change.
12420 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
12421 seems to make mail retrieval much, much faster.
12422 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
12425 * gnus-draft.el (gnus-group-send-queue):
12426 Bind message-send-mail-partially-limit to nil to avoid being prompted.
12428 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
12430 * mml.el (mml-attach-buffer): Prompt for `disposition'.
12432 * message.el (message-bogus-address-regexp): Fix and improve custom
12434 (message-setup-hook): Add message-check-recipients as custom option.
12436 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
12438 * message.el (message-cite-function): Remove bogus autoload which crept
12439 in during merge from v5-10.
12441 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
12443 * nnimap.el (nnimap-open-connection): Fix login/password bug.
12445 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
12447 * auth-source.el: Preliminary Tramp docs.
12448 (auth-sources): Change the default auth-sources to use
12451 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
12453 * nntp.el: Autoload `auth-source-user-or-password'.
12454 (nntp-send-authinfo): Use it.
12456 * nnimap.el: Autoload `auth-source-user-or-password'.
12457 (nnimap-open-connection): Use it.
12459 * auth-source.el: Add docs on using with url-auth. Import gnus-util
12460 for the gnus-message function.
12461 (auth-source-user-or-password): Use it.
12463 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12465 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
12466 rfc2104-hexstring-to-byte-list. Return a unibyte string.
12467 (rfc2104-hash): Use it.
12469 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
12471 * gnus-art.el (gnus-article-toggle-truncate-lines):
12472 Don't use `iff' in docstring.
12474 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
12476 * gnus-registry.el: Adjusted copyright dates and added a keyword.
12478 * gnus-util.el (gnus-extract-address-component-name)
12479 (gnus-extract-address-component-email): Convenience functions around
12480 `gnus-extract-address-components'.
12482 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12483 Use `gnus-extract-address-component-email' to fix bug of comparing full
12484 sender name to `user-mail-address'.
12486 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
12488 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
12489 catch/throw to optimize.
12490 (gnus-registry-find-keywords): Just use member to find a keyword.
12492 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12494 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
12495 is current before calling gnus-server-prepare.
12496 (gnus-server-setup-buffer, gnus-server-update-server)
12497 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
12499 2008-05-04 Juri Linkov <juri@jurta.org>
12501 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
12502 (mailcap-file-default-commands): Use mailcap-replace-in-string
12503 instead of replace-regexp-in-string, and mailcap-delete-duplicates
12504 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
12506 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
12508 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
12510 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12512 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
12514 (gnus-update-read-articles): Speed up non-marks-using users.
12515 (gnus-use-marks): Define gnus-use-marks.
12516 (gnus-propagate-marks): Rename variable to something more sensible.
12518 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
12520 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
12521 (gmm-image-load-path-for-library): Fix typos in docstrings.
12522 (gmm-message): Reflow docstring.
12524 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
12526 * mail-source.el (mail-source-set-1, mail-source-bind):
12527 Move auth-source code out of the macro to clean it up and fix bugs.
12529 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
12531 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
12532 by sender if it's equal to user-mail-address, it's likely to be
12535 * mail-source.el (mail-source-bind): Don't use user or password if they
12536 are not bound. Unintern them if they are nil. Don't use server unless
12537 it's bound, and default it to empty string otherwise.
12539 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
12541 * mail-source.el: Load auth-source.el.
12542 (mail-source-bind): Add comments. Call auth-source-user-or-password to
12543 get user name or password, if auth-sources is set up.
12545 * gnus-registry.el (gnus-registry-split-strategy): New variable for
12546 strategy of splitting with parent.
12547 (gnus-registry-split-fancy-with-parent)
12548 (gnus-registry-post-process-groups): Use it and fix prior
12549 bug (returning a list as the split result).
12551 * auth-source.el (auth-sources): Remove server parameter.
12552 (auth-source-pick, auth-source-user-or-password)
12553 (auth-source-user-or-password-imap)
12554 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12555 (auth-source-user-or-password-sftp)
12556 (auth-source-user-or-password-smtp): Remove server parameter.
12558 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
12560 * smime.el (smime-sign-region, smime-encrypt-region)
12561 (smime-decrypt-region):
12562 Remove redundant calls to `generate-new-buffer-name'.
12564 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
12566 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
12567 Don't use QP for message/rfc822.
12568 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
12570 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12572 * sieve-manage.el (sieve-string-bytes): Remove.
12573 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
12574 correct byte-length only if the process's coding-system is the same as
12575 the one used internally by Emacs to represent strings.
12577 2008-04-22 Juri Linkov <juri@jurta.org>
12579 * mailcap.el (mailcap-file-default-commands): New function.
12581 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
12583 * message.el (message-signature-separator, message-cite-function):
12584 Change custom version.
12586 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
12588 * mm-decode.el (mm-display-external): Make temp file read-only.
12590 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
12592 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
12593 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
12596 2008-04-12 Adrian Aichner <adrian@xemacs.org>
12598 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
12600 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
12602 * auth-source.el: Add docs.
12603 (auth-sources): Modify format to support server.
12604 (auth-source-pick, auth-source-user-or-password)
12605 (auth-source-user-or-password-imap)
12606 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12607 (auth-source-user-or-password-sftp)
12608 (auth-source-user-or-password-smtp): Add server parameter.
12610 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
12612 * gnus-registry.el: Initialize the registry when gnus-registry-install
12615 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
12617 * compface.el (uncompface): Make buffer unibyte.
12619 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
12621 * mail-source.el (mail-source-value):
12622 Prefer fboundp to functionp so it works with macros as well.
12624 2008-04-05 Glenn Morris <rgm@gnu.org>
12626 * gnus-ems.el (mm-disable-multibyte): Autoload it.
12628 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
12630 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
12631 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
12633 * nnheader.el (nnheader-init-server-buffer): Change buffer's
12634 multibyteness after rather than before erasing it.
12636 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
12638 (gnus-request-article-this-buffer): Make sure the proper decoding is
12639 used if gnus-original-article-buffer happens to be unibyte.
12641 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
12642 default-enable-multibyte-characters.
12644 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
12645 default-enable-multibyte-characters.
12647 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
12649 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
12651 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12653 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12654 Fix last change in case the element is not even a symbol.
12656 2008-04-02 Simon Josefsson <simon@josefsson.org>
12658 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
12659 imap-enable-exchange-bug-workaround.
12660 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
12662 2008-04-01 Simon Josefsson <simon@josefsson.org>
12664 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
12665 a 100 byte status-checks into a 2-3MB transfer for each group.
12666 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
12667 to enable bug workaround or not.
12668 (nnimap-find-minmax-uid): Only enable workaround conditionally.
12670 2008-03-31 Glenn Morris <rgm@gnu.org>
12672 * message.el (mml2015-use): Declare for compiler.
12673 (message-info): Require mml2015 when appropriate.
12675 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
12677 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
12678 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
12679 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
12680 (nntp-service-to-port): New function.
12681 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
12682 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
12683 (nntp-open-netcat-stream): New function.
12684 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
12686 2008-03-29 Sven Joachim <svenjoac@gmx.de>
12688 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
12690 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12692 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
12694 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
12696 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
12698 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
12700 * message.el (message-signature-separator): Change default.
12701 Improve custom type.
12702 (message-cite-function): Change default to
12703 message-cite-original-without-signature.
12705 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
12708 * message.el (message-check-news-body-syntax): Fix signature check.
12709 (message-setup-1): Mark buffer as unmodified _after_ running
12710 message-setup-hook and handling message-alternative-emails.
12711 (message-shorten-references): Be more strict when building list of
12712 valid references to comply with GNKSA.
12714 * gnus-group.el (gnus-read-ephemeral-bug-group)
12715 (gnus-read-ephemeral-debian-bug-group)
12716 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
12718 * message.el (message-info): Don't use booleanp which isn't supported
12719 in Emacs 21 and XEmacs.
12721 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
12723 * gnus-group.el (gnus-gmane-group-download-format): Rename from
12724 gnus-group-gmane-group-download-format.
12725 (gnus-group-read-ephemeral-gmane-group): Rename from
12726 gnus-group-read-ephemeral-gmane-group.
12727 (gnus-read-ephemeral-gmane-group-url): Rename from
12728 gnus-group-read-ephemeral-gmane-group-url.
12729 (gnus-bug-group-download-format-alist): New variable.
12730 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
12731 (gnus-read-ephemeral-emacs-bug-group): New commands.
12733 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
12735 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
12736 (gnus-visible-headers): Improve custom type.
12738 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
12740 * mml.el (mml-menu): Add workarounds for XEmacs.
12742 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
12745 * message.el (message-simplify-recipients): Fix previous commit.
12747 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12749 * mm-util.el (mm-set-buffer-multibyte): New function.
12750 * mm-decode.el (mm-copy-to-buffer): Use it.
12752 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
12753 Prefer fboundp to functionp so it works with macros as well.
12755 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
12757 * message.el (message-alter-recipients-discard-bogus-full-name):
12759 (message-alter-recipients-function): New variable.
12760 (message-get-reply-headers): Use it.
12761 (message-replace-header): New helper function.
12762 (message-recipients-without-full-name): New variable.
12763 (message-simplify-recipients): New command.
12765 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
12767 * message.el (message-info): Handle EasyPG manual.
12769 * mml.el (mml-menu): Add entry for EasyPG.
12771 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
12773 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
12776 * message.el (message-disassociate-draft): Specify drafts group name
12779 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
12781 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12782 Eliminate unnecessary duplicates from the match list.
12784 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
12786 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
12787 args of `how-many' of which the XEmacs version doesn't take; declare
12788 Info-index-next as function.
12790 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
12792 * gnus-score.el (gnus-score-headers): Fix handling of
12793 gnus-inhibit-slow-scoring.
12795 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
12797 (gnus-button-url-regexp): Improve handling of parenthesis.
12798 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
12799 (gnus-button-handle-info-keystrokes): Handle index entries.
12801 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
12803 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
12806 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
12808 * auth-source.el (auth-sources): Rename from auth-source-choices.
12809 (auth-source-pick): Use it.
12811 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
12813 * auth-source.el (auth-source-protocols)
12814 (auth-source-protocols-customize, auth-source-choices): Add and
12815 modified variable customizations and defaults.
12816 (auth-source-pick, auth-source-user-or-password)
12817 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
12818 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
12819 (auth-source-user-or-password-sftp)
12820 (auth-source-user-or-password-smtp): Use new variables and provide an
12821 interface to netrc.el.
12823 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
12825 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
12826 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
12827 Make sure the nntp port to specify is a string.
12829 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
12831 * nntp.el: Use with-current-buffer.
12832 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
12833 dubious mm-with-unibyte-current-buffer.
12834 (nntp-with-open-group-function): New function extracted from
12835 nntp-with-open-group macro.
12836 (nntp-with-open-group): Use the function, so it's easier to debug.
12837 Add indentation and debugging info.
12838 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
12839 Recommend the use of the netcat alternatives.
12841 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
12842 Avoid mm-string-as-multibyte as well.
12844 * nnweb.el (nnweb-insert-html):
12845 Remove use of nnheader-string-as-multibyte.
12847 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
12848 (nnheader-string-as-multibyte): Remove.
12850 * mm-view.el: Use inhibit-read-only.
12851 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
12852 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
12855 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
12856 (mm-uu-yenc-extract): Use with-current-buffer.
12858 * gnus-soup.el (gnus-soup-send-packet): Don't use
12859 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
12861 * nnmh.el: Use with-current-buffer.
12862 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
12863 mm-string-as-multibyte on the output of mm-encode-coding-string.
12865 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
12866 (nnimap-request-move-article): Use with-current-buffer.
12868 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
12869 inserting the handle-buffer's text, so the implicit multibyte->unibyte
12870 conversion uses string-make-unibyte rather than string-as-unibyte.
12872 * gnus-msg.el: Use with-current-buffer.
12874 * message.el (message-ignored-resent-headers): Add "Delivered-To".
12876 2008-03-10 Daiki Ueno <ueno@unixuser.org>
12878 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
12879 string for caching if it is 'PIN.
12881 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
12883 * mail-source.el (mail-source-delete-old-incoming-confirm):
12884 Change default to nil.
12885 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
12887 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
12889 * gnus-art.el (gnus-narrow-to-page): Position point properly.
12890 (gnus-article-goto-prev-page): Work for articles having ^L's.
12892 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
12894 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
12896 2008-03-07 Karl Fogel <kfogel@red-bean.com>
12898 * gnus-bookmark.el: Adjust for renames in bookmark.el.
12899 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
12900 (gnus-bookmark-jump): Adjust some variable names.
12902 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
12904 * auth-source.el: New package.
12905 (auth-source-choices): Add customization entry point variable.
12907 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
12910 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
12912 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
12913 (gnus-registry-initialize, gnus-registry-install-p): Use it.
12914 (gnus-registry-install-shortcuts): Rename from
12915 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
12916 the `gnus-registry-mark-map' keymap dynamically from
12917 `gnus-registry-marks'. The generated functions update the summary line
12918 when a registry mark is added or deleted, and will call
12919 `gnus-registry-install-p' (see the comments in the code).
12920 (gnus-registry-user-format-function-M): Use concat intelligently.
12922 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
12923 the registry mark functions.
12925 2008-03-05 Glenn Morris <rgm@gnu.org>
12927 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
12928 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
12930 (top-level): No need to load own source when compiling.
12932 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
12934 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
12935 Suggested by <chris.anderton@zetnet.co.uk>.
12937 2008-03-04 Glenn Morris <rgm@gnu.org>
12939 * gnus-sum.el (top-level): No need to require gnus when compiling,
12940 since unconditionally required near start of file.
12941 (gnus-summary-display-while-building): Move definition before use.
12943 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
12945 * gnus-registry.el (gnus-registry-user-format-function-M):
12946 Add formatting function.
12948 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
12950 * gnus-registry.el (gnus-registry-marks): Change format to be nicer
12952 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
12955 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
12957 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
12958 `where-is-internal' that returns a range of key sequences.
12960 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
12962 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
12964 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
12965 (gnus-summary-jump-to-group): Consider windows on other displayed
12966 frames as well. Similar changes might be needed elsewhere, but that's
12967 the one I've bumped into during my use.
12969 * nndoc.el (nndoc-oe-dbx-type-p):
12970 * gnus-msg.el (gnus-debug):
12971 * gnus-group.el (gnus-update-group-mark-positions):
12972 Use mm-string-to-multibyte.
12974 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
12976 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
12977 doesn't handle NotDashEscaped.
12979 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
12980 (mml-dnd-attach-options): Fix typo in custom choice.
12982 * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
12983 Change nndoc-article-type to mbox.
12984 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
12986 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
12987 to nil, instead of html2text.
12989 * imap.el (imap-debug): Add `imap-ping-server'.
12991 * gnus-bookmark.el: Add FIXMEs.
12993 * message.el (message-form-letter-separator)
12994 (message-send-form-letter-delay): New variables.
12995 (message-send-form-letter): Use them. New command to send form
12996 letters. Requested by Uwe Siart.
12997 (message-send-mail-function): Doc fix. Add "Other" custom option.
12999 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
13001 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
13004 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
13006 * gnus-registry.el (gnus-registry-marks): Add variable for
13007 customization of marks and their appearance.
13008 (gnus-registry-read-mark): Use it.
13009 (gnus-registry-do-marks): Add utility function to loop through
13010 `gnus-registry-marks'.
13011 (gnus-registry-install-shortcuts-and-menus): Add function to install
13012 shortcuts and menus.
13013 (gnus-registry-initialize): Use it.
13014 (gnus-registry-default-mark): Clarify documentation.
13016 2008-02-29 Glenn Morris <rgm@gnu.org>
13018 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
13019 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
13020 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
13021 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
13022 Change defcustom :version from 23.0 to 23.1.
13024 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
13026 * gnus-registry.el (gnus-registry-follow-group-p)
13027 (gnus-registry-post-process-groups): Add functions to aid registry
13028 splitting and improve logging. Clarify behavior in function
13030 (gnus-registry-split-fancy-with-parent): Use them.
13032 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
13034 * gnus-art.el: Use with-current-buffer.
13036 2008-02-27 David Engster <dengste@eml.cc>
13038 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
13039 Express real group name in the response.
13041 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
13043 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
13044 (nnmairix-last-server, nnmairix-current-server): Defvar them.
13045 (nnmairix-goto-original-article): Defvar gnus-registry-install and
13046 autoload gnus-registry-fetch-group when compiling.
13047 (nnmairix-request-group-with-article-number-correction):
13048 Remove unreferenced argument passed to nnmairix-call-backend.
13050 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
13052 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
13053 (mm-uu-extract): Improve face for low color ttys.
13054 Reported by Sascha Wilde.
13056 2008-02-27 Glenn Morris <rgm@gnu.org>
13058 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
13059 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
13060 variables to defconsts. Convert comments to doc-strings.
13061 (nnmairix-last-server, nnmairix-current-server): Convert from free
13062 variables to defvars. Convert comments to doc-strings.
13063 (gnus-registry-fetch-group): Autoload.
13064 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
13065 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
13066 (nnmairix-widget-build-editable-fields): Use car cddr rather than
13068 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
13069 nnmairix-request-group-with-article-number-correction call.
13070 (nnmairix-fast, nnmairix-group): New, less general names, for free
13071 variables passed from nnmairix-request-group to
13072 nnmairix-request-group-with-article-number-correction. Declare.
13073 (nnmairix-request-group-with-article-number-correction):
13074 Use nnmairix-fast, nnmairix-group rather than fast, group.
13076 2008-02-26 David Engster <dengste@eml.cc>
13078 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
13081 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
13083 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
13084 instead of making an extra function call. Don't add the current group
13085 to articles only when they have the group. Use
13086 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
13087 Reported by David <de_bb@arcor.de>.
13089 2008-02-24 Miles Bader <miles@gnu.org>
13091 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13092 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
13093 (mm-find-mime-charset-region):
13094 * mm-bodies.el (mm-encode-body):
13095 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
13097 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
13099 * mail-source.el (mail-source-delete-incoming): Change default.
13100 Supplement doc string.
13102 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
13104 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
13106 * nnmail.el (nnmail-message-id-cache-file): Derive from
13107 `gnus-home-directory'.
13109 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
13111 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
13112 Document negative prefix.
13114 * gnus-group.el (gnus-group-read-group): Document negative prefix.
13116 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
13118 * message.el (message-unsent-separator): Add the Exim bounce
13121 2008-02-10 Daiki Ueno <ueno@unixuser.org>
13123 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
13125 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
13126 recipient/signer list.
13128 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
13130 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
13131 fbound (Emacs 23 unicode), signal an error.
13133 2008-02-08 Glenn Morris <rgm@gnu.org>
13135 * gnus-art.el (pgg-display-output-buffer): Declare as function.
13137 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
13139 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
13140 ports to the calls to `netrc-machine-user-or-password' in addition to
13141 "imap" and "imaps".
13143 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
13145 * gnus.el (gnus-group-startup-message): Add `find-image' call before
13146 image-load-path is let-bound. Reported by Harald Hanche-Olsen
13147 <hanche@math.ntnu.no>.
13149 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
13151 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
13153 2008-02-01 Zhang Wei <id.brep@gmail.com>
13155 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
13157 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
13159 2008-02-01 Miles Bader <miles@gnu.org>
13161 * mml.el (mml-parse-1): Remove apparently vestigial use of
13162 `mm-hack-charsets'.
13163 * mm-bodies.el (mm-encode-body): Likewise.
13165 2008-02-01 Kenichi Handa <handa@m17n.org>
13167 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
13168 rfc2104-hexstring-to-bitstring and changed to return a byte list.
13169 (rfc2104-hash): Convert the result of concat to unibyte string.
13171 2008-02-01 Dave Love <fx@gnu.org>
13173 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
13174 coding-system-for-read.
13175 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
13177 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
13178 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
13179 (mm-find-mime-charset-region): Remove hack-charsets stuff.
13181 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
13183 * mail-source.el (mail-sources): Add `group' choice.
13185 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
13186 parameter `in-group' to control into which group the articles go.
13187 Add treatment of `group' mail-source.
13189 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
13191 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
13192 * message.el (message-beginning-of-line): Use featurep instead of bound
13193 tests in order to resolve conditionals at compile time.
13195 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
13197 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
13199 * mm-decode.el (mm-dissect-buffer): Decode description.
13201 * mml.el (mml-to-mime): Encode message header first.
13203 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
13205 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
13206 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
13208 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
13210 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
13212 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
13214 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
13216 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
13217 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
13220 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
13222 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
13223 Add new variables for article mark management.
13224 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
13225 list of extra data entries which, when present, will indicate that the
13226 article ID should not be trimmed from the registry.
13227 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
13229 (gnus-registry-read-mark): New function to read a mark name from the
13231 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
13232 (gnus-registry-set-article-mark-internal): New functions to add and
13234 (gnus-registry-get-article-marks): New function to show the marks for
13235 an article, or retrieve them for further use.
13237 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
13239 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
13240 keys when no argument is given.
13242 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
13244 * gnus-sum.el (gnus-article-sort-by-random)
13245 (gnus-thread-sort-by-random): Fix doc strings.
13246 Reported by jidanni@jidanni.org.
13248 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
13250 * gnus-art.el (gnus-article-describe-bindings): New function.
13251 (gnus-article-read-summary-keys): Use it.
13252 (gnus-article-mode-map): Bind `C-h b' to it.
13254 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
13256 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
13258 (gnus-article-describe-key, gnus-article-describe-key-briefly):
13259 Protect against non-character events.
13261 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
13263 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
13265 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
13266 instead of END. Change name of the temp file.
13267 (gnus-group-gmane-group-download-format): Add doc string. Make it
13270 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
13272 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
13273 bind `S W' to gnus-article-wide-reply-with-original; set default
13274 binding to gnus-article-read-summary-send-keys.
13275 (gnus-article-read-summary-keys): Fix the order of keys; display
13276 continuation keys correctly in the echo area; describe bindings
13277 correctly when keys end with `C-h'.
13278 (gnus-article-read-summary-send-keys): New function.
13279 (gnus-article-describe-key, gnus-article-describe-key-briefly):
13280 Work for gnus-article-read-summary-send-keys; display continuation keys
13281 correctly in the echo area.
13282 (gnus-article-reply-with-original): Ignore prefix argument.
13283 (gnus-article-wide-reply-with-original): New function.
13285 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
13287 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
13288 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
13290 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
13292 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
13293 (gnus-group-read-ephemeral-gmane-group): New command.
13295 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
13297 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
13299 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
13301 * message.el (message-send-mail-function): Increase custom version.
13303 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
13304 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
13306 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
13308 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
13309 html parts correctly; support forwarded messages.
13310 (gnus-article-browse-html-article): Remove work buffers.
13312 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
13314 (netrc-bound-and-true-p): New macro.
13315 (netrc-parse): Use it instead of bound-and-true-p that is not available
13318 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
13320 * gnus-registry.el (gnus-registry-mark-article)
13321 (gnus-registry-article-marks): Add functionality to mark articles
13322 through the Gnus registry.
13324 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
13325 (netrc-parse): Use encrypt-file-alist to determine if
13326 encrypt-find-model or encrypt-insert-file-contents should be used.
13328 2007-12-19 Glenn Morris <rgm@gnu.org>
13330 * mml.el (message-options-set, message-narrow-to-head)
13331 (message-in-body-p, message-mail-p, message-encode-message-body):
13333 (message-remove-header, message-narrow-to-headers-or-head)
13334 (message-subscribed-p, message-make-mail-followup-to)
13335 (message-position-on-field, message-news-p)
13336 (message-options-set-recipient, message-generate-headers)
13337 (message-sort-headers): Declare as functions.
13339 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
13341 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
13342 convention in doc string.
13344 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
13346 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
13347 title to html parts.
13348 (gnus-article-browse-html-article): Pass message header to it.
13350 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
13352 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
13354 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
13355 or password compatible with XEmacs.
13357 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
13359 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
13361 (gnus-mime-delete-part): Don't write description line if empty.
13362 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
13364 2007-12-14 Johan Bockgård <bojohan@gnu.org>
13366 * gnus-sum.el (gnus-summary-mark-unread-as-read)
13367 (gnus-summary-mark-read-and-unread-as-read)
13368 (gnus-summary-mark-current-read-and-unread-as-read)
13369 (gnus-summary-mark-unread-as-ticked): Doc fix.
13370 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
13372 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
13374 * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
13375 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13377 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
13379 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
13382 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
13384 * mm-decode.el (mm-add-meta-html-tag): New function.
13385 (mm-save-part-to-file, mm-pipe-part): Use it.
13387 * gnus-art.el (gnus-article-browse-delete-temp-files):
13388 Use gnus-y-or-n-p instead of y-or-n-p.
13389 (gnus-article-browse-html-parts): Work with message/external-body; use
13390 mm-add-meta-html-tag.
13392 2007-12-11 Glenn Morris <rgm@gnu.org>
13394 * gnus-cache.el: Require gnus-sum not just when compiling.
13396 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
13398 * gnus-int.el (gnus-server-opened, gnus-status-message):
13399 Move definitions before use.
13401 * mm-decode.el: Require gnus-util.
13402 (mm-remove-part): Only call delete-annotation on XEmacs.
13404 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
13406 * nnmail.el: Require gnus-int.
13408 * spam.el: Move `require's before `eval-when-compile's.
13410 * gnus-ems.el (gnus-alive-p):
13411 * gnus-fun.el (message-goto-eoh):
13412 * gnus-util.el (gnus-group-name-decode):
13413 * mail-source.el (gnus-compress-sequence):
13414 * message.el (Info-goto-node, format-spec):
13415 * mm-bodies.el (message-options-get):
13416 * mm-decode.el (mm-view-pkcs7):
13417 * mm-util.el (gmm-write-region):
13418 * mml-smime.el (mml-compute-boundary)
13419 (gnus-completing-read-with-default):
13420 * mml.el (widget-button-press, gnus-make-hashtable):
13421 * mml1991.el (mm-decode-content-transfer-encoding)
13422 (mm-encode-content-transfer-encoding)
13423 (message-options-get, message-options-set):
13424 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
13425 * nnfolder.el (gnus-request-group):
13426 * nnheader.el (ietf-drums-unfold-fws):
13427 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
13428 * smime.el (gnus-run-mode-hooks):
13429 * spam-stat.el (gnus-message): Autoload.
13431 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
13432 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
13433 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
13434 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
13435 Add declare-function compatibility definition.
13437 * gnus-cache.el (nnvirtual-find-group-art):
13438 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
13439 (gnus-add-image, gnus-add-wash-type):
13440 * gnus-group.el (nnkiboze-score-file):
13441 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
13442 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
13443 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
13444 (message-tokenize-header, gnus-get-buffer-create)
13445 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
13446 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
13447 * gnus.el (gnus-group-decoded-name):
13448 * mail-source.el (imap-capability):
13449 * mm-bodies.el (message-options-set):
13450 * mm-decode.el (gnus-configure-windows):
13451 * mm-extern.el (message-goto-body):
13452 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
13453 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
13454 (epg-sub-key-validity, message-options-set):
13455 * mml.el (widget-event-point, gnus-configure-windows):
13456 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
13457 * mml2015.el (epg-check-configuration, epg-configuration)
13458 (message-options-set):
13459 * nndb.el (nndb-request-article):
13460 * nnfolder.el (gnus-request-create-group):
13461 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
13462 * nnmaildir.el (gnus-group-mark-article-read):
13463 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
13464 * rfc1843.el (message-fetch-field):
13465 * spam.el (gnus-extract-address-components):
13466 Declare as functions.
13468 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
13470 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
13472 2007-12-09 Glenn Morris <rgm@gnu.org>
13474 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
13476 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
13477 * message.el, mm-view.el, sieve-manage.el, smime.el:
13478 Add declare-function compatibility definition.
13480 * gnus-art.el (w3-region, w3m-region, Info-menu):
13481 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
13482 * gnus-sum.el (gnus-get-predicate):
13483 * gnus-util.el (mm-append-to-file, w32-focus-frame):
13484 * message.el (mail-abbrev-in-expansion-header-p):
13485 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
13486 (w3m-detect-meta-charset, w3m-region):
13487 * sieve-manage.el (password-read, password-cache-add)
13488 (password-cache-remove):
13489 * smime.el (password-read-and-add): Declare as functions.
13491 2007-12-08 David Kastrup <dak@gnu.org>
13493 * gnus-sum.el (gnus-summary-simplify-subject-query):
13494 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
13497 2007-12-07 Glenn Morris <rgm@gnu.org>
13499 * gnus-art.el (article-make-date-line): Revert previous change.
13501 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
13503 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
13505 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
13507 * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
13508 Call gnus-add-to-range ranges only once with a prepared article-list.
13510 2007-12-06 Paul Jarc <prj@po.cwru.edu>
13512 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
13513 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
13514 group names with backslashes.
13515 Reported by Tassilo Horn <tassilo@member.fsf.org>.
13517 2007-12-06 Deepak Goel <deego3@gmail.com>
13519 * gnus-art.el (article-make-date-line):
13520 * gnus-start.el (gnus-load):
13521 * pop3.el (pop3-read-response): Fix buggy call to `error'.
13523 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
13525 * gnus-art.el (gnus-use-idna):
13526 * gnus-start.el (gnus-site-init-file):
13527 * message.el (message-use-idna):
13528 * mm-uu.el (mm-uu-hide-markers):
13529 * smiley.el (smiley-style): Revert changes that suppress warnings.
13531 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
13533 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
13534 specify charset to html source.
13535 Reported by Christoph Conrad <christoph.conrad@gmx.de>.
13537 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
13539 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
13540 idna-program in order to suppress byte compile warning issued by XEmacs
13541 that came to byte compile the default value section of defcustom forms
13544 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
13545 value of installation-directory.
13547 * message.el (message-use-idna): Don't directly refer to the value of
13550 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
13552 * smiley.el (smiley-style): Don't directly call face-attribute.
13554 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
13556 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
13558 * gnus-dired.el: Reduce Gnus dependencies.
13559 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
13560 Don't require. Use autoloads instead.
13561 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
13562 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
13563 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
13564 (gnus-dired-mode): Adjust doc string.
13565 (gnus-dired-mail-mode): New variable.
13566 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
13567 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
13568 (gnus-dired-mail-buffers): New function. Return mail or message
13569 composition buffers.
13570 (gnus-dired-attach): Use it.
13571 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
13573 (gnus-dired-print): Use `gnus-print-buffer' depending on
13574 `gnus-dired-mail-mode'.
13576 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
13578 * rfc2047.el (rfc2047-encoded-word-regexp)
13579 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
13580 explaining what regexp patterns are for.
13582 2007-12-04 Glenn Morris <rgm@gnu.org>
13584 * password.el: Move to ../password-cache.el.
13586 * mml1991.el (password-read, password-cache-add, password-cache-remove):
13587 * mml2015.el (password-read, password-cache-add, password-cache-remove):
13588 * mml-smime.el (password-read, password-cache-add)
13589 (password-cache-remove):
13590 No need to autoload, since mml-sec requires password.
13592 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
13593 * message.el (gnus-extract-address-components):
13594 * mml-smime.el (gnus-extract-address-components): Define for compiler.
13596 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
13599 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
13601 * mailcap.el: Reduce dependencies.
13602 (mail-header-parse-content-type): Autoload.
13603 (mailcap-delete-duplicates): New alias.
13604 (mailcap-mime-info): Add optional argument NO-DECODE.
13605 (mailcap-mime-types): Use mailcap-delete-duplicates.
13607 * message.el (message-ignored-supersedes-headers): Add "X-ID".
13609 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
13611 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
13614 * gnus-uu.el (gnus-uu-decode-yenc): New command.
13615 (gnus-uu-yenc-article): New function.
13617 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
13619 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
13621 2007-12-02 Glenn Morris <rgm@gnu.org>
13623 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
13626 * binhex.el, uudecode.el: Move to ../mail.
13628 * encrypt.el: Remove file.
13630 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
13632 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
13633 matches on patches.
13635 * gnus-art.el (gnus-article-browse-html-article):
13636 Mention `mm-text-html-renderer' in the doc string.
13638 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
13639 string. Add comments.
13641 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
13644 2007-12-01 Glenn Morris <rgm@gnu.org>
13646 * dig.el, dns.el: Move to ../net.
13647 * format-spec.el, hex-util.el, sha1.el: Move to ../.
13649 * mail-source.el (top-level): Require format-spec before
13652 2007-11-30 Glenn Morris <rgm@gnu.org>
13654 * encrypt.el: Require password, rather than autoloading password-read.
13656 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
13658 * gnus.el (gnus-method-to-server): Add an optional parameter so the
13659 caller can indicate whether the cache should be disregarded for this
13660 call. This way the result of the call is reproducible at all times and
13661 can be considered a canonical server name for the supplied method.
13662 (gnus-agent-method-p): Canonicalize server names by pushing their
13663 method through `gnus-method-to-server' using the no-cache argument.
13665 * gnus-srvr.el (gnus-server-insert-server-line):
13666 Call `gnus-method-to-server' with `no-cache' argument.
13668 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
13669 gnus-agent-possibly-synchronize-flags as this should be called when the
13670 server is actually being opened.
13671 (gnus-agent-possibly-synchronize-flags)
13672 (gnus-agent-possibly-synchronize-flags-server): Move check for the
13673 flags file of an agentized server to the latter function.
13675 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
13676 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
13677 after a connection has been established successfully.
13679 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
13681 * gnus-art.el (article-display-face): Force to display face if called
13682 interactively; check if gnus-article-x-face-too-ugly matches author.
13683 (article-display-x-face): Display face even if From header is missing
13684 as article-display-face does.
13686 2007-11-28 Richard Stallman <rms@gnu.org>
13688 * md4.el: Move to ../.
13689 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
13691 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
13693 * mail-source.el (mail-sources): Default to fetch from file for
13694 compatibility with default of nnmail-spool-file.
13696 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
13698 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
13699 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
13700 to look for encoded word that should be encoded again.
13701 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
13702 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
13704 (rfc2047-decode-region): Switch strict regexp and loose one according
13705 to rfc2047-allow-irregular-q-encoded-words.
13707 2007-11-26 Simon Josefsson <simon@josefsson.org>
13709 * imap.el: Move to ../net directory.
13711 2007-11-25 Romain Francoise <romain@orebokech.com>
13713 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
13715 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
13717 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
13718 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
13720 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
13721 `nnmail-spool-file'.
13723 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
13724 `nnmail-spool-file'.
13726 * gnus-move.el (gnus-change-server): Ditto.
13728 * gnus-kill.el (gnus-batch-score): Ditto.
13730 * gnus-cache.el (gnus-jog-cache): Ditto.
13732 * gnus-msg.el (gnus-summary-reply):
13733 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
13735 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
13737 * gnus-cache.el (gnus-cache-generate-nov-databases):
13738 Use nnml-generate-nov-databases-directory instead of
13739 nnml-generate-nov-databases-1.
13741 2007-11-24 Glenn Morris <rgm@gnu.org>
13743 * message.el (message-tool-bar-retro): Update for rename
13744 mail_send.xpm->mail-send.xpm.
13746 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
13748 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13749 `smime-ldap-search' for Emacs 22 and up.
13751 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
13753 * hashcash.el: Move to ../mail directory.
13755 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
13757 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
13758 `smime-ldap-search' for Emacs 22 and up.
13760 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
13762 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
13764 * message.el (message-send-mail-function): Fix error convention.
13765 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
13766 (message-widen-reply, message-send-mail, message-talkative-question)
13767 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
13768 (message-clone-locals, message-send-news): Use with-current-buffer.
13769 (message-insert-or-toggle-importance): Remove unused var `valid'.
13770 (message-make-references): Remove unused var `new-references'.
13771 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
13773 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
13775 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
13776 (spam-split-symbolic-return-positive): Reflow docstring.
13777 (spam-backends, spam-summary-exit-behavior)
13778 (spam-mark-ham-unread-before-move-from-spam-group)
13779 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
13780 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13781 (spam-clear-cache, spam-backend-check, spam-install-backend)
13782 (spam-install-statistical-backend, spam-list-of-processors)
13783 (spam-group-processor-p, spam-split, spam-bogofilter-score)
13784 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
13785 (spam-check-crm114, spam-initialize, spam-unload-hook):
13786 Fix typos in docstrings.
13788 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
13790 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
13791 been checked if they have never been read and those group levels are
13792 higher than the one that a user specified.
13794 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
13796 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
13797 foreign groups unless a group level is specified by a user.
13798 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
13800 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
13802 * message.el (message-send-mail-function): Require sendmail.
13804 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
13806 * message.el (message-send-mail-function): Check for smtpmail too.
13808 * utf7.el (utf7-encode, utf7-decode): Use coding system
13809 `utf-7'/`utf-7-imap' from utf-7.el' if available.
13811 * message.el (message-send-mail-function): New function.
13812 (message-send-mail-function): Set default using
13813 message-send-mail-function. Adjust doc string.
13814 (message-send-mail-with-mailclient): New function.
13816 2007-11-17 Richard Stallman <rms@gnu.org>
13818 * assistant.el: Remove file.
13820 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
13823 * rfc2047.el (message-posting-charset):
13824 * qp.el (mm-use-ultra-safe-encoding):
13825 * pop3.el (parse-time-months):
13826 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
13828 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
13829 (jka-compr-compression-info-list, ange-ftp-path-format)
13831 * nndiary.el (files):
13832 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
13833 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
13834 (epg-digest-algorithm-alist, inhibit-redisplay)
13835 (password-cache-expiry):
13836 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
13837 (pgg-output-buffer, password-cache-expiry):
13838 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
13840 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
13841 (inhibit-redisplay):
13842 * mm-uu.el (file-name, start-point, end-point, entry)
13843 (gnus-newsgroup-name, gnus-newsgroup-charset):
13844 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
13845 (latin-unity-ucs-list):
13846 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
13847 (mm-uu-binhex-decode-function):
13848 * message.el (gnus-message-group-art, gnus-list-identifiers)
13849 (rmail-enable-mime-composing, gnus-local-organization)
13850 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
13851 (gnus-read-active-file, facemenu-add-face-function)
13852 (facemenu-remove-face-function, gnus-article-decoded-p)
13854 * mail-source.el (display-time-mail-function):
13855 * gnus-util.el (nnmail-pathname-coding-system)
13856 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
13857 (gnus-original-article-buffer, gnus-user-agent)
13858 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
13859 (xemacs-codename, sxemacs-codename, emacs-program-version):
13860 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
13861 * gnus-start.el (gnus-agent-covered-methods)
13862 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
13863 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
13864 (gnus-newsgroup-headers, gnus-group-list-mode)
13865 (gnus-group-mark-positions, gnus-newsgroup-data)
13866 (gnus-newsgroup-unreads, nnoo-state-alist)
13867 (gnus-current-select-method, mail-sources)
13868 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
13869 (nnmail-spool-file, gnus-cache-active-hashtb):
13870 * gnus-mh.el (mh-lib-progs):
13871 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
13872 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
13873 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
13874 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
13875 (gnus-group-buffer):
13876 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
13877 (font-lock-set-defaults):
13878 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
13879 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
13880 (gnus-summary-post-menu, total-parts, type, condition, length):
13881 * gnus-agent.el (gnus-agent-read-agentview):
13882 * flow-fill.el (show-trailing-whitespace):
13883 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
13884 eval-and-compile wrappers for byte compiler pacifiers.
13886 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
13887 (mm-display-inline-fontify): Check for featurep 'xemacs not
13890 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
13892 (mm-create-image-xemacs): Only do something for XEmacs.
13893 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
13895 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
13897 * gnus-registry.el (gnus-adaptive-word-syntax-table):
13898 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
13900 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
13902 * nnimap.el (nnimap-split-download-body):
13903 * gnus-demon.el (gnus-demon):
13904 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
13906 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
13908 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
13910 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
13911 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
13912 copy data from unibyte buffer to multibyte current buffer.
13913 (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
13914 to copy data from unibyte current buffer to multibyte buffer.
13915 (nntp-make-process-buffer): Make process buffer unibyte.
13917 * pop3.el (pop3-open-server): Fix typo in Lisp code.
13919 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
13921 * pop3.el (pop3-open-server): Accept and process data more robustly at
13922 connection start to avoid spurious "POP SSL connection failed" errors.
13924 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
13926 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
13929 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
13931 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
13933 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
13935 * nnmail.el (nnmail-parse-active): Make group names unibyte.
13936 (nnmail-save-active): Use a unibyte buffer when saving active file,
13937 which may contain non-ASCII group names.
13939 * nnml.el (nnml-request-group): Decode group names in messages.
13941 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
13943 * message.el (message-citation-line-function)
13944 (message-insert-formatted-citation-line): Fix spelling of
13945 `message-insert-formated-citation-line'.
13947 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
13949 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
13951 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
13953 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
13954 nnmail-pathname-coding-system.
13956 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
13957 that a user enters; decode group names in messages.
13959 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
13961 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
13963 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
13965 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
13967 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
13968 risky local variable.
13970 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
13972 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
13974 * encrypt.el: Improve documentation to fix function name typo.
13975 Reported by Daiki Ueno <ueno@unixuser.org>.
13977 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
13979 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
13980 even if the point is not in the last page of an article.
13981 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
13982 back to the previous page.
13984 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
13986 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
13988 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
13990 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
13992 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
13994 * message.el (message-check-news-body-syntax):
13995 Avoid mm-string-as-multibyte.
13996 (message-hide-headers): Don't assume (point-min)==1.
13998 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14000 * message.el (message-remove-blank-cited-lines): Fix if remove is
14002 (message-bogus-address-regexp): New variable.
14003 (message-bogus-recipient-p): New function.
14004 (message-check-recipients): New command.
14005 (message-syntax-checks): Add `bogus-recipient'.
14006 (message-fix-before-sending): Add `bogus-recipient'.
14008 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
14009 (gnus-treat-body-boundary): Don't test window-system.
14011 2007-10-28 Leo Liu <sdl.web@gmail.com> (tiny change)
14013 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
14015 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
14017 * gnus.el: Bump version to Gnus v5.13.
14019 2007-10-28 Miles Bader <miles@gnu.org>
14021 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
14022 at compile-time too.
14024 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
14026 * gnus-msg.el (gnus-message-setup-hook):
14027 Add `message-remove-blank-cited-lines' to options.
14029 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
14031 * message.el (message-remove-blank-cited-lines): New function.
14032 Suggested by Karl Plästerer.
14034 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
14036 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
14039 * imap.el (imap-open): Replace mapcar called for effect with mapc.
14040 (top-level): Use mapc to set functions to be traced for debugging.
14042 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
14043 called for effect with while loop.
14045 * message.el (message-talkative-question): Replace mapcar called for
14048 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
14049 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
14050 called for effect with dolist.
14052 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
14054 * nndiary.el: Use dolist instead of mapcar to add diary headers to
14055 gnus-extra-headers and nnmail-extra-headers.
14057 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
14058 called for effect with dolist.
14059 (top-level): Use mapc to set functions to be traced for debugging.
14061 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
14062 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
14065 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
14066 Replace mapcar called for effect with mapc.
14067 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
14068 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
14069 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
14070 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
14072 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
14073 remove-if that's a cl function.
14075 * webmail.el (webmail-debug): Replace mapcar called for effect with
14078 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
14080 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
14081 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
14084 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
14085 functions from article-* functions.
14086 (gnus-multi-decode-header): Replace mapcar called for effect with
14089 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
14090 (gnus-bookmark-show-details): Replace mapcar called for effect with
14093 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
14094 called for effect with while loop.
14096 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
14099 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
14100 Replace mapcar called for effect with dolist.
14102 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
14104 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
14105 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
14106 Replace mapcar called for effect with dolist.
14107 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
14110 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
14111 Replace mapcar called for effect with dolist.
14112 (gnus-topic-list): Replace mapcar called for effect with mapc.
14114 * gnus.el: Use mapc instead of mapcar to add autoloads.
14116 2007-10-23 Richard Stallman <rms@gnu.org>
14118 * gnus-group.el (gnus-group-highlight): Mark as risky.
14120 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
14122 * gnus.el (gnus-server-to-method): Return method found first in
14125 * gnus-art.el (gnus-article-highlight-signature)
14126 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
14127 button overlay without the front stickiness.
14129 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
14131 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
14132 overview buffer needed a catch to receive its throw.
14133 (gnus-agent-flush-cache): Declare as interactive to make this function
14136 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
14138 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
14141 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
14143 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
14144 exclude address matching message-dont-reply-to-names.
14146 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
14148 * gnus-util.el (gnus-string<): New function.
14150 * gnus-sum.el (gnus-article-sort-by-author)
14151 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
14153 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
14155 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
14156 the frame-focus tag is set in gnus-buffer-configuration.
14158 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
14160 * gnus-art.el (gnus-article-add-button): Make a button overlay without
14161 the front stickiness.
14163 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
14165 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
14166 url pattern; remove duplicate one.
14167 (gnus-article-extend-url-button): New function.
14168 (gnus-article-add-buttons): Use it.
14169 (gnus-button-push): Use concatenated url that it makes.
14171 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
14173 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
14174 (sieve-manage-open): Use `mapc' instead of `mapcar'.
14176 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14178 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
14179 Don't hardcode point-min==1.
14181 2007-09-30 David Kastrup <dak@gnu.org>
14183 * gnus-art.el (gnus-article-reply-with-original)
14184 (gnus-article-followup-with-original): When `transient-mark-mode' is
14185 off, refrain from active-region behavior for followups.
14187 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
14189 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
14190 Fix comment about "iso8859-1".
14192 2007-10-08 Daiki Ueno <ueno@unixuser.org>
14194 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
14195 ones returned from the verify-function.
14197 * mm-uu.el (mm-uu-pgp-signed-extract-1):
14198 Call mml2015-extract-cleartext-signature if extraction failed.
14200 2007-10-07 Daiki Ueno <ueno@unixuser.org>
14202 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
14203 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
14206 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
14208 * Relicense "GPLv2 or later" files to "GPLv3 or later".
14210 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
14212 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
14213 to mark a thread as expirable. Add variable `hide' to handle hiding of
14214 thread for both the null and zero (kill/expire thread) universal prefix
14216 (gnus-summary-expire-thread): Add new function to expire a thread,
14217 using gnus-summary-kill-thread.
14218 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
14219 shortcuts for gnus-summary-expire-thread.
14220 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
14221 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
14223 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
14225 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
14226 extras value, so an extras entry can be deleted.
14227 (gnus-registry-delete-extra-entry): Use it.
14228 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
14229 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
14230 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
14231 storage through the gnus-registry, and provide an appropriate API for
14234 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14236 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
14237 Suggested by Leo <sdl.web@gmail.com>.
14241 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14243 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
14244 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
14246 * gnus-agent.el (gnus-agent-fetch-headers): Do.
14248 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14249 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
14251 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
14253 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
14255 (nnmbox-request-accept-article): Don't change article in source buffer;
14256 narrow to header to use message-fetch-field rather than
14257 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
14258 (nnmbox-request-replace-article): Quote lines that'll be misidentified
14259 as delimiters; make sure article ends with newline.
14260 (nnmbox-delete-mail): Correct last position of article to be deleted;
14261 ignore X-Gnus-Newsgroup header in article body.
14262 (nnmbox-save-mail): Quote lines looking like delimiters at the right
14263 positions; make sure article ends with newline.
14265 * message.el (message-display-abbrev): Don't infloop when a user
14266 inserts SPC in the beginning of header.
14268 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
14270 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
14271 list of groups not followed by default. Fix type to be regexp.
14272 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
14274 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
14276 * hmac-def.el (define-hmac-function): Switch from old-style to
14277 new-style backquotes.
14279 * md4.el (md4-make-step): Likewise.
14281 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
14283 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
14284 raw-text coding system when saving .newsrc file, which may contain
14285 non-ASCII group names.
14287 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
14289 * gnus-cus.el (gnus-score-extra): New widget.
14290 (gnus-score-extra-convert): New function.
14291 (gnus-score-customize): Use it for Extra.
14293 2007-08-31 Daiki Ueno <ueno@unixuser.org>
14295 * mml2015.el (mml2015-extract-cleartext-signature): New function.
14296 (mml2015-mailcrypt-clear-verify): Use it.
14297 (mml2015-gpg-clear-verify): Use it.
14298 (mml2015-pgg-clear-verify): Use it.
14299 (mml2015-epg-clear-verify): Replace the current part with the output
14300 from GnuPG; don't extract the plaintext by itself.
14302 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
14303 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
14304 mml2015-clear-verify-function; don't touch the armor headers or
14305 dash-escaped text here.
14307 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
14309 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
14310 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
14311 parts, or application/octet-stream as a last resort.
14312 (gnus-mime-view-part-as-type): Don't toggle display.
14313 (gnus-mime-view-part-as-charset): Don't turn off display before
14316 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
14317 stuff to undisplayer function in Emacs.
14318 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
14320 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
14321 text/calendar parts.
14323 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
14325 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
14326 decoding text/calendar parts.
14328 * message.el (message-forward-make-body-mime): Always mark body as
14329 having no illegible text; remove signed-or-encrypted argument.
14330 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
14332 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
14333 (mml-generate-mime-1): Don't encode body if it is specified to be in
14334 raw form; don't make buffer be unibyte when inserting multibyte string.
14336 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14338 * sha1.el: Fix up comment style.
14339 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
14340 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
14342 * hex-util.el: Fix up comment style.
14343 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
14345 * gnus-salt.el: Use with-current-buffer.
14346 (gnus-pick-setup-message): Fix long-standing typo.
14348 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
14350 * imap.el (imap-logout-timeout): New variable.
14351 (imap-logout, imap-logout-wait): New functions.
14352 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
14354 * nnimap.el (nnimap-logout-timeout): New server variable.
14355 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
14356 nnimap-logout-timeout.
14358 * gnus-art.el (gnus-article-summary-command-nosave)
14359 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
14361 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
14363 * gnus.el (gnus-maximum-newsgroup): New variable.
14365 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
14366 according to gnus-maximum-newsgroup.
14368 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
14369 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
14370 Limit the range of articles according to gnus-maximum-newsgroup.
14372 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
14374 * gnus-art.el (gnus-sticky-article): Fix problems described in
14375 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
14376 Don't perform gnus-configure-windows here; reuse existing sticky
14379 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
14380 it doesn't exist in gnus-article-mode.
14382 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
14384 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
14385 (gnus-agent-decoded-group-name): New function.
14386 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
14387 (gnus-agent-expire-group-1): Use it; decode group name in messages.
14389 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
14391 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
14392 Add binding for gnus-sticky-article.
14393 (gnus-summary-exit): Don't kill sticky article buffers.
14395 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
14397 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
14398 (gnus-kill-sticky-article-buffers): New commands.
14400 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
14402 * nntp.el (nntp-xref-number-is-evil): New server variable.
14403 (nntp-find-group-and-number): If it is non-nil, don't trust article
14404 numbers in the Xref header.
14406 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
14408 * gnus-agent.el (gnus-agent-read-group): New function.
14409 (gnus-agent-flush-group, gnus-agent-expire-group)
14410 (gnus-agent-regenerate-group): Use it.
14411 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
14412 nnmail-pathname-coding-system.
14414 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
14416 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
14418 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
14419 that are unread as unread, and also as selected so that information of
14420 marks having been changed by a user may be updated when exiting group.
14422 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
14424 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
14426 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
14428 * gnus-art.el (gnus-mime-display-single): Pass part number that is
14429 calculated ignoring signature parts to gnus-treat-article.
14431 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
14433 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
14434 a point here in order to keep the window start.
14435 (gnus-insert-mime-security-button): Make a button overlay without the
14437 (gnus-mime-display-security): Goto the end of a button.
14439 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
14441 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
14443 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
14444 group-name-at-point.
14445 (gnus-group-completing-read): New function that offers decoded
14446 non-ASCII group names for completion.
14447 (gnus-fetch-group, gnus-group-read-ephemeral-group)
14448 (gnus-group-jump-to-group, gnus-group-make-group-simple)
14449 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
14450 (gnus-group-fetch-control): Use it.
14451 (gnus-fetch-group): Use group-name-at-point for the initial value
14452 rather than the default value; use gnus-alive-p.
14454 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
14455 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
14456 (gnus-summary-post-news): Use gnus-group-completing-read.
14458 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
14459 (gnus-read-move-group-name): Decode group name for completion.
14461 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
14463 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
14464 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
14465 Yamaoka slightly modified the code).
14467 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
14469 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
14470 (nnmail-split-incoming): Bind it.
14472 * nnml.el (nnml-group-name-charset): New function.
14473 (nnml-decoded-group-name): Use it; don't decode group name if
14474 nnmail-group-names-not-encoded-p is non-nil.
14475 (nnml-encoded-group-name): New function.
14476 (nnml-group-pathname): Inline nnml-decoded-group-name.
14477 (nnml-request-expire-articles): Decode group name in message.
14478 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
14479 nnmail-pathname-coding-system.
14480 (nnml-save-mail, nnml-active-number): Work with decoded group names and
14481 not decoded ones according to nnmail-group-names-not-encoded-p.
14482 (nnml-generate-active-info): Use nnml-encoded-group-name.
14484 2007-08-08 Glenn Morris <rgm@gnu.org>
14486 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
14487 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
14488 doc-strings and comments.
14490 2007-07-25 Glenn Morris <rgm@gnu.org>
14492 * Relicense all FSF files to GPLv3 or later.
14494 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
14496 * gnus-sum.el (gnus-summary-move-article):
14497 Make gnus-summary-respool-article work.
14499 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
14501 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
14504 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
14506 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
14507 that should be ignored when comparing distant RSS articles with local
14509 (nnrss-make-hash-index): New function. Create a hash index according
14510 to the ignored fields.
14511 (nnrss-check-group): Use it.
14513 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
14515 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
14517 * gnus-art.el (article-decode-group-name): Decode Xref header too.
14519 * gnus-group.el (gnus-group-make-group): Encode group name here unless
14520 the new optional argument ENCODED is non-nil.
14521 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
14522 coding system for encoding group name.
14523 (gnus-group-make-rss-group): Pass un-encoded group name to
14524 gnus-group-make-group.
14525 (gnus-group-set-info): Tell gnus-group-make-group that group name is
14528 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
14529 Encode group name to which articles are moved or copied.
14530 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
14531 coding system for encoding Newsgroup, Followup-To and Xref headers.
14533 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
14534 marks; use nnheader-file-coding-system to write a file.
14535 (nnagent-retrieve-headers): Bind file-name-coding-system to
14536 nnmail-pathname-coding-system.
14538 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
14540 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
14541 (nnml-request-article, nnml-request-create-group)
14542 (nnml-request-rename-group, nnml-find-id)
14543 (nnml-possibly-change-directory, nnml-possibly-create-directory)
14544 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
14545 (nnml-save-marks): Use nnml-group-pathname instead of
14546 nnmail-group-pathname.
14548 (nnml-request-create-group, nnml-request-expire-articles)
14549 (nnml-request-move-article, nnml-request-delete-group)
14550 (nnml-deletable-article-p, nnml-possibly-create-directory)
14551 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
14552 (nnml-open-marks): Bind file-name-coding-system to
14553 nnmail-pathname-coding-system.
14555 (nnml-request-article): Pass server argument to nnml-find-group-number.
14556 (nnml-request-create-group, nnml-active-number, nnml-save-marks):
14557 Pass server argument to nnml-possibly-create-directory.
14558 (nnml-request-accept-article): Pass server argument to
14559 nnml-active-number and nnml-save-mail.
14560 (nnml-find-group-number): Pass server argument to nnml-find-id.
14561 (nnml-request-update-info): Pass server argument to
14562 nnml-marks-changed-p.
14564 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
14565 (nnml-save-mail, nnml-active-number): Add server argument.
14567 (nnml-request-delete-group): Warn if group is missing.
14568 (nnml-get-nov-buffer): Decode group name.
14569 (nnml-generate-active-info): Encode group name.
14570 (nnml-open-marks): Decode group name in messages.
14572 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
14574 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
14575 if it is not specified.
14576 (gnus-article-pipe-part, gnus-article-save-part)
14577 (gnus-article-interactively-view-part, gnus-article-copy-part)
14578 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
14579 (gnus-article-inline-part, gnus-article-save-part-and-strip)
14580 (gnus-article-replace-part, gnus-article-delete-part)
14581 (gnus-article-view-part-as-type): Pass raw prefix argument to
14582 gnus-article-part-wrapper.
14584 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
14586 * gnus-agent.el (gnus-agent-save-active):
14587 Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
14589 * gnus-cache.el (gnus-cache-save-buffers)
14590 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
14591 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
14592 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
14593 (gnus-cache-braid-nov, gnus-cache-braid-heads)
14594 (gnus-cache-generate-active, gnus-cache-rename-group)
14595 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
14596 (gnus-cache-update-overview-total-fetched-for):
14597 Bind file-name-coding-system to nnmail-pathname-coding-system.
14598 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
14600 (gnus-cache-decoded-group-name): New function.
14601 (gnus-cache-file-name): Use it.
14602 (gnus-cache-generate-active): Use non-decoded group name for active.
14604 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
14606 (gnus-write-active-file): Don't break non-ASCII group names.
14608 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
14609 nnmail-pathname-coding-system.
14611 * gnus-uu.el (gnus-uu-decode-save): Typo.
14613 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
14615 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
14617 2007-07-14 David Kastrup <dak@gnu.org>
14619 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
14620 finishing actions if we did not edit the article.
14622 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
14624 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
14625 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
14626 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
14627 (gnus-agent-flush-group, gnus-agent-flush-cache)
14628 (gnus-agent-fetch-headers, gnus-agent-load-alist)
14629 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
14630 (gnus-agent-retrieve-headers, gnus-agent-request-article)
14631 (gnus-agent-regenerate-group)
14632 (gnus-agent-update-files-total-fetched-for)
14633 (gnus-agent-update-view-total-fetched-for):
14634 Bind file-name-coding-system to nnmail-pathname-coding-system.
14635 (gnus-agent-group-pathname): Don't encode file names by
14636 nnmail-pathname-coding-system.
14637 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
14638 coding-system-for-write instead of buffer-file-coding-system to
14639 gnus-agent-file-coding-system.
14641 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
14644 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
14646 * gnus-start.el (gnus-update-active-hashtb-from-killed)
14647 (gnus-read-newsrc-el-file): Make group names unibyte.
14649 * nnmail.el (nnmail-group-pathname): Don't encode file names by
14650 nnmail-pathname-coding-system.
14652 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
14653 (nnrss-request-delete-group): Bind file-name-coding-system to
14654 nnmail-pathname-coding-system.
14655 (nnrss-read-server-data, nnrss-read-group-data):
14656 Bind file-name-coding-system correctly.
14657 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
14659 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
14660 (nntp-server-to-method-cache): New variable.
14661 (nntp-group-pathname): New function that decodes non-ASCII group names.
14662 (nntp-possibly-create-directory, nntp-marks-changed-p)
14663 (nntp-save-marks, nntp-open-marks): Use it.
14664 (nntp-possibly-create-directory, nntp-open-marks):
14665 Bind file-name-coding-system to nnmail-pathname-coding-system.
14666 (nntp-open-marks): Decode group names when bootstrapping marks.
14668 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
14669 Newsgroups and Followup-To headers.
14671 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
14673 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14674 (gnus-server-closed-face, gnus-server-denied-face)
14675 (gnus-server-offline-face): Remove variable.
14676 (gnus-server-font-lock-keywords): Use faces that are not aliases.
14678 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
14679 of modifying message-stack directly for XEmacs.
14681 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
14682 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
14683 if the coding-system argument is nil for XEmacs.
14685 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
14686 mm-charset-override-alist.
14688 * rfc2047.el: Don't require base64; require rfc2045 for the function
14689 rfc2045-encode-string.
14690 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
14691 to quote the parameter value.
14693 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
14695 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
14696 form in gnus-group-name-charset-method-alist.
14698 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
14699 overrides the default layout edit-form.
14701 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
14703 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
14705 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
14707 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
14708 as unfetched articles.
14710 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
14712 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
14714 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
14716 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
14717 original back end that keeps marks in the local system.
14719 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
14721 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
14722 arg of pop-to-buffer for XEmacs.
14723 (gnus-article-read-summary-keys): Ditto; don't restore window
14724 configuration if summary command ends up with neither article buffer
14725 nor summary buffer; describe bindings if summary keys end with C-h.
14727 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
14729 * message.el (message-fix-before-sending): Skip raw message part to be
14730 forwarded while checking illegible text.
14731 (message-forward-make-body-mime, message-forward-make-body):
14732 Mark signed or encrypted raw message as having no illegible text.
14734 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
14736 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
14737 (gnus-message-with-timestamp-1): New macro.
14738 (gnus-message-with-timestamp): New function.
14739 (gnus-message): Use them.
14741 * nnheader.el (nnheader-message): Use them.
14743 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
14745 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
14748 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
14750 * gnus-agent.el (gnus-agent-fetch-headers)
14751 (gnus-agent-retrieve-headers):
14752 Bind gnus-decode-encoded-address-function to identity.
14754 * nntp.el (nntp-send-xover-command): Recognize an xover command is
14755 available also when the server returns simply a dot.
14757 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
14759 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
14761 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
14763 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
14765 * gnus-ems.el (gnus-x-splash): Make it work.
14767 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
14770 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
14772 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
14773 the front stickiness.
14774 (gnus-article-summary-command-nosave): Correct the order of the
14775 arguments passed to pop-to-buffer.
14776 (gnus-article-read-summary-keys): Ditto; make it work properly when the
14777 summary command ends up with the article buffer.
14779 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
14782 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
14784 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
14786 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
14788 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
14789 * gnus-sum.el (gnus-summary-highlight):
14790 * mail-source.el (mail-source-delete-old-incoming-confirm):
14791 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
14793 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
14795 * gnus-art.el (gnus-mime-view-part-externally)
14796 (gnus-mime-view-part-internally): Fix predicate function passed to
14799 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
14801 * gnus.el (gnus-update-message-archive-method): Add :version.
14803 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
14805 * gnus.el (gnus-update-message-archive-method): New variable.
14807 * gnus-start.el (gnus-setup-news): Update saved "archive" method
14808 according to gnus-message-archive-method if
14809 gnus-update-message-archive-method is non-nil.
14811 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
14813 * gnus-sum.el (gnus-summary-limit-to-address): New function.
14814 Suggested by Loic Dachary <loic@dachary.org>.
14815 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14817 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
14819 * message.el (message-pop-to-buffer): Add switch-function argument.
14820 (message-mail): Pass switch-function argument to it.
14822 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
14824 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
14825 Improve doc string.
14827 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
14829 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
14830 (gnus-header-content):
14831 * gnus-cite.el (gnus-cite-10):
14832 * gnus-srvr.el (gnus-server-closed):
14833 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
14834 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
14835 (gnus-group-mail-3-empty, gnus-group-mail-low)
14836 (gnus-group-mail-low-empty, gnus-splash):
14837 * message.el (message-header-to, message-header-cc)
14838 (message-header-subject, message-header-other, message-header-name)
14839 (message-header-xheader, message-separator, message-cited-text)
14840 (message-mml): Lighten colors of faces used for dark background.
14842 2007-05-24 Simon Josefsson <simon@josefsson.org>
14844 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
14845 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
14847 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
14849 * message.el (message-narrow-to-headers-or-head):
14850 Ignore mail-header-separator in the body.
14852 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
14854 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
14855 same as window size.
14857 2007-05-22 Kevin Ryde <user42@zip.com.au>
14859 * message.el (message-font-lock-keywords): Use message-header-xheader
14860 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
14861 ahead of the anything pattern, to get it recognized.
14863 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
14865 * gnus-sum.el (gnus-articles-to-read)
14866 (gnus-summary-insert-old-articles): Don't truncate group name for
14869 * gnus-util.el (gnus-limit-string): Delete this function.
14871 * gnus-sum.el (gnus-simplify-subject-fully):
14872 Use `truncate-string-to-width' instead.
14874 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
14876 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
14877 Tell if, on summary exit, the next group has to be selected.
14878 (gnus-summary-exit): Use it.
14880 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
14882 * gnus-art.el (gnus-article-mode): Fix comment about displaying
14885 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
14887 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
14888 Check if group is not a directory.
14889 (nnfolder-request-expire-articles): Don't delete articles if the target
14890 group is not available.
14892 * nnml.el (nnml-request-create-group): Properly check if group is not a
14894 (nnml-request-expire-articles): Don't delete articles if the target
14895 group is not available.
14897 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14898 Don't quote characters that are within parentheses.
14900 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
14902 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
14903 (gnus-handle-ephemeral-exit): Select article according to it.
14905 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
14907 * message.el (message-insert-formated-citation-line): Remove newline.
14908 (message-citation-line-format): Add final \n here so that the user can
14909 avoid a blank line.
14911 2007-05-03 Dan Christensen <jdc@uwo.ca>
14913 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
14914 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
14915 Update lanl/arXiv support.
14917 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
14919 * gnus.el: Bump version number.
14921 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
14923 * gnus.el (gnus-version-number): Bump version.
14925 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
14927 * gnus.el: No Gnus v0.6 is released.
14929 2007-04-27 Didier Verna <didier@xemacs.org>
14931 * gnus-util.el (gnus-orify-regexp): Move and rename to ...
14932 * gmm-utils.el (gmm-regexp-concat): ... here.
14933 * message.el: Don't require 'gnus-util.
14934 (message-dont-reply-to-names): Handle name change above.
14935 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
14937 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
14939 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
14940 since the initial value varies according to the system.
14942 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
14944 * mm-util.el (mm-charset-synonym-alist): Defcustom.
14946 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
14948 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
14950 2007-04-24 Didier Verna <didier@xemacs.org>
14952 Improve the type of gnus-ignored-from-addresses.
14953 * gnus-util.el (gnus-orify-regexp): New function.
14954 * message.el (gnus-util): Require it.
14955 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
14956 * gnus-sum.el (gnus-ignored-from-addresses): New function.
14957 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
14959 2007-04-24 Didier Verna <didier@xemacs.org>
14962 * gnus-utils.el: Fix some trailing whitespaces.
14964 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
14966 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
14967 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
14968 article's Message-ID; refer parent article in summary buffer.
14970 * message.el (message-bounce): Call mime-to-mml.
14972 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
14974 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
14976 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
14978 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
14979 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
14980 displayed of multipart/alternative part if it is invoked from summary
14983 * mm-view.el (mm-inline-text-html-render-with-w3m)
14984 (mm-inline-text-html-render-with-w3m-standalone)
14985 (mm-inline-render-with-function): Use mail-parse-charset by default.
14987 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
14989 * parse-time.el (parse-time-string-chars): Check if CHAR
14990 is less than the length of parse-time-syntax.
14992 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
14994 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
14995 from gnus-newsgroup-processable.
14997 2007-04-16 Didier Verna <didier@xemacs.org>
14999 * gnus-msg.el (gnus-configure-posting-styles):
15000 Handle message-signature-directory properly with :file syntax.
15003 2007-04-11 Didier Verna <didier@xemacs.org>
15005 New user option: message-signature-directory.
15006 * gnus-msg.el (gnus-configure-posting-styles): Support it.
15007 * message.el (message-insert-signature): Ditto.
15008 * message.el (message-signature-file): Doc update.
15009 * message.el (message-signature-directory): New.
15011 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
15013 * gnus-msg.el (gnus-inews-yank-articles):
15014 Use message-exchange-point-and-mark instead of exchange-point-and-mark.
15016 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
15018 * message.el (message-yank-original): Make sure cited text ends with
15019 newline; don't exchange point and mark.
15021 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
15023 * tls.el (open-tls-stream): Properly handle case where there
15024 is no associated buffer.
15026 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
15028 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
15029 message-yank-original, make sure (< mark TEXT point).
15031 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
15033 * message.el (message-fill-column): New variable.
15034 (message-mode): Use it. Add comment on a possible new hook.
15036 * nnmail.el (nnmail-spool-file): Mark as obsolete.
15037 (nnmail-get-new-mail): Reformat.
15039 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
15041 * gmm-utils.el: Fix Commentary.
15042 (gmm-tool-bar-from-list): Fix typo in doc string.
15044 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
15046 * message.el (message-yank-original): Don't switch point and mark
15047 unnecessarily to put point and mark as documented.
15049 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
15051 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
15052 from the message heads.
15054 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
15056 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
15057 article buffer does not have a window. This may not be the best
15058 solution but is certainly better than setting the start of the null,
15059 that is the current, window.
15061 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
15063 * gnus-draft.el (gnus-draft-setup-hook): New hook.
15064 (gnus-draft-setup): Run it.
15066 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
15067 gnus-score-fast-scoring. Allow regexp.
15068 (gnus-score-headers): Use it.
15070 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
15073 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
15075 (gnus-button-alist): Also catch `<f1> k ...'.
15076 (gnus-treat-display-x-face): Fix doc string.
15078 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15080 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
15081 evaluation of gnus-extended-version to ensure correct generation of the
15082 User-Agent header when message-generate-headers-first is used.
15084 2007-03-24 Simon Josefsson <simon@josefsson.org>
15086 * hashcash.el (hashcash-generate-payment-async): Don't crash if
15087 hashcash-path is nil. Don't call callback with incorrect number of
15088 parameters if val is 0.
15090 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15092 * message.el (message-required-news-headers):
15093 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
15095 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
15097 * message.el (message-generate-new-buffers): Change the meaning of the
15098 nil value; add `standard' to the choices; treat t as `unique'; improve
15100 (gnus-select-frame-set-input-focus): Autoload.
15101 (message-buffer-name): Search for the existing message buffer if
15102 message-generate-new-buffers is nil or `standard'; treat the value t of
15103 message-generate-new-buffers as `unique'.
15104 (message-pop-to-buffer): Raise the frame already displaying the message
15105 buffer; clear the echo area after querying.
15106 (message-setup): Pass the `continue' argument to compose-mail.
15107 (message-mail): Prefer `switch-function' if it is given; search for the
15108 existing message buffer if the `continue' argument is non-nil; pass
15109 continue and switch-function arguments to compose-mail by way of
15111 (message-mail-other-window): Adjust argument of message-setup.
15112 (message-mail-other-frame): Ditto.
15114 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
15116 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
15117 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
15118 to turn font-lock on when turning gnus-message-citation-mode on.
15120 2007-03-06 Daiki Ueno <ueno@unixuser.org>
15122 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
15123 (mml-smime-function-alist): New variable; add epg as the backend.
15124 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
15125 mml-smime- functions instead.
15126 * mm-view.el: Require smime.
15128 2007-03-05 Didier Verna <didier@xemacs.org>
15130 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
15131 instead of just inheritance for posting styles.
15132 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
15134 2007-02-24 John Paul Wallington <jpw@pobox.com>
15136 * tls.el (tls-certtool-program): Fix custom type.
15138 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
15140 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
15141 and point-at-eol instead of line-(beginning|end)-position.
15143 * assistant.el (assistant-parse-buffer): Ditto.
15145 2007-02-28 Daiki Ueno <ueno@unixuser.org>
15147 * mml2015.el (mml2015-epg-find-usable-key): New function.
15148 (mml2015-epg-sign): Use it.
15149 (mml2015-epg-encrypt): Use it.
15151 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
15153 * message.el (message-make-in-reply-to): Quote name containing
15154 non-ASCII characters. It will make the RFC2047 encoder cause an error
15155 if there are special characters. Reported by NAKAJI Hiroyuki
15156 <nakaji@jp.freebsd.org>.
15158 2007-02-27 Didier Verna <didier@xemacs.org>
15160 Include the group parameters as well as the topic ones in the
15161 inheritance filter process.
15162 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
15163 argument GROUP-PARAMS-LIST.
15164 * gnus-topic.el (gnus-group-topic-parameters): Use it.
15166 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
15168 * nntp.el (nntp-never-echoes-commands)
15169 (nntp-open-connection-functions-never-echo-commands): New variables.
15170 (nntp-send-command): Use them.
15172 2007-02-20 Daiki Ueno <ueno@unixuser.org>
15174 * mml2015.el (mml2015-epg-verify): Simplify.
15176 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
15178 * mml.el (mml-content-disposition-alist): New user option.
15179 (mml-content-disposition): New function.
15180 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
15181 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
15183 2007-02-19 Daiki Ueno <ueno@unixuser.org>
15185 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
15188 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15190 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
15191 articles posted in the last 24 hours.
15193 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
15195 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
15197 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
15199 * nntp.el (nntp-send-command): Don't wait for echoes when
15200 nntp-open-ssl-stream is used.
15202 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
15204 * gnus-cite.el (gnus-test-font-lock-add-keywords)
15205 (gnus-message-add-citation-keywords)
15206 (gnus-message-remove-citation-keywords): Remove.
15207 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
15208 directly, make the variables in font-lock-defaults buffer-local, add
15209 gnus-message-citation-keywords to them and then update the value of
15210 font-lock-keywords.
15212 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
15214 * message.el (message-cite-original-1): Don't call
15215 gnus-article-highlight-citation.
15217 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
15218 citations; fix line count.
15220 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
15222 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
15223 (gnus-message-add-citation-keywords)
15224 (gnus-message-remove-citation-keywords): Use it; fix the emulating
15225 versions of font-lock-add-keywords and font-lock-remove-keywords to
15226 work with XEmacs correctly.
15228 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
15230 * gnus-cite.el (gnus-cite-face-list): Set the values of
15231 gnus-message-max-citation-depth and gnus-message-citation-keywords.
15232 (gnus-message-max-citation-depth): Use defvar rather than defconst.
15233 (gnus-message-cite-prefix-regexp): New variable.
15234 (gnus-message-search-citation-line): Use it; protect against long
15235 citation prefix; fill match data with nil rather than 0 for XEmacs; set
15236 the 0th match data for Emacs.
15237 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
15238 (gnus-message-add-citation-keywords): Append keywords rather than
15239 prepending; emulate font-lock-add-keywords if it is not available.
15240 (gnus-message-remove-citation-keywords):
15241 Emulate font-lock-remove-keywords if it is not available.
15243 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
15245 * message.el (message-cite-prefix-regexp): Set the value of
15246 gnus-message-cite-prefix-regexp.
15248 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15250 * nnweb.el (nnweb-google-parse-1): Update parser.
15252 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
15254 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
15256 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15258 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15261 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
15263 * uudecode.el (uudecode-string-to-multibyte): New function emulating
15264 string-to-multibyte.
15265 (uudecode-decode-region-internal): Use it.
15267 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
15269 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
15272 * gnus-art.el (gnus-signature-limit): Fix custom choice.
15274 2007-01-22 Daiki Ueno <ueno@unixuser.org>
15276 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
15278 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
15279 `write-region' to respect `mm-inhibit-file-name-handlers'.
15281 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
15283 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
15284 Use gnus-home-directory instead of "~/" or "$HOME".
15286 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
15288 * encrypt.el (encrypt-insert-file-contents): Add better prompt
15289 to mention filename.
15290 Add comments at beginning regarding usage.
15291 (encrypt-write-file-contents): Change interactive so a string is
15292 acceptable. If the file has no associated model, show an error instead
15293 of a nonsense prompt.
15295 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
15297 * spam.el (spam-bsfilter-ham-switch): Fix typo.
15298 Thanks to Yoshihiko Yamada for kind notification of this typo.
15300 2007-01-12 Kenichi Handa <handa@m17n.org>
15302 * uudecode.el (uudecode-decode-region-internal): Make it work in a
15305 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
15307 * gnus-score.el (gnus-score-fast-scoring): New variable.
15308 (gnus-score-headers): Use it.
15310 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
15312 * message.el (message-cite-original-1):
15313 Call gnus-article-highlight-citation if requested.
15314 (message-make-from): Allow name and address as optional arguments.
15316 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
15318 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
15319 bugs to doc string.
15320 (gnus-button-alist): Add mid\\|message-id.
15321 (gnus-button-fetch-group): Extend for use in
15322 `browse-url-browser-function'.
15323 (gnus-button-url-regexp): Try to catch paired parentheses like in
15326 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
15327 Suggested by Simon Krahnke <overlord@gmx.li>.
15329 2007-01-13 Romain Francoise <romain@orebokech.com>
15331 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
15334 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
15336 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
15338 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
15340 * gnus-registry.el (gnus-registry-unfollowed-groups)
15341 (gnus-registry-split-fancy-with-parent): Fix documentation.
15343 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
15345 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
15348 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
15350 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
15351 Xref urls. Erase buffer before requesting head.
15353 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15355 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
15357 * gnus-soup.el (gnus-soup): New custom group. Make user variables
15360 2007-01-05 Daiki Ueno <ueno@unixuser.org>
15362 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
15363 no signing key is found.
15364 (mml2015-epg-encrypt): Ask user whether to skip or abort if
15365 no encrypting and/or signing key is found.
15367 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
15369 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
15371 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15373 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
15374 headers read from disk with the ones newly found in the current search.
15375 This should no longer cause problems, because the article numbers in
15376 Gmane's `nov.php' output are ignored since the previous change.
15378 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15380 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
15382 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
15384 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
15386 2007-01-01 Romain Francoise <romain@orebokech.com>
15388 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
15390 2006-12-31 Steve Youngs <steve@sxemacs.org>
15392 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
15393 `define-minor-mode' macro definition expanded properly.
15394 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
15397 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
15398 of 2006-12-30. The default is nil on (S)XEmacs already because of the
15400 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
15401 This is OK to autoload in (S)XEmacs now.
15403 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
15405 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
15407 (gnus-summary-limit-to-singletons): Fix typo.
15409 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
15412 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15414 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
15417 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
15418 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
15419 (gnus-summary-insert-dormant-articles): Fix typo in message.
15421 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
15423 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
15425 (gnus-message-citation-mode): Don't autoload in XEmacs.
15427 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
15429 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
15431 * nnimap.el (nnimap-expunge-search-string):
15432 Mention nnimap-search-uids-not-since-is-evil in docstring.
15434 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
15436 * spam.el: Revert to make-obsolete-variable because
15437 define-obsolete-variable-alias is not supported in Emacs 21.
15439 * spam.el (spam-ifile-path, spam-ifile-database-path)
15440 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
15441 make-obsolete-variable.
15442 (spam-bsfilter-path, spam-bsfilter-program)
15443 (spam-spamassassin-path, spam-spamassassin-program)
15444 (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
15445 Don't use "path" inappropriately.
15446 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
15447 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
15450 2006-12-28 Daiki Ueno <ueno@unixuser.org>
15452 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
15455 * password.el (password-cache-remove): Use clear-string to burn
15456 password, if available.
15458 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
15460 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
15462 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
15464 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
15465 (gnus-message-highlight-citation): Move defcustom here from
15467 (gnus-message-citation-mode): Autoload.
15469 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
15470 checks to make it compile with XEmacs.
15471 (gnus-message-citation-mode): New minor mode.
15472 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
15473 (gnus-message-highlight-citation): New variables.
15474 (gnus-message-search-citation-line)
15475 (gnus-message-add-citation-keywords)
15476 (gnus-message-remove-citation-keywords)
15477 (turn-on-gnus-message-citation-mode)
15478 (turn-off-gnus-message-citation-mode): New functions.
15480 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
15482 * gnus-cite.el: Enable highlighting of different citation levels in
15485 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
15487 * message.el (message-make-fqdn): Fix comment.
15488 (message-bogus-system-names): Add ".local".
15490 * spam.el (spam-ifile-path, spam-ifile-program)
15491 (spam-ifile-database-path, spam-ifile-database)
15492 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
15493 Don't use "path" inappropriately.
15494 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
15496 (spam-check-ifile, spam-ifile-register-with-ifile)
15497 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
15498 Use new variable names.
15500 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
15501 (gnus-treat-display-smileys): Simplify using
15502 gnus-image-type-available-p.
15504 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
15507 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
15509 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
15510 one after turning on the buffer's multibyteness instead of decoding
15511 them directly in the unibyte buffer that causes unexpected conversion
15512 in Emacs 23 (unicode).
15514 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15516 * message.el (message-generate-hashcash): Fix custom type.
15518 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
15520 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
15522 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
15524 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
15525 disconnect icons. Add help text.
15527 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
15529 * spam.el (spam-extra-header-to-number): CRM114 spam score is
15530 negated to be consistent with the others we handle.
15532 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
15534 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
15535 version of gnus-summary-buffer to something, so that we can use two
15536 article buffers at the same time.
15538 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
15540 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
15541 trigger all the extra headers.
15542 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
15545 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15547 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
15550 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
15552 * legacy-gnus-agent.el: Add Copyright notice.
15554 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
15556 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
15558 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
15560 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
15562 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
15563 to make it work reliably in CVS Emacs.
15564 (gnus-summary-limit-strange-charsets-predicate)
15565 (gnus-summary-limit-to-predicate): New functions.
15567 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
15569 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
15570 specifying array size.
15571 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
15572 array if it is too small.
15573 (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
15574 (gnus-sort-threads-loop): New function.
15576 2006-12-06 Chris Moore <dooglus@gmail.com>
15578 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
15579 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
15581 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
15583 * mm-url.el (mm-url-predefined-programs): Call curl with correct
15586 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
15588 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
15589 DOS-ing the recipient.
15591 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
15592 the headers when creating the mapping to avoid mismappings.
15593 (nnweb-gmane-create-mapping): Always nix out old mapping.
15595 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
15597 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
15598 and mm-verify-option to never.
15600 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
15602 * message.el (message-signed-or-encrypted-p): New function.
15603 (message-forward-make-body): Use it.
15605 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
15606 Replace encode-coding-string with mm-encode-coding-string.
15608 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
15610 * nneething.el (nneething-decode-file-name):
15611 Replace decode-coding-string with mm-decode-coding-string.
15613 * gnus-int.el (gnus-open-server): Say failed server's name.
15615 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
15617 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
15618 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
15620 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
15621 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
15622 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
15623 (gnus-group-make-directory-group, gnus-group-transpose-groups):
15624 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
15625 (gnus-subscribe-newsgroup, gnus-1):
15626 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
15627 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
15628 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
15629 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
15631 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
15633 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
15635 (gnus-summary-limit-to-bodies): Implement headersp.
15637 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
15639 * dns.el (query-dns): Protect against "Process dns deleted" strings.
15641 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
15643 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
15645 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
15647 * message.el (message-generate-hashcash): Expand range of values to
15648 include `opportunistic'.
15649 (message-send-mail): Use it.
15651 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15653 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
15656 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
15658 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
15660 * gnus-util.el (gnus-extract-address-components): Improve comment.
15662 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
15664 * gnus-util.el (gnus-extract-address-components): Work with address in
15665 which the name portion contains @.
15667 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
15669 * gnus.el (gnus-start): Move custom group up.
15670 (gnus-select-method): Don't autoload, but make it available for
15671 `customize-variable'.
15672 (gnus-getenv-nntpserver): Don't autoload.
15674 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
15676 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
15678 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
15680 * message.el (message-sendmail-extra-arguments): New variable.
15681 (message-send-mail-with-sendmail): Use it.
15683 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
15685 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
15686 mm-with-unibyte-current-buffer to make string unibyte.
15688 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
15689 mm-string-as-multibyte.
15691 2006-11-14 Daiki Ueno <ueno@unixuser.org>
15693 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
15694 Reported by Werner Koch <wk@gnupg.org>.
15696 2006-11-14 Daiki Ueno <ueno@p360>
15698 * mml2015.el: Autoload epa-select-keys when compiling.
15700 2006-11-13 Daiki Ueno <ueno@unixuser.org>
15702 * mml2015.el (mml2015-epg-sign): Save the signing keys in
15704 (mml2015-epg-encrypt): Save the recipient keys in message-options.
15706 2006-11-13 Daiki Ueno <ueno@unixuser.org>
15708 * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
15710 (mml2015-always-trust): New user option.
15711 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
15714 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
15716 * nntp.el (nntp-authinfo-force): New variable.
15717 (nntp-send-authinfo): Use it.
15719 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
15721 * message.el (message-strip-subject-encoded-words): Allow _not_ to
15722 decode encoded words. Improve prompt. Add comment about forwarding.
15723 (message-replacement-char): Move up.
15725 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
15727 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
15728 instead of gnus-intersection because arguments of gnus-sorted-nunion
15729 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
15731 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
15733 * message.el (message-strip-subject-encoded-words): Reformat prompt.
15734 (message-simplify-subject-functions):
15735 Enable message-strip-subject-encoded-words by default.
15737 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
15739 * message.el (message-strip-subject-encoded-words): New function.
15740 (message-simplify-subject-functions): New variable.
15741 (message-simplify-subject): Use it. Fix typo in doc string.
15742 Support message-strip-subject-encoded-words.
15744 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
15746 * gnus-diary.el (gnus-diary-delay-format-function):
15747 * nndiary.el (nndiary-reminders):
15748 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
15750 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
15752 * gnus-art.el (article-hide-boring-headers): Fetch date from
15753 gnus-original-article-buffer to avoid problems with localized date
15756 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
15758 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
15760 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
15762 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15764 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15765 (mm-charset-synonym-alist): Move some entries to
15766 mm-codepage-iso-8859-list.
15767 (mm-charset-synonym-alist, mm-charset-override-alist):
15768 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15770 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
15772 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
15774 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
15776 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
15777 with Emacs 21 and XEmacs.
15779 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
15781 * spam.el (spam-parse-address): New function for better parsing,
15782 catching errors, etc.
15783 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
15785 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
15787 * mm-view.el: Add interactive arg to html2text autoload.
15789 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
15791 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
15793 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
15795 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
15797 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
15798 (mm-charset-synonym-alist): Move some entries to
15799 mm-codepage-iso-8859-list.
15801 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
15803 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
15805 * message.el (message-citation-line-format)
15806 (message-insert-formated-citation-line): Fix implementation of %E, %N
15807 and %n according to the doc string.
15809 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
15811 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15812 Use car-safe to avoid bad parses.
15814 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
15816 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
15819 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
15821 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
15823 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
15826 * message.el (message-draft-headers): Add Date.
15827 (message-headers-to-generate): Fix typo in docstring.
15829 * nndraft.el (nndraft-required-headers): New variable.
15830 (nndraft-generate-headers): Use it.
15832 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
15834 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
15836 * gnus-registry.el (gnus-registry-wash-for-keywords)
15837 (gnus-registry-find-keywords): New functions to allow easy searching of
15838 articles that are in the registry.
15840 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
15842 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
15843 Use ietf-drums-parse-address instead of gnus-extract-address-components.
15844 Reported by Damien Elmes <damien@repose.cx>.
15846 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
15848 * gnus.el (gnus-mime): Remove unused custom group.
15850 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15852 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
15853 "blank line" when searching for end of armor headers.
15855 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
15857 * gmm-utils.el (gmm-write-region): Fix variable name.
15859 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
15861 * gmm-utils.el (gmm-write-region): New function based on compatibility
15862 code from `mm-make-temp-file'.
15864 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
15866 * nnmaildir.el (nnmaildir--update-nov)
15867 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
15868 Use `gmm-write-region'.
15870 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
15872 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
15873 Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
15875 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
15877 * message.el (message-replacement-char): New variable.
15878 (message-fix-before-sending): Use it.
15879 (message-simplify-subject): New function to remove duplicate code.
15880 (message-reply, message-followup): Use it.
15882 * gnus-sum.el (gnus-summary-make-menu-bar):
15883 Clarify gnus-summary-limit-to-articles.
15885 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
15887 * gnus-util.el (gnus-with-local-quit): New macro.
15889 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
15891 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
15893 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
15894 ignore non-string data.
15896 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
15898 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
15899 non-string data (needs to be done in the registry too).
15901 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
15903 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
15904 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
15905 (gnus-registry-split-fancy-with-parent)
15906 (gnus-registry-fetch-simplified-message-subject-fast)
15907 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
15908 Remove text properties on ingress into the registry and when it's saved.
15909 (gnus-registry-clean-empty-function): Fix bug with cleaning the
15910 registry from entries with no groups.
15912 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
15914 * gnus-util.el (gnus-string-remove-all-properties): Add utility
15915 function to remove string properties.
15917 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
15919 * gmm-utils.el (gmm): Adjust custom version.
15921 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
15922 Adjust custom version.
15924 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
15926 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
15928 * gnus-art.el (gnus-insert-prev-page-button)
15929 (gnus-insert-next-page-button): Simplify. Reformat.
15931 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
15933 * gnus-art.el (gnus-insert-prev-page-button)
15934 (gnus-insert-next-page-button): Apply gnus-article-button-face.
15936 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
15938 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
15940 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
15942 * gnus-art.el (gnus-insert-mime-button)
15943 (gnus-insert-mime-security-button):
15944 Apply gnus-article-button-face to MIME and security buttons.
15946 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
15948 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
15951 2006-09-20 Steve Youngs <steve@sxemacs.org>
15953 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
15954 `browse-url-of-file' instead of `browse-url'.
15956 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
15958 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15959 regexp. Articles containing quotation were cut prematurely.
15961 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
15963 * message.el (message-cite-original-1): Use nobody by default for the
15964 value of From header.
15965 (message-reply): Ditto.
15967 2006-09-11 Daiki Ueno <ueno@unixuser.org>
15969 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
15970 to the gnus-info. This fixes a bug of inline-PGP message verification.
15971 Reported by Michael Piotrowski <mxp@dynalabs.de>.
15973 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
15975 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
15976 mails in the doc string. Add some URLs in comment.
15977 (pop3-movemail): Warn about pop3-leave-mail-on-server.
15979 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
15981 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
15982 backslashes handling and the way to find boundaries of quoted strings.
15984 2006-09-07 Daiki Ueno <ueno@unixuser.org>
15986 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
15987 mml1991-encrypt-to-self is set and mml1991-signers is not set.
15988 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
15989 mml2015-encrypt-to-self is set and mml2015-signers is not set.
15991 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
15993 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
15995 (gnus-button-regexp, gnus-button-last): Remove unused variables.
15997 2006-09-06 Simon Josefsson <jas@extundo.com>
15999 * mml2015.el (mml2015-use): Doc fix, mention epg.
16001 2006-09-06 Daiki Ueno <ueno@unixuser.org>
16003 * mml2015.el (mml2015-use): Default to epg, if available.
16005 2006-09-06 Daiki Ueno <ueno@unixuser.org>
16007 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
16009 (mml1991-epg-encrypt): Ditto.
16010 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
16012 (mml2015-epg-encrypt): Ditto.
16014 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
16016 * message.el (message-send-mail-with-sendmail): Look for sendmail in
16017 several common directories.
16019 2006-09-05 Daiki Ueno <ueno@unixuser.org>
16021 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
16022 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
16024 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
16026 * gnus-art.el (article-decode-encoded-words): Make it fast.
16028 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
16030 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
16032 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
16033 in quoted string into `\'.
16035 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
16037 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16038 Use standard-syntax-table.
16040 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
16042 * gnus-art.el (gnus-decode-address-function): New variable.
16043 (article-decode-encoded-words): Use it to decode headers which are
16044 assumed to contain addresses.
16045 (gnus-mime-delete-part): Remove useless `or'.
16047 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
16048 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
16049 (gnus-nov-parse-line): Use it to decode From header.
16050 (gnus-get-newsgroup-headers): Ditto.
16051 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
16053 * mail-parse.el (mail-decode-encoded-address-region): New alias.
16054 (mail-decode-encoded-address-string): New alias.
16056 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
16058 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
16059 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
16060 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
16061 (rfc2047-decode-string): Ditto.
16062 (rfc2047-decode-address-region): New function.
16063 (rfc2047-decode-address-string): New function.
16065 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
16067 * message.el (message-caesar-buffer-body): Allow rotating headers.
16069 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
16071 * message.el (message-insert-formated-citation-line): Fix %f.
16072 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
16074 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
16076 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
16077 (gnus-bookmark-mouse-available-p): New macro.
16078 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
16079 (gnus-bookmark-bmenu-show-infos): Use it.
16080 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
16081 (gnus-bookmark-bmenu-hide-infos): Ditto.
16082 (gnus-bookmark-remove-properties): New function.
16083 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
16084 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
16085 (gnus-bookmark-write-file): Bind coding-system-for-write.
16086 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
16087 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
16088 group before selecting it.
16089 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
16090 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
16091 quit-window if it is not available; use gnus-mouse-2 and bind it to
16092 gnus-bookmark-bmenu-select-by-mouse.
16093 (gnus-bookmark-show-details): Remove unused variable `details-list'.
16094 (gnus-bookmark-bmenu-select-by-mouse): New function.
16096 2006-08-13 Romain Francoise <romain@orebokech.com>
16098 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
16101 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
16103 * compface.el (uncompface): Use binary rather than raw-text-unix.
16105 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
16107 * compface.el (uncompface): Make sure the eol conversion doesn't take
16108 place when communicating with the external programs.
16109 Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16111 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
16113 * nnheader.el (nnheader-insert-head): Fix typo in comment.
16115 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16117 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16118 Make it more robust by parsing author and date independently.
16120 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
16122 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
16124 2006-07-28 Daiki Ueno <ueno@unixuser.org>
16126 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
16127 first matching secret key.
16128 (mml2015-epg-encrypt): Ditto.
16130 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
16131 first matching secret key.
16132 (mml1991-epg-encrypt): Ditto.
16134 * mml2015.el (mml2015-encrypt-to-self): New user option.
16135 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
16136 mml2015-epg-encrypt-to-self is set.
16138 * mml1991.el (mml1991-encrypt-to-self): New variable.
16139 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
16140 mml1991-epg-encrypt-to-self is set.
16142 * mml2015.el (mml2015-signers): New user option.
16143 (mml2015-epg-sign): Reflect the value of mml2015-signers.
16144 (mml2015-epg-encrypt): Allow to select signing keys.
16146 * mml1991.el (mml1991-signers): New variable.
16147 (mml1991-epg-sign): Reflect the value of mml1991-signers.
16148 (mml1991-epg-encrypt): Allow to select signing keys.
16150 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
16152 * nnheader.el (nnheader-insert-head): Make it work even if the file
16153 uses CRLF for the line-break code.
16155 2006-07-25 Daiki Ueno <ueno@unixuser.org>
16157 * mml2015.el: Require mml-sec instead of password.
16158 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
16159 (mml2015-cache-passphrase): Inherit the default value from
16160 mml-secure-cache-passphrase.
16161 (mml2015-passphrase-cache-expiry): Inherit the default value from
16162 mml-secure-passphrase-cache-expiry.
16164 * mml1991.el: Require mml-sec instead of password.
16165 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
16166 (mml1991-cache-passphrase): Inherit the default value from
16167 mml-secure-cache-passphrase.
16168 (mml1991-passphrase-cache-expiry): Inherit the default value from
16169 mml-secure-passphrase-cache-expiry.
16171 * mml-sec.el: Require password.
16172 (mml-secure-verbose): New user option.
16173 (mml-secure-cache-passphrase): New user option.
16174 (mml-secure-passphrase-cache-expiry): New user option.
16176 2006-07-24 David Smith <davidsmith@acm.org> (tiny change)
16177 Andreas Vögele <andreas@altroot.de> (tiny change)
16179 * pgg-def.el (pgg-truncate-key-identifier):
16180 Truncate the key ID to 8 letters from the end.
16182 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16184 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
16185 workaround for the url package included with Emacs.
16187 * nnweb.el (nnweb-google-create-mapping): Update regexp.
16189 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
16191 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
16192 correctly. This fixes a bug caused by the 2006-05-12 change.
16194 2006-07-18 Karl Fogel <kfogel@red-bean.com>
16196 * nnmail.el (nnmail-article-group): If splitting raises an error, give
16197 some information about the error when saying that the `bogus' mail
16198 group will be used.
16200 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
16202 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
16205 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
16207 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
16209 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16211 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
16213 2006-07-10 Daiki Ueno <ueno@unixuser.org>
16215 * mml1991.el (mml1991-function-alist): Add epg.
16216 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
16217 (mml1991-epg-encrypt): New functions.
16219 2006-07-10 Daiki Ueno <ueno@unixuser.org>
16221 * mml2015.el (mml2015-verbose): New variable.
16222 (mml2015-cache-passphrase): Ditto.
16223 (mml2015-passphrase-cache-expiry): Ditto.
16224 (mml2015-function-alist): Add epg.
16225 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
16226 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
16227 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
16230 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16232 * message.el (message-cite-original-1): Preserve region when removing
16233 quoted text due to X-No-Archive in order to avoid bogus attribution
16234 when citing multiple messages.
16236 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16238 * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
16239 Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
16241 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
16243 * gnus-diary.el (gnus-user-format-function-d)
16244 (gnus-user-format-function-D): Autoload.
16246 * imap.el (Commentary): Fix typo.
16248 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
16249 2006-04-22 contribution.
16251 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16253 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
16254 It didn't really fix the bogosity I'm seeing with solid web groups.
16256 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16258 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
16259 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
16260 created using server names. If we use the feature without declaring
16261 it, Gnus does not properly manage server and group state.
16263 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
16266 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16268 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
16269 looking up the method using GROUP's prefix before inventing a new one.
16270 It is used on killed/unknown groups in various places where returning
16271 an all-new method isn't expected by the caller.
16273 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
16274 and match semantics of gnus-group-real-prefix.
16276 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
16278 * nnmail.el (nnmail-broken-references-mailers): New variable.
16279 (nnmail-ignore-broken-references): New function generalizing
16280 nnmail-fix-eudora-headers.
16281 (nnmail-fix-eudora-headers): Now obsolete.
16283 * gnus-art.el (gnus-button-handle-custom):
16284 Support `customize-apropos*'.
16286 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
16288 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
16290 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
16293 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
16295 * message.el (message-cite-reply-above): New variable.
16296 (message-yank-original): Use it.
16298 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
16300 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
16302 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
16304 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
16307 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
16309 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
16311 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
16312 (gnus-bookmark-default-file): Use gnus-directory.
16313 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
16314 Remove "*" in doc string.
16315 (gnus-bookmark-write-file): Simplify.
16316 (gnus-bookmark-maybe-sort-alist): Use `when'.
16317 (gnus-bookmark-get-bookmark): Fix typo in doc string.
16318 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
16319 Add FIXME about Emacs 21 and XEmacs compatibility.
16320 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
16322 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
16324 (gnus-bookmark-menu-heading): Fix version.
16326 2006-06-19 Bastien Guerry <bzg@altern.org>
16328 * gnus-bookmark.el: New file.
16330 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
16332 * message.el (message-syntax-checks): Doc fix.
16334 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16336 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
16337 unsubscribed groups as if they were killed ones. It causes duplicate
16338 entries in gnus-newsrc-alist.
16340 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
16342 * message.el (message-syntax-checks): Doc fix.
16343 (message-send-mail): Add check for continuation headers.
16344 (message-check-news-header-syntax): Fix regexp used to check for
16345 continuation headers.
16347 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
16349 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
16351 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
16353 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
16355 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
16357 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
16358 default-truncate-lines.
16360 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
16362 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
16363 to fill the utf-8 entry.
16365 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16367 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
16369 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
16371 * gnus-agent.el (directory-files-and-attributes): Move all the way
16372 forward (the third and final move).
16373 (gnus-agent-read-agentview): Trap reconstruction errors due to
16374 nonexistent directory. Handle by returning nil.
16376 2006-05-30 Didier Verna <didier@xemacs.org>
16378 * message.el (message-dont-reply-to-names): Update the custom type.
16379 * message.el (message-dont-reply-to-names): New defsubst: potentially
16380 convert a list of regexps into a single one.
16381 * message.el (message-get-reply-headers): Use it.
16382 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
16384 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
16386 * gnus-agent.el (directory-files-and-attributes): Move forward.
16388 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
16390 * gnus-ml.el (gnus-mailing-list-subscribe)
16391 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
16392 (gnus-mailing-list-message): Fix doc strings.
16394 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16396 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
16397 of doing it manually.
16399 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
16401 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
16404 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
16406 * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
16407 (gnus-agent-read-agentview): Fix handling of end-of-file error.
16408 (gnus-agent-read-local): All symbols allocated in my-obarray.
16409 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
16410 (gnus-agent-regenerate-group): Check numeric names to see if they are
16411 messages or groups.
16412 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
16413 better way of do this...)
16415 * gnus-cache.el (gnus-agent-total-fetched-for):
16416 Ignore 'dummy.group' (there should be a better way of do this...)
16418 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
16420 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
16421 (gnus-saved-headers): Ditto.
16422 (gnus-default-article-saver): Mention functions may have properties.
16423 (gnus-article-save): Override gnus-save-all-headers and
16424 gnus-saved-headers by :headers property which saver function may have.
16425 (gnus-summary-save-in-file): Add :headers property.
16426 (gnus-summary-write-to-file): Ditto.
16428 * gnus-sum.el (gnus-summary-save-article): Bind
16429 gnus-prompt-before-saving to t when saving many articles in a file;
16430 always show all headers.
16432 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
16434 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
16437 * message.el (message-indent-citation): Add optional arguments to allow
16438 using it outside of message buffers.
16440 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
16441 (gnus-article-treat-unfold-headers): Use it.
16442 (gnus-article-truncate-lines): New variable.
16443 (gnus-article-mode): Use it.
16444 (gnus-article-toggle-truncate-lines): New function.
16446 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
16447 Add gnus-article-toggle-truncate-lines.
16449 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
16450 coding system in XEmacs, use binary.
16452 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
16454 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
16457 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
16458 this function should save decoded articles.
16459 (gnus-summary-write-to-file): Use property to specify this function
16460 should save decoded articles and specify gnus-summary-save-in-file
16461 should be used to save articles other than the first one when saving
16463 (gnus-summary-save-body-in-file): Use property to specify this
16464 function should save decoded articles.
16465 (gnus-summary-write-body-to-file): Use property to specify this
16466 function should save decoded articles and specify
16467 gnus-summary-save-body-in-file should be used to save articles other
16468 than the first one when saving many articles.
16470 * gnus-sum.el (gnus-summary-save-article): Simplify.
16472 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
16474 * gnus-art.el (gnus-default-article-saver):
16475 Add gnus-summary-write-body-to-file.
16476 (gnus-article-save-coding-system): Don't use coding system object
16478 (gnus-read-save-file-name): Add optional `dir-var' argument which
16479 specifies directory in which files are saved; work even if optional
16480 `variable' argument is not specified.
16481 (gnus-summary-write-to-file): Read file name.
16482 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
16483 (gnus-summary-write-body-to-file): New function.
16485 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
16486 (gnus-summary-local-variables): Add it.
16487 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
16488 (gnus-summary-save-article): Remove optional `decode' argument;
16489 determine whether to decode articles by the value of
16490 gnus-default-article-saver; when saving many files using
16491 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
16492 it first and use gnus-summary-save-in-file or
16493 gnus-summary-save-body-in-file thereafter unless
16494 gnus-prompt-before-saving is always; move point to article which
16496 (gnus-summary-save-article-file): Revert.
16497 (gnus-summary-write-article-file): Revert.
16498 (gnus-summary-save-article-body-file): Revert.
16499 (gnus-summary-write-article-body-file): New function.
16501 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
16503 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
16505 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
16507 * gnus-art.el (gnus-default-article-saver): Doc fix.
16508 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
16509 from gnus-summary-save-article-coding-system, and default to a
16510 certain coding system.
16511 (gnus-output-to-file): Add coding cookie and encode text according
16512 to gnus-article-save-coding-system; don't use mm-append-to-file.
16514 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
16515 gnus-art.el and rename to gnus-article-save-coding-system.
16516 (gnus-summary-save-article): Require gnus-art; don't show all
16517 headers if it decodes articles; don't add coding cookie here;
16518 don't bind mm-text-coding-system-for-write.
16519 (gnus-summary-save-article-file): Save decoded articles.
16520 (gnus-summary-write-article-file): When saving many files, use
16521 gnus-summary-write-to-file first and gnus-summary-save-in-file
16522 thereafter unless gnus-prompt-before-saving is always.
16523 (gnus-summary-save-article-body-file): Save decoded articles.
16525 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
16527 * nnrss.el (nnrss-check-group): Bind hash-index.
16529 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
16531 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
16532 its hash index. Store this hash in `nnrss-group-data'.
16533 (nnrss-read-group-data): Update accordingly.
16535 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
16537 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
16540 * gnus-sum.el (gnus-summary-make-menu-bar):
16541 Add gnus-article-browse-html-article.
16543 2006-05-23 Hynek Schlawack <hynek@ularx.de>
16545 * gnus-sum.el (gnus-summary-mime-map):
16546 Add gnus-article-browse-html-article.
16548 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
16550 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
16551 suitable coding systems in customize.
16553 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
16555 * mail-source.el (mail-sources): Fix custom type.
16557 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
16559 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
16560 (gnus-summary-expire-articles-now): Shorten prompt.
16562 * gmm-utils.el (wid-edit): Require.
16563 (defun-gmm): Rename from `gmm-defun-compat'.
16564 (gmm-image-search-load-path): Use it.
16565 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
16567 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
16569 * gnus-sum.el (gnus-summary-save-article-coding-system):
16571 (gnus-summary-save-article): Add optional `decode' argument.
16572 If it is set and gnus-summary-save-article-coding-system is non-nil,
16573 save decoded article.
16574 (gnus-summary-write-article-file): Save decoded article if
16575 gnus-summary-save-article-coding-system is non-nil.
16577 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
16580 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
16582 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
16584 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
16586 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
16587 first to test gnus-single-article-buffer which may be buffer-local.
16589 * gnus-sum.el (gnus-summary-setup-buffer):
16590 Make gnus-single-article-buffer buffer-local and nil in ephemeral
16591 group; make gnus-article-buffer, gnus-article-current, and
16592 gnus-original-article-buffer always buffer-local.
16593 (gnus-summary-exit): Kill article buffer belonging to ephemeral
16595 (gnus-handle-ephemeral-exit): Don't move to next summary line.
16597 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
16599 * nnml.el (nnml-request-compact-group): Compressed files might not
16600 have .gz extension.
16602 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
16604 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
16605 (mm-copy-to-buffer): Use with-current-buffer.
16606 (mm-display-part): Simplify.
16607 (mm-inlinable-p): Add optional arg `type'.
16609 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
16611 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
16612 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
16613 Try harder to show the attachment internally or externally using
16614 gnus-mime-view-part-as-type.
16616 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
16618 * message.el (message-from-style, message-signature-separator)
16619 (message-user-organization-file, message-send-mail-function)
16620 (message-citation-line-function, message-yank-prefix)
16621 (message-indent-citation-function, message-signature)
16622 (message-signature-file, message-signature-insert-empty-line):
16625 * gnus-art.el (gnus-buttonized-mime-types):
16626 Remove "multipart/signed". Revert 2006-04-26 change.
16628 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
16630 * gnus.el (gnus-version-number): Bump version.
16632 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
16634 * gnus.el: No Gnus v0.5 is released.
16636 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16638 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
16639 fetching articles by message-id.
16641 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
16643 * message.el (hashcash): Require hashcash as normal.
16645 * ecomplete.el (ecomplete-highlight-match-line):
16647 (ecomplete-highlight-match-line): Use `highlight', because that
16648 face exists in both Emacs and XEmacs.
16650 * message.el (message-display-abbrev): Use point-at-bol.
16652 * mail-source.el: Don't require timer/timer-funcs.
16654 * gnus-async.el: Ditto.
16656 * password.el: Ditto.
16658 * mm-url.el: Ditto.
16660 * mm-util.el: Require timer/timer-funcs.
16662 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16664 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
16667 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
16669 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
16670 unibyte after clear-decrypt function runs.
16672 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
16673 returns as a unibyte string.
16675 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
16677 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
16678 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
16679 (mml1991-pgg-encrypt): Ditto.
16681 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
16683 * message.el (message-user-organization-file): Check several
16684 locations of the organization file.
16686 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
16687 Add gnus-article-view-part-as-type.
16689 * gnus-art.el (gnus-article-view-part-as-type): New function.
16691 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
16692 .mobi and .travel. Remove .nato, .bitnet and .uucp.
16694 * mml.el: Simplify autoload.
16695 (mml-mode): defvar dnd-protocol-alist instead of using
16697 (mml-default-directory): New variable.
16698 (mml-minibuffer-read-file): Use it.
16699 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
16701 * message.el (message-citation-line-format): New variable.
16702 (message-insert-formated-citation-line): New function.
16703 (message-citation-line-function):
16704 Add `message-insert-formated-citation-line' to custom type.
16706 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
16709 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
16710 depending on mm-verify-option.
16712 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
16714 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
16715 binding pgg-* variables; reimplement the section which prevents
16716 MIME header from being signed.
16717 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
16718 pgg-text-mode; remove a blank line at the top of body.
16720 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
16721 lines at the top of body; use gnus-newsgroup-charset if there's no
16724 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
16726 * message.el (message-self-insert-commands): Doc fix.
16728 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
16729 (mm-uu-pgp-encrypted-test): Ditto.
16730 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
16731 between header and body; return application/pgp-encrypted handle
16732 if decryption failed; decode decrypted body by charset.
16734 * mm-decode.el (mm-automatic-display): Don't make application/pgp
16735 element match to application/pgp-*.
16737 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
16739 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
16742 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
16744 * mail-source.el (mail-source-call-script): Message the error
16747 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16749 * gnus-util.el (gnus-byte-compile): Use it.
16751 2006-04-22 xyblor <fake@invalid.email> (tiny change)
16753 * gnus-util.el (kill-empty-logs): New function.
16755 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16757 * message.el (message-mail-alias-type): Doc fix.
16758 (message-mail-alias-type-p): New function.
16759 (message-send): Use it.
16760 (message-mode): Ditto.
16761 (message-strip-forbidden-properties): Ditto.
16763 * ecomplete.el (ecomplete-database-file-coding-system):
16765 (ecomplete-save): Use it.
16766 (ecomplete-setup): Use it.
16768 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
16770 * message.el (message-self-insert-commands): New variable.
16771 (message-strip-forbidden-properties): Use it.
16773 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
16775 * message.el (message-put-addresses-in-ecomplete): Use a regexp
16776 that doesn't make XEmacs choke.
16778 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
16780 * gnus-util.el (gnus-replace-in-string):
16781 Prefer replace-regexp-in-string over of replace-in-string.
16783 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
16785 * gnus-util.el (gnus-select-frame-set-input-focus):
16786 Use select-frame-set-input-focus if it is available in XEmacs; use
16787 definition defined in Emacs 22 for old Emacsen.
16789 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
16791 * mm-view.el (mm-inline-text): Use equal instead of equalp.
16793 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
16795 * gnus-registry.el (gnus-registry-cache-save): Remove text
16796 properties when saving via the temp buffer.
16798 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
16800 * message.el (message-generate-hashcash): Honor custom type.
16802 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
16804 * message.el (message-generate-hashcash): Default to non-nil when
16807 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
16808 (gnus-refer-thread-limit): Increase default to 500.
16810 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
16812 * flow-fill.el (fill-flowed): Allow delete-space.
16814 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
16816 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16817 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
16820 2006-04-18 Simon Josefsson <jas@extundo.com>
16822 * message.el (message-generate-hashcash): Default to.
16824 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
16826 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16827 concatenating segments rather than before concatenating them.
16829 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
16831 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
16833 * imap.el (imap-quote-specials): New function.
16834 (imap-login-auth): Quote specials.
16836 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16838 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
16840 * message.el (message-forward-make-body-plain):
16841 Allow message-forward-ignored-headers to be a list.
16842 (message-remove-ignored-headers): Factor out into function.
16843 (message-forward-make-body-mml): Use it.
16844 * rfc2231.el (rfc2231-parse-string): Remove dead code.
16845 (rfc2231-parse-string): Allow concatanation of parameters that
16846 aren't contiguous. The test case is
16847 (mail-header-parse-content-type "message/external-body;
16848 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
16849 access-type=LOCAL-FILE;
16850 name*1*=plugh%2fhello-sailor%2fbing.pdf")
16852 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
16854 * nntp.el (nntp-accept-process-output): Return the value of
16855 `nnheader-accept-process-output'.
16857 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16859 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
16860 (gnus-button-alist): Recognize more diff formats.
16861 (gnus-button-patch): Strip directory.
16863 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
16865 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
16866 Emacs 22 when setting focus.
16868 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
16870 * gnus-art.el (gnus-article-treat-types): Do treatment of
16871 text/x-verbatim parts.
16872 (gnus-button-patch): New command.
16874 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
16875 addresses that contain invalid characters.
16877 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16879 * message.el (message-put-addresses-in-ecomplete):
16880 Use gnus-replace-in-string.
16881 (message-is-yours-p): Use the more correct
16882 mail-header-parse-address instead of
16883 mail-extract-address-components.
16884 (message-put-addresses-in-ecomplete): Fix typo.
16886 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
16889 * gnus-art.el (gnus-treatment-function-alist): Change order of
16890 newsgroups/generic header folding to avoid double-folding.
16892 * message.el (message-hidden-headers): Add X-Draft-From.
16894 * gnus-sum.el (gnus-summary-repeat-search-article-forward):
16896 (gnus-summary-repeat-search-article-backward): New command.
16898 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
16899 groups in the parent topic.
16901 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
16903 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
16904 (spam-extra-header-to-number): Return the CRM114 number as a
16905 number instead of a string.
16907 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
16909 * gnus-art.el (gnus-face-properties-alist): Move here from
16912 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
16914 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16916 * message.el (message-strip-forbidden-properties): Only display on
16917 self-insert-command.
16919 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
16921 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
16923 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
16925 * smiley.el (smiley-style): Fix typo.
16927 2006-03-23 Kenichi Handa <handa@m17n.org>
16929 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
16930 instead of set-buffer-multibyte.
16932 2006-03-23 Kenichi Handa <handa@m17n.org>
16934 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16935 buffer and then decode the buffer text if necessary.
16936 (rfc2231-encode-string): Be sure to work on multibyte buffer at
16937 first, and after mm-encode-body, change the buffer to unibyte.
16939 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
16941 * hashcash.el (hashcash-insert-payment-async-2):
16942 Use message-goto-eoh instead of doing it manually.
16943 (mail-add-payment): Use message-narrow-to-header instead of trying
16944 to do the same itself.
16946 * message.el (message-hidden-headers): Add Face.
16948 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
16950 (gnus-summary-reparent-children): Refactored out code.
16951 (gnus-summary-thread-map): New keystroke.
16952 (gnus-summary-reparent-children): Make into command.
16954 * smiley.el (smiley-style): Default to `medium' if using a large
16957 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
16960 * message.el (message-point-in-header-p): Simplify definition.
16962 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
16964 * nnagent.el (nnagent-request-set-mark): Silence log file
16966 (nnagent-request-set-mark): Use write-region instead of
16969 * gnus-sum.el (gnus-read-header): Fudge article number if using a
16970 strange select method.
16972 * ecomplete.el (ecomplete-display-matches): Get highlightling
16974 (ecomplete-display-matches): Use literals.
16975 (ecomplete-display-matches): Disable message logging.
16977 * message.el (message-display-abbrev): Small optimization.
16979 * ecomplete.el (ecomplete-display-matches): Allow automatic
16982 * message.el (message-strip-forbidden-properties):
16984 (message-display-abbrev): Get automatic display right.
16986 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
16989 2006-04-13 Romain Francoise <romain@orebokech.com>
16991 TODO: Backport to v5-10!
16993 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
16994 Move here (and rename) from gnus-registry.el.
16996 * gnus-registry.el: Require gnus-util.
16997 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
16999 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
17001 * gnus-group.el (gnus-group-catchup-current):
17002 Change if-then-else-if-then-else into cond.
17003 (gnus-group-catchup): Indent.
17004 (group-name-at-point): New function.
17005 (gnus-fetch-group): Provide default from thing at point.
17007 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17009 * message.el (message-display-abbrev): Fix regexp.
17011 * ecomplete.el (ecomplete-highlight-match-line):
17012 Reimplement choosing.
17013 (ecomplete-highlight-match-line): Fix up code rewrite, remove
17016 * message.el (message-newline-and-indent): Remove debugging.
17017 (message-display-abbrev): Use new implementation.
17019 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
17021 * gnus-art.el (gnus-article-mode):
17022 Set cursor-in-non-selected-windows to nil.
17024 * smiley.el: Revert previous change.
17025 (smiley-data-directory): defvar it before using it in the
17026 defcustom of `smiley-style'.
17028 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17030 * message.el (message-newline-and-indent): New function.
17032 * ecomplete.el: Implement more bits.
17034 * message.el (message-put-addresses-in-ecomplete): Clean up the
17037 * ecomplete.el (ecomplete-add-item): Chop off decimals.
17039 * gnus-sum.el (gnus-summary-save-parts):
17040 Bind gnus-summary-save-parts-counter and use it to make unique file
17043 * gnus-art.el (gnus-ignored-headers): Add some more headers.
17045 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
17046 parameter to say whether to actually parse the individual
17049 * message.el (message-put-addresses-in-ecomplete): New function.
17050 (ecomplete): Require.
17051 (message-mail-alias-type): Add ecomplete as an option.
17053 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
17055 * flow-fill.el (fill-flowed): Remove trailing space from blank
17058 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
17060 * smiley.el (smiley-style): Move definition later to avoid a
17061 compilation warning.
17063 2006-04-12 Kenichi Handa <handa@m17n.org>
17065 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
17066 buffer and then decode the buffer text if necessary.
17067 (rfc2231-encode-string): Be sure to work on multibyte buffer at
17068 first, and after mm-encode-body, change the buffer to unibyte.
17069 Use mm-disable-multibyte instead of set-buffer-multibyte.
17071 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
17073 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
17074 Content-Type header instead of Content-Disposition header.
17075 (gnus-mime-inline-part): Ditto.
17076 (gnus-mime-view-part-as-charset): Ignore charset that the part
17079 * mm-decode.el (mm-display-part): Work with external parts and
17080 usual parts similarly.
17082 * mm-extern.el (mm-inline-external-body): Use mm-display-part
17083 instead of gnus-display-mime.
17085 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
17086 instead of with-temp-buffer.
17088 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
17089 tag to summarized topics part in order to encode non-ASCII text.
17091 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
17093 * smiley.el (smiley-style): New variable.
17094 (smiley-directory): New function.
17095 (smiley-data-directory): Derive from `smiley-style' using
17096 `smiley-directory'.
17097 (smiley-regexp-alist): Add new entries.
17099 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
17100 (gnus-article-browse-delete-temp): Add :version.
17102 2006-04-11 Arne Jørgensen <arne@arnested.dk>
17104 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
17107 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17109 * gnus.el (gnus-version-number): Bump version.
17111 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
17113 * gnus.el: No Gnus v0.4 is released.
17115 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
17117 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
17120 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
17123 * message.el (message-header-synonyms): Add Original-To to the
17126 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
17127 optional parameter.
17129 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
17131 * gnus-fun.el (gnus): Require it for gnus-directory.
17133 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
17135 * gnus-fun.el (gnus-face-properties-alist): Add :version.
17137 2006-04-05 Daiki Ueno <ueno@unixuser.org>
17139 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
17141 2006-04-05 Simon Josefsson <jas@extundo.com>
17143 * password.el (password-reset): New function.
17145 2006-04-05 Daiki Ueno <ueno@unixuser.org>
17147 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
17148 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
17150 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17152 * nnweb.el (nnweb-google-create-mapping): Update regexp.
17153 Some whitespace was matched into the url, which broke browsing hits
17154 > 100 when mm-url-use-external was nil.
17156 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
17158 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17159 Check gnus-extra-headers for 'Newsgroups.
17161 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
17164 2006-04-04 Daiki Ueno <ueno@unixuser.org>
17166 * pgg-gpg.el: Clean up process buffers every time gpg processes
17169 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
17171 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
17174 2006-04-03 Daiki Ueno <ueno@unixuser.org>
17176 * pgg-gpg.el (pgg-gpg-process-filter)
17177 (pgg-gpg-wait-for-completion): Check if buffer is alive.
17179 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
17180 lines, temporary fix.
17182 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
17184 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
17186 2006-03-29 Daiki Ueno <ueno@unixuser.org>
17188 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
17189 default-enable-multibyte-characters. This reverts the change from
17190 revision 6.17 which is no longer necessary because the passphrase
17191 is sent separately now. GnuPG messages are unreadable under
17192 multibyte locales with default-enable-multibyte-characters set to
17195 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
17197 * message.el (message-tool-bar-gnome): Move "spell".
17199 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
17201 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
17202 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
17205 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
17207 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
17208 Improve newsgroups handling for NNTP overviews which don't include
17211 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17213 * message.el (message-resend): Bind message-generate-hashcash to nil.
17215 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17217 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
17218 when searching for already-paid recipients.
17220 2006-03-27 Daiki Ueno <ueno@unixuser.org>
17222 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
17223 passphrases when it is not needed.
17224 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
17225 passphrase stuff from gpg, should only be necessary when you use
17226 gpg with a smartcard.
17228 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
17230 * mml.el (mml-insert-mime): Ignore cached contents of
17231 message/external-body part.
17233 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
17234 (mm-insert-part): Ditto.
17236 2006-03-23 Simon Josefsson <jas@extundo.com>
17238 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
17240 (pgg-gpg-use-agent-p): Use it again.
17242 2006-03-23 Simon Josefsson <jas@extundo.com>
17244 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
17246 (pgg-gpg-use-agent-p): Don't use it.
17248 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
17250 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
17253 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
17255 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
17256 (pgg-gpg-update-agent): New function.
17257 (pgg-gpg-use-agent-p): New function.
17258 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
17259 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
17260 (pgg-gpg-sign-region): Use it.
17262 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
17264 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
17265 Reported by Ralf Wachinger <rwachinger@gmx.de>.
17267 2006-03-21 Simon Josefsson <jas@extundo.com>
17269 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
17270 <wilde@sha-bang.de>.
17271 (pgg-gpg-use-agent): New variable.
17272 (pgg-gpg-process-region): Use it.
17273 (pgg-gpg-encrypt-region): Likewise.
17274 (pgg-gpg-encrypt-symmetric-region): Likewise.
17275 (pgg-gpg-decrypt-region): Likewise.
17276 (pgg-gpg-sign-region): Likewise.
17277 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
17279 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
17281 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
17283 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17284 Add comment on version.
17286 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
17288 * smiley.el: Add missing test smiley.
17290 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
17292 * mm-decode.el (mm-with-part): New macro.
17293 (mm-get-part): Use it; work with message/external-body as well.
17294 (mm-save-part): Treat name and filename equally.
17296 * mm-extern.el (mm-extern-cache-contents): New function.
17297 (mm-inline-external-body): Use it; force the part to be displayed;
17298 move undisplayer added to the cached handle to the parent.
17300 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
17301 (gnus-mime-view-part-as-type): Work with message/external-body.
17303 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
17305 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
17307 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
17308 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
17311 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
17313 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
17314 path rather than symbol. Always return list of directories.
17315 Guarantee that image directory comes first. [Sync with image.el,
17316 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
17318 * message.el (message-make-tool-bar): Adjust to new API of
17319 `gmm-image-load-path-for-library'.
17321 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17323 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17325 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17327 * gnus-art.el (gnus-article-only-boring-p):
17328 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
17330 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
17332 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
17334 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
17335 Use `defun' instead of `gmm-defun-compat'.
17337 2006-03-14 Simon Josefsson <jas@extundo.com>
17339 * message.el (message-unique-id): Don't use message-number-base36
17340 if (user-uid) is a float.
17341 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
17343 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
17345 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
17347 * gnus-art.el (gnus-mime-display-single): Make sure there is an
17348 empty line between a part and a message part.
17350 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
17352 * smiley.el: Add more test smileys.
17353 (smiley-data-directory, smiley-regexp-alist)
17354 (gnus-smiley-file-types): Fix doc strings.
17355 (smiley-update-cache): Clear smiley-cached-regexp-alist before
17356 adding new elements.
17357 (smiley-mouse-map): Unused code. Make it a comment.
17359 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
17361 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
17362 scan latest NoCeM messages instead of old ones.
17363 (gnus-nocem-check-article): Fix regexps so as to match to PGP
17364 delimiters that are recently used.
17365 (gnus-nocem-load-cache): Add autoload cookie.
17367 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
17369 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
17370 level which is larger than gnus-use-nocem is specified.
17372 * gnus-group.el (gnus-group-get-new-news): Ditto.
17374 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
17376 * gnus-util.el (gnus-tool-bar-update): New function.
17378 * gnus-group.el (gnus-group-update-tool-bar): New variable.
17379 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
17381 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
17383 * gnus-group.el (gnus-group-redraw-when-idle)
17384 (gnus-group-redraw-check): Remove.
17385 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
17387 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
17389 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
17390 if optional last element is specified in splits (FIELD VALUE...).
17392 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
17394 * message.el (message-make-tool-bar): Rename gmm-image-load-path
17395 to gmm-image-load-path-for-library. Call with no-error argument.
17396 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
17398 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17400 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
17402 * gmm-utils.el (gmm-image-load-path): Remove alias.
17404 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
17406 * gmm-utils.el (gmm-image-load-path): Add alias.
17408 * nnml.el (nnml-generate-nov-databases-directory): Rename from
17409 nnml-generate-nov-databases-1.
17410 (nnml-generate-nov-databases): Use it.
17411 (nnml-generate-nov-databases-directory): Document no-active
17414 * gmm-utils.el (gmm-image-load-path-for-library): Return single
17415 directory if path is t. Add no-error.
17417 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
17418 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
17420 * gnus-art.el (gnus-article-browse-delete-temp-files):
17421 Simplify resetting gnus-article-browse-html-temp-list.
17423 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
17424 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
17425 Add example to docstring. Rename local variables. Move error
17426 checks to default case in cond and simplify.
17428 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
17430 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
17431 handle is multipart when calling it recursively.
17432 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
17434 2006-03-03 Daniel Pittman <daniel@rimspace.net>
17436 * nnimap.el (nnimap-request-update-info-internal): Optimize.
17437 Don't `gnus-uncompress-range' to avoid excessive memory usage.
17439 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
17441 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
17444 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
17447 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
17449 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
17450 to "Emacs 23 (unicode)" in doc string.
17452 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
17453 "Emacs 23 (unicode)" in comment.
17455 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
17457 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
17459 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
17460 characters 160 through 255 in Emacs 23.
17462 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
17464 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
17465 gnus-article-browse-html-temp.
17466 (gnus-article-browse-delete-temp): Make it customizable.
17467 Add `file'. Adjust doc string.
17468 (gnus-article-browse-delete-temp-files): Add argument.
17469 Allow query for each file. Adjust doc string.
17470 (gnus-article-browse-html-parts):
17471 Add `gnus-article-browse-delete-temp-files' to
17472 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
17474 2006-03-02 Hynek Schlawack <hynek@ularx.de>
17476 * gnus-art.el (gnus-article-browse-html-temp)
17477 (gnus-article-browse-delete-temp): New variables.
17478 (gnus-article-browse-delete-temp-files): New function.
17479 (gnus-article-browse-html-parts): Use it.
17481 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
17483 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
17485 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
17488 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
17489 gnus-summary-insert-new-articles when unplugged.
17490 Remove gnus-summary-search-article-forward.
17492 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
17493 display-visual-class instead of display-color-cells.
17495 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
17497 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
17498 message/* containing non-ASCII text properly.
17500 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
17502 * message.el: Require gmm-utils, remove autoloads.
17503 (message-tool-bar): Set default based on
17504 gmm-tool-bar-style.
17505 (message-tool-bar-gnome): Add gmm-customize-mode.
17507 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
17508 gmm-tool-bar-style.
17509 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
17511 * gnus-group.el (gnus-group-tool-bar): Set default based on
17512 gmm-tool-bar-style.
17513 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
17515 * gmm-utils.el (gmm-image-directory): Rename variable from
17516 gmm-image-load-path.
17517 (gmm-image-load-path): Use gmm-image-directory.
17518 (gmm-customize-mode): New function.
17519 (gmm-tool-bar-style): New variable.
17521 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
17522 gnus-group-redraw-line-number.
17523 (gnus-group-redraw-check): Simplify.
17524 (gnus-group-tool-bar-update): Remove redraw check.
17525 (gnus-group-make-tool-bar): Add redraw check.
17527 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
17529 * gnus-art.el (gnus-button): Add missing parentheses.
17531 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
17533 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
17535 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
17537 * gnus-art.el (gnus-button): New face.
17538 (gnus-article-button-face): Use it.
17540 * gnus-sum.el (gnus-summary-tool-bar-gnome):
17541 Add gnus-summary-next-page. Re-order.
17543 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
17544 next-node are now included.
17545 (gnus-group-redraw-line-number): New internal variable.
17546 (gnus-group-redraw-check): Helper function for updating the tool
17548 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
17550 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
17552 * spam.el (spam-spamassassin-score-regexp): New internal variable.
17553 (spam-extra-header-to-number, spam-check-spamassassin-headers):
17554 Use it to match format of Spamassassin 3.0 and later.
17555 Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
17556 (spam-check-bogofilter)
17557 (spam-bogofilter-register-with-bogofilter): Fix args of
17558 `gnus-error' calls.
17560 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
17562 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
17563 unnecessary interaction when sending queued mails.
17564 Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
17566 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
17568 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
17569 first or last are nil.
17571 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
17573 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
17575 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
17577 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
17579 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
17581 * dns.el (query-dns): Protect more against buggy tcp output.
17583 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
17585 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
17588 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17590 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
17591 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
17592 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
17593 output on the server side.
17594 (nnweb-google-create-mapping): Update regexps and add some
17595 progress indication.
17597 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
17599 * gnus-group.el (gnus-group-tool-bar-gnome):
17600 Fix gnus-agent-toggle-plugged. Re-order icons.
17601 (gnus-group-tool-bar-gnome):
17602 Add gnus-group-{prev,next}-unread-group.
17603 (gnus-group-tool-bar-gnome): Re-order icons.
17605 * gnus-sum.el (gnus-summary-tool-bar-gnome):
17606 Move gnus-summary-insert-new-articles.
17608 * message.el (message-tool-bar-gnome, message-tool-bar-retro):
17611 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
17612 also available in Emacs 21.3.
17614 * message.el (message-fix-before-sending): Change "Emacs 22" to
17615 "Emacs 23 (unicode)" in comment.
17617 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
17618 "Emacs 23 (unicode)" in comment.
17620 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
17622 (mm-coding-system-p): Add comment about no-MULE XEmacs.
17624 * mm-view.el (mm-fill-flowed): Add :version.
17626 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
17628 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
17631 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
17633 * message.el: Autoload gmm-image-load-path.
17634 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
17635 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
17638 * gmm-utils.el (gmm-image-load-path): Also search in
17639 "../etc/images". Don't set gmm-image-load-path if we don't find
17642 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
17644 * gmm-utils.el (gmm-image-load-path): Don't make
17645 `gmm-image-load-path' include subdirectories which the second arg
17646 `image' might specify.
17648 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
17649 subdirectory to icon file names.
17651 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
17653 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
17655 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
17656 gmm-image-load-path calls.
17658 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17660 * message.el (message-make-tool-bar): Ditto.
17662 * mml.el (mml-preview): Add comment concerning tool bar icons.
17664 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
17665 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
17667 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
17668 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
17670 * message.el (message-tool-bar-gnome): Use new icon names.
17671 (message-make-tool-bar): Use `gmm-image-load-path'.
17673 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
17674 New functions from MH-E.
17675 (gmm-image-load-path): New variable from MH-E.
17676 (gmm-image-load-path): New function from MH-E. Add arguments
17677 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
17678 *-image-load-path-called-flag.
17680 2006-02-21 Milan Zamazal <pdm@brailcom.org>
17682 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
17684 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
17686 * nnimap.el (nnimap-request-move-article): Change folder back to
17687 source group before deleting.
17689 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
17691 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
17693 * gnus-art.el (mm-url-insert-file-contents-external):
17696 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
17698 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
17700 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
17701 coding system which mm-charset-to-coding-system returns for a
17702 given charset is valid.
17704 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
17706 * html2text.el (html2text-remove-tag-list):
17707 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
17709 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
17711 * gnus-cus.el: Revert 2005-10-17 change.
17713 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
17715 * gnus-art.el (article-strip-banner):
17716 Call article-really-strip-banner only when the regexp match is made.
17718 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
17720 * gnus-art.el (article-strip-banner):
17721 Use gnus-extract-address-components instead of
17722 mail-header-parse-addresses to make it work with non-ASCII text;
17723 remove mail-encode-encoded-word-string.
17725 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
17726 values which are surrounded with \"...\"; make it never cause a
17727 Lisp error; give up parsing of parameters if it failed in
17730 2006-02-14 Arne Jørgensen <arne@arnested.dk>
17732 * smime.el (smime-cert-by-ldap-1): Fix bug where
17733 `smime-ldap-search' returns results without userCertificates.
17735 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
17737 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
17739 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
17741 * spam.el (spam-check-spamassassin-headers): Adapt format for
17742 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
17743 <ari@mbf.ocn.ne.jp>.
17744 (spam-list-of-processors): Add spam-use-gmane.
17746 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
17748 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
17749 make-temp-file; make it work with XEmacs as well.
17751 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
17754 * mm-decode.el (mm-display-external): Use the 3rd arg of
17756 (mm-create-image-xemacs): Ditto.
17758 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
17760 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
17761 with message-narrow-to-headers.
17762 (gnus-draft-setup): Narrow to header to run message-fetch-field.
17763 (gnus-draft-check-draft-articles): New function.
17764 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
17766 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
17768 * gnus-art.el (gnus-article-browse-html-parts):
17769 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
17770 Don't use suffix argument for mm-make-temp-file for Emacs 21
17771 compatibility. Remove useless `format'.
17773 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17775 * nnweb.el (nnweb-google-wash-article): Update regexps.
17776 (nnweb-group-alist): Use defvoo instead of defvar.
17778 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
17780 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
17781 re-loading nn* modules.
17783 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
17785 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
17786 for `tool-bar-mode' and don't check it's default-value.
17788 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
17790 * message.el (message-make-tool-bar): Ditto.
17792 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
17793 `substring'. Shorten tmp-file name.
17795 * gnus.el: Remove bogus comment.
17797 2006-02-10 Hynek Schlawack <hynek@ularx.de>
17799 * gnus-art.el (gnus-article-browse-html-parts): New function.
17800 (gnus-article-browse-html-article): New function for viewing html
17801 articles with a browser.
17803 2006-02-09 Daiki Ueno <ueno@unixuser.org>
17805 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
17806 (mml2015-pgg-encrypt): Ditto.
17808 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
17809 (mml1991-pgg-encrypt): Ditto.
17811 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
17813 * nnfolder.el (nnfolder-insert-newsgroup-line):
17814 Use message-make-date instead of current-time-string.
17816 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
17817 to gnus-decoded which mm-uu might set.
17819 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
17821 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
17822 don't decode quoted parameters; remove misimported Emacs code.
17823 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17824 (rfc2231-decode-encoded-string): Don't use split-string which
17825 behaves differently according to Emacs version; use
17826 mm-decode-coding-region to convert charset to coding-system.
17827 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17828 (rfc2231-encode-string): Remove misimported Emacs code.
17830 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
17832 * gnus-art.el (article-decode-charset): Don't use ignore-errors
17833 when calling mail-header-parse-content-type.
17834 (article-de-quoted-unreadable): Ditto.
17835 (article-de-base64-unreadable): Ditto.
17836 (article-wash-html): Ditto.
17838 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
17839 calling mail-header-parse-content-type and
17840 mail-header-parse-content-disposition.
17841 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
17842 mail-header-parse-content-type.
17844 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
17845 insert charset and format parameters; encode description after
17846 inserting it to buffer.
17847 (mml-insert-parameter): Fold lines properly even if a parameter is
17848 segmented into two or more lines; change the max column to 76.
17850 * rfc1843.el (rfc1843-decode-article-body): Don't use
17851 ignore-errors when calling mail-header-parse-content-type.
17853 * rfc2231.el (rfc2231-parse-string): Return at least type if
17854 possible; don't cause an error even if it fails in parsing of
17855 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17856 (rfc2231-encode-string): Don't break lines at the beginning, leave
17857 it to mml-insert-parameter.
17859 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
17860 calling mail-header-parse-content-type.
17862 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
17864 * spam-report.el (spam-report-gmane-use-article-number):
17865 Improve doc string.
17866 (spam-report-gmane-internal): Check if a suitable header was found
17869 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
17871 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
17872 (rfc2231-encode-string): Make param*=value always begin with LWSP.
17874 2006-02-05 Romain Francoise <romain@orebokech.com>
17876 Update copyright notices of all files in the gnus directory.
17878 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17880 * nnweb.el (nnweb-request-group): Avoid growing overview files.
17882 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
17884 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
17885 segmented lines of parameter value to cope with Thunderbird 1.5
17886 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
17887 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17888 (rfc2231-encode-string): Don't make lines exceeding 76 column.
17890 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
17892 * mml.el (mml-generate-mime-1): Correct the order of inline signed
17895 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17897 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
17898 there's only one active file for all servers.
17899 (nnweb-request-scan): Make sure nnweb-articles is initialized on
17900 solid groups. Gnus might have used a FAST request to select the group.
17901 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
17902 and nnweb-search redundantly in the active file.
17903 (nnweb-request-list): Don't list bogus groups. There can only be one.
17904 (nnweb-request-create-group): Don't use ARGS.
17905 (nnweb-possibly-change-server, nnweb-request-group): Remove some
17906 initializations. Let nnoo do the work.
17908 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
17910 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
17911 Say the part has been decoded.
17913 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
17915 2006-01-31 Kevin Ryde <user42@zip.com.au>
17917 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
17918 mailcap-viewer-test-cache when there's no 'test clause, since that
17919 will invert the meaning of a "nil" test previously determined by
17920 mailcap-mailcap-entry-passes-test.
17922 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
17924 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
17927 * gnus-sum.el: Ditto.
17929 * message.el: Don't bind tool-bar-map when compiling.
17931 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
17933 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
17935 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
17937 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
17938 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
17939 current Google Groups.
17941 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
17943 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
17946 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
17949 * message.el (message-tool-bar-update): Simplify.
17950 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
17952 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
17953 gnus-summary-buffer.
17954 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
17955 gnus-summary-reply.
17957 * gmm-utils.el (gmm): Add :version.
17959 2006-01-26 Steve Youngs <steve@sxemacs.org>
17961 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
17964 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
17966 * gmm-utils.el (gmm-verbose): Add :group.
17968 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
17970 * message.el: Change some comments WRT tool-bars.
17972 * gnus-sum.el (gnus-summary-tool-bar)
17973 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
17974 (gnus-summary-tool-bar-zap-list): New variables.
17975 (gnus-summary-make-tool-bar): Complete rewrite using
17976 `gmm-tool-bar-from-list'.
17978 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
17979 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
17981 (gnus-group-make-tool-bar): Complete rewrite using
17982 `gmm-tool-bar-from-list'.
17983 (gnus-group-tool-bar-update): New function.
17985 * message.el (message-mode-field-menu): Add "Show hidden Headers".
17987 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
17989 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
17990 is dissected into a single part of which the type is the same as
17991 the given one; decode charset.
17993 2006-01-21 Kevin Ryde <user42@zip.com.au>
17995 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
17996 into alists as symbol not string, since that's what
17997 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
18000 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
18002 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
18003 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
18005 * message.el (message-tool-bar-gnome): Use gmm-ignore.
18007 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
18009 * gnus-art.el (gnus-mime-security-button-commands): New variable.
18010 (gnus-mime-security-button-menu): New definition.
18011 (gnus-mime-security-button-map): Use them.
18012 (gnus-mime-security-button-menu): New function.
18013 (gnus-insert-mime-security-button): Addition to help echo.
18014 (gnus-mime-security-run-function, gnus-mime-security-save-part)
18015 (gnus-mime-security-pipe-part): New functions.
18017 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
18018 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
18020 * mm-decode.el (mm-handle-set-disposition): Remove.
18021 (mm-handle-set-description): Remove.
18023 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
18025 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
18026 (mm-w3m-standalone-supports-m17n-p): New function.
18027 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
18030 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
18031 Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
18033 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
18035 * message.el (message-tool-bar-zap-list):
18036 Use gmm-tool-bar-zap-list as custom type.
18037 (message-tool-bar-update): New function.
18038 (message-tool-bar, message-tool-bar-gnome)
18039 (message-tool-bar-retro): Add message-tool-bar-update.
18040 (message-tool-bar-gnome): Add flyspell-buffer.
18042 * gnus-util.el (gnus-error): Describe `args'.
18044 * gmm-utils.el (gmm-error): Describe `args'.
18045 (gmm-tool-bar-zap-list): New widget.
18046 (gmm-tool-bar-from-list): Improve description of `zap-list'.
18048 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
18050 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
18051 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
18052 the number of recursive calls.
18054 * mm-decode.el (mm-handle-set-disposition): New macro.
18055 (mm-handle-set-description): New macro.
18057 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
18059 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
18062 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
18064 * message.el (message-tool-bar-zap-list, message-tool-bar)
18065 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
18066 (message-tool-bar-local-item-from-menu): Remove.
18067 (message-tool-bar-map): Replace by `message-make-tool-bar'.
18068 (message-make-tool-bar): New function.
18069 (message-mode): Use `message-make-tool-bar'.
18071 * gmm-utils.el: New file.
18072 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
18073 (gmm-lazy): New widget copied from `nnmail.el'.
18074 (gmm-tool-bar-from-list): New function for creating customizable
18076 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
18078 (gmm): Add :prefix to defgroup.
18080 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
18082 * gmm-utils.el (gmm-widget-p): New function.
18084 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
18086 * mml.el (mml-attach-file): Describe `description' in doc string.
18087 (mml-menu): Add Emacs MIME manual and PGG manual.
18089 2006-01-20 Richard M. Stallman <rms@gnu.org>
18091 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
18093 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
18095 * nntp.el (nntp-end-of-line): Doc fix.
18097 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
18099 * imap.el (imap-open): Handle case where buffer is a buffer
18102 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18104 * gnus-delay.el (gnus-delay): Don't autoload.
18105 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18106 to be re-loaded when customizing the `gnus-delay' group.
18108 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
18110 * message.el (message-insert-citation-line): Use newlines.
18112 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
18114 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
18116 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
18118 2006-01-19 Mark D. Baushke <mdb@gnu.org>
18120 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
18122 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
18124 * mm-decode.el (mm-inlined-types): Add application/pgp.
18125 (mm-automatic-display): Ditto.
18127 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
18130 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
18132 * nnrss.el: Update copyright.
18133 (nnrss-opml-import): Query whether to subscribe to each entry.
18138 * mm-view.el: Update copyright.
18140 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
18142 * message.el (message-info): New function.
18143 (message-mode-menu): Add it.
18146 * ChangeLog: Fix and update copyright.
18148 2006-01-13 Romain Francoise <romain@orebokech.com>
18150 * message.el (message-forward-subject-name-subject): Prefer the
18151 address to 'nowhere' if the sender has no name.
18152 Fix typo. Update copyright year.
18154 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
18156 * gnus-art.el (article-wash-html):
18157 Use gnus-summary-show-article-charset-alist if a numeric arg is given.
18158 (gnus-article-wash-html-with-w3m-standalone): New function.
18160 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
18161 mm-inline-text-html-render-with-w3m-standalone.
18162 (mm-text-html-washer-alist): Map w3m-standalone to
18163 gnus-article-wash-html-with-w3m-standalone.
18164 (mm-inline-text-html-render-with-w3m-standalone): New function.
18166 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
18168 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
18171 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
18173 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
18174 (nnrss-request-article): Render text/plain parts as HTML.
18176 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
18179 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
18181 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
18182 custom definition of `gnus-posting-styles'.
18184 * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
18185 Bind print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
18187 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
18189 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
18190 Use nntp for bug archive.
18192 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
18194 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
18196 (nnrss-normalize-date): New function converts ISO 8601 date into
18197 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
18198 (nnrss-check-group): Use it.
18200 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
18202 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
18204 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
18205 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
18206 (nnrss-insert-w3): Ditto.
18208 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
18210 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
18211 the articles to be forwarded including the case where neither a
18212 number of articles nor a region is specified.
18214 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
18216 * nnrss.el (nnrss-request-article): Fix last change; fill
18219 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
18221 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
18222 in text/plain part.
18223 (nnrss-check-group): Don't add excessive newline to dc:subject.
18225 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
18227 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
18230 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
18232 * nnml.el: Don't require gnus-bcklg. Autoload it.
18233 (nnml-use-compressed-files, nnml-save-mail): Support other
18234 comression programs such as bzip2.
18236 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18238 * dns.el (query-dns): Make sure we check the buffer size before
18239 removing tcp headers.
18241 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
18243 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
18244 remove MIME buttons associated with multipart/alternative parts.
18245 (gnus-mime-display-alternative): Tag buttons using `article-type'
18248 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
18249 associated with multipart/alternative parts.
18251 * gnus-art.el (gnus-signature-separator): Fix custom type.
18253 * mm-decode.el (mm-inlined-types): Fix custom type.
18254 (mm-keep-viewer-alive-types): Ditto.
18255 (mm-automatic-display): Ditto.
18256 (mm-attachment-override-types): Ditto.
18257 (mm-inline-override-types): Ditto.
18258 (mm-automatic-external-display): Ditto.
18260 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
18262 * spam-report.el (spam-report-user-mail-address)
18263 (spam-report-user-agent): New variables.
18264 (spam-report-url-ping-plain): Use spam-report-user-agent.
18266 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
18268 * gnus-art.el (gnus-button-handle-custom): Do not just use
18269 `customize-apropos' for any "M-x customize-*" button but the
18270 function called for. Accept both the function name and its
18271 argument in order to achieve this.
18272 (gnus-button-alist): Remove support for "custom:" URL's.
18273 Pass function name to `gnus-button-handle-custom' in case of "M-x
18274 customize-*" buttons.
18276 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
18278 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
18279 multipart/alternative and add xref to mm-discouraged-alternatives
18282 * mm-decode.el (mm-discouraged-alternatives): Add xref to
18283 gnus-buttonized-mime-types in doc string.
18285 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
18287 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
18288 Suggest image/.* in the doc string.
18290 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
18292 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
18293 message-marks (Debian bug #342521).
18295 2005-12-12 Simon Josefsson <jas@extundo.com>
18297 * password.el (password-read-from-cache): Add.
18298 (password-read): Use it.
18300 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
18302 * rfc2047.el (rfc2047-charset-to-coding-system):
18303 Recognize us-ascii as a MIME charset.
18305 * mm-bodies.el (mm-decode-content-transfer-encoding):
18306 Protect against the case where the 2nd arg TYPE is nil.
18308 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
18310 * pop3.el (pop3-stream-type): Fix custom version.
18312 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
18314 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18316 * mm-decode.el (mm-display-external): Add missing cdr.
18318 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
18320 * mm-decode.el (mm-display-external): Use nametemplate (defined in
18321 RFC1524) if it is in mailcap or add a suffix according to
18322 mailcap-mime-extensions when generating a temp filename; postpone
18323 deleting a temp file for 2 seconds for some wrappers, shell
18324 scripts, and so on, which might exit right after having started a
18325 viewer command as a background job.
18327 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
18329 * nntp.el (nntp-marks-directory): Fix custom group.
18331 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
18334 * gnus-start.el (gnus-no-server-1):
18335 Mention `gnus-level-default-subscribed' in doc string.
18337 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
18339 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
18342 2005-11-26 Dave Love <fx@gnu.org>
18344 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
18345 (tls-program, tls-success): Provide openssl alternative.
18347 * starttls.el: Doc fixes.
18348 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
18351 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
18352 port null or service name.
18353 (starttls-negotiate): Autoload.
18355 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
18357 * message.el (message-kill-to-signature): Fix interactive spec.
18359 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
18361 * pop3.el (pop3-open-server): Recognize a string as a service name.
18363 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
18365 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
18367 2005-11-23 Dave Love <fx@gnu.org>
18369 Add pop3s, pop3/starttls.
18371 * pop3.el (pop3-authentication-scheme): Clarify doc.
18372 (open-tls-stream, starttls-open-stream): Autoload.
18373 (pop3-stream-type): New.
18374 (pop3-open-server): Use it.
18376 * mail-source.el (mail-sources): Fix some :types. Add stream type
18378 (mail-source-keyword-map): Add :stream for POP.
18379 (mail-source-fetch-pop): Use pop3-stream-type.
18381 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
18383 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
18384 of current-time-string.
18386 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
18388 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
18391 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
18393 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
18394 it can seriously impact performance as it bypasses the agent's
18397 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
18399 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
18400 must be explicitly online rather than "not explicitly offline" for
18401 its flags to be synchronized.
18403 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
18404 that gnus-uu-unmark-thread will function correctly.
18406 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
18407 1024K is instead displayed as 1M.
18409 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
18411 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
18413 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
18415 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
18417 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
18419 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
18420 error message to display actual error condition.
18421 (gnus-agent-save-local): Avoid saving symbols that are bound to
18422 nil as they simply result in a warning message in
18423 gnus-agent-read-local.
18425 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
18427 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
18428 rather than make-variable-buffer-local for file-precious-flag.
18430 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
18432 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
18433 for duplicates which are removed. The invalid sort check then
18434 triggers a rescan after the sort as sorting may have moved
18435 duplicate entries such that they can be cheaply detected.
18437 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
18439 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
18441 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
18443 * gnus-agent.el (gnus-agent-article-alist-save-format):
18444 Change internal variable to a custom variable. Change default value
18445 from compressed(2) to uncompressed(1).
18446 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
18447 support for uncompressed agentview files. Taken together, reading
18448 the agentview file should now be 6-7 times faster.
18450 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
18452 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
18453 as a buffer-local variable. This avoids creating truncated
18454 dribble files as a result of a hang up, eg.
18456 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
18458 * gnus-start.el (gnus-start-draft-setup):
18459 Enforce `gnus-draft-mode' for nndraft:drafts at startup.
18461 * gnus.el (gnus-splash): Change custom group.
18462 (gnus-group-get-parameter, gnus-group-parameter-value):
18463 Describe allow-list argument.
18465 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
18468 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
18470 * gnus-art.el (gnus-default-article-saver): Add user-defined
18471 `function' to custom type.
18473 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
18475 * imap.el (imap-open): Handle case where buffer is a buffer
18478 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
18480 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
18482 (gnus-cache-delete-group): Wrap doc strings.
18484 * gnus-agent.el (gnus-agent-rename-group)
18485 (gnus-agent-delete-group): Wrap doc strings.
18487 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
18489 * gnus-start.el (gnus-1): Add "native" to
18490 gnus-predefined-server-alist.
18492 * gnus.el (gnus-method-to-server): Don't add "native" to the
18493 lists here, because that leads to problems when
18494 gnus-select-method is bound.
18496 2005-11-09 Simon Josefsson <jas@extundo.com>
18498 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
18499 use (not sort-by-date) instead.
18501 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
18503 * gnus-delay.el (gnus-delay-group): Don't autoload.
18504 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
18505 to be re-loaded when customizing the `gnus-delay' group.
18507 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
18509 * message.el: Revert last changes.
18510 (message-insert-citation-line): Use newlines.
18512 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
18514 * message.el (message-courtesy-message)
18515 (message-mark-insert-begin, message-mark-insert-end)
18516 (message-elide-ellipsis, message-cancel-message)
18517 (message-add-header, message-change-subject)
18518 (message-cross-post-followup-to-header)
18519 (message-cross-post-insert-note, message-reduce-to-to-cc)
18520 (message-widen-reply, message-delete-not-region)
18521 (message-kill-to-signature, message-insert-signature)
18522 (message-insert-importance-high, message-insert-importance-low)
18523 (message-insert-or-toggle-importance)
18524 (message-insert-disposition-notification-to)
18525 (message-indent-citation, message-yank-original)
18526 (message-cite-original-without-signature, message-cite-original)
18527 (message-insert-citation-line, message-position-on-field)
18528 (message-fix-before-sending, message-send-mail-partially)
18529 (message-send-mail, message-send-mail-with-sendmail)
18530 (message-send-mail-with-qmail, message-send-news)
18531 (message-check-news-header-syntax, message-generate-headers)
18532 (message-insert-courtesy-copy, message-fill-address)
18533 (message-fill-header, message-shorten-references)
18534 (message-setup-1, message-cancel-news)
18535 (message-forward-make-body-plain, message-forward-make-body-mime)
18536 (message-forward-make-body-mml, message-encode-message-body)
18537 (message-forward-make-body-digest-plain)
18538 (message-forward-make-body-digest-mime)
18539 (message-use-alternative-email-as-from): Insert `hard-newline'
18540 instead of ordinary newlines.
18542 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
18544 * message.el (message-generate-headers): Downcase the argument
18545 given to message-check-element.
18547 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
18549 * nntp.el (nntp-authinfo-rejected): New error condition.
18550 (nntp-wait-for): Use new error condition to signal authentication
18552 (nntp-retrieve-data): Rethrow new error condition to break out of
18553 recursive call to nntp-send-authinfo.
18555 2005-11-08 Romain Francoise <romain@orebokech.com>
18557 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
18558 (gnus-summary-exit-map): Bind to `Z p'.
18559 (gnus-summary-make-menu-bar): Add menu item.
18561 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
18563 * gnus-art.el (gnus-article-treat-custom): Add `first'.
18564 (gnus-treat-*): Add `first' in all doc strings.
18566 * gnus-group.el (gnus-group-compact-group): Fix typo.
18568 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
18570 * gnus.el (gnus-parameters-case-fold-search): New variable.
18571 (gnus-parameters-get-parameter): Use it.
18573 * gnus-score.el (gnus-home-score-file): Doc fix.
18575 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
18577 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
18579 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
18581 * mm-util.el (mm-special-display-p): New function.
18583 * mml.el (mml-preview): Use it; doc fix.
18585 2005-10-29 Romain Francoise <romain@orebokech.com>
18587 * message.el (message-fix-before-sending): Fix comment.
18589 2005-10-29 Jari Aalto <jari.aalto@cante.net>
18591 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
18593 2005-10-29 Jari Aalto <jari.aalto@cante.net>
18595 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
18596 Used in gnus-score.el.
18598 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
18600 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
18602 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
18604 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
18605 whitespace removed in revision 7.8. Use concatenated string to
18606 protect trailing whitespace.
18608 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
18610 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
18611 (nnimap-request-expire-articles): Use it to avoid sending 'UID
18612 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
18613 Courier IMAP ("some version from 2004"). Mostly based on similar
18614 code in the same function.
18616 2005-10-26 Didier Verna <didier@xemacs.org>
18618 * gnus-group.el (gnus-group-compact-group): Invalidate original
18620 * gnus-srvr.el (gnus-server-compact-server): Ditto.
18621 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
18622 NOV database and in article itself.
18623 Invalidate article backlog.
18625 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
18627 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
18629 2005-10-26 Simon Josefsson <jas@extundo.com>
18631 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
18632 part of 2004-07-25 change.
18634 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
18636 * message.el (message-display-completion-list): New function.
18637 (message-expand-group): Use it; make sure the Completions buffer
18640 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
18642 * imap.el (imap-open): Handle case where buffer is a buffer object.
18644 2005-10-24 Eli Zaretskii <eliz@gnu.org>
18651 * pgg.el: Move to the parent lisp directory.
18653 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
18655 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
18656 user-mail-name is an empty string.
18658 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
18660 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
18661 depending on gnus-score-decay-constant.
18663 * encrypt.el (encrypt-insert-file-contents)
18664 (encrypt-write-file-contents): Don't use `gnus-message'.
18666 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
18668 (mm-uu-type-alist): Add message-marks and insert-marks.
18669 Pass arguments to mm-uu-verbatim-marks-extract.
18670 (mm-uu-hide-markers): New variable.
18671 (mm-uu-extract): Use face similar to `gnus-cite-3'.
18673 * gnus-fun.el (gnus-convert-image-to-x-face-command)
18674 (gnus-convert-image-to-face-command): Use "convert" by default to
18675 allow other input image formats.
18676 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
18679 2005-10-23 Simon Josefsson <jas@extundo.com>
18681 * imap.el (imap-gssapi-program): Align command line parameters
18682 with latest GNU SASL.
18683 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
18685 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
18687 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
18689 (nnslashdot-request-article): Ditto.
18691 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
18693 * mail-source.el (mail-source-fetch-pop): Require pop3.
18694 (mail-source-check-pop): Ditto.
18696 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
18698 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
18701 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
18703 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
18704 (gnus-treat-strip-leading-blank-lines): Improve doc string.
18706 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
18708 * mm-bodies.el (mm-decode-string):
18709 Call `mm-charset-to-coding-system' with allow-override argument.
18711 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
18713 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
18714 (rfc2047-charset-to-coding-system): New function.
18715 (rfc2047-decode-encoded-words): New function.
18716 (rfc2047-decode-region): Use them.
18717 (rfc2047-decode-cte): Remove.
18718 (rfc2047-parse-and-decode): Remove.
18719 (rfc2047-decode): Remove.
18721 2005-10-15 Kenichi Handa <handa@m17n.org>
18723 * rfc2047.el (rfc2047-decode-cte): New function.
18724 (rfc2047-decode-region): Change the way to decode successive
18725 encoded-words: decode B- or Q-encoding in each encoded-word,
18726 concatenate them, and decode it as charset.
18728 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
18730 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
18731 widget-move-and-invoke.
18732 (gnus-custom-mode): Use gnus-custom-map.
18734 2005-10-15 Bill Wohler <wohler@newt.com>
18736 * message.el (message-tool-bar-map): Rename image file from
18737 mail_send to mail/send.
18739 2005-10-16 Masatake YAMATO <jet@gyve.org>
18741 * message.el (message-expand-group): Pass the common
18742 prefix substring of completion to `display-completion-list'.
18744 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
18746 * mml-sec.el (mml-secure-method): New internal variable.
18747 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
18748 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
18749 New functions using mml-secure-method.
18751 * mml.el (mml-mode-map): Add key bindings for those functions.
18752 (mml-menu): Simplify security menu entries. Suggested by Jesper
18753 Harder <harder@myrealbox.com>.
18754 (mml-attach-file, mml-attach-buffer, mml-attach-external):
18755 Goto end of message if point is the headers of the message.
18757 * message.el (message-in-body-p): New function.
18759 * assistant.el: Autoload gnus-util and netrc.
18761 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
18762 Use `mm-charset-override-alist' only when decoding.
18764 * mm-bodies.el (mm-decode-body):
18765 Call `mm-charset-to-coding-system' with allow-override argument.
18767 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
18768 `filename' from Content-Disposition if Content-Type doesn't
18770 (gnus-mime-view-part-as-type): Set default instead of
18773 2005-10-09 Daniel Brockman <daniel@brockman.se>
18775 * format-spec.el (format-spec): Propagate text properties of % spec.
18777 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
18779 * gnus-art.el (gnus-treat-predicate): Add `first'.
18781 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
18783 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
18784 (mm-charset-override-alist): New variable.
18785 (mm-charset-to-coding-system): Use it.
18786 (mm-codepage-setup): New helper function.
18787 (mm-charset-eval-alist): New variable.
18788 (mm-charset-to-coding-system): Use mm-charset-eval-alist.
18789 Warn about unknown charsets.
18791 2005-10-04 David Hansen <david.hansen@gmx.net>
18793 * nnrss.el (nnrss-request-article): Add support for the comments tag.
18794 (nnrss-check-group): Ditto.
18796 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
18798 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
18799 Rename x-gnus-verbatim to x-verbatim.
18800 (mm-uu-type-alist): Fix regexp for verbatim-marks.
18802 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
18805 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
18807 * gnus-util.el (gnus-remove-duplicates): Remove.
18809 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
18810 instead of gnus-remove-duplicates.
18812 * message.el (message-remove-duplicates): Remove.
18813 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
18814 message-remove-duplicates.
18816 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
18817 available, else use implementation from `delete-dups'.
18819 * message.el (message-insert-expires): New function.
18820 (message-mode-map): Add key binding.
18821 (message-mode-field-menu): Add menu entry.
18822 (message-mode): Document it.
18823 (message-make-expires-date): Use `message-make-date'.
18825 2005-10-04 Josh Huber <huber@alum.wpi.edu>
18827 * message.el (message-make-expires-date): New function.
18829 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
18831 * time-date.el: Autoload parse-time-string, XEmacs needs it.
18833 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
18835 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
18836 function rather than the diff-mode.el package.
18837 (mm-display-external): Use with-current-buffer.
18838 (mm-viewer-completion-map, mm-viewer-completion-map):
18839 Move initialization inside declaration.
18841 2005-09-29 Simon Josefsson <jas@extundo.com>
18843 * spam.el: Load hashcash when compiling, to avoid warnings.
18844 Don't autoload mail-check-payment.
18845 (spam-check-hashcash): Define unconditionally, since hashcash.el
18846 is part of Gnus now. Ignore errors from payment checking.
18848 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
18850 * message.el (message-bold-region, message-unbold-region):
18851 Rename from `bold-region' and `unbold-region'.
18853 * message.el: Remove useless autoloads.
18855 2005-09-28 Simon Josefsson <jas@extundo.com>
18857 * message.el (message-use-idna): Default to t.
18858 (message-use-idna): Test whether encoding works too. Doc fix.
18860 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
18862 * nntp.el (nntp-warn-about-losing-connection): Remove.
18864 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
18866 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
18867 customizable. Change default value.
18868 (mm-uu-diff-groups-regexp): Change default value.
18869 (mm-uu-type-alist): Add doc string.
18870 (mm-uu-configure): Add doc string. Make it interactive.
18871 (mm-uu-tex-groups-regexp): New variable.
18872 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
18873 (mm-uu-type-alist): Add LaTeX documents.
18874 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
18875 of "text/verbatim".
18876 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
18878 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
18879 instead of "text/verbatim".
18881 * message.el (message-mark-inserted-region)
18882 (message-mark-insert-file): Use slrn style marks when called with
18885 2005-09-27 Simon Josefsson <jas@extundo.com>
18887 * message.el (message-idna-to-ascii-rhs-1): Reformat.
18889 2005-09-27 Arne Jørgensen <arne@arnested.dk>
18891 * message.el (message-remove-duplicates): New function.
18892 Implementation borrowed from `gnus-remove-duplicates'.
18893 (message-idna-to-ascii-rhs): Also encode idna addresses in
18894 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18895 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
18896 only ask about the same idna domain once per header and also tell
18897 in what header to replace the idna domain.
18899 * gnus-art.el (article-decode-idna-rhs): Also decode idna
18900 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18901 (article-decode-idna-rhs): Fix regexp so that all idna-address in
18902 a header is decoded and not just the last one.
18904 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
18906 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
18909 * mm-decode.el (mm-automatic-display): Add text/verbatim.
18910 (mm-insert-part): Don't modify text if it has been decoded.
18912 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
18915 * mm-view.el (mm-inline-text): Don't strip text props unless
18916 decoding enriched or richtext parts.
18918 2005-09-25 Romain Francoise <romain@orebokech.com>
18920 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
18921 * gnus-start.el (gnus-subscribe-interactively):
18922 * gnus-uu.el (gnus-uu-grab-articles):
18923 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
18926 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
18928 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
18929 * mm-view.el (mm-view-pkcs7-decrypt):
18930 * gnus-sum.el (gnus-summary-limit-to-extra)
18931 (gnus-summary-respool-article, gnus-read-move-group-name):
18932 * gnus-score.el (gnus-summary-increase-score):
18933 * gnus-util.el (gnus-completing-read-with-default):
18934 * gnus-art.el (gnus-read-save-file-name)
18935 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
18936 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
18937 * message.el (message-check-news-header-syntax):
18938 Follow convention for reading with the minibuffer.
18940 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
18942 * spam-report.el (spam-report-url-ping-plain):
18943 Use gnus-extended-version as User-Agent.
18945 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
18946 default value is nil.
18948 * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
18949 (mm-uu-verbatim-marks-extract): New function.
18950 (mm-uu-extract): New face.
18951 (mm-uu-copy-to-buffer): Use it.
18953 * spam-report.el (spam-report-gmane-ham): Rename from
18954 `spam-report-gmane-unspam'.
18955 (spam-report-gmane-internal): Rename from `spam-report-gmane'.
18956 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
18958 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
18960 (spam-report-gmane-unregister-routine):
18961 Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
18963 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
18965 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
18966 (spam-report-gmane-unregister-routine): Add support for gmane
18969 * spam-report.el (spam-report-gmane-unspam)
18970 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
18971 (spam-report-gmane): Change to take a single article and do unspam
18974 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
18976 * mm-url.el (mm-url-decode-entities): Fix regexp.
18978 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
18980 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
18981 default to nil, to be able to use Gnus at all. If the default
18982 switches to something else, then the function should be fixed not
18983 be exceedingly slow.
18985 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
18987 * gnus-start.el (gnus-activate-group): If the server is nil, don't
18990 * spam-report.el: Add better Keywords line.
18992 * spam.el: Add Maintainer and better Keywords line.
18994 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
18996 * gnus-art.el (gnus-article-replace-part)
18997 (gnus-mime-replace-part): New functions.
18998 (gnus-mime-action-alist, gnus-mime-button-commands)
18999 (gnus-mime-save-part-and-strip): Add file argument.
19000 (gnus-article-part-wrapper): Add interactive argument.
19002 * gnus-sum.el (gnus-summary-mime-map):
19003 Add `gnus-article-replace-part'.
19005 2005-09-19 Didier Verna <didier@xemacs.org>
19007 The nnml compaction feature:
19008 * nnml.el (nnml-request-compact-group): New function.
19009 * nnml.el (nnml-request-compact): New function.
19010 * gnus-int.el (gnus-request-compact-group): New function.
19011 * gnus-int.el (gnus-request-compact): New function.
19012 * gnus-group.el (gnus-group-compact-group): New function.
19013 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
19014 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
19015 * gnus-srvr.el (gnus-server-compact-server): New function.
19016 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
19017 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
19019 2005-09-18 Deepak Goel <deego@gnufans.org>
19021 * sieve.el (sieve-help): Fix `message' call: first arg should be a
19024 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
19026 * gnus.el (gnus-group-startup-message): Bind image-load-path.
19028 2005-09-15 Romain Francoise <romain@orebokech.com>
19030 * message.el (message-fill-paragraph): Clarify docstring.
19032 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
19034 * gnus-art.el (gnus-mime-display-part): Protect against broken
19037 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
19039 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
19040 before parsing header.
19042 2005-09-11 Jari Aalto <jari.aalto@cante.net>
19044 * html2text.el (html2text-replace-list): Add new entities.
19046 2005-09-11 Romain Francoise <romain@orebokech.com>
19048 * message.el (message-alternative-emails): Improve docstring.
19049 (message-setup-1): Call `message-use-alternative-email-as-from'
19050 after `message-setup-hook' to give it precedence over posting
19052 (message-use-alternative-email-as-from): Add docstring.
19053 Remove the original From header if present.
19055 * nnml.el (nnml-compressed-files-size-threshold): New variable.
19056 (nnml-save-mail): Use it.
19058 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
19059 articles. Add new argument `silent'.
19060 (gnus-uu-mark-all): Report the total number of marked articles.
19062 2005-09-10 Romain Francoise <romain@orebokech.com>
19064 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
19065 (gnus-uu-mark-series): Likewise.
19067 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
19069 * spam-report.el (spam-report-gmane): Fix generation of spam
19072 2005-09-10 Simon Josefsson <jas@extundo.com>
19074 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
19075 t, based on discussion on the ding list with Robert Epprecht
19076 <epprecht@solnet.ch>.
19078 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
19080 * spam-report.el (spam-report-gmane): Make it work without
19081 X-Report-Spam header. Gmane now only provides Archived-At.
19082 This is only used if `spam-report-gmane-use-article-number' is nil.
19083 (spam-report-gmane-spam-header): Remove. Not used anymore.
19085 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
19086 make `gnus-summary-sort-by-recipient' work with threading.
19088 * nnweb.el (nnweb-google-wash-article): Print a message if article
19091 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
19093 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
19094 change. Decode text/* parts content before displaying.
19096 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
19098 * mml-smime.el: Remove defvar of gnus-extract-address-components.
19100 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
19102 * mm-view.el (mm-display-inline-fontify): Disable support modes.
19104 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
19106 * message.el (message-tab-body-function): Fix mismatched custom type.
19108 * gnus.el (gnus-group-change-level-function): Ditto.
19110 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
19112 * gnus-art.el (gnus-signature-limit)
19113 (gnus-article-mime-part-function): Ditto.
19115 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
19117 * mml.el (mml-mode): Silence the byte compiler.
19119 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
19120 using `(sit-for 0)' before moving the point to the specified part;
19121 skip unbuttonized parts.
19122 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
19123 return to the summary window if gnus-auto-select-part is non-nil.
19125 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
19127 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
19129 (mml-dnd-attach-file, mml-mode): Use them.
19131 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
19132 Make fetching article by MID work again for Google Groups.
19133 Add FIXME concerning gnus-group-make-web-group.
19135 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
19136 Don't depend on Gnus by using mail-extract-address-components if
19137 gnus-extract-address-components is not bound.
19139 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
19141 * gnus-art.el (gnus-mime-display-security): Don't display the
19142 signature, but only the signed part.
19144 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
19146 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
19148 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
19151 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
19153 * mm-encode.el (mm-encode-content-transfer-encoding):
19154 Likewise when encoding.
19156 * mm-bodies.el (mm-decode-content-transfer-encoding):
19157 De-canonicalize CRLF for all text content types, not just
19160 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
19162 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
19163 valid article; point arrow and cursor at the MIME button.
19165 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
19167 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
19168 Suggested by Dan Christensen <jdc@uwo.ca>.
19170 * mm-decode.el (mm-save-part): Enable change of prompt.
19172 2005-08-29 Jari Aalto <jari.aalto@cante.net>
19174 * gnus-msg.el (gnus-inews-add-send-actions):
19175 Make `message-post-method' lambda parameter ARG `&optional'.
19177 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
19179 * gnus-sum.el (gnus-summary-mime-map):
19180 Add gnus-article-save-part-and-strip, gnus-article-delete-part and
19181 gnus-article-jump-to-part.
19183 * gnus-art.el (gnus-article-edit-article): Add quiet argument.
19184 (gnus-article-edit-part): Use it.
19185 (gnus-article-part-wrapper): Add no-handle argument.
19186 (gnus-article-save-part-and-strip, gnus-article-delete-part):
19189 2005-08-29 Romain Francoise <romain@orebokech.com>
19191 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
19193 (gnus-face-from-file): Likewise.
19195 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
19197 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
19198 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
19200 (gnus-auto-select-part): New variable.
19201 (gnus-article-jump-to-part): New function.
19202 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
19203 (gnus-mime-delete-part): Allow selecting specified part after
19204 deleting or stripping parts.
19205 (gnus-article-jump-to-part): Don't use `read-number'. Use last
19206 part if argument is bogus.
19208 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
19210 * gnus-art.el (w3m-minor-mode-map):
19211 * gnus-spec.el (gnus-newsrc-file-version):
19212 * gnus-util.el (nnmail-active-file-coding-system)
19213 (gnus-original-article-buffer, gnus-user-agent):
19214 * gnus.el (gnus-ham-process-destinations)
19215 (gnus-parameter-ham-marks-alist)
19216 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
19217 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
19218 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
19219 * mm-decode.el (gnus-current-window-configuration):
19220 * mm-extern.el (gnus-article-mime-handles):
19221 * mm-url.el (url-current-object, url-package-name)
19222 (url-package-version):
19223 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
19224 (smime-keys, w3m-cid-retrieve-function-alist)
19225 (w3m-current-buffer, w3m-display-inline-images)
19226 (w3m-minor-mode-map):
19227 * mml-smime.el (gnus-extract-address-components):
19228 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
19229 (gnus-newsrc-hashtb, message-default-charset)
19230 (message-deletable-headers, message-options)
19231 (message-posting-charset, message-required-mail-headers)
19232 (message-required-news-headers):
19233 * mml1991.el (mc-pgp-always-sign):
19234 * mml2015.el (mc-pgp-always-sign):
19235 * nnheader.el (nnmail-extra-headers):
19236 * rfc1843.el (gnus-decode-encoded-word-function)
19237 (gnus-decode-header-function, gnus-newsgroup-name):
19238 * spam-stat.el (gnus-original-article-buffer): Add defvars.
19240 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
19242 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
19243 the end of the date treatments.
19245 2005-08-15 Simon Josefsson <jas@extundo.com>
19247 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
19248 it in url-handlers.el and XEmacs in url.el. Reported by Luca
19249 Capello and Romain Francoise.
19250 (pgg-fetch-key-function): Remove, not used?
19251 (pgg-insert-url-with-w3): Require url, to get
19252 url-insert-file-contents regardless of where it is defined.
19254 2005-08-13 Romain Francoise <romain@orebokech.com>
19256 * message.el (message-cite-original-1): New function.
19257 (message-cite-original): Use it.
19258 (message-cite-original-without-signature): Ditto.
19260 2005-08-08 Romain Francoise <romain@orebokech.com>
19262 * message.el (message-yank-empty-prefix): New variable.
19263 (message-indent-citation): Use it.
19264 (message-cite-original-without-signature): Respect X-No-Archive.
19266 2005-08-08 Simon Josefsson <jas@extundo.com>
19268 * pgg.el: Autoload url-insert-file-contents instead of loading
19270 (pgg-insert-url-with-w3): Don't load url here.
19272 2005-08-07 Jesper Harder <harder@phys.au.dk>
19274 * message.el (message-kill-to-signature): Don't insert newline at
19276 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
19278 2005-08-06 Romain Francoise <romain@orebokech.com>
19280 * message.el (message-user-fqdn): Fix typo in docstring.
19282 2005-08-05 Daiki Ueno <ueno@unixuser.org>
19284 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
19286 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
19288 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
19290 * mm-bodies.el (mm-encode-body): Use coding system rather than
19291 charset to encode text.
19293 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
19294 number of charsets if utf-8 is available (XEmacs).
19296 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
19298 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
19299 taken from `gnus-button-mid-or-mail-regexp'.
19300 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
19301 (gnus-button-alist): Improve regexp for domain part of the MIDs
19302 for news:localpart@domain buttons.
19303 (gnus-button-ctan-directory-regexp): Update.
19305 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
19307 * sieve-manage.el (sieve-manage-interactive-login):
19308 Use make-local-variable rather than make-variable-buffer-local.
19309 (sieve-manage-open): Ditto.
19310 (sieve-manage-authenticate): Ditto.
19312 * mml.el (mml-generate-mime-1): Make the content type default to
19313 text/plain if the filename is not specified.
19315 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
19317 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
19318 instead of insert-buffer.
19320 * message.el (message-yank-original): Ditto; set the mark at the
19321 end of the yanked message.
19323 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
19325 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
19326 lines to scroll rather than to stop it.
19328 * mml.el (mml-generate-default-type): Add doc string.
19329 (mml-generate-mime-1): Use mm-default-file-encoding or make it
19330 default to application/octet-stream when determining the content
19331 type if it is not specified for the part or the mml contents; add
19332 a comment about mml-generate-default-type.
19334 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
19336 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
19337 make it default to application/octet-stream when determining the
19338 content type if it is not specified for the external contents.
19340 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
19342 * rfc2231.el (rfc2231-parse-string): Take care that not only a
19343 segmented parameter but also other parameters might be there.
19345 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
19347 * mm-decode.el (mm-display-external): Delete temp file, directory
19348 and buffer immediately if the external process is exited.
19350 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
19352 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
19353 fewer lines than that of scroll-margin.
19354 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
19356 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
19358 * gnus-art.el (gnus-article-next-page): Revert.
19359 (gnus-article-beginning-of-window): New macro.
19360 (gnus-article-next-page-1): Use it.
19361 (gnus-article-prev-page): Ditto.
19362 (gnus-article-edit-part): Use insert-buffer-substring instead of
19364 (gnus-article-edit-exit): Ditto.
19366 * gnus-util.el (gnus-beginning-of-window): Remove.
19367 (gnus-end-of-window): Remove.
19369 2005-07-25 Simon Josefsson <jas@extundo.com>
19371 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
19372 to have the url package without w3. Reported by Daiki Ueno
19373 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
19375 2005-07-20 Didier Verna <didier@xemacs.org>
19377 * gnus-diary.el: Remove the description comment (nndiary is now
19378 properly documented in the Gnus manual).
19379 Fix the spelling of "Back End".
19380 * nndiary.el: Ditto.
19381 Fix the copyright notice.
19383 2005-07-18 Romain Francoise <romain@orebokech.com>
19385 * gnus-sum.el (gnus-summary-to-prefix)
19386 (gnus-summary-newsgroup-prefix): New variables.
19387 (gnus-summary-from-or-to-or-newsgroups): Use them.
19389 2005-07-17 Romain Francoise <romain@orebokech.com>
19391 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
19392 space as it's generally not especially interesting to the user.
19394 2005-07-16 Romain Francoise <romain@orebokech.com>
19396 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
19397 nil to avoid prompting and file modification if one of the
19398 messages at the top of the nnfolder file contains a copyright
19400 Update copyright notice.
19402 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
19403 instead of `current-time-string' as the latter creates a time
19404 string that is not RFC 2822 compliant (it lacks the zone).
19405 Update copyright notice.
19407 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
19409 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
19410 for text/rtf. Display default in prompt. Pass default for M-n.
19412 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
19414 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
19416 * gnus-msg.el (gnus-button-mailto):
19417 Remove save-selected-window-window hackery because it relies on
19418 save-selected-window internals.
19420 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
19422 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
19423 (gnus-article-next-page-1): Use gnus-beginning-of-window.
19424 (gnus-article-prev-page): Ditto.
19426 * gnus-util.el (gnus-beginning-of-window): New function.
19427 (gnus-end-of-window): New function.
19429 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
19431 * gnus-score.el (gnus-score-edit-all-score):
19432 Set gnus-score-edit-exit-function to gnus-score-edit-done and call
19435 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
19437 * gnus-msg.el (gnus-button-mailto):
19438 Remove save-selected-window-window hackery because it relies on
19439 save-selected-window internals.
19441 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
19443 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
19445 (gnus-binary-mode): Ditto.
19447 * gnus-topic.el (gnus-topic-mode): Ditto.
19449 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
19451 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
19452 (gnus-article-prev-page): Take scroll-margin into consideration.
19454 2005-07-04 Lute Kamstra <lute@gnu.org>
19456 Update FSF's address in GPL notices.
19458 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
19460 * gnus.el (gnus-exit):
19461 * gnus-group.el (gnus-group-icons):
19462 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
19464 * gnus-nocem.el (gnus-nocem):
19465 * message.el (message-various, message-buffers, message-sending)
19466 (message-interface, message-forwarding, message-insertion)
19467 (message-headers, message-news, message-mail):
19468 * pgg-gpg.el (pgg-gpg):
19469 * pgg-parse.el (pgg-parse):
19470 * pgg-pgp.el (pgg-pgp):
19471 * pgg-pgp5.el (pgg-pgp5):
19472 * pop3.el (pop3): Finish `defgroup' description with period.
19474 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
19476 * gnus-art.el (article-display-face): Improve the efficiency.
19477 (article-display-x-face): Ditto; remove gray x-face stuff.
19479 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
19481 * gnus-art.el (article-display-face): Correct the position in
19482 which Faces are inserted.
19484 2005-06-29 Didier Verna <didier@xemacs.org>
19486 * gnus-art.el (article-display-face): Display faces in correct
19489 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
19491 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
19492 (gnus-fill-real-hashtb): Use hash table instead of obarray.
19493 (gnus-nocem-check-article): Fetch the Type header.
19494 (gnus-nocem-message-wanted-p): Fix the way to examine types.
19495 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
19496 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
19497 make sure gnus-nocem-hashtb is initialized.
19498 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
19499 (gnus-nocem-unwanted-article-p): Ditto.
19501 * pgg.el (pgg-verify): Return the verification result.
19503 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
19505 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
19508 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
19510 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
19511 `show-nonbreak-escape'.
19513 2005-06-23 Lute Kamstra <lute@gnu.org>
19515 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
19517 * dig.el (dig-mode):
19518 * smime.el (smime-mode): Use gnus-run-mode-hooks.
19520 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
19522 * nnimap.el (nnimap-split-download-body): Fix spellings.
19524 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
19526 * gnus-art.el (gnus-article-encrypt-body):
19527 * gnus-cus.el (gnus-score-customize):
19528 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
19529 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
19531 2005-06-16 Arne Jørgensen <arne@arnested.dk>
19533 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
19534 header by looking for magic "MII" at the beginning.
19536 2005-06-16 Miles Bader <miles@gnu.org>
19538 * assistant.el (assistant-field): Remove "-face" suffix from face name.
19539 (assistant-field-face): New backward-compatibility alias for renamed
19541 (assistant-render-text): Use renamed assistant-field face.
19543 * spam.el (spam): Remove "-face" suffix from face name.
19544 (spam-face): New backward-compatibility alias for renamed face.
19545 (spam-face, spam-initialize): Use renamed spam face.
19547 * message.el (message-header-to, message-header-cc)
19548 (message-header-subject, message-header-newsgroups)
19549 (message-header-other, message-header-name)
19550 (message-header-xheader, message-separator, message-cited-text)
19551 (message-mml): Remove "-face" suffix from face names.
19552 (message-header-to-face, message-header-cc-face)
19553 (message-header-subject-face, message-header-newsgroups-face)
19554 (message-header-other-face, message-header-name-face)
19555 (message-header-xheader-face, message-separator-face)
19556 (message-cited-text-face, message-mml-face):
19557 New backward-compatibility aliases for renamed faces.
19558 (message-font-lock-keywords): Use renamed message faces.
19560 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
19561 (sieve-test-commands, sieve-tagged-arguments):
19562 Remove "-face" suffix from face names.
19563 (sieve-control-commands-face, sieve-action-commands-face)
19564 (sieve-test-commands-face, sieve-tagged-arguments-face):
19565 New backward-compatibility aliases for renamed faces.
19566 (sieve-control-commands-face, sieve-action-commands-face)
19567 (sieve-test-commands-face, sieve-tagged-arguments-face):
19568 Use renamed sieve faces.
19570 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
19571 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
19572 (gnus-group-news-3-empty, gnus-group-news-4)
19573 (gnus-group-news-4-empty, gnus-group-news-5)
19574 (gnus-group-news-5-empty, gnus-group-news-6)
19575 (gnus-group-news-6-empty, gnus-group-news-low)
19576 (gnus-group-news-low-empty, gnus-group-mail-1)
19577 (gnus-group-mail-1-empty, gnus-group-mail-2)
19578 (gnus-group-mail-2-empty, gnus-group-mail-3)
19579 (gnus-group-mail-3-empty, gnus-group-mail-low)
19580 (gnus-group-mail-low-empty, gnus-summary-selected)
19581 (gnus-summary-cancelled, gnus-summary-high-ticked)
19582 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
19583 (gnus-summary-high-ancient, gnus-summary-low-ancient)
19584 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
19585 (gnus-summary-low-undownloaded)
19586 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
19587 (gnus-summary-low-unread, gnus-summary-normal-unread)
19588 (gnus-summary-high-read, gnus-summary-low-read)
19589 (gnus-summary-normal-read, gnus-splash):
19590 Remove "-face" suffix from face names.
19591 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
19592 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
19593 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
19594 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
19595 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
19596 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
19597 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
19598 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
19599 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
19600 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
19601 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
19602 (gnus-summary-selected-face, gnus-summary-cancelled-face)
19603 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
19604 (gnus-summary-normal-ticked-face)
19605 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
19606 (gnus-summary-normal-ancient-face)
19607 (gnus-summary-high-undownloaded-face)
19608 (gnus-summary-low-undownloaded-face)
19609 (gnus-summary-normal-undownloaded-face)
19610 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
19611 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
19612 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
19613 (gnus-splash-face):
19614 New backward-compatibility aliases for renamed faces.
19615 (gnus-group-startup-message): Use renamed gnus faces.
19617 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
19618 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
19619 (gnus-server-agent): Remove "-face" suffix from face names.
19620 (gnus-server-agent-face, gnus-server-opened-face)
19621 (gnus-server-closed-face, gnus-server-denied-face)
19622 (gnus-server-offline-face):
19623 New backward-compatibility aliases for renamed faces.
19624 (gnus-server-agent-face, gnus-server-opened-face)
19625 (gnus-server-closed-face, gnus-server-denied-face)
19626 (gnus-server-offline-face): Use renamed gnus faces.
19628 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
19629 Remove "-face" suffix from face names.
19630 (gnus-picon-xbm-face, gnus-picon-face):
19631 New backward-compatibility aliases for renamed faces.
19633 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
19634 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
19635 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
19636 (gnus-cite-11): Remove "-face" suffix from face names.
19637 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
19638 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
19639 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
19640 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
19641 New backward-compatibility aliases for renamed faces.
19642 (gnus-cite-attribution-face, gnus-cite-face-list)
19643 (gnus-article-boring-faces): Use renamed gnus faces.
19645 * gnus-art.el (gnus-signature, gnus-header-from)
19646 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
19647 (gnus-header-content): Remove "-face" suffix from face names.
19648 (gnus-signature-face, gnus-header-from-face)
19649 (gnus-header-subject-face, gnus-header-newsgroups-face)
19650 (gnus-header-name-face, gnus-header-content-face):
19651 New backward-compatibility aliases for renamed faces.
19652 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
19654 * gnus-sum.el (gnus-summary-selected-face)
19655 (gnus-summary-highlight): Use renamed gnus faces.
19656 * gnus-group.el (gnus-group-highlight): Likewise.
19658 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
19660 * gnus-sieve.el (gnus-sieve-article-add-rule):
19661 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
19662 * spam-stat.el (spam-stat-buffer-change-to-spam)
19663 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
19665 * message.el (message-is-yours-p):
19666 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
19668 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
19670 * mm-view.el (mm-inline-text): Withdraw the last change.
19672 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
19674 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
19675 executing enriched-decode.
19677 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
19679 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
19680 charset of tar files.
19682 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
19684 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
19686 2005-06-04 Lute Kamstra <lute@gnu.org>
19688 * nnfolder.el (nnfolder-read-folder): Make sure that undo
19689 information is never recorded.
19691 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
19693 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
19695 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
19697 * pop3.el (pop3-apop): Run md5 in the binary mode.
19699 * starttls.el (starttls-set-process-query-on-exit-flag):
19700 Use eval-and-compile.
19702 2005-05-31 Simon Josefsson <jas@extundo.com>
19704 * smime.el (smime-replace-in-string): Define.
19705 (smime-cert-by-ldap-1): Use it.
19707 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
19709 * gnus-art.el (article-display-x-face): Replace
19710 process-kill-without-query by gnus-set-process-query-on-exit-flag.
19712 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
19713 set-process-query-on-exit-flag or process-kill-without-query.
19715 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
19716 loop instead of replace-regexp.
19718 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
19719 instead of process-kill-without-query if it is available.
19721 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
19722 instead of find-file-hooks if it is available.
19724 * mml1991.el: Bind pgg-default-user-id when compiling.
19726 * mml2015.el: Bind pgg-default-user-id when compiling.
19728 * nndraft.el (nndraft-request-associate-buffer):
19729 Use write-contents-functions instead of write-contents-hooks if it is
19732 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
19733 instead of find-file-hooks if it is available.
19735 * nntp.el (nntp-open-connection): Replace
19736 process-kill-without-query by gnus-set-process-query-on-exit-flag.
19737 (nntp-open-ssl-stream): Ditto.
19738 (nntp-open-tls-stream): Ditto.
19740 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
19741 set-process-query-on-exit-flag or process-kill-without-query.
19742 (starttls-open-stream-gnutls): Use it instead of
19743 process-kill-without-query.
19744 (starttls-open-stream): Ditto.
19746 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
19748 * smime.el (smime-cert-by-ldap-1): Don't use
19749 replace-regexp-in-string.
19751 2005-05-31 Arne Jørgensen <arne@arnested.dk>
19753 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
19755 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
19756 in PEM format. Adjust to the XEmacs compatibility.
19758 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
19760 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
19761 by `string-to-number'.
19762 * gnus-agent.el (gnus-agent-regenerate-group)
19763 (gnus-agent-fetch-articles): Ditto.
19764 * gnus-art.el (gnus-button-fetch-group): Ditto.
19765 * gnus-cache.el (gnus-cache-generate-active)
19766 (gnus-cache-articles-in-group): Ditto.
19767 * gnus-group.el (gnus-group-set-current-level)
19768 (gnus-group-insert-group-line): Ditto.
19769 * gnus-score.el (gnus-score-set-expunge-below)
19770 (gnus-score-set-mark-below, gnus-summary-score-effect)
19771 (gnus-summary-score-entry): Ditto.
19772 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
19773 (gnus-soup-pack): Ditto.
19774 * gnus-spec.el (gnus-xmas-format): Ditto.
19775 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
19776 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
19777 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
19778 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
19779 * nndb.el (nndb-get-remote-expire-response): Ditto.
19780 * nndiary.el (nndiary-parse-schedule-value)
19781 (nndiary-string-to-number, nndiary-request-replace-article)
19782 (nndiary-request-article): Ditto.
19783 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
19784 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
19785 * nneething.el (nneething-make-head): Ditto.
19786 * nnfolder.el (nnfolder-request-article)
19787 (nnfolder-retrieve-headers): Ditto.
19788 * nnheader.el (nnheader-file-to-number): Ditto.
19789 * nnkiboze.el (nnkiboze-request-article): Ditto.
19790 * nnmail.el (nnmail-process-unix-mail-format)
19791 (nnmail-process-babyl-mail-format): Ditto.
19792 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
19793 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
19794 (nnmh-request-create-group, nnmh-request-list-1)
19795 (nnmh-request-group, nnmh-request-article): Ditto.
19796 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
19797 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
19798 * nnsoup.el (nnsoup-make-active): Ditto.
19799 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
19800 * nntp.el (nntp-find-group-and-number)
19801 (nntp-retrieve-headers-with-xover): Ditto.
19802 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
19803 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
19804 (pgg-format-key-identifier): Ditto.
19805 * pop3.el (pop3-last, pop3-stat): Ditto.
19806 * qp.el (quoted-printable-decode-region): Ditto.
19808 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
19811 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
19813 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
19815 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
19817 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
19819 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
19821 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
19823 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
19825 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
19826 (gnus-carpal-mode): Ditto.
19828 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
19829 (gnus-browse-mode): Ditto.
19831 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
19833 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
19835 2005-05-29 Richard M. Stallman <rms@gnu.org>
19837 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
19839 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
19841 * gnus-util.el (gnus-run-mode-hooks): New function.
19843 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
19845 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
19847 * gnus-agent.el (gnus-agent-make-mode-line-string):
19848 Use mode-line-highlight as mouse-face.
19850 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
19852 * canlock.el (canlock): Change the parent group to news.
19854 * deuglify.el (gnus-outlook-deuglify): Add :group.
19856 * dig.el (dig): Add :group.
19858 * dns-mode.el (dns-mode): Add :group.
19860 * encrypt.el (encrypt): Add :group.
19862 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
19863 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
19864 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
19865 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
19866 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
19868 * gnus-diary.el (gnus-diary): Add :group.
19870 * gnus.el (gnus-group-news-1-face): Add :group.
19871 (gnus-group-news-1-empty-face): Ditto.
19872 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
19873 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
19874 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
19875 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
19876 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
19877 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
19878 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
19879 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
19880 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
19881 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
19882 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
19883 (gnus-summary-high-ticked-face): Ditto.
19884 (gnus-summary-low-ticked-face): Ditto.
19885 (gnus-summary-normal-ticked-face): Ditto.
19886 (gnus-summary-high-ancient-face): Ditto.
19887 (gnus-summary-low-ancient-face): Ditto.
19888 (gnus-summary-normal-ancient-face): Ditto.
19889 (gnus-summary-high-undownloaded-face): Ditto.
19890 (gnus-summary-low-undownloaded-face): Ditto.
19891 (gnus-summary-normal-undownloaded-face): Ditto.
19892 (gnus-summary-high-unread-face): Ditto.
19893 (gnus-summary-low-unread-face): Ditto.
19894 (gnus-summary-normal-unread-face): Ditto.
19895 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
19896 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
19898 * hashcash.el (hashcash): New custom group.
19899 (hashcash-default-payment): Add :group.
19900 (hashcash-payment-alist): Ditto.
19901 (hashcash-default-accept-payment): Ditto.
19902 (hashcash-accept-resources): Ditto.
19903 (hashcash-path): Ditto.
19904 (hashcash-extra-generate-parameters): Ditto.
19905 (hashcash-double-spend-database): Ditto.
19906 (hashcash-in-news): Ditto.
19908 * message.el (message-minibuffer-local-map): Add :group.
19910 * netrc.el (netrc): Add :group.
19912 * sieve-manage.el (sieve-manage-log): Add :group.
19913 (sieve-manage-default-user): Diito.
19914 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
19915 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
19916 (sieve-manage-authenticators): Ditto.
19917 (sieve-manage-authenticator-alist): Ditto.
19918 (sieve-manage-default-port): Ditto.
19920 * sieve-mode.el (sieve-control-commands-face): Add :group.
19921 (sieve-action-commands-face): Ditto.
19922 (sieve-test-commands-face): Ditto.
19923 (sieve-tagged-arguments-face): Ditto.
19925 * smime.el (smime): Add :group.
19927 * spam-report.el (spam-report): Add :group.
19929 * spam.el (spam, spam-face): Add :group.
19931 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
19933 * nntp.el (nntp-next-result-arrived-p): Some news servers may
19934 return \n.\n.\n at the end of articles. Protect against that.
19935 (nntp-with-open-group): Allow debugging.
19937 * nnheader.el (mail-header-set-extra): Make into a function
19938 because I just could't understand how to quote the list properly.
19940 * dns.el (query-dns-cached): New function.
19942 2005-05-26 Lute Kamstra <lute@gnu.org>
19944 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
19946 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
19948 * gnus-art.el: Don't autoload mail-extract-address-components.
19950 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
19951 eval-and-compile to evaluate it.
19953 * hashcash.el: Don't autoload executable-find.
19955 * nndb.el: Don't declare the nndb back end two or more times; don't
19956 autoload news-reply-mode, news-setup, cancel-timer and telnet.
19958 * nntp.el: Autoload format-spec instead of format; use
19959 eval-and-compile to evaluate autoload forms.
19961 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
19963 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
19965 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
19967 * gnus.el (gnus-version-number): Bump version.
19969 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
19971 * gnus.el: No Gnus v0.3 is released.
19973 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
19975 * gnus-art.el (gnus-article-edit-part): Disable undo.
19977 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
19979 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
19980 gnus-article-date-lapsed-new-header is t if date timer is active;
19981 skip headers in which the original date value is empty.
19982 (gnus-article-save-original-date): Redefine it as a macro.
19983 (gnus-display-mime): Use it.
19985 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
19987 * gnus-art.el (article-date-ut): Support converting date in
19988 forwarded parts as well.
19989 (gnus-article-save-original-date): New function.
19990 (gnus-display-mime): Use it.
19992 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
19994 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
19995 enclosure element of <item>.
19997 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
19999 * message.el (message-kill-buffer-query): Rename from
20000 `message-kill-buffer-query-if-modified'. Add :version.
20002 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
20004 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
20007 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
20009 * mml.el: Autoload dnd when compiling.
20011 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
20013 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
20016 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
20018 * qp.el (quoted-printable-encode-region): Save excursion.
20020 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
20022 * message.el (message-kill-buffer-query-if-modified): Add new variable
20023 so the user can kill a modified message buffer quickly.
20024 (message-kill-buffer): Use it.
20026 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
20028 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
20029 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
20031 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
20033 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
20034 contained in text because xml.el decodes entities) with LFs.
20036 2005-04-11 Lute Kamstra <lute@gnu.org>
20038 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
20041 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
20043 * mm-util.el (mm-detect-coding-region): Typo.
20045 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
20047 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
20049 2005-04-06 Deepak Goel <deego@gnufans.org>
20051 * spam-stat.el (spam-stat-score-buffer): Add a call to a
20052 user-function allow user modifications of the scores.
20053 (spam-stat-score-buffer-user): New function, to allow
20054 user-computed modifications to the score.
20055 (spam-stat-score-buffer-user-functions): List of additional
20057 (spam-stat-error-holder): Global temporary error holder.
20058 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
20061 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
20063 * gnus-registry.el (gnus-registry-clean-empty-function)
20064 (gnus-registry-trim, gnus-registry-fetch-groups)
20065 (gnus-registry-delete-group): Groups that match
20066 `gnus-registry-ignored-groups' are removed from the registry
20067 entries, not just ignored for splitting. This helps clean up the
20068 registry. Also, `gnus-registry-fetch-groups' is a convenient way
20069 to get all the groups a message ID is in.
20071 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
20072 (spam-stat-split-fancy): Change "threshhold" to "threshold".
20073 (spam-stat-score-buffer-user-functions): Add :number custom type.
20075 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
20077 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
20078 argument in XEmacs.
20080 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
20081 (nnrss-request-group): Decode group name first.
20082 (nnrss-request-article): Make a text/plain article if mml-to-mime
20084 (nnrss-get-encoding): Return a compatible encoding according to
20085 nnrss-compatible-encoding-alist.
20086 (nnrss-find-el): Use consp instead of listp.
20087 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
20089 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
20091 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
20092 which Emacs 20 doesn't support.
20093 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
20095 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
20097 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
20098 silence the byte compiler inside the defun.
20100 * gnus-demon.el (parse-time-string): Add autoload.
20102 * gnus-delay.el (parse-time-string): Add autoload.
20104 * gnus-art.el (parse-time-string): Add autoload.
20106 * nnultimate.el (parse-time): Require for `parse-time-string'.
20108 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
20110 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
20112 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
20114 * smime.el (smime-ldap-host-list): Add :version.
20116 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
20118 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
20119 pass it to `gnus-browse-read-group'.
20120 (gnus-browse-read-group): Add NUMBER argument and pass it to
20121 `gnus-group-read-ephemeral-group'.
20123 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
20124 argument and pass it to `gnus-group-read-group'.
20126 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
20128 * mm-util.el (mm-xemacs-find-mime-charset): Only call
20129 mm-xemacs-find-mime-charset-1 if we have the mule feature
20130 available at runtime.
20132 2005-03-25 Werner Lemberg <wl@gnu.org>
20134 * nnmaildir.el: Replace `illegal' with `invalid'.
20136 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
20138 * gnus-start.el (gnus-display-time-event-handler):
20139 Check display-time-timer at runtime rather than only at load time
20140 in case display-time-mode is turned off in the mean time.
20142 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
20144 * nnimap.el (nnimap-open-connection): Print which authinfo file is
20147 * nneething.el (nneething-map-file-directory): Derive from
20150 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
20153 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
20155 * nnmaildir.el (nnmaildir-request-accept-article):
20156 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
20158 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
20160 * gnus-async.el: Require timer-funcs at compile time when in
20161 XEmacs for `run-with-idle-timer'.
20163 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
20165 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
20166 autoloaded function.
20168 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
20170 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
20172 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
20174 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
20176 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
20178 * gnus-msg.el (gnus-confirm-mail-reply-to-news):
20179 Add gnus-expert-user to default.
20181 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
20183 * nnimap.el (nnimap-open-server): Ditto.
20185 * imap.el (imap-authenticate): Fix typo.
20187 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
20189 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
20190 buffer (since IMAP server might return FETCH response out of
20191 order, and the nntp buffer must be sorted).
20193 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
20195 * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
20196 comparison on string.
20198 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
20199 (gnus-agent-score): Rename category keywords to match gnus-cus.
20200 (gnus-agent-summary-fetch-series): Modify to protect against
20201 gnus-agent-summary-fetch-group clearing processable flags.
20202 (gnus-agent-synchronize-group-flags): Update live group buffer as
20203 synchronization may occur due to the user toggle the plugged
20205 (gnus-agent-fetch-group-1): Clear downloadable flag when article
20206 successfully downloaded.
20207 (gnus-agent-expire-group-1): Avoid using markers when the overview
20208 is in ascending order; greatly improves performance.
20209 (gnus-agent-regenerate-group):
20210 Use gnus-agent-synchronize-group-flags to reset read status in both
20212 (gnus-agent-update-files-total-fetched-for): Fix initial size.
20214 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
20216 * message.el: Don't autoload former message-utils variables.
20217 (message-strip-subject-trailing-was): Change doc string.
20219 * nnweb.el: Fixes for `gnus-group-make-web-group'.
20220 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
20221 (nnweb-google-search): Add "hl=en" here.
20222 (nnweb-google-parse-1, nnweb-google-create-mapping):
20223 Don't hardcode URL.
20225 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
20227 * message.el (message-get-reply-headers, message-followup):
20228 Mention related variables `message-use-followup-to' and
20229 `message-use-mail-followup-to', in the information buffer.
20231 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
20232 of broken groups(-beta).google.com.
20234 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
20236 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
20237 parameter to invoked gnus-request-move-article; remove the
20238 redundant gnus-sum-hint-move-is-internal variable; apply the marks
20239 all at once instead of once per article.
20240 (gnus-summary-remove-process-mark): Accept a list of articles as
20241 well as a single article for processing.
20243 * gnus-int.el (gnus-request-move-article): Add move-is-internal
20246 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
20248 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
20250 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
20253 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
20256 * nnimap.el (nnimap-request-move-article): Add move-is-internal
20257 parameter and remove the gnus-sum-hint-move-is-internal variable.
20259 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
20262 * nndraft.el (nndraft-request-move-article): Add move-is-internal
20265 * nndiary.el (nndiary-request-move-article): Add move-is-internal
20268 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
20270 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
20273 * nnagent.el (nnagent-request-move-article): Add move-is-internal
20276 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
20278 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
20279 a more conservative way.
20281 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
20283 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
20284 buffer, so it moves the window's cursor.
20286 2005-02-26 Arne Jørgensen <arne@arnested.dk>
20288 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
20289 `mm-dissect-multipart' and receive the from field as an (optional)
20290 argument from `mm-dissect-multipart'.
20291 (mm-dissect-multipart): Receive the from field as an argument and
20292 pass it on when we call `mm-dissect-buffer' on MIME parts.
20293 Fixes verification/decryption of signed/encrypted MIME parts.
20295 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
20297 * gnus-sum.el (gnus-summary-move-article):
20298 Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
20299 whatever it calls (right now, only nnimap-request-move article
20302 * nnimap.el (nnimap-request-move-article):
20303 When gnus-sum-hint-move-is-internal is set, don't do the extra
20304 nnimap-request-article.
20306 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
20308 * nnheader.el (nnheader-find-file-noselect): Add doc string.
20310 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
20311 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
20313 * gnus-sum.el (gnus-summary-caesar-message):
20314 Apply `gnus-treat-article' after rotation.
20316 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
20319 2005-02-22 Simon Josefsson <jas@extundo.com>
20321 * encrypt.el (encrypt-password-cache-expiry): Remove (use
20322 `password-cache-expiry' instead). Reported by Arne Jørgensen
20323 <arne@arnested.dk>.
20324 (encrypt): Add password-cache and password-cache-expiry as group
20327 2005-02-22 Arne Jørgensen <arne@arnested.dk>
20329 * smime.el (smime-ldap-host-list): Doc fix.
20330 (smime-ask-passphrase): Use `password-read-and-add' to read (and
20332 (smime-sign-region): Use it.
20333 (smime-decrypt-region): Use it.
20334 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
20335 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
20337 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
20338 certificate from DER to PEM format rather than calling openssl.
20340 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
20342 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
20343 for signing/encryption.
20345 * mml.el (mml-parse-1): Use them.
20347 2005-02-21 Arne Jørgensen <arne@arnested.dk>
20349 * nnrss.el (nnrss-verbose): Remove.
20350 (nnrss-request-group): Use `nnheader-message' instead.
20352 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
20354 * nnrss.el (nnrss-verbose): New variable.
20355 (nnrss-request-group): Make it say nnrss is requesting a group.
20357 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
20359 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
20360 Handle news URL with given port correctly.
20362 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
20364 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
20365 containing special characters.
20367 * gnus-sum.el (gnus-summary-edit-article): Ditto.
20369 * mml.el (mime-to-mml): Ditto.
20371 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
20372 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
20373 (rfc2047-decode-region): Quote decoded words containing special
20374 characters when rfc2047-quote-decoded-words-containing-tspecials
20377 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
20379 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
20381 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
20383 2005-02-15 Simon Josefsson <jas@extundo.com>
20385 * nnimap.el (nnimap-debug): Doc fix.
20387 * imap.el (imap-debug): Doc fix.
20389 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
20391 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
20393 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
20395 * gnus.el (spam-contents): Improve docs for spam-contents
20396 parameter in its variable incarnation.
20398 2005-02-14 Simon Josefsson <jas@extundo.com>
20400 * smime-ldap.el: Use require instead of load-library for ldap.
20401 (smime-ldap-search): Indent.
20402 (smime-ldap-search-internal): Shorten line.
20404 * smime.el (smime-cert-by-dns): Add doc-string.
20405 (smime-cert-by-ldap-1): Indent.
20407 * mml-smime.el (mml-smime-get-ldap-cert): Rename from
20408 mml-smime-get-dns-ldap.
20409 (mml-smime-encrypt-query): Use new function. Default to ldap.
20411 2005-02-14 Arne Jørgensen <arne@arnested.dk>
20413 * smime.el: Require smime-ldap.
20414 (smime-ldap-host-list): New variable.
20415 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
20417 * mml-smime.el (mml-smime-encrypt-query): New function.
20418 (mml-smime-encrypt-query): Use it.
20420 * smime-ldap.el: New file.
20422 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
20424 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
20426 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
20428 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
20429 argument in doc string. Make query for type more clear.
20431 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
20433 * gnus.el (gnus-group-startup-message): Search for gnus images in
20435 * mm-util.el (mm-image-load-path): Likewise.
20436 * smiley.el (smiley-data-directory): Search for smilies in
20437 etc/images/smilies.
20439 2005-02-09 Kim F. Storm <storm@cua.dk>
20441 Change Emacs release version from 21.4 to 22.1 throughout.
20442 Change Emacs development version from 21.3.50 to 22.0.50.
20444 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
20446 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
20448 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
20449 non-Mule XEmacs as well.
20450 (mm-decompress-buffer): Signal an error intentionally if it does
20451 not decompress compressed data because auto-compression-mode is
20454 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
20456 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
20457 an ID in the registry even if it has no groups.
20459 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
20461 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
20462 merge it into mm-decompress-buffer.
20463 (gnus-mime-copy-part): Use the MIME part charset, the value which
20464 a user specified or gnus-newsgroup-charset for decoding, like
20465 gnus-mime-inline-part does; set buffer-file-coding-system to tell
20466 save-buffer what was used. Suggested by Kevin Ryde
20467 <user42@zip.com.au>.
20468 (gnus-mime-inline-part): Allow the name parameter as well as the
20469 filename parameter; force decompressing of compressed data; always
20470 display contents being not decoded as unibyte.
20472 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
20473 as well as the filename parameter.
20475 * mm-util.el (mm-decompress-buffer):
20476 Merge gnus-mime-jka-compr-maybe-uncompress.
20477 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
20478 of compressed data.
20480 2005-02-08 Simon Josefsson <jas@extundo.com>
20482 * imap.el (imap-log): Doc fix.
20484 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
20486 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
20487 the coding cookies; decompress compressed parts.
20489 * mml.el (mml-generate-mime-1): Add the charset parameter according
20490 to the value which a user specified manually or the coding cookie.
20492 * mm-util.el (mm-string-to-multibyte): New function.
20493 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
20494 (mm-coding-system-to-mime-charset): New function.
20495 (mm-decompress-buffer): New function.
20496 (mm-find-buffer-file-coding-system): New function.
20498 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
20499 (mm-display-inline-fontify): Rewrite for decoding and decompressing
20502 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
20504 * mm-view.el (mm-display-inline-fontify): Decode a part according
20505 to the charset parameter.
20507 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
20509 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
20510 prefix arg is neither nil nor a number, as info specifies.
20512 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
20514 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
20517 2005-02-02 Jari Aalto <jari.aalto@cante.net>
20519 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
20520 groups error checking and notify user.
20522 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
20524 * message.el (message-send-mail-function): Check existence of
20525 sendmail-program first before using default value
20526 `message-send-mail-with-sendmail'. Otherwise use more generic
20527 `smtpmail-send-it'.
20529 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
20531 * nntp.el (nntp-request-update-info): Always return nil.
20533 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
20535 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
20537 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
20539 * message.el (message-beginning-of-line): Change the behavior when
20540 invoked between BOL and : so that it first moves backward.
20542 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
20544 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
20545 article buffer when editing of the article is discarded.
20546 (gnus-article-prepare): Revert.
20548 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
20550 * gnus-art.el (gnus-article-prepare):
20551 Remove message-strip-forbidden-properties from the local hook.
20553 2005-01-27 Simon Josefsson <jas@extundo.com>
20555 * password.el (password-cache-add): Only start one timer per key.
20556 Reported by Derek Atkins <warlord@MIT.EDU>.
20558 2005-01-26 Steve Youngs <steve@sxemacs.org>
20560 * run-at-time.el: Remove. It is no longer needed as
20561 timer-funcs.el in the xemacs-base package has a working version of
20564 * password.el: Require timer-funcs instead of run-at-time in
20566 Remove `password-run-at-time' macro.
20567 (password-cache-add): Use `run-at-time' instead of
20568 `password-run-at-time'.
20570 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
20571 for `run-with-idle-timer'.
20573 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
20576 * mm-url.el: Require timer-funcs at compile time when in XEmacs
20577 for `with-timeout'.
20579 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
20581 * mml.el (mml-generate-mime-1): Convert string into unibyte when
20582 inserting " *mml*" buffer's contents into a unibyte temp buffer.
20584 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
20586 * mail-source.el (mail-source-fetch-imap): Search for ^From case
20589 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
20591 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
20593 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
20595 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
20596 which will be inserted according to the multibyteness of a buffer
20597 rather than the type of contents. Suggested by ARISAWA Akihiro
20598 <ari@mbf.ocn.ne.jp>.
20600 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
20601 of string which old xml.el may return rather than a string.
20603 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
20605 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
20607 2005-01-16 Simon Josefsson <jas@extundo.com>
20609 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
20610 idn/idna.el isn't available.
20611 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
20612 <michael@waxrat.com>.
20614 * hashcash.el: Remove non-FSF copyright header.
20616 * hashcash.el (hashcash-extra-generate-parameters): New variable.
20617 (hashcash-generate-payment): Use it.
20618 (hashcash-generate-payment-async): Use it.
20620 2005-01-15 Simon Josefsson <jas@extundo.com>
20622 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
20623 Suggested by Raymond Scholz <ray-2005@zonix.de>.
20625 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
20626 gnus-summary-idna-message.
20627 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
20628 (gnus-summary-idna-message): New function.
20630 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
20632 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
20635 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
20637 * nnrss.el (nnrss-request-delete-group): Delete entries in
20638 nnrss-group-alist as well.
20639 (nnrss-save-server-data): Insert newline.
20641 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
20643 * gnus.el (gnus-user-agent): Use list of symbols instead of
20644 symbols. Display full version number for (S)XEmacs.
20645 Optionally display (S)XEmacs codename.
20647 * gnus-util.el (gnus-emacs-version): Update for new
20650 * gnus-msg.el (gnus-extended-version): Make it possible to omit
20653 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
20655 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
20656 which is unreadable in some setups.
20658 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
20660 * gnus-spec.el (gnus-update-format-specifications): Flush the
20661 group format spec cache if it doesn't support decoded group names.
20663 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
20665 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
20666 Allow to apply decay on score files matching a regexp.
20668 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
20670 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
20671 compatibility in %g and %c.
20673 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
20675 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
20676 name for only %g and %c.
20677 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
20678 of gnus-tmp-group to decoded group name.
20679 (gnus-group-make-rss-group): Exclude `/'s from group names.
20681 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
20683 * nnrss.el (nnrss-get-encoding): Fix regexp.
20685 2004-12-27 Simon Josefsson <jas@extundo.com>
20687 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
20688 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
20689 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
20691 2004-12-17 Kim F. Storm <storm@cua.dk>
20693 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
20695 * gnus-sum.el (gnus-summary-mode-map): Likewise.
20697 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
20699 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
20701 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
20703 * nnrss.el: Require rfc2047 and mml.
20704 (nnrss-file-coding-system): New variable.
20705 (nnrss-format-string): Redefine it as an inline function.
20706 (nnrss-decode-group-name): New function.
20707 (nnrss-string-as-multibyte): Remove.
20708 (nnrss-retrieve-headers): Decode group name; don't use
20709 nnrss-format-string.
20710 (nnrss-request-group): Decode group name.
20711 (nnrss-request-article): Decode group name; allow a Message-ID as
20712 well as an article number; don't use nnrss-format-string; encode a
20713 Message-ID string which may contain non-ASCII characters; use
20714 mml-to-mime to compose a MIME article.
20715 (nnrss-request-expire-articles): Decode group name.
20716 (nnrss-request-delete-group): Decode group name.
20717 (nnrss-fetch): Clarify error message.
20718 (nnrss-read-server-data): Use insert-file-contents instead of load;
20719 bind file-name-coding-system; use multibyte buffer.
20720 (nnrss-save-server-data): Bind coding-system-for-write to the
20721 value of nnrss-file-coding-system; bind file-name-coding-system;
20723 (nnrss-read-group-data): Use insert-file-contents instead of load;
20724 bind file-name-coding-system; use multibyte buffer.
20725 (nnrss-save-group-data): Bind coding-system-for-write to the
20726 value of nnrss-file-coding-system; bind file-name-coding-system.
20727 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
20728 make it work with non-ASCII text.
20729 (nnrss-find-el): Make it work with old xml.el as well.
20731 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
20733 * nnrss.el (nnrss-get-encoding): New function.
20734 (nnrss-fetch): Use unibyte buffer initially; bind
20735 coding-system-for-read while performing mm-url-insert; remove ^Ms;
20736 decode contents according to the encoding attribute.
20737 (nnrss-save-group-data): Add coding cookie.
20738 (nnrss-mime-encode-string): New function.
20739 (nnrss-check-group): Use it to encode subject and author.
20741 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
20743 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
20744 imaginary variable.
20746 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
20748 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
20749 correctly even if there are wide characters.
20751 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
20753 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
20754 downcased symbol names; make a new cache instead of reusing
20757 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
20759 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
20760 concatenating segments rather than before concatenating them.
20761 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20763 * message.el (message-get-reply-headers): Bind `extra'.
20765 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
20767 * message.el (message-extra-wide-headers): New variable.
20768 (message-get-reply-headers): Use it.
20770 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
20772 * gnus-agent.el (gnus-agent-group-path): Decode group name.
20773 (gnus-agent-group-pathname): Ditto.
20775 * gnus-cache.el (gnus-cache-file-name): Decode group name.
20777 * gnus-group.el (gnus-group-make-group): Decode group name.
20778 (gnus-group-make-rss-group): Register the group data after opening
20781 2004-12-17 Paul Jarc <prj@po.cwru.edu>
20783 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
20784 by expiry now get marked as read.
20786 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
20788 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
20790 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
20792 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
20793 unify Latin characters in XEmacs.
20794 (mm-find-mime-charset-region): Use it.
20796 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
20798 * gnus-util.el (gnus-delete-directory): New function.
20800 * gnus-agent.el (gnus-agent-delete-group): Use it.
20802 * gnus-cache.el (gnus-cache-delete-group): Use it.
20804 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
20806 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
20809 2004-12-16 Simon Josefsson <jas@extundo.com>
20811 * hashcash.el (hashcash-payment-alist): Fix custom :type.
20813 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
20815 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
20817 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
20818 (gnus-group-set-current-level): Decode group name.
20820 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
20822 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
20825 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
20827 * gnus-group.el (gnus-group-delete-group): Decode group name.
20828 (gnus-group-make-rss-group): Encode group name.
20829 (gnus-group-catchup-current): Decode group name.
20830 (gnus-group-kill-group): Decode group name.
20832 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
20834 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
20836 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
20838 * gnus-group.el (gnus-group-make-rss-group):
20839 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
20841 * gnus-start.el (gnus-setup-news): Honor user's setting to
20842 gnus-message-archive-method. Suggested by Lute Kamstra
20845 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
20847 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
20848 global counterparts of the buffer-local variables.
20850 2004-11-16 Romain Francoise <romain@orebokech.com>
20852 * gnus-sum.el (gnus-summary-exit): Don't clear the global
20853 counterparts of the buffer-local variables.
20855 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
20857 * message.el (message-forbidden-properties): Fix typo in doc
20860 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
20862 * gnus-util.el (gnus-replace-in-string): Add doc string.
20864 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
20865 to avoid problems when splitting mails with many recipients.
20867 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
20869 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
20870 pop-to-buffer, covered by the subsequent gnus-configure-windows.
20872 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
20874 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
20875 if there is no hashtable in memory or file modification time is
20876 newer than cached timestamp.
20878 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
20880 * gnus-sum.el (gnus-summary-limit-to-recipient):
20881 Implement not-matching option.
20883 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
20885 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
20886 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
20887 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
20888 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
20889 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
20890 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
20892 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
20894 * message.el (message-forward-make-body-mml): Remove headers
20895 according to message-forward-ignored-headers if a message is decoded.
20897 2004-12-02 Romain Francoise <romain@orebokech.com>
20899 * message.el (message-forward-make-body-plain): Always remove
20900 headers according to message-forward-ignored-headers.
20902 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
20904 * spam.el (spam-summary-prepare-exit): Remove the
20905 gnus-summary-limit pop for now, it has problems with ham marks for
20908 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
20910 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
20913 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
20915 * format-spec.el (format-spec): Message the char.
20917 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
20919 * gnus-art.el (gnus-split-methods): Reformat comments.
20921 * spam.el (spam-summary-prepare-exit): Remove article limits
20922 before exiting the summary buffer.
20924 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
20926 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
20927 order to silence the byte compiler.
20929 * spam.el: Fix the way to silence the byte compiler, which
20930 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
20931 bbdb-search-simple, spam-BBDB-register-routine,
20932 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
20933 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
20934 spam-stat-buffer-is-spam, spam-stat-load,
20935 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
20936 spam-stat-save and spam-stat-split-fancy.
20938 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
20940 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
20941 which may confuse users.
20942 (canlock-password-for-verify): Ditto.
20944 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
20946 * gnus-art.el (gnus-emphasis-alist): Ditto.
20948 * gnus-registry.el (gnus-registry-max-entries): Ditto.
20950 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
20952 * gnus-start.el (gnus-save-killed-list): Ditto.
20954 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
20955 (gnus-sum-thread-tree-root): Ditto.
20956 (gnus-sum-thread-tree-false-root): Ditto.
20957 (gnus-sum-thread-tree-single-indent): Ditto.
20959 * message.el (message-courtesy-message): Ditto.
20960 (message-archive-note): Ditto.
20961 (message-subscribed-address-file): Ditto.
20962 (message-user-fqdn): Ditto.
20964 * spam-report.el (spam-report-gmane-regex): Ditto.
20966 * spam.el (spam-blackhole-good-server-regex): Ditto.
20968 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
20970 * mml.el (mml-preview): Widen the message buffer before copying
20971 the contents to the preview buffer; sort headers before previewing.
20973 * message.el (message-hidden-headers): Fix the way to avoid a bug
20974 in the `repeat' widget in Emacs 21.3 or earlier.
20976 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
20978 * message.el (message-hidden-headers): Default to "^References:".
20979 Improve customization type. Suggested by Reiner Steib
20980 <Reiner.Steib@gmx.de>.
20982 2004-11-25 Romain Francoise <romain@orebokech.com>
20984 * message.el (message-strip-forbidden-properties): Remove check for
20985 obsolete `message-hidden' text property, hidden headers are not
20986 accessible in the buffer anymore.
20988 2004-11-22 Romain Francoise <romain@orebokech.com>
20990 * message.el (message-header-format-alist): Add `From' in list
20991 so that it can be sorted.
20992 (message-fix-before-sending): Widen and sort headers before
20994 (message-hide-headers): Use narrowing to hide headers by moving
20995 them to the top of the buffer and narrowing to the region
20998 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21000 * message.el (message-strip-forbidden-properties):
21001 Bind buffer-read-only (etc) to nil.
21003 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
21005 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
21006 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
21008 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
21010 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
21012 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
21014 * dns.el (query-dns): Use sit-for to time instead of
21015 accept-process-output, since that doesn't seem to work on udp
21018 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
21020 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
21022 2004-11-15 Jesper Harder <harder@ifa.au.dk>
21024 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
21025 doc string. Improve doc string.
21027 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
21029 * nntp.el (nntp-request-update-info): Return nil if
21030 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
21031 may not call gnus-activate-group which uselessly issues the GROUP
21032 commands for all nntp groups and wastes time. Reported by Romain
21033 Francoise <romain@orebokech.com>.
21035 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
21037 2004-11-15 Simon Josefsson <jas@extundo.com>
21039 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
21040 headers separately.
21041 (gnus-button-openpgp): New function, inspired by Jochen Küpper
21042 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
21044 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
21046 * gnus-start.el (gnus-convert-old-newsrc):
21047 Assign legacy-gnus-agent to 5.10.7.
21049 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
21051 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
21052 start of the lines.
21054 2004-11-14 Magnus Henoch <mange@freemail.hu>
21056 * hashcash.el (hashcash-default-payment): Change default to 20.
21057 (hashcash-default-accept-payment): Change default to 20.
21058 (hashcash-process-alist): New variable.
21059 (hashcash-generate-payment-async): Add.
21060 (hashcash-already-paid-p): Add.
21061 (hashcash-insert-payment): Don't generate payments twice.
21062 (hashcash-insert-payment-async): Add.
21063 (hashcash-insert-payment-async-2): Add.
21064 (hashcash-cancel-async): Add.
21065 (hashcash-wait-async): Add.
21066 (hashcash-processes-running-p): Add.
21067 (hashcash-wait-or-cancel): Add.
21068 (mail-add-payment): New optional argument. Conditionally start
21069 asynchronous calculation.
21070 (mail-add-payment-async): Add.
21072 * message.el (message-send-mail): Wait for asynchronous hashcash
21073 results. Don't clobber existing X-Hashcash headers.
21074 (message-setup-1): Call mail-add-payment-async when
21075 message-generate-hashcash is non-nil.
21077 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
21079 * message.el (message-use-alternative-email-as-from): Examine the
21080 From header as well; use message-make-from in order to include a
21083 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
21085 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
21086 default; improve customization type.
21087 (gnus-emphasis-custom-with-format): New macro.
21088 (gnus-emphasis-custom-value-to-external): New function.
21089 (gnus-emphasis-custom-value-to-internal): New function.
21091 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
21093 * dns.el (query-dns): Resolve reverse addresses.
21095 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
21097 * gnus-group.el (gnus-group-get-new-news): Use it.
21099 * gnus-start.el (gnus-check-reasonable-setup): New function.
21101 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
21103 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
21104 "Args out of range" error. Reported by Arnaud Giersch
21105 <arnaud.giersch@free.fr>.
21107 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
21109 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
21111 2004-11-04 Richard M. Stallman <rms@gnu.org>
21113 * spam.el (spam group): Add :version.
21115 * pgg-def.el (pgg group): Add :version.
21117 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
21119 * gnus-art.el (gnus-article-edit-article): Don't associate the
21120 article buffer with a draft file. This is a temporary measure
21121 against the 2004-08-22 change to gnus-article-edit-mode.
21123 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
21125 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
21126 (html2text-format-tags): Remove unused variable `attr'.
21128 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
21130 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
21132 * spam-stat.el (spam-stat): Add :version.
21134 * sieve.el (sieve): Add :version.
21136 * sha1.el (sha1): Add :version.
21137 (sha1-use-external): Remove redundant version.
21139 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
21140 (nnmail-cache-ignore-groups, nnmail-spool-hook)
21141 (nnmail-split-fancy-match-partial-words)
21142 (nnmail-split-lowercase-expanded): Add :version.
21144 * nndiary.el (nndiary): Add :version.
21146 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
21148 * mml-sec.el (mml-default-sign-method)
21149 (mml-default-encrypt-method, mml-signencrypt-style-alist):
21152 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
21154 * mm-url.el (mm-url-use-external, mm-url-program)
21155 (mm-url-arguments): Add :version.
21157 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
21158 (mm-attachment-file-modes, mm-decrypt-option)
21159 (mm-w3m-safe-url-regexp): Add :version.
21161 * message.el (message-cite-prefix-regexp)
21162 (message-sendmail-envelope-from, message-minibuffer-local-map)
21163 (message-user-fqdn, message-completion-alist): Add :version.
21165 * gnus-win.el (gnus-configure-windows-hook)
21166 (gnus-use-frames-on-any-display): Add :version.
21168 * gnus-art.el (gnus-article-address-banner-alist)
21169 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
21170 (gnus-treat-from-picon, gnus-treat-mail-picon)
21171 (gnus-treat-x-pgp-sig): Add :version.
21173 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
21174 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
21175 (gnus-summary-article-delete-hook)
21176 (gnus-summary-display-while-building): Add :version.
21178 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
21179 (gnus-get-top-new-news-hook): Add :version.
21181 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
21182 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
21184 * gnus-registry.el (gnus-registry): Add :version.
21186 * gnus-spec.el (gnus-use-correct-string-widths)
21187 (gnus-make-format-preserve-properties): Add :version.
21189 * gnus.el (gnus-group-charter-alist)
21190 (gnus-group-fetch-control-use-browse-url)
21191 (gnus-install-group-spam-parameters): Add :version.
21193 * gnus-diary.el (gnus-diary): Add :version.
21195 * gnus-delay.el (gnus-delay): Add :version.
21197 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
21198 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
21199 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
21202 * gnus-agent.el (gnus-agent-max-fetch-size)
21203 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
21204 (gnus-agent-prompt-send-queue): Add :version.
21206 * deuglify.el (gnus-outlook-deuglify): Add :version.
21208 * html2text.el: Beautify code. Improve doc strings.
21209 Some checkdoc cleanup.
21210 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
21212 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
21214 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
21216 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
21218 * gnus-registry.el (gnus-registry-hashtb): Create the registry
21219 when package is loaded.
21221 * spam.el (spam-summary-score-preferred-header): Add global preference
21222 for people who want to override the default SpamAssassin over
21223 Bogofilter preference (when both are set).
21224 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
21225 (spam-user-format-function-S):
21226 Check spam-summary-score-preferred-header.
21227 (spam-extra-header-to-number): Add X-Bogosity header parsing.
21228 (spam-user-format-function-S): Format the score correctly.
21230 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
21232 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
21233 signature file. Suggested by Manoj Srivastava
21234 <srivasta@golden-gryphon.com>.
21236 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
21237 iso-2022-jp even in the Japanese language environment.
21238 Suggested by Jason Rumney <jasonr@gnu.org>.
21240 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
21242 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
21243 use the same characters as the dummy marks; make it free from
21244 getting affected by the language environment.
21245 (gnus-summary-read-group-1): Update mark positions only when the
21246 format spec is updated.
21248 * gnus-spec.el (gnus-update-format-specifications): Return a list
21251 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
21253 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
21254 of boundp to check if display-warning is available.
21256 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
21258 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
21260 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
21262 * nnspool.el (nnspool-spool-directory): Use news-path if the
21263 news-directory variable is not bound.
21265 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
21266 function instead of display-warning if it is not available.
21268 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
21270 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
21271 v5-10: Use `point-at-bol'.
21273 2004-10-26 Simon Josefsson <jas@extundo.com>
21275 * hashcash.el: Fix URL in comment, reported by Cheng Gao
21276 <chenggao@gmail.com>.
21278 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
21280 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
21283 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
21285 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
21286 to remove a server from the nnimap-server-buffer-alist.
21287 (nnimap-open-connection, nnimap-close-server): Use it.
21289 * gnus-encrypt.el: Remove file in favor of encrypt.el.
21291 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
21293 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
21294 running the major-mode function.
21296 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
21298 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
21299 dummy marks in the right way.
21301 2004-10-18 David Edmondson <dme@dme.org>
21303 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
21306 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
21308 * gnus-util.el (gnus-split-references): Accept a nil references
21309 string and go on blissfully.
21311 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
21312 cases where the references string is non-nil but has no references.
21314 * encrypt.el: Add autoload tags.
21316 * spam.el (spam-resolve-registrations-routine): Remove article
21317 from unregistration list too. Reported by David Hanak
21318 <dhanak@isis.vanderbilt.edu>
21320 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
21322 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
21323 nil. Change custom type.
21325 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
21327 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
21329 * gnus-sum.el (gnus-summary-move-article): Use it.
21331 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
21333 * encrypt.el: Add autoload cookies.
21335 * spam.el (spam-backend-article-list-property)
21336 (spam-backend-get-article-todo-list)
21337 (spam-backend-put-article-todo-list)
21338 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
21339 Resolve registrations separately.
21340 (spam-register-routine): Format comments.
21341 (spam-unregister-routine, spam-register-routine): Always call with
21342 specific-articles, no default list.
21343 (spam-summary-prepare-exit): Use the spam-classifications function.
21345 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
21348 * encrypt.el: Copied from gnus-encrypt.el.
21350 * gnus-encrypt.el: Commented that it's obsolete.
21352 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
21354 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
21355 (gnus-score-save): Use it.
21357 * message.el (message-bury): Use `window-dedicated-p'.
21359 2004-10-15 Simon Josefsson <jas@extundo.com>
21361 * pop3.el (top-level): Don't require nnheader.
21362 (pop3-read-timeout): Add.
21363 (pop3-accept-process-output): Add.
21364 (pop3-read-response, pop3-retr): Use it.
21366 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
21368 * spam.el (spam-register-routine): Move comment.
21369 (spam-verify-bogofilter): Use 'unknown for the initial
21370 spam-bogofilter-valid state, not 'never.
21372 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
21375 * nnimap.el (nnimap-open-connection):
21376 Use netrc-machine-user-or-password.
21378 2004-10-17 Richard M. Stallman <rms@gnu.org>
21380 * gnus-registry.el (gnus-registry-unload-hook):
21381 Set as a variable with add-hook.
21383 * nnspool.el (nnspool-spool-directory): Use news-directory instead
21386 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
21388 * spam.el: Delete duplicate `provide'.
21389 (spam-unload-hook): Set as a variable with add-hook.
21391 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
21393 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
21396 * message.el (message-ignored-news-headers)
21397 (message-ignored-supersedes-headers)
21398 (message-ignored-resent-headers)
21399 (message-forward-ignored-headers): Improve custom type.
21401 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
21403 * message.el (message-tokenize-header): Fix 2004-09-06 change
21404 which used point-min in the wrong place.
21406 2004-10-12 Simon Josefsson <jas@extundo.com>
21408 * tls.el (tls-certtool-program): New variable.
21409 (tls-certificate-information): New function, based on
21410 ssl-certificate-information.
21412 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
21414 * compface.el: Move the version of ELisp-based uncompface program
21415 to the contrib directory because of the copyright problem.
21417 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
21419 * message.el (message-kill-buffer): Raise the current frame.
21421 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
21423 * gnus-sum.el: Mention that multibyte characters don't work as marks.
21425 * gnus.el (message-y-or-n-p): Autoload.
21427 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
21428 (pop3-password-required, pop3-authentication-scheme)
21429 (pop3-leave-mail-on-server): Make customizable.
21430 (pop3): New custom group.
21431 (pop3-retr): Remove `sleep-for' statements.
21432 Suggested by Dave Love <fx@gnu.org>.
21434 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
21437 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21438 (imap-parse-body): Fix incorrect use of `assert'.
21439 Suggested by Dave Love <fx@gnu.org>.
21441 * mml.el (mml-minibuffer-read-disposition): Require match.
21442 Suggested by Dave Love <fx@gnu.org>.
21444 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
21446 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
21449 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
21451 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
21453 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
21455 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
21456 instead of calling `mm-insert-inline', to decode text/* parts
21457 before displaying them.
21459 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
21461 * mm-uu.el (mm-uu-text-plain-type): New variable.
21462 (mm-uu-pgp-signed-extract-1): Use it.
21463 (mm-uu-pgp-encrypted-extract-1): Use it.
21464 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
21465 bind mm-uu-text-plain-type with that value.
21466 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
21469 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
21471 * gnus-group.el (gnus-update-group-mark-positions):
21472 * gnus-sum.el (gnus-update-summary-mark-positions):
21473 * message.el (message-check-news-body-syntax):
21474 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
21475 of string-as-multibyte.
21477 2004-10-05 Juri Linkov <juri@jurta.org>
21479 * gnus-group.el (gnus-update-group-mark-positions):
21480 * gnus-sum.el (gnus-update-summary-mark-positions):
21481 * message.el (message-check-news-body-syntax):
21482 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
21483 8-bit unibyte values to a multibyte string for search functions.
21485 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
21487 * mm-uu.el (mm-uu-dissect): Allow optional arg.
21488 (mm-uu-dissect-text-parts): New function.
21490 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
21491 dissect text parts.
21493 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
21494 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
21496 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
21498 * gnus-topic.el (gnus-topic-hierarchical-parameters):
21499 Use gnus-current-topics instead of gnus-current-topic.
21501 2004-10-06 Jesper Harder <harder@ifa.au.dk>
21503 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
21505 2004-10-05 Jesper Harder <harder@ifa.au.dk>
21507 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
21510 * nnml.el (nnml-generate-active-info): do.
21512 * nndiary.el (nndiary-generate-active-info): do.
21514 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
21515 (gnus-topic-move): do.
21517 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
21518 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
21520 * gnus-srvr.el (gnus-server-prepare)
21521 (gnus-server-open-all-servers): do.
21523 * gnus-msg.el (gnus-summary-cancel-article)
21524 (gnus-summary-resend-message)
21525 (gnus-summary-mail-crosspost-complaint): do.
21527 * gnus-move.el (gnus-change-server): do.
21529 * gnus-group.el (gnus-group-unmark-all-groups)
21530 (gnus-group-set-current-level): do.
21532 2004-10-04 Simon Josefsson <jas@extundo.com>
21534 * message.el (message-generate-hashcash): Doc fix.
21536 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
21538 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
21539 avoid infinite recursion via gnus-get-function.
21541 2004-10-02 Jesper Harder <harder@ifa.au.dk>
21543 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
21545 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
21547 * nnmail.el (nnmail-split-history): do.
21549 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
21550 (nnml-request-delete-group): do.
21552 * nnslashdot.el (nnslashdot-read-groups): do.
21554 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
21555 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
21557 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
21558 (nnspool-sift-nov-with-sed): Use last.
21559 (nnspool-retrieve-headers-with-nov): Use mapc.
21560 (nnspool-request-newgroups): Use dolist.
21561 (nnspool-request-group): Use last.
21563 * nntp.el (nntp-read-server-type): Use dolist.
21565 * nnvirtual.el (nnvirtual-create-mapping)
21566 (nnvirtual-update-read-and-marked): Use dolist.
21567 (nnvirtual-convert-headers): Simplify.
21569 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
21571 * gnus-agent.el (gnus-agent-synchronize-group-flags):
21572 Add support for sync'ing tick marks.
21574 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
21576 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
21577 there's no visible header.
21579 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
21581 * gnus-agent.el (gnus-agent-synchronize-group-flags):
21582 When necessary, pass full group name to gnus-request-set-marks.
21584 2004-10-01 Simon Josefsson <jas@extundo.com>
21586 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
21589 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
21591 * spam-report.el (spam-report-gmane): Fix interactive.
21593 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
21595 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
21597 (gnus-agent-synchronize-flags): Don't default to being
21600 2004-09-30 Simon Josefsson <jas@extundo.com>
21602 * message.el (message-generate-hashcash): Add.
21603 (message-send-mail): Use it, call mail-add-payment.
21605 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
21607 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
21609 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
21611 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
21612 gnus-request-update-info with explicit code to sync the in-memory
21613 info read flags with the marks being sync'd to the backend.
21615 * gnus-util.el (gnus-pp): Add optional stream to match pp API.
21617 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
21619 * spam.el (spam-verify-bogofilter): Add new function.
21620 (spam-check-bogofilter)
21621 (spam-bogofilter-register-with-bogofilter): Use it.
21622 (spam-verify-bogofilter): Add small fixes.
21624 2004-09-28 Simon Josefsson <jas@extundo.com>
21626 * hashcash.el (hashcash-generate-payment): Revert.
21628 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
21630 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21631 Use gnus-extract-references instead of gnus-split-references.
21633 * gnus-util.el (gnus-extract-references): Add new function, analogous
21634 to gnus-split-references but extracts only the message-ID without
21637 * hashcash.el (hashcash-generate-payment)
21638 (hashcash-check-payment): Do the right thing if hashcash-path is
21639 nil (because the hashcash program could not be found).
21641 * spam.el (spam-use-hashcash): Remove comment.
21643 2004-09-27 Jesper Harder <harder@ifa.au.dk>
21645 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
21646 (gnus-cache-enter-article, gnus-cache-remove-article)
21647 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
21649 * gnus-async.el (gnus-async-prefetch-remove-group): do.
21651 * gnus-art.el (article-hide-boring-headers)
21652 (article-translate-strings, article-display-face)
21653 (gnus-article-mime-match-handle-first)
21654 (gnus-article-highlight-headers)
21655 (gnus-article-add-buttons-to-head): do.
21657 2004-09-27 Simon Josefsson <jas@extundo.com>
21659 * hashcash.el: New version, from
21660 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
21663 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
21665 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
21667 2004-09-26 Jesper Harder <harder@ifa.au.dk>
21669 * gnus-dup.el (gnus-dup-open): Use mapc.
21670 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
21672 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
21673 Reported by Stefan Wiens <s.wi@gmx.net>.
21675 * gnus.el (gnus-shutdown): Use dolist.
21677 * gnus-undo.el (gnus-undo): Use mapc.
21679 * nnrss.el (nnrss-generate-active): do.
21681 * message.el (message-cite-original-without-signature)
21682 (message-cite-original): Use mapc.
21683 (message-do-actions, message-make-forward-subject): Use dolist.
21685 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
21687 * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
21688 deletion to remove entire duplicate line. Fixes merged article
21691 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
21693 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
21694 servers that are offline. Avoids having gnus-agent-toggle-plugged
21695 first ask if you want to open a server and then, even when you
21696 responded with no, asking if you want to synchronize the server's
21698 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
21699 multi-line expressions.
21700 (gnus-agent-synchronize-group-flags): New internal function.
21701 Updates marks in memory (in the info structure) AND in the
21704 * gnus-util.el (gnus-remassoc): Fix typo in documentation.
21706 * nnagent.el (nnagent-request-set-mark):
21707 Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
21708 method, to ensure that synchronization updates marks in the
21709 backend and in the info (in memory) structure.
21711 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
21713 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
21714 convention fully; don't miss the root article of a thread; make
21715 the X-Draft-From header with correct article numbers.
21717 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
21719 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
21720 unless plugged. Disable the agent so that an open failure causes
21723 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
21724 Revert 2004-09-21 change. The backend must be opened while
21725 synchronizing flags even when the backend stores the flags
21728 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
21730 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
21731 in `header' match. Reported by Svend Tollak Munkejord.
21733 * message.el (message-cite-original): Fix use of
21734 `message-cite-articles-with-x-no-archive'.
21736 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
21738 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
21739 (gnus-window-to-buffer): Ditto.
21741 * mml.el (mml-preview-buffer): New variable.
21742 (mml-preview): Manage window layout with gnus-buffer-configuration.
21744 * gnus-msg.el (gnus-setup-message): Put article numbers into the
21745 X-Draft-From header even if those articles aren't quoted.
21747 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
21749 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
21750 (gnus-request-set-mark, gnus-request-update-mark): Use new
21751 g-s-t-u-l-m to decide to use backend even when unplugged.
21753 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
21755 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
21756 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
21758 2004-09-20 Simon Josefsson <jas@extundo.com>
21760 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
21763 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
21765 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
21767 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
21769 * uudecode.el (uudecode-use-external): Add :version.
21771 * smime.el (smime-CA-file, smime-encrypt-cipher)
21772 (smime-dns-server): Add :version.
21774 * smiley.el (gnus-smiley-file-types): Add :version.
21776 * sha1.el (sha1-use-external): Add :version.
21778 * pgg-def.el (pgg-query-keyserver): Add :version.
21780 * nnmail.el (nnmail-fancy-expiry-targets)
21781 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
21784 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
21785 (nnimap-retrieve-groups-asynchronous): Add :version.
21786 (nnimap-close-asynchronous): Add :version. Fix typo in doc string.
21788 * mml.el (mml-content-disposition-parameters)
21789 (mml-insert-mime-headers-always): Add :version.
21791 * mm-util.el (mm-coding-system-priorities): Add :version.
21793 * mm-decode.el (mm-inline-text-html-with-images)
21794 (mm-keep-viewer-alive-types, mm-external-terminal-program)
21795 (mm-verify-option): Add :version.
21796 (mm-text-html-renderer): Change :version.
21798 * message.el (message-fcc-externalize-attachments)
21799 (message-required-headers, message-draft-headers)
21800 (message-subject-trailing-was-query)
21801 (message-subject-trailing-was-ask-regexp)
21802 (message-subject-trailing-was-regexp, message-mark-insert-begin)
21803 (message-mark-insert-end, message-archive-header)
21804 (message-archive-note, message-cross-post-default)
21805 (message-cross-post-note, message-followup-to-note)
21806 (message-cross-post-note-function, message-use-mail-followup-to)
21807 (message-subscribed-address-functions)
21808 (message-subscribed-address-file, message-subscribed-addresses)
21809 (message-subscribed-regexps, message-allow-no-recipients)
21810 (message-yank-cited-prefix, message-signature-insert-empty-line)
21811 (message-hidden-headers, message-hierarchical-addresses)
21812 (message-mail-user-agent, message-use-idna)
21813 (message-valid-fqdn-regexp)
21814 (message-strip-special-text-properties, message-header-synonyms)
21815 (message-beginning-of-line, message-tab-body-function): Add :version.
21816 (message-insert-canlock, message-wide-reply-confirm-recipients):
21819 * mail-source.el (mail-source-ignore-errors): Add :group, :type
21821 (mail-source-delete-old-incoming-confirm)
21822 (mail-source-movemail-program): Add :version.
21824 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
21825 (gnus-agent-cache, gnus-agent): Change :version.
21827 * gnus-util.el (gnus-use-byte-compile): Change :version.
21829 * gnus-sum.el (gnus-summary-make-false-root-always)
21830 (gnus-summary-default-high-score)
21831 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
21832 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
21833 (gnus-read-all-available-headers, gnus-article-emulate-mime)
21834 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
21835 (gnus-sum-thread-tree-single-indent)
21836 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
21837 (gnus-sum-thread-tree-leaf-with-other)
21838 (gnus-sum-thread-tree-single-leaf): Add :version.
21839 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
21840 (gnus-article-loose-mime): Change :version.
21842 * gnus-start.el (gnus-backup-startup-file)
21843 (gnus-save-startup-file-via-temp-buffer): Add :version.
21845 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
21846 (gnus-server-offline-face): Add :version.
21848 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
21850 * gnus-msg.el (gnus-gcc-externalize-attachments)
21851 (gnus-debug-files, gnus-debug-exclude-variables)
21852 (gnus-discouraged-post-methods): Change :version.
21853 (gnus-confirm-mail-reply-to-news)
21854 (gnus-confirm-treat-mail-like-news): Add :version.
21856 * gnus-int.el (gnus-server-unopen-status): Add :version.
21858 * gnus-group.el (gnus-group-jump-to-group-prompt)
21859 (gnus-large-ephemeral-newsgroup)
21860 (gnus-fetch-old-ephemeral-headers): Add :version.
21862 * gnus-fun.el (gnus-x-face-directory)
21863 (gnus-convert-pbm-to-x-face-command)
21864 (gnus-convert-image-to-x-face-command)
21865 (gnus-convert-image-to-face-command): Add :version.
21867 * gnus-delay.el (gnus-delay-default-hour): Add :version.
21869 * gnus-cite.el (gnus-cite-blank-line-after-header)
21870 (gnus-article-boring-faces): Add :version.
21872 * gnus-art.el (gnus-buttonized-mime-types)
21873 (gnus-inhibit-mime-unbuttonizing)
21874 (gnus-treat-display-face)
21875 (gnus-treat-body-boundary): Change :version.
21876 (gnus-body-boundary-delimiter, gnus-picon-databases)
21877 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
21878 (gnus-treat-date-english, gnus-treat-fold-headers)
21879 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
21880 (gnus-treat-mail-picon, gnus-treat-wash-html)
21881 (gnus-article-encrypt-protocol)
21882 (gnus-use-idna, gnus-article-over-scroll)
21883 (gnus-mime-display-multipart-alternative-as-mixed)
21884 (gnus-mime-display-multipart-related-as-mixed)
21885 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
21886 (gnus-ctan-url, gnus-button-ctan-handler)
21887 (gnus-button-handle-ctan-bogus-regexp)
21888 (gnus-button-ctan-directory-regexp)
21889 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
21890 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
21891 (gnus-button-man-level, gnus-button-emacs-level)
21892 (gnus-button-message-level, gnus-button-browse-level): Add :version.
21894 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
21895 (gnus-agent-go-online): Change :version.
21896 (gnus-agent-expire-unagentized-dirs)
21897 (gnus-agent-auto-agentize-methods): Add :version.
21899 * flow-fill.el (fill-flowed-display-column)
21900 (fill-flowed-encode-column): Add :version.
21902 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
21903 (gnus-outlook-deuglify-unwrap-max)
21904 (gnus-outlook-deuglify-cite-marks)
21905 (gnus-outlook-deuglify-unwrap-stop-chars)
21906 (gnus-outlook-deuglify-no-wrap-chars)
21907 (gnus-outlook-deuglify-attrib-cut-regexp)
21908 (gnus-outlook-deuglify-attrib-verb-regexp)
21909 (gnus-outlook-deuglify-attrib-end-regexp)
21910 (gnus-outlook-display-hook): Add :version.
21912 * binhex.el (binhex-use-external): Add :version.
21914 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
21916 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
21919 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
21921 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
21922 in gnus-registry-trim.
21924 2004-09-13 Simon Josefsson <jas@extundo.com>
21926 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
21928 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
21930 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
21931 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21933 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
21934 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21937 * sieve.el (sieve-manage-mode): Ditto.
21939 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
21941 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
21943 2004-09-11 Simon Josefsson <jas@extundo.com>
21945 * dns-mode.el: Add.
21947 * mm-view.el (mm-display-dns-inline): Add.
21949 * mm-decode.el (mm-inline-media-tests): Add text/dns.
21950 (mm-automatic-display): Ditto.
21952 * mailcap.el (mailcap-mime-data): Add text/dns.
21953 (mailcap-mime-extensions): Map .soa to text/dns.
21955 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
21957 * gnus-art.el (article-decode-mime-words, article-babel)
21958 (gnus-article-highlight-signature, gnus-article-add-buttons)
21959 (gnus-signature-toggle): Remove unnecessary bindings of
21960 `inhibit-read-only' inherited from v5.10 merge.
21962 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
21964 * nntp.el (nntp): New customization group.
21965 (nntp-authinfo-file): Add customization group.
21967 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
21969 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
21971 * gnus.el (to-address, to-list, subscribed)
21972 (large-newsgroup-initial): Ditto.
21974 * flow-fill.el (fill-flowed-display-column)
21975 (fill-flowed-encode-column): Ditto.
21977 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
21979 * message.el (message-tokenize-header, message-send-mail-with-qmail):
21980 Use point-min rather than 1.
21981 (message-send-mail): Use buffer-size rather than point-max.
21983 * gnus-sum.el (gnus-summary-search-article-forward):
21984 Signal a specific `search-failed' rather than a generic `error'.
21986 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
21987 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
21988 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
21990 2004-09-10 Simon Josefsson <jas@extundo.com>
21992 * nndb.el (require): Remove tcp and duplicate cl.
21994 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
21996 * gnus-agent.el (directory-files-and-attributes): Move forward.
21998 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
22000 * gnus-agent.el (directory-files-and-attributes):
22001 Optionally defined to support XEmacs.
22003 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
22005 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
22006 to avoid run-time CL dependencies.
22007 (gnus-agent-unfetch-articles): New function.
22008 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
22009 article numbers even when local .overview file is missing.
22010 (gnus-agent-read-article-number): New function. Only accepts
22011 27-bit article numbers.
22012 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
22013 Use gnus-agent-read-article-number.
22014 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
22015 from backend while recognizing that article numbers in .overview
22017 (gnus-agent-update-files-total-fetched-for):
22018 Use directory-files-and-attributes to improve performance.
22019 * gnus-int.el (gnus-request-move-article):
22020 Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
22021 improve performance.
22023 * gnus-start.el (gnus-convert-old-newsrc): Change message text as
22024 some users confused by references to .newsrc when they only have a
22026 (gnus-convert-mark-converter-prompt)
22027 (gnus-convert-converter-needs-prompt): Fix use of property list.
22028 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
22029 New function. Used internally to only display 'gnus converting
22030 files' message when actually necessary.
22032 * gnus-sum.el (): Remove (require 'gnus-agent) as required
22033 methods now autoloaded.
22035 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
22037 * gnus-sum.el (gnus-summary-insert-subject): Remove list
22040 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
22042 * gnus-picon.el: Fix indentation and closing parenthesis.
22044 2004-09-01 Simon Josefsson <jas@extundo.com>
22046 * message.el (message-canlock-generate): Require sha1, not
22047 sha1-el. (Can we get rid of this require altogether? It is ugly
22048 to require within a function. Sadly, if sha1.el isn't loaded, the
22049 let binding in m-c-g will hide the defcustom definition, which is
22052 * canlock.el: Require sha1, not sha1-el.
22054 * message.el: Don't autoload sha1 (there is a autoload cookie in
22057 * sha1-el.el: Rename to sha1.el.
22059 2004-08-30 Juanma Barranquero <lektu@terra.es>
22061 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
22063 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
22065 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
22067 2004-08-30 Kim F. Storm <storm@cua.dk>
22069 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
22071 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
22072 Add :group 'nnimap.
22074 2004-08-30 Andreas Schwab <schwab@suse.de>
22076 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
22079 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
22080 and ?\' to symbol instead of whitespace.
22082 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
22084 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
22086 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
22087 instead of re-search-forward.
22089 * gnus-uu.el (gnus-uu-save-article): Ditto.
22090 (gnus-uu-post-encode-uuencode): Ditto.
22092 * html2text.el (html2text-clean-list-items): Ditto.
22093 (html2text-clean-dtdd): Ditto.
22094 (html2text-format-tags): Ditto.
22096 * message.el (message-send-mail-with-sendmail): Fix regexp.
22097 (message-fill-field-general): Use search-forward instead of
22099 (unbold-region): Ditto.
22101 * nnrss.el (nnrss-request-article): Ditto.
22103 * nnslashdot.el (nnslashdot-request-article): Ditto.
22105 * nnweb.el (nnweb-gmane-wash-article): Ditto.
22107 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
22108 "Unrecognized menu descriptor" error in XEmacs.
22110 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
22112 * gnus-sum.el (gnus-read-header): Don't remove a header for the
22113 parent article of a sparse article in the thread hashtb.
22115 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
22117 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
22118 (nnmail-expand-newtext): Lowercase expanded entries if
22119 nnmail-split-lowercase-expanded is non-nil.
22121 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
22123 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
22125 * gnus-group.el (gnus-group-line-format-alist): Convert the value
22126 of gnus-tmp-news-method into string under XEmacs. It will be
22127 passed to gnus-correct-length which takes only a string argument.
22129 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
22131 * gnus-util.el (gnus-bind-print-variables): New macro.
22132 (gnus-prin1): Use it.
22133 (gnus-prin1-to-string): Use it.
22134 (gnus-pp): New function.
22135 (gnus-pp-to-string): New function.
22137 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
22138 Replace pp-to-string with gnus-pp-to-string.
22139 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
22140 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
22141 * gnus-msg.el (gnus-debug): Ditto.
22142 * gnus-score.el (gnus-score-save): Ditto.
22143 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
22145 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
22147 * score-mode.el (gnus-score-pretty-print): Ditto.
22148 * webmail.el (webmail-debug): Ditto.
22150 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
22152 * gnus-art.el (article-display-face, article-display-x-face):
22153 Use buffer-read-only.
22155 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
22157 * gnus-art.el (article-hide-list-identifiers):
22158 Bind inhibit-read-only as t.
22160 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
22162 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
22164 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
22166 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
22167 (gnus-narrow-to-page): Don't assume point-min == 1.
22168 (gnus-article-edit-mode): Derive from message-mode.
22170 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
22173 * imap.el (imap-parse-address-list, imap-parse-body-ext):
22174 Disable incorrect use of `assert'.
22176 * message.el (message-mode): Set comment-start-skip.
22178 2004-08-22 Sam Steingold <sds@gnu.org>
22180 * pop3.el (pop3-leave-mail-on-server): New user variable.
22181 (pop3-movemail): Delete mail only when it is nil.
22183 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
22185 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
22187 * mml.el (mml-preview): Use `pop-to-buffer'.
22189 * message.el (message-goto-mail-followup-to): Insert after "To".
22190 (message-carefully-insert-headers): Add comment.
22192 * gnus.el: Remove unused variable `gnus-article-check-size'.
22194 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
22196 * gnus-art.el (gnus-button-alist):
22197 Improve `gnus-button-handle-library' entry.
22199 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
22201 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
22202 Use downcase, since XEmacs capitalizes error messages differently.
22204 2004-08-18 Jesper Harder <harder@ifa.au.dk>
22206 * nntp.el: Add (require 'gnus) due to reference to
22207 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
22209 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
22211 * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
22212 Bind `mm-fill-flowed'.
22214 * mm-decode.el (mm-dissect-singlepart): Check it.
22216 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
22218 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
22219 'imap' for netrc parsing.
22221 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
22223 * mailcap.el (mailcap-mime-data): Mark as risky.
22225 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
22227 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
22228 may be included in the encoded word.
22229 (rfc2047-encode): Don't append a space if the encoded word
22230 includes close parenthesis.
22232 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
22234 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
22235 of text within parentheses.
22237 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
22239 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
22240 (gnus-encrypt-write-file-contents): Make the password key the file
22241 name PLUS the cipher, not just the cipher. Also remove failed
22242 passwords from the cache.
22244 2004-08-06 Simon Josefsson <jas@extundo.com>
22246 * gnus-sum.el (gnus-article-loose-mime): Change default to t.
22249 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
22251 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
22254 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
22256 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
22257 Try to append in-reply-to: data to the references: header.
22259 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
22260 (netrc-parse): Use gnus-encrypt.el functions.
22262 * gnus-encrypt.el: Add new file for encryption support; currently
22263 does only a few GPG ciphers and an internal XOR cipher.
22265 * password.el: Add comments on using password-read-and-add.
22266 (password-read-and-add): Add function to read and add the
22267 password to the cache at once.
22269 2004-07-28 Simon Josefsson <jas@extundo.com>
22271 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
22272 parameter (but don't use it, for now).
22274 * imap.el (imap-ssl-open): Use imap-process-connection-type,
22275 instead of hard coding to nil.
22277 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
22279 * mm-view.el (mm-inline-image-emacs): Open lines under an image
22280 as mm-inline-image-xemacs does.
22282 2004-07-26 Simon Josefsson <jas@extundo.com>
22284 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
22285 Revert part of 2004-07-17 change below.
22287 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
22289 * rfc2047.el (rfc2047-encode-region): Don't infloop.
22290 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22292 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
22294 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
22295 quotes that actually start with ">" at the beginning of the
22298 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
22300 * rfc2047.el (rfc2047-encode-region): Fix last change.
22301 (rfc2047-encode-parameter): Remove useless concat.
22303 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
22305 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
22306 encode special characters; fix some kind of misconfigured headers;
22307 signal a real error if debug-on-quit or debug-on-error is non-nil.
22308 (rfc2047-encode-max-chars): New variable.
22309 (rfc2047-encode-1): Use it.
22310 (rfc2047-encode-parameter): New function.
22312 * mml.el (mml-insert-parameter): Remove an excessive space.
22314 2004-07-17 Simon Josefsson <jas@extundo.com>
22316 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
22317 Kai Grossjohann <kai@emptydomain.de>.
22318 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
22319 (gnus-group-make-menu-bar): Ditto.
22321 * gnus-util.el (gnus-group-server): Add.
22323 2004-07-16 Jesper Harder <harder@ifa.au.dk>
22325 * message.el (message-clone-locals): Clone sendmail and smtp
22328 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
22330 * rfc2047.el (rfc2047-encode-region): Fix last change.
22332 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
22334 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
22335 characters as non-special.
22337 2004-07-09 Simon Josefsson <jas@extundo.com>
22339 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
22340 Users will lose all flag changes made while unplugged with
22341 e.g. nntp unless flag synchronization happens, thus `nil' is not a
22342 good default. See numerous reports on ding mailing list.
22344 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
22346 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
22347 add generate-head-function and generate-article-function to the
22348 rfc822-forward entry.
22349 (nndoc-rfc822-forward-generate-article): New function.
22350 (nndoc-rfc822-forward-generate-head): New function.
22352 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
22354 2004-07-06 Dan Christensen <jdc@uwo.ca>
22356 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
22357 respect display group parameter and gnus-summary-expunge-below.
22358 (gnus-articles-to-read): Remove unused reference to display group
22361 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
22363 * nnheader.el (nnheader-uniquify-message-id): New experimental
22365 (nnheader-nov-read-message-id): Use it.
22367 * spam-report.el (spam-report-gmane): Add interactive.
22369 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
22371 * mm-encode.el (mm-content-transfer-encoding-defaults):
22372 Use qp-or-base64 for the application/* types.
22374 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
22376 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
22378 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
22380 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
22383 2004-01-25 Paul Jarc <prj@po.cwru.edu>
22385 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
22386 New macro and function.
22387 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
22389 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
22391 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
22394 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
22396 * gnus-group.el (gnus-group-get-new-news-this-group):
22397 Don't update info that isn't there.
22399 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>
22401 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
22404 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
22406 * mm-view.el (mm-inline-render-with-function): Use multibyte
22407 buffer; decode html source by charset.
22409 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
22411 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
22412 Mule-UCS is loaded under XEmacs.
22413 (mm-mime-mule-charset-alist): Avoid duplicated entries.
22415 2004-06-28 Jesper Harder <harder@ifa.au.dk>
22417 * nnheader.el (nnheader-max-head-length): Increase to 8192.
22419 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
22421 * mm-util.el (mm-coding-system-p): Return a coding-system.
22422 (mm-mime-mule-charset-alist): Use shift_jis instead of
22423 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
22424 entries for the mime charsets iso-2022-jp-3 and shift_jis.
22425 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
22426 instead of japanese-shift-jis and iso-latin-1 respectively in
22427 order to share the default value with both Emacs and XEmacs-mule.
22428 (mm-mule-charset-to-mime-charset):
22429 Make mm-coding-system-priorities effective.
22430 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
22431 while predicating of candidates upon the priorities.
22433 2004-06-27 Jesper Harder <harder@ifa.au.dk>
22435 * gnus-sum.el (gnus-summary-make-menu-bar):
22436 Add gnus-uu-invert-processable.
22438 * gnus.el: Autoload gnus-uu-invert-processable.
22440 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
22442 * mm-util.el (mm-with-multibyte-buffer): New macro.
22444 * rfc2047.el (rfc2047-encode-string): Use it.
22445 (rfc2047-encode-region): Move point to the end of the region after
22446 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
22448 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
22450 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
22451 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
22453 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
22455 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
22456 (gnus-cite-parse): Ignore quoted envelope From_.
22457 Suggested by Karl Chen <quarl@nospam.quarl.org>.
22459 2004-06-23 Jesper Harder <harder@ifa.au.dk>
22461 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
22464 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
22466 * spam.el: Change section markers, revise TODO list.
22467 (spam-backends): Make new master list of all installed backends.
22468 (spam-summary-exit-behavior): Add new variable to determine how
22469 messages moves are done at summary exit.
22470 (spam-move-spam-nonspam-groups-only)
22471 (spam-process-ham-in-nonham-groups)
22472 (spam-process-ham-in-spam-groups): Remove variables, the
22473 spam-summary-exit-behavior variable should be used to manage this
22475 (spam-old-ham-articles, spam-old-spam-articles): Remove.
22476 (spam-old-articles): Add variable, replacing spam-old-ham-articles
22477 and spam-old-spam-articles.
22478 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
22479 Add empty variables, placeholders for the backends they represent.
22480 (spam-set-difference): Move, unchanged.
22481 (spam-list-of-processors): Declare OBSOLETE, not used anymore
22482 unless the user has a processor variable.
22483 (spam-classifications, spam-classification-valid-p)
22484 (spam-backend-properties, spam-backend-property-valid-p)
22485 (spam-backend-function-type-valid-p)
22486 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
22487 (spam-report-articles-gmane, spam-report-articles-resend):
22488 Remove functions, they are not needed.
22489 (spam-install-backend-super, spam-backend-list)
22490 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
22491 (spam-backend-function, spam-backend-ham-registration-function)
22492 (spam-backend-spam-registration-function)
22493 (spam-backend-ham-unregistration-function)
22494 (spam-backend-spam-unregistration-function)
22495 (spam-backend-statistical-p, spam-backend-mover-p)
22496 (spam-install-backend-alias, spam-install-checkonly-backend)
22497 (spam-install-mover-backend, spam-install-nocheck-backend)
22498 (spam-install-backend, spam-install-statistical-backend)
22499 (spam-install-statistical-checkonly-backend): Add backend installation
22501 (spam-summary-prepare-exit): Rewrite to use the new backend code.
22502 (spam-group-processor-p): Use the new backend code and respect the
22503 summary exit behavior.
22504 (spam-mark-spam-as-expired-and-move-routine): Remove.
22505 (spam-summary-prepare): Change to use the new spam-old-articles
22507 (spam-copy-or-move-routine, spam-copy-spam-routine)
22508 (spam-move-spam-routine, spam-copy-ham-routine)
22509 (spam-move-ham-routine): Add code to copy/move ham or spam.
22510 (spam-fetch-field-fast): Improve doc and code, plus allow the
22512 (spam-list-of-checks, spam-list-of-statistical-checks):
22514 (spam-split, spam-find-spam): Use the new backend code.
22515 (spam-registration-functions): Remove variable.
22516 (spam-unregister-routine): Add convenience wrapper.
22517 (spam-log-undo-registration, spam-register-routine)
22518 (spam-log-processing-to-registry)
22519 (spam-log-unregistration-needed-p): Rename "check" to "backend"
22521 (spam-check-gmane-xref, spam-check-regex-headers)
22522 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
22523 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
22524 (spam-check-bogofilter-headers, spam-check-spamoracle)
22525 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
22526 (spam-check-crm114-headers): Use the spam-split-group that
22527 spam-split prepares, no need to determine it every time.
22529 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
22530 to the nnheader-parse-naked-head call.
22532 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
22534 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
22535 the nnheader-nov-read-message-id call.
22537 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
22539 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
22540 gnus-activate-group twice. Suggested by Markus Peter
22543 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
22545 * gnus-art.el (gnus-article-time-format): Exchange the order of
22546 day and month in the default value; fix customization type.
22547 (article-date-ut): Use add-text-properties.
22548 (article-make-date-line): Use message-make-date instead of
22549 current-time-string.
22551 * message.el (message-fetch-field): Don't use set-text-properties.
22552 (message-make-date): Simplify.
22554 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
22556 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
22557 (rfc2047-encode-region): Treat text within parentheses as special;
22558 show the original text when error has occurred.
22560 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
22561 already-computed method to gnus-activate-group.
22563 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
22564 same select-methods identical Lisp objects.
22566 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
22567 object when modifying the info.
22569 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
22571 * gnus-srvr.el (gnus-server-set-info): Remove the server from
22572 gnus-opened-servers since it has never been opened with the new
22575 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
22577 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
22578 arg to nnheader-generate-fake-message-id.
22580 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
22582 * nnheader.el (nnheader-generate-fake-message-id): Accept a
22583 number and build a fake message ID localized to a group and
22584 article number (so it's repeatable from that point on).
22585 (nnheader-fake-message-id-p): Change regex to accommodate new fake
22588 * gnus-sum.el (gnus-get-newsgroup-headers):
22589 Call nnheader-generate-fake-message-id with the article number.
22591 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
22593 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
22596 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
22598 * message.el (message-ignored-supersedes-headers): Add Approved.
22600 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
22602 * rfc2047.el (rfc2047-encode-message-header): Remove useless
22604 (rfc2047-encode): Fold the line before encoding.
22606 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
22608 * rfc2047.el (rfc2047-encode-message-header): Disabled header
22609 folding -- not all headers can be folded, and this should be done
22610 by the message composition mode. Probably. I think.
22612 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
22614 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
22617 * gnus-ems.el (gnus-remove-image): Don't use
22618 message-text-with-property; remove only the image found first.
22620 2004-06-09 Jesper Harder <harder@ifa.au.dk>
22622 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
22624 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
22626 * message.el (message-text-with-property): Make it fast and accept
22627 optional arguments.
22628 (message-strip-forbidden-properties): Use it.
22629 (message-fix-before-sending): Follow the m-t-w-p change.
22631 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
22633 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
22635 * gnus-art.el (article-hide-headers): Don't change the buffer
22636 mistakenly when performing mml-preview even if
22637 gnus-single-article-buffer is nil.
22639 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
22641 * message.el (message-expand-name-databases): New user option.
22642 (message-expand-name): Use it.
22644 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
22646 * spam.el (spam-report-articles-resend)
22647 (spam-report-resend-register-routine): Allow ham reporting.
22648 (spam-report-resend-register-ham-routine): Add wrapper.
22649 (spam-registration-functions): Add ham resending functions.
22650 (spam-list-of-processors): Add ham resend processor.
22652 * gnus.el (ham-resend-to): Add new group parameter.
22653 (spam-process): Add ham resend option.
22655 * spam-report.el (spam-report-resend): Allow reporting ham.
22656 (spam-report-resend-ham): Add wrapper.
22658 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
22660 * message.el (message-cite-articles-with-x-no-archive):
22662 (message-cite-original): Use it.
22664 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
22666 * message.el (message-cite-original): Respect X-No-Archive.
22668 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
22670 * gnus-art.el (article-hide-headers): Refer to the values for
22671 gnus-ignored-headers and gnus-visible-headers in the summary
22672 buffer since a user may have set them as group parameters.
22674 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
22676 * assistant.el (assistant-node-name): Add convenience function.
22677 (assistant-render-text, assistant-render-node): Add error handling,
22678 plus handle multiple next nodes.
22679 (assistant-find-next-node): Comment out for now.
22680 (assistant-find-next-nodes): Add function, returns list of next
22683 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
22685 * mail-source.el (mail-source-directory): Fix doc-string.
22687 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
22689 * assistant.el (assistant-render-text, assistant-eval): Add :set
22690 widget type, which is different because it takes and returns a
22691 list. Much hilarity ensues.
22693 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
22695 * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
22697 * gnus-group.el (gnus-group-get-new-news-this-group):
22700 * gnus-start.el (gnus-activate-group): Add doc-string.
22702 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
22704 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
22706 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
22708 * assistant.el (assistant-render-text): Try to add a :set
22709 widget, more to come.
22711 * spam.el (spam-group-spam-contents-p): Handle empty groupname
22713 (spam-report-articles-resend)
22714 (spam-register-routine): Do registration iff any articles warrant
22716 (spam-summary-prepare-exit): Change log message for nil group
22719 2004-05-27 Daniel Pittman <daniel@rimspace.net>
22721 * spam.el (spam-report-resend-register-routine):
22722 Allow spam-report-resend-to to be a group parameter or a global value.
22724 2004-05-26 Simon Josefsson <jas@extundo.com>
22726 * starttls.el: Merge with my GnuTLS based starttls.el.
22727 (starttls-gnutls-program, starttls-use-gnutls)
22728 (starttls-extra-arguments, starttls-process-connection-type)
22729 (starttls-connect, starttls-failure, starttls-success):
22731 (starttls-program, starttls-extra-args): Doc fix.
22732 (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
22734 (starttls-negotiate, starttls-open-stream):
22735 Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
22736 function if it is set.
22738 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
22740 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
22743 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
22745 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
22747 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
22749 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
22751 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
22752 assigning the spam-mark to new messages.
22754 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
22756 * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
22758 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
22760 * rfc2047.el (rfc2047-encodable-p): Don't move point.
22761 (rfc2047-decode): Treat the ascii coding-system as raw-text by
22764 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
22766 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
22769 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
22771 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
22772 (spam-group-processor-p): Fix function.
22773 (spam-group-processor-multiple-p)
22774 (spam-group-spam-processor-report-gmane-p)
22775 (spam-group-spam-processor-report-resend-p)
22776 (spam-group-spam-processor-bogofilter-p)
22777 (spam-group-spam-processor-blacklist-p)
22778 (spam-group-spam-processor-ifile-p)
22779 (spam-group-ham-processor-ifile-p)
22780 (spam-group-spam-processor-spamoracle-p)
22781 (spam-group-spam-processor-crm114-p)
22782 (spam-group-ham-processor-bogofilter-p)
22783 (spam-group-spam-processor-stat-p)
22784 (spam-group-ham-processor-stat-p)
22785 (spam-group-ham-processor-whitelist-p)
22786 (spam-group-ham-processor-BBDB-p)
22787 (spam-group-ham-processor-spamoracle-p)
22788 (spam-group-ham-processor-copy-p): Remove functions with some
22789 prejudice against unneeded code.
22790 (spam-report-articles-resend)
22791 (spam-report-resend-register-routine): Allow the group/topic
22792 spam-resend-to value to override spam-report-resend-to.
22793 (spam-summary-prepare-exit): Invoke spam-group-processor-p
22796 * gnus.el (spam-resend-to): Add group/topic parameter.
22797 (spam-process): Move the OBSOLETE processors to the end of the
22800 2004-05-24 Daniel Pittman <daniel@rimspace.net>
22802 * spam-report.el (spam-report-resend-to, spam-report-resend):
22803 Start with resend-to set to nil, and then ask the user if necessary.
22804 (spam-report-resend): spam-report-resend takes a list of articles, not
22805 separate article numbers.
22807 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
22809 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
22810 addition to emacs-w3m.
22812 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
22814 * assistant.el (assistant-authinfo-data): New function.
22815 (assistant-eval): Eval for entire assistant.
22817 * netrc.el (netrc-services-file): New variable.
22818 (netrc-parse-services): New function.
22819 (netrc-find-service-name): New function.
22820 (netrc-find-service-number): New function.
22821 (netrc-port-equal): New function.
22822 (netrc-machine): Use it.
22824 * nnimap.el (nnimap-open-connection): Use netrc.
22826 * gnus-util.el (gnus-netrc-get): Remove aliases.
22828 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
22830 * assistant.el (wid-edit): Fix compilation.
22832 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
22834 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
22836 * gnus-util.el (gnus-set-file-modes): New function. (small
22839 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
22841 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
22843 * assistant.el (assistant-render-node): Fix up rendering and
22845 (assistant-render-node): Reset.
22846 (assistant-make-read-only): Not sticky.
22848 2004-05-20 Danny Siu <dsiu@adobe.com>
22850 * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
22851 centered even when gnus-auto-center-summary is t.
22853 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
22855 * dns.el (dns-get-txt-answer): New function.
22856 (dns-read-txt): Ditto.
22857 (query-dns): Use it.
22859 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
22861 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
22862 active for foreign groups even if the group level is higher than
22863 the specified value.
22865 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
22867 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
22870 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
22872 2004-05-20 Magnus Henoch <mange@freemail.hu>
22874 * dns.el (dns-read-type): Add support for SVR. (small patch)
22876 2004-05-20 Adam Sjøgren <asjo@koldfront.dk>
22878 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
22879 (spam-crm114-header, spam-crm114-spam-switch)
22880 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
22881 (spam-crm114-positive-spam-header)
22882 (spam-crm114-database-directory, spam-list-of-processors)
22883 (spam-group-spam-processor-crm114-p)
22884 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
22885 (spam-generic-score, spam-list-of-checks)
22886 (spam-list-of-statistical-checks, spam-registration-functions)
22887 (spam-check-crm114-headers, spam-crm114-score)
22888 (spam-check-crm114, spam-crm114-register-with-crm114)
22889 (spam-crm114-register-spam-routine)
22890 (spam-crm114-unregister-spam-routine)
22891 (spam-crm114-register-ham-routine)
22892 (spam-crm114-unregister-ham-routine): Add CRM114 support.
22894 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
22896 * gnus.el: Add spam-use-crm114.
22898 * spam.el (spam-list-of-processors, spam-registration-functions):
22899 Add spam-use-resend.
22900 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
22901 (spam-report-articles-gmane): Add doc fix.
22902 (spam-report-articles-resend, spam-report-resend-register-routine):
22903 Add wrappers around spam-report-resend-to.
22905 * spam-report.el (spam-report-resend-to, spam-report-resend):
22906 Add support for resending spam.
22907 (spam-report-gmane): Fix line length >80.
22909 * gnus.el (spam-process): Add spam-use-resend.
22911 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22913 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
22914 number of processed spam messages.
22915 (spam-ham-copy-or-move-routine): Return the number of processed
22917 (spam-summary-prepare-exit): Use the above values to decide
22918 whether status messages shouled be displayed.
22920 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
22922 * rfc2047.el (rfc2047-encode-function-alist): Rename from
22923 `rfc2047-encoding-function-alist' in order to avoid conflicting
22924 with the old version.
22925 (rfc2047-encode-region): Concatenate words containing non-ASCII
22926 characters in structured fields; don't encode space-delimited
22927 ASCII words even in unstructured fields; don't break words at
22928 char-category boundaries.
22929 (rfc2047-encode-1): New function.
22930 (rfc2047-encode): Use it; encode text so that it occupies the
22931 maximum width within 76-column; work correctly on Q encoding for
22932 iso-2022-* charsets.
22933 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
22934 sure not to break a line just after the header name.
22935 (rfc2047-b-encode-region): Remove.
22936 (rfc2047-b-encode-string): New function.
22937 (rfc2047-q-encode-region): Remove.
22938 (rfc2047-q-encode-string): New function.
22940 * mm-util.el (mm-replace-in-string): New function.
22942 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
22944 * gnus-msg.el (gnus-inews-make-draft-meta-information):
22945 Really get it right.
22946 (gnus-inews-make-draft): Really.
22948 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
22950 * nnmh.el (nnmh-request-list-1): Don't check the link count
22951 before descending. (small patch)
22953 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
22955 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
22958 * gnus-start.el (gnus-subscribe-hierarchical-interactive):
22959 Match on real group name.
22961 * gnus-art.el (gnus-signature-limit): Doc fix.
22963 * gnus-msg.el (gnus-inews-make-draft): Quote list.
22965 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
22967 * gnus-draft.el (gnus-draft-send):
22968 Bind rfc2047-encode-encoded-words.
22970 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
22971 (rfc2047-encodable-p): Say that =? needs encoding.
22972 (rfc2047-encode-encoded-words): New variable.
22974 * gnus-group.el (gnus-group-select-group): Doc fix.
22976 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
22978 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
22981 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
22983 * nnheader.el (nnheader-get-lines-and-char): New function.
22985 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
22987 * gnus-msg.el (gnus-summary-followup-with-original):
22988 Document yanking of region when active.
22990 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
22992 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
22993 groups if the group level is higher than the specified value.
22995 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
22997 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
22998 (gnus-group-jump-to-group): Add prefix argument using
22999 `gnus-group-jump-to-group-prompt'. Query before jumping to
23002 * compface.el (uncompface): Be verbose when changing
23003 `uncompface-use-external'.
23005 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
23006 handle manual section.
23008 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23010 * gnus-art.el (gnus-button-alist): Revert previous change.
23012 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23014 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
23016 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23018 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
23019 whether backend can accept message.
23021 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
23023 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
23025 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23026 Avoid creating directory when nntp-marks-is-evil is true.
23027 Reported by Reiner Steib.
23029 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
23031 * gnus-picon.el (gnus-picon-insert-glyph):
23032 Add optional `nostring' argument.
23034 2004-05-18 Jesper Harder <harder@ifa.au.dk>
23036 * gnus-picon.el (gnus-picon-style): New variable.
23037 (gnus-picon-transform-address): Support `gnus-picon-style'.
23039 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
23041 * message.el (message-fill-field): Return point.
23042 (message-generate-headers): Go to end of field.
23044 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
23045 stuff for non-living groups.
23047 2004-05-18 Jesper Harder <harder@ifa.au.dk>
23049 * gnus-art.el (gnus-article-followup-with-original)
23050 (gnus-article-reply-with-original): gnus-mark-active-p ->
23051 gnus-region-active-p.
23053 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
23055 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
23056 only when there is spam or ham to be processed.
23058 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
23060 * mail-source.el (mail-source-delete-crash-box): Refactor.
23061 (mail-source-fetch): Use it.
23062 (mail-source-fetch-file): Ditto.
23063 (mail-source-fetch-directory): Run PostScript in loop.
23064 (mail-source-fetch-pop): Delete.
23065 (mail-source-fetch-maildir): Ditto.
23066 (mail-source-fetch-imap): Ditto.
23068 * imap.el (imap-authenticators): Comment out sasl.
23070 * message.el (message-skip-to-next-address): New function.
23071 (message-fill-header-address): Refactor.
23072 (message-fill-address): Use it.
23073 (message-delete-address): Use it.
23074 (message-fill-header-general): Refactor.
23075 (message-fill-field-address): Rename.
23076 (message-narrow-to-field): Find the start of the header.
23077 (message-header-format-alist): Don't pre-fill.
23078 (message-fill-header): Remove.
23079 (message-insert-header): New function.
23080 (message-shorten-references): Use it.
23082 * rfc2047.el (rfc2047-field-value): Strip props.
23084 * mail-parse.el (mail-header-make-address): New alias.
23086 * ietf-drums.el (ietf-drums-make-address): New function.
23088 * imap.el: Add compiler directives.
23090 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
23092 * gnus-art.el (article-decode-idna-rhs): Don't use
23093 message-idna-inside-rhs-p.
23095 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
23097 * message.el (message-idna-inside-rhs-p): Remove.
23098 (message-idna-to-ascii-rhs-1): Use proper address parsing.
23100 * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
23103 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
23105 * imap.el (imap-sasl-make-mechanisms): Use sasl.
23107 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
23109 * nneething.el (nneething-file-name): Don't create spurious
23112 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
23113 (gnus-inews-do-gcc): Remove sleep.
23115 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
23118 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
23119 (gnus-agent-regenerate-group): Using nil messages aren't valid.
23121 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
23123 * spam.el (spam-summary-prepare-exit): Fix (length).
23125 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
23127 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
23128 as expired without moving it" message when there are spam
23131 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
23133 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
23136 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
23138 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
23139 Call nntp-possibly-create-directory, not nntp-possibly-change-group.
23140 (nntp-marks-changed-p): New arg SERVER.
23141 (nntp-request-update-info): Adjust caller.
23143 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
23145 * nntp.el (nntp-save-marks): Pass missing arg.
23147 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
23149 * nntp.el: Support marks.
23150 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
23151 (nntp-marks-modtime, nntp-marks-directory): New variables.
23152 (nntp-request-set-mark, nntp-request-update-info)
23153 (nntp-possibly-create-directory, nntp-marks-changed-p)
23154 (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
23157 2004-05-12 Jesper Harder <harder@ifa.au.dk>
23159 * gnus-score.el (gnus-score-insert-help):
23160 Use gnus-select-lowest-window.
23162 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
23163 appt-select-lowest-window and rename to gnus-select-lowest-window.
23167 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23169 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
23170 encodings of MIME-encoded words, in order to improve
23171 interoperability with several broken MUAs.
23173 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23175 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
23176 tags, only when charsets are not specified in headers.
23177 (mm-inline-text-html-render-with-w3m): Ditto.
23179 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23181 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
23182 instead of MIME-decoded from fields when checking
23183 `gnus-article-address-banner-alist'.
23185 2004-05-03 Jesper Harder <harder@ifa.au.dk>
23187 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
23188 description rather than subject.
23190 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
23192 * gnus.el (gnus-version-number): Bump.
23194 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
23196 * gnus.el: No Gnus v0.2 is released.
23198 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
23200 * gnus-agent.el (gnus-agent-read-agentview):
23201 Inline gnus-uncompress-range.
23203 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23205 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
23206 `exec-installed-p'.
23208 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
23210 * gnus.el (spam-process, spam-autodetect-methods):
23211 Add bsfilter and bsfilter-headers.
23213 * spam.el (spam-bsfilter): New customize group.
23214 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
23215 (spam-bsfilter-header, spam-bsfilter-probability-header)
23216 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
23217 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
23218 (spam-bsfilter-database-directory): New options.
23219 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
23220 (spam-list-of-statistical-checks, spam-registration-functions):
23221 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
23222 (spam-bsfilter-score): New command.
23223 (spam-check-bsfilter-headers, spam-check-bsfilter)
23224 (spam-bsfilter-register-with-bsfilter)
23225 (spam-bsfilter-register-spam-routine)
23226 (spam-bsfilter-unregister-spam-routine)
23227 (spam-bsfilter-register-ham-routine)
23228 (spam-bsfilter-unregister-ham-routine): New functions.
23229 (spam-generic-score): Support bsfilter; Accept an optional argument
23230 to recalcurate spam score even if scoring header has already been
23232 (spam-bogofilter-score, spam-spamassassin-score): Accept an
23233 optional argument to recalcurate spam score even if scoring header
23234 has already been added.
23236 2004-04-29 Jesper Harder <harder@ifa.au.dk>
23238 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
23239 strings! Reported by David D. Smith <davidsmith@acm.org>.
23240 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
23243 2004-04-28 Jesper Harder <harder@ifa.au.dk>
23245 * html2text.el (html2text-replace-list): Add & and '.
23246 (html2text-get-attr): Rewrite.
23248 * message.el (message-setup-1): Remove redundant put-text-property
23249 on mail-header-separator.
23251 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
23253 * gnus-registry.el (gnus-registry-cache-whitespace)
23254 (gnus-registry-action, gnus-registry-spool-action)
23255 (gnus-registry-split-fancy-with-parent): Change message levels
23256 from 5 to 3 or 7, as needed.
23258 * spam.el (spam-summary-prepare-exit)
23259 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
23260 (spam-split, spam-find-spam, spam-log-undo-registration)
23261 (spam-check-blackholes, spam-enter-ham-BBDB): Change message
23264 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
23266 * gnus-ems.el: Autoload appt-select-lowest-window (revert
23267 2004-03-04 change).
23269 2004-04-25 Jesper Harder <harder@ifa.au.dk>
23271 * sieve-manage.el (sieve-manage-open):
23272 * nnweb.el (nnweb-insert-html):
23273 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
23274 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
23275 * nnspool.el (nnspool-request-group):
23276 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
23277 * nnml.el (nnml-request-update-info):
23278 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
23279 (nnmh-request-create-group, nnmh-update-gnus-unreads):
23280 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
23281 (nnimap-request-set-mark):
23282 * nnfolder.el (nnfolder-request-update-info):
23283 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
23284 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
23285 * gnus-uu.el (gnus-uu-find-articles-matching):
23286 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
23287 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
23288 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
23289 * gnus-nocem.el (gnus-nocem-scan-groups):
23290 * gnus-int.el (gnus-start-news-server):
23291 * gnus-group.el (gnus-group-make-kiboze-group)
23292 (gnus-group-browse-foreign-server):
23293 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
23294 Use mapc when appropriate.
23296 2004-04-22 Dan Christensen <jdc@uwo.ca>
23297 Adam Sjøgren <asjo@koldfront.dk>
23298 Wes Hardaker <wes@hardakers.net>
23299 Michael Shields <shields@msrl.com>
23301 * spam.el (spam-necessary-extra-headers): Get the extra headers we
23302 may need for spam sorting and scoring.
23303 (spam-user-format-function-S): Add user format function suitable for
23305 (spam-article-sort-by-spam-status): Add sorting function for summary
23307 (spam-extra-header-to-number): Add function to get a score from a
23309 (spam-summary-score): Add function to get a numeric score from the
23311 (spam-generic-score): Fix function doc, was in wrong place.
23312 (spam-initialize): Take symbols when it's run, and install the
23313 extra headers that spam-necessary-extra-headers thinks we need.
23315 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
23317 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
23318 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23320 2004-04-17 Jesper Harder <harder@ifa.au.dk>
23322 * gnus-sum.el (gnus-set-global-variables)
23323 (gnus-build-all-threads, gnus-get-newsgroup-headers)
23324 (gnus-article-get-xrefs, gnus-summary-best-group)
23325 (gnus-summary-next-article, gnus-summary-enter-digest-group)
23326 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
23327 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
23328 Use with-current-buffer.
23330 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
23332 * spam.el (spam-summary-prepare-exit): Simplify logic.
23333 (spam-fetch-article-header): Read the article header if it's not
23335 (spam-list-articles): Simplify logic.
23336 (spam-filelist-register-routine): Fix bug with unregister-list.
23338 * gnus-registry.el: Fix comments at beginning.
23340 2004-04-16 Jesper Harder <harder@ifa.au.dk>
23342 * message.el (message-cater-to-broken-inn): Remove.
23343 (message-shorten-references): Make sure the total folded length of
23344 References is shorter than 998 characters to cater to a bug in INN
23345 2.3. Also, don't pretend that references aren't folded -- this
23346 hasn't worked for a while.
23348 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
23350 * gnus-agent.el (gnus-agentize):
23351 gnus-agent-send-mail-real-function no longer set to current value
23352 of message-send-mail-function but rather a lambda that calls
23353 message-send-mail-function. The change makes the agent real-time
23354 responsive to user changes to message-send-mail-function.
23356 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
23358 * legacy-gnus-agent.el
23359 (gnus-agent-convert-to-compressed-agentview): Fix typos with
23360 help from Florian Weimer <fw@deneb.enyo.de>
23362 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
23364 * nnmail.el (nnmail-cache-insert): Revert last change.
23366 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
23368 * nnmail.el (nnmail-cache-insert): Always check whether
23369 nnmail-cache-ignore-groups matches a group name.
23371 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
23373 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
23374 (spam-find-spam, spam-log-processing-to-registry)
23375 (spam-log-registered-p, spam-log-unregistration-needed-p)
23376 (spam-log-undo-registration): Use gnus-message instead of
23377 gnus-error, none of these errors are fatal.
23379 * gnus-registry.el (gnus-registry-clean-empty-function)
23380 (gnus-registry-clean-empty): Remove only empty entries without
23383 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
23385 * spam-stat.el (spam-stat-buffer-change-to-spam)
23386 (spam-stat-buffer-change-to-non-spam): Change (error) to
23387 (gnus-message 8) invocation.
23389 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
23391 * nntp.el (nntp-via-netcat-command): New variable.
23392 (nntp-via-netcat-switches): New variable.
23393 (nntp-open-via-rlogin-and-netcat): New function.
23394 (nntp-open-connection-function): Doc fix.
23395 (nntp-telnet-command): Doc fix.
23396 (nntp-end-of-line): Doc fix.
23397 (nntp-via-rlogin-command): Doc fix.
23398 (nntp-via-user-name): Doc fix.
23399 (nntp-via-address): Doc fix.
23401 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
23403 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
23404 error in Emacs 21.1.
23406 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
23408 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
23410 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
23412 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
23413 (gnus-agent-with-refreshed-group): New macro.
23414 (gnus-agent-rename-group): New function.
23415 (gnus-agent-delete-group): New function.
23416 (gnus-agent-save-group-info): Use gnus-command-method when
23417 `method' parameter is nil. Don't write nil entries into the
23419 (gnus-agent-get-group-info): New function.
23420 (gnus-agent-fetch-articles):
23421 Use gnus-agent-update-files-total-fetched-for to increment disk space
23423 (gnus-agent-fetch-headers, gnus-agent-save-alist):
23424 Use gnus-agent-update-view-total-fetched-for to increment disk space
23426 (gnus-agent-get-local): Add optional parameters to avoid calling
23427 gnus-group-real-name and gnus-find-method-for-group.
23428 (gnus-agent-set-local): Delete stored entry if either min, or max,
23430 (gnus-agent-fetch-session): Reworded error/quit messages.
23431 On quit, use gnus-agent-regenerate-group to record existence of any
23432 articles fetched to disk before the quit occurred.
23433 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
23434 gnus-agent-update-view-total-fetched-for, and
23435 gnus-agent-update-files-total-fetched-for to decrement disk space
23437 (gnus-agent-retrieve-headers):
23438 Use gnus-agent-update-view-total-fetched-for to increment disk space
23440 (gnus-agent-regenerate-group): Replace gnus-group-update-group
23441 with gnus-agent-update-files-total-fetched-for to decrement disk
23442 space and fresh group buffer.
23443 (gnus-agent-inhibit-update-total-fetched-for): New variable.
23444 (gnus-agent-need-update-total-fetched-for): New variable.
23445 (gnus-agent-update-files-total-fetched-for): New function.
23446 (gnus-agent-update-view-total-fetched-for): New function.
23447 (gnus-agent-total-fetched-for): New function.
23449 * gnus-cache.el (gnus-cache-save-buffers):
23450 Use gnus-cache-update-overview-total-fetched-for to change disk space
23451 used by this group.
23452 (gnus-cache-possibly-enter-article):
23453 Use gnus-cache-update-file-total-fetched-for to increment disk space
23454 used by this group.
23455 (gnus-cache-possibly-remove-article):
23456 Use gnus-cache-update-file-total-fetched-for to decrement disk space
23457 used by this group.
23458 (gnus-cache-generate-nov-databases): Purge total fetched cache.
23459 (gnus-cache-rename-group): New function.
23460 (gnus-cache-delete-group): New function.
23461 (gnus-cache-inhibit-update-total-fetched-for): New variable.
23462 (gnus-cache-need-update-total-fetched-for): New variable.
23463 (gnus-cache-with-refreshed-group): New macro.
23464 (gnus-cache-update-file-total-fetched-for): New function.
23465 (gnus-cache-update-overview-total-fetched-for): New function.
23466 (gnus-cache-rename-group-total-fetched-for): New function.
23467 (gnus-cache-delete-group-total-fetched-for): New function.
23468 (gnus-cache-total-fetched-for): New function.
23470 * gnus-group.el: Require gnus-sum and autoload functions to
23471 resolve warnings when gnus-group.el compiled alone.
23472 (gnus-group-line-format): Documented new %F.
23473 (size of Fetched data) group line format; identifies disk space
23474 used by agent and cache.
23475 (gnus-group-line-format-alist): Defined new F format.
23476 (gnus-total-fetched-for): New function.
23477 (gnus-group-delete-group): No longer update
23478 gnus-cache-active-altered as gnus-request-delete-group now keeps
23480 (gnus-group-list-active): Let the agent store a server's active
23481 list if currently plugged.
23483 * gnus-int.el (gnus-request-delete-group):
23484 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
23485 local disk in sync with the server.
23486 (gnus-request-rename-group):
23487 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
23488 local disk in sync with the server.
23490 * gnus-start.el (gnus-get-unread-articles):
23491 Cosmetic simplification to logic.
23493 * gnus-util.el (gnus-rename-file): New function.
23495 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
23497 * mm-util.el (mm-image-load-path): Handle nil in load-path.
23499 2004-04-07 Jesper Harder <harder@ifa.au.dk>
23501 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
23502 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
23504 2004-04-06 Jesper Harder <harder@ifa.au.dk>
23506 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
23507 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
23509 2004-04-03 Jesper Harder <harder@ifa.au.dk>
23511 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
23513 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
23515 * spam.el (spam-set-difference): Add function to replace
23516 gnus-set-difference in spam.el.
23517 (spam-summary-prepare-exit): Use spam-set-difference.
23519 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
23521 * gnus-registry.el (gnus-registry-cache-file): Update to use
23522 gnus-dribble-directory OR gnus-home-directory OR ~.
23523 (gnus-registry-split-fancy-with-parent): Fix doc.
23525 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
23527 * message.el (message-exchange-point-and-mark):
23528 Use message-mark-active-p. Suggested by Jesper Harder
23529 <harder@ifa.au.dk>.
23531 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
23533 * message.el (message-exchange-point-and-mark): Don't activate
23534 region if it was inactive. Suggested by Hiroshi Fujishima
23535 <pooh@nature.tsukuba.ac.jp>.
23537 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
23539 * gnus-art.el (article-display-face): Display Faces in the same
23542 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
23544 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
23546 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
23548 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
23549 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
23550 (gnus-article-mime-hierarchy): Remove.
23551 (gnus-article-mime-hierarchy-next): Remove.
23552 (gnus-article-mode): Revert 2004-03-19 change.
23553 (gnus-article-setup-buffer): Revert 2004-03-19 change.
23554 (gnus-insert-mime-button): Revert 2004-03-19 change.
23555 (gnus-mime-accumulate-hierarchy): Remove.
23556 (gnus-mime-enter-multipart): Remove.
23557 (gnus-mime-leave-multipart): Remove.
23558 (gnus-mime-display-part): Revert 2004-03-19 change.
23559 (gnus-mime-display-alternative): Revert 2004-03-19 change.
23561 * mml.el (mml-preview): Revert 2004-03-19 change.
23563 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
23565 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
23567 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
23569 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
23570 t while entering a file name using the mm-with-multibyte macro.
23571 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23573 * mm-util.el (mm-with-multibyte): New macro.
23575 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
23577 * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
23579 (gnus-mime-multipart-functions): Doc and customization fix.
23580 (gnus-article-mime-hierarchy): New variable.
23581 (gnus-article-mime-hierarchy-next): New variable.
23582 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
23583 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
23584 gnus-article-mime-hierarchy-next to nil.
23585 (gnus-insert-mime-button): Show hierarchy numbers.
23586 (gnus-mime-accumulate-hierarchy): New function.
23587 (gnus-mime-enter-multipart): New function.
23588 (gnus-mime-leave-multipart): New function.
23589 (gnus-mime-display-part): Recompute hierarchical MIME structure.
23590 (gnus-mime-display-alternative): Show hierarchy numbers.
23592 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
23593 gnus-article-mime-hierarchy-next to nil.
23595 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
23597 * dns.el: Don't require gnus-xmas.
23599 2004-03-17 Jesper Harder <harder@ifa.au.dk>
23601 * mml.el (mml-generate-mime-1): Don't use format=flowed with
23603 (mml-menu): Disable mml-quote-region if mark is inactive.
23605 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
23607 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
23608 when the group's active is not available.
23610 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
23612 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
23615 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
23617 * imap.el (imap-store-password): New variable.
23618 (imap-interactive-login): Use it.
23619 Suggested by Mark Plaksin <happy@mcplaksin.org>.
23621 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
23623 * gnus-art.el (gnus-article-read-summary-keys): Restore new
23624 window-start and hscroll to summary window.
23626 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
23628 * gnus-start.el (gnus-convert-old-newsrc): Only write the
23629 conversion message to newsrc-dribble when an actual conversion is
23632 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
23634 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
23636 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
23638 * mm-decode.el (mm-complicated-handles): New function reviving
23639 former definition of mm-multiple-handles.
23641 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
23642 (gnus-mime-delete-part): Use it.
23644 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
23646 * gnus-agent.el (gnus-agent-read-local):
23647 Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
23648 avoid the implicit assumption that they will always be equal.
23649 (gnus-agent-save-local): Bind buffer-file-coding-system, not
23650 coding-system-for-write, as the with-temp-file macro first prints
23651 to a buffer then saves the buffer.
23653 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
23655 * gnus-art.el (gnus-article-edit-part): New function.
23656 (gnus-mime-save-part-and-strip): Use it; do query instead of
23657 signaling an error; don't use mm-multiple-handles.
23658 (gnus-mime-delete-part): Ditto.
23660 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
23662 * gnus-agent.el (gnus-agent-read-agentview): Remove support for
23664 (gnus-group-prepare-hook): Remove function that converted list
23665 form of gnus-agent-expire-days to group properties.
23667 * gnus-int.el: Autoload gnus-agent-regenerate-group.
23668 (gnus-request-accept-article): Re-indented.
23670 * gnus-start.el (gnus-convert-old-newsrc): Registered new
23671 converters to handle old agent file formats. Add logic for a
23672 "backup before upgrading warning".
23673 (gnus-convert-mark-converter-prompt): Developers can mark
23674 functions as needing (default), or not needing,
23675 gnus-convert-old-newsrc's "backup before upgrading warning".
23676 (gnus-convert-converter-needs-prompt): Tests whether the user
23677 should be protected from potentially irreversable changes by the
23680 * legacy-gnus-agent.el: New. Provides converters that are only
23681 loaded when gnus-convert-old-newsrc needs to call them.
23683 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
23685 * mail-source.el (mail-source-touch-pop): Doc fix.
23687 * message.el (message-smtpmail-send-it): Doc fix.
23689 2004-03-05 Jesper Harder <harder@ifa.au.dk>
23691 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
23693 * nnmail.el (nnmail-split-fancy): do.
23695 * gnus-kill.el (gnus-kill, gnus-execute): do.
23697 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
23699 * gnus-sum.el (gnus-widget-reversible-match)
23700 (gnus-widget-reversible-to-internal)
23701 (gnus-widget-reversible-to-external): New functions.
23702 (gnus-widget-reversible): New widget.
23703 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
23705 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
23707 * gnus-sum.el (gnus-thread-sort-functions)
23708 (gnus-article-sort-functions): Document `(not F)' items.
23710 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
23712 * spam.el (spam-use-gmane-xref): Add new backend.
23713 (spam-gmane-xref-spam-group): Add variable to control the name of the
23715 (spam-blackhole-servers, spam-blackhole-good-server-regex)
23716 (spam-regex-headers-spam, spam-regex-headers-ham)
23717 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
23718 (spam-list-of-checks): Add spam-use-gmane-xref to list of
23719 backends and checks.
23720 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
23722 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
23723 an autodetect method.
23725 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
23727 * gnus-int.el (gnus-request-accept-article): Inform the agent that
23728 articles are being added to a group.
23729 (gnus-request-replace-article): Inform the agent that articles
23730 need to be uncached as the cached contents are no longer valid.
23732 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
23734 * binhex.el: Don't autoload executable-find.
23736 * canlock.el: Don't autoload mail-fetch-field.
23738 * gnus-ems.el: Don't autoload appt-select-lowest-window.
23740 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
23741 rmail-dont-reply-to and rmail-output.
23743 * gnus-score.el: Don't autoload ffap-string-at-point.
23745 * gnus-setup.el: Don't autoload sc-cite-original.
23747 * imap.el: Don't autoload base64-decode-string,
23748 base64-encode-string and md5.
23750 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
23751 and rmail-msg-restore-non-pruned-header.
23753 * mm-decode.el: Don't autoload executable-find.
23755 * mm-url.el: Don't autoload executable-find.
23757 * mm-view.el: Don't autoload diff-mode.
23759 * nndb.el: Don't autoload news-reply-mode, news-setup,
23760 cancel-timer and telnet.
23762 * password.el: Don't autoload run-at-time for Emacs.
23764 * sha1-el.el: Don't autoload executable-find.
23766 * sieve-mode.el: Don't autoload c-mode.
23768 * uudecode.el: Don't autoload executable-find.
23770 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
23772 * gnus-agent.el (gnus-agent-file-header-cache): Remove.
23773 (gnus-agent-possibly-alter-active): Avoid null in numeric
23775 (gnus-agent-set-local): Refuse to save null in local object table.
23776 (gnus-agent-regenerate-group): The REREAD parameter can now be a
23777 list of articles that will be marked as unread.
23779 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
23781 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
23783 2004-03-04 Jesper Harder <harder@ifa.au.dk>
23785 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
23788 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
23790 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
23791 Don't bind "obarray".
23793 * gnus-sum.el (gnus-thread-sort-functions):
23794 Add `gnus-thread-sort-by-most-recent-number' and
23795 `gnus-thread-sort-by-most-recent-date'.
23796 Reported by Kai Grossjohann <kai@emptydomain.de>.
23798 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
23800 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
23802 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
23804 * gnus-cus.el (gnus-agent-customize-category):
23805 Remove ignore-errors macro reference that required cl to be loaded at
23808 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
23809 single-interval range of the form (min . max). Previously the
23810 range had to look like ((min . max)). Likewise, return
23811 (min . max) rather than ((min . max)).
23812 (gnus-range-map): Use gnus-range-normalize to accept
23813 single-interval range.
23815 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
23816 the cache, but not the agent, now appear with their usual face.
23818 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
23820 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
23821 w3m-safe-url-regexp variable buffer-local.
23823 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23825 2004-02-27 Simon Josefsson <jas@extundo.com>
23827 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
23828 gnus-group-real-prefix.
23829 (gnus-summary-move-article): Use it, instead of
23830 gnus-group-real-prefix.
23832 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
23834 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
23835 w3m-safe-url-regexp variable buffer-local and set it as the value
23836 of mm-w3m-safe-url-regexp.
23838 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
23840 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
23841 parsing gnus-posting-styles when the message is not for replying.
23843 * nnrss.el (nnrss-opml-export):
23844 Use mm-set-buffer-file-coding-system instead of
23845 set-buffer-file-coding-system.
23847 2004-02-27 Jesper Harder <harder@ifa.au.dk>
23849 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
23852 * gnus-mlspl.el: do.
23854 * gnus-srvr.el: do.
23856 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
23858 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
23860 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
23861 Corrections to custom-manual links.
23863 * gnus-art.el (gnus-article): Ditto.
23865 * mm-decode.el (mime-display, mime-security): Ditto.
23867 2004-02-26 Jesper Harder <harder@ifa.au.dk>
23869 * flow-fill.el: Typo.
23871 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
23873 * spam-wash.el: New file.
23875 2004-02-26 Mark A. Hershberger <mah@everybody.org>
23877 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
23879 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
23881 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
23882 to be run with new-articles as LIST1, not LIST2.
23883 (spam-registration-functions): Add spam-use-ham-copy as a nil
23884 registration backend.
23886 2004-02-26 Jesper Harder <harder@ifa.au.dk>
23888 * spam-stat.el (spam-stat-washing-hook): New option.
23889 (spam-stat-buffer-words): Use it.
23890 (spam-stat-process-directory, spam-stat-test-directory):
23891 Use insert-file-contents-literally.
23892 (spam-stat-coding-system): New variable.
23893 (spam-stat-load, spam-stat-save): Use it.
23895 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
23897 * spam-report.el (spam-report-plug-agent):
23898 Quote spam-report-url-to-file and spam-report-url-ping-plain.
23900 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
23902 * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
23903 Allow / in mailto URLs.
23905 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
23907 * spam-report.el (spam-report-process-queue): Fix interactive use.
23908 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
23909 (spam-report-unplug-agent): Doc fixes.
23910 (spam-report-url-ping-mm-url, spam-report-url-to-file)
23911 (spam-report-agentize, spam-report-deagentize):
23912 Autoload 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
23914 * message.el (message-setup-fill-variables): Add mml tags to
23915 paragraph-start and paragraph-separate. Suggested by Andrew Korty
23917 (message-mode): Don't modify paragraph-separate there.
23919 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
23921 * compface.el (uncompface-use-external): Default to undecided.
23922 (uncompface-use-external-threshold): New variable.
23923 (uncompface-float-time): New macro.
23924 (uncompface): Determine whether to use the external decoder if
23925 uncompface-use-external is undecided.
23927 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
23929 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
23932 * gnus-art.el (gnus-mime-display-single): Remove dead code.
23934 2004-02-14 Jesper Harder <harder@ifa.au.dk>
23936 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
23938 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
23940 * gnus-sum.el (gnus-summary-limit-to-age)
23941 (gnus-summary-limit-children): do.
23943 * gnus-int.el (gnus-request-scan): do.
23945 * gnus-group.el (gnus-group-suspend): do.
23947 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
23949 * gnus-cite.el (gnus-cite-parse-attributions): do.
23951 * gnus-agent.el (gnus-summary-set-agent-mark)
23952 (gnus-agent-regenerate-group): do.
23954 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
23956 * binhex.el (binhex-decode-region-internal): do.
23958 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
23960 * gnus-fun.el (gnus-face-properties-alist): New user option.
23961 (gnus-display-x-face-in-from): Use it.
23963 * gnus-art.el (article-display-face): Ditto.
23965 * compface.el (uncompface-use-external): Default to nil.
23967 2004-02-12 Jesper Harder <harder@ifa.au.dk>
23969 * nntp.el (nntp-erase-buffer): New function.
23970 (nntp-retrieve-data, nntp-send-command)
23971 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
23972 (nntp-possibly-change-group): Use it.
23974 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
23975 Use with-current-buffer.
23977 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
23979 * compface.el: Merge the ELisp-based uncompface program.
23980 (compface): New customization group.
23981 (uncompface-use-external): New user option.
23982 (uncompface): Call uncompface-internal if uncompface-use-external
23984 (uncompface-internal): New function. Note that there are also
23985 some other functions and variables added for this function.
23987 2004-02-10 Jesper Harder <harder@ifa.au.dk>
23989 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
23992 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
23994 * spam-report.el (spam-report-unplug-agent)
23995 (spam-report-plug-agent, spam-report-deagentize)
23996 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
23997 Add support for the Agent in spam-report: when unplugged, report to a
23998 file; when plugged, submit all the requests.
24000 * spam.el (spam-register-routine): Fix message about
24003 2004-02-09 Jesper Harder <harder@ifa.au.dk>
24005 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
24007 (rfc2047-encode): Use it.
24009 * gnus-art.el (gnus-button-marker-list): Move before first
24012 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
24013 (imap-parse-body): Fix format string mismatch.
24015 * gnus-score.el (gnus-summary-increase-score): do.
24017 * nnrss.el (nnrss-close): New function.
24019 2004-02-08 Jesper Harder <harder@ifa.au.dk>
24021 * nnrss.el (nnrss-make-filename): New function.
24022 (nnrss-request-delete-group, nnrss-read-server-data)
24023 (nnrss-save-server-data, nnrss-read-group-data)
24024 (nnrss-save-group-data): Use it.
24025 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
24026 (nnrss-read-server-data, nnrss-read-group-data): Use load.
24027 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
24029 2004-02-07 Jesper Harder <harder@ifa.au.dk>
24031 * mml.el (mml-compute-boundary-1): Don't uncompress files.
24033 2004-02-06 Jesper Harder <harder@ifa.au.dk>
24035 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
24038 * message.el (message-generate-headers-first): Don't quote nil
24039 and t in docstrings.
24041 * imap.el (imap-id): do.
24043 * gnus-agent.el (gnus-agent-consider-all-articles)
24044 (gnus-agent-queue-mail): do.
24046 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
24048 * spam-report.el (spam-report-process-queue): New function.
24049 Process requests from `spam-report-requests-file'.
24050 (spam-report-process-queue): Doc fix.
24052 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
24054 * spam.el (spam-register-routine)
24055 (spam-log-processing-to-registry, spam-log-registered-p)
24056 (spam-log-unregistration-needed-p, spam-log-undo-registration):
24057 Change "check" to "spam-check" for semi-clarity.
24059 2004-02-05 Jesper Harder <harder@ifa.au.dk>
24061 * pop3.el: Require nnheader.
24063 * mml-smime.el: Require cl. Autoload message-fetch-field.
24065 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
24067 * gnus-picon.el: Require cl.
24069 * gnus-fun.el: Require gnus-ems and gnus-util.
24071 * gnus.el (gnus-method-to-server): Move defsubst before first use.
24073 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
24075 * gnus-art.el (gnus-article-edit-mode): Define before first
24078 2004-02-04 Jesper Harder <harder@ifa.au.dk>
24080 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
24081 (gnus-uu-post-encoded): Use point-at-bol.
24083 * gnus-topic.el (gnus-group-active-topic-p): do.
24085 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
24087 * gnus-group.el (gnus-group-kill-region): do.
24089 * gnus-art.el (article-date-ut): do.
24091 * message.el (message-fetch-field): Remove redundant
24092 case-fold-search binding.
24093 (message-narrow-to-field): Simplify.
24095 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
24097 * spam.el (spam-directory): Derive from `gnus-directory'.
24099 * spam-report.el (spam-report-url-to-file)
24100 (spam-report-requests-file): New function and variable for offline
24102 (spam-report-url-ping-function): Add `spam-report-url-to-file'
24103 and user defined function.
24104 (spam-report-url-ping-mm-url): Remove doubled slash.
24106 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
24108 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
24110 2004-02-03 Jesper Harder <harder@ifa.au.dk>
24112 * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
24113 Fix format string mismatch.
24115 * sieve.el (sieve-deactivate-all): do.
24117 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
24119 * nnlistserv.el (nnlistserv-kk-wash-article): do.
24121 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
24123 * mm-bodies.el (mm-7bit-chars): Don't include \r.
24125 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
24127 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
24128 the list of checks.
24130 2004-01-31 Jesper Harder <harder@ifa.au.dk>
24132 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
24135 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
24137 * mm-view.el (mm-fill-flowed): New variable.
24138 (mm-inline-text): Use it.
24140 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
24142 * spam.el (spam-spamassassin-register-ham-routine)
24143 (spam-spamassassin-register-spam-routine): Fix function names.
24145 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
24147 * gnus.el (gnus-tmp-grouplens): Remove.
24148 (gnus-summary-line-format): Remove grouplens.
24150 * gnus-group.el (gnus-group-line-format): Ditto.
24152 * gnus-spec.el (gnus-format-specs): Ditto.
24153 (gnus-update-format-specifications): Flush the group format spec
24154 cache if there's the grouplens stuff.
24155 (gnus-parse-simple-format): Replace %l with the empty string.
24157 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
24159 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
24162 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
24164 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
24165 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
24167 2004-01-25 Paul Jarc <prj@po.cwru.edu>
24169 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
24170 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
24171 New macros and functions.
24172 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
24173 Handle > NLINK_MAX messages.
24174 * nnmaildir.el (nnmaildir-request-set-mark):
24175 Use nnmaildir--emlink-p and nnmaildir--eexist-p.
24177 2004-01-25 Alex Schroeder <alex@gnu.org>
24179 * spam-stat.el (spam-stat-process-directory-age): New option.
24180 (spam-stat-process-directory): Use it.
24182 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
24184 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
24185 (spam-stat-save): Accept prefix argument.
24187 2004-01-23 Paul Jarc <prj@po.cwru.edu>
24189 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
24192 2004-01-23 Jesper Harder <harder@ifa.au.dk>
24194 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
24195 compatibility with old .newsrc.eld files.
24197 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
24199 * gnus-start.el (gnus-1): do.
24201 * gnus-group.el (gnus-group-line-format-alist): do.
24203 * gnus.el (gnus-use-grouplens, gnus-visual): do.
24205 * gnus-gl.el: Remove.
24207 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
24209 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
24210 marks consisting of a single range {for example, (3 . 5)} rather
24211 than a list of a single range { ((3 . 5)) }.
24213 2004-01-23 Jesper Harder <harder@ifa.au.dk>
24215 * spam-stat.el (spam-stat-store-gnus-article-buffer):
24216 Use with-current-buffer.
24217 (spam-stat-store-current-buffer): Use insert-buffer-substring to
24218 avoid consing a string.
24220 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
24221 Remove obsolete entries for big5 and gb2312.
24223 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
24225 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
24228 2004-01-22 Jesper Harder <harder@ifa.au.dk>
24230 * spam-stat.el (spam-stat-strip-xref): New function.
24231 (spam-stat-process-directory): Use it.
24233 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
24234 here -- it's done in message-fetch-field.
24236 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
24238 * gnus-agent.el (gnus-agent-queue-mail)
24239 (gnus-agent-prompt-send-queue): New variables.
24240 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
24241 * gnus-draft.el (gnus-group-send-queue): Pass the group name
24242 "nndraft:queue" along to gnus-draft-send.
24243 Use gnus-agent-prompt-send-queue.
24244 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
24245 is "nndraft:queue". Suggested by Gaute Strokkenes
24246 <gs234@srcf.ucam.org>
24248 * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
24249 (agent-enable-undownloaded-faces): Add.
24250 (gnus-agent-cat-groups): Use eval-and-compile, not
24251 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
24252 method of gnus-agent-cat-groups even when the buffer has been
24254 (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
24255 delete gnus-agent-save-active-1.
24256 (gnus-agent-save-groups): Delete. Identical to
24257 gnus-agent-save-active.
24258 (gnus-agent-write-active): No longer adjust agent's copy of active
24259 file as agent's adjustments are now stored in their own
24260 file. Remove optional parameter.
24261 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
24262 servers. Add use of min/max range limits from server's local
24264 (gnus-agent-save-alist): Remove unused optional argument.
24265 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
24266 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
24267 (gnus-agent-set-local): A per-server file that keeps min/max range
24268 limits for articles known to the agent. Provides a fast mechanism
24269 for altering many active ranges.
24270 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
24271 active file (local makes it unnecessary).
24272 (gnus-agent-regenerate-group): Fix XEmacs compatibility.
24274 * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
24275 (agent-enable-undownloaded-faces): Add.
24277 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
24278 disable it when sending to "nndraft:queue".
24279 (gnus-group-send-queue): Add safety check to avoid sending queue
24282 * gnus-group.el (gnus-group-catchup): Use new
24283 gnus-sequence-of-unread-articles, not
24284 gnus-list-of-unread-articles, to avoid exhausting memory with huge
24285 numbers of articles. Use gnus-range-map to avoid having to
24286 uncompress the unread list.
24287 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
24288 Fix invalid ange-ftp reference.
24290 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
24291 (gnus-sorted-range-intersection): Intersection of two ranges
24292 without requiring that they first be uncompressed.
24294 * gnus-start.el (gnus-activate-group): Unless blocked by the
24295 caller, possibly expand the active range to include both cached
24296 and agentized articles.
24297 (gnus-convert-old-newsrc): Rewrote in anticipation of having
24298 multiple version-dependent converters.
24299 (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
24300 gnus-agent-save-active.
24301 (gnus-save-newsrc-file): Save dirty agent range limits.
24303 * gnus-sum.el (gnus-select-newgroup): Replace inline code with
24304 gnus-agent-possibly-alter-active.
24305 (gnus-adjust-marked-articles): Faster handling of simple lists.
24307 2004-01-21 Jesper Harder <harder@ifa.au.dk>
24309 * spam-stat.el (spam-stat-test-directory): New optional argument
24310 displays a list of files detected. Suggested by Andrew Cohen
24311 <cohen@andy.bu.edu>.
24312 (spam-stat-buffer-words-with-scores): Don't narrow and change
24313 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
24315 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
24317 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
24318 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
24319 (spam-spamassassin-arguments)
24320 (spam-spamassassin-spam-flag-header)
24321 (spam-spamassassin-positive-spam-flag-header)
24322 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
24323 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
24324 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
24325 (spam-list-of-processors, spam-list-of-checks)
24326 (spam-list-of-statistical-checks, spam-registration-functions)
24327 (spam-check-spamassassin-headers, spam-check-spamassassin)
24328 (spam-spamassassin-score)
24329 (spam-spamassassin-register-with-sa-learn)
24330 (spam-spamassassin-register-spam-routine)
24331 (spam-spamassassin-register-ham-routine)
24332 (spam-assassin-register-spam-routine)
24333 (spam-assassin-register-ham-routine): Add SpamAssassin support.
24334 (spam-bogofilter-score): Fix to show article before scoring.
24336 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
24338 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
24339 default scoring function.
24340 (spam-generic-score): Call spam-spamassassin-score if
24341 spam-use-spamassassin or spam-use-spamassassin-headers is on;
24342 spam-bogofilter-score otherwise.
24344 * gnus.el (spam-process, spam-autodetect-methods):
24345 Add spamassassin and spamassassin-headers.
24347 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
24349 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
24350 Suppress unnecessary messages.
24352 2004-01-20 Jesper Harder <harder@ifa.au.dk>
24354 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
24357 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
24359 * canlock.el (base64-encode-string): Don't autoload it.
24361 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
24363 * run-at-time.el: Remove useless (require 'itimer),
24364 eval-and-compile and (featurep 'xemacs).
24366 2004-01-16 Jesper Harder <harder@ifa.au.dk>
24368 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
24369 GROUP is a virtual group.
24371 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
24373 * gnus.el: Autoload `message-y-or-n-p'.
24375 2004-01-15 Jesper Harder <harder@ifa.au.dk>
24377 * pgg-parse.el: Remove unnecessary (require 'custom).
24383 * gnus-undo.el: do.
24385 * gnus-picon.el: do.
24387 * gnus-util.el: do.
24389 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
24391 * gnus-sum.el (gnus-pick-line-number): Add autoload.
24393 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
24395 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
24396 handle, as well as a list.
24398 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
24399 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
24400 (mm-w3m-cid-retrieve): Simplify.
24402 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
24404 * message.el (message-kill-to-signature): Allow prefix arg to
24405 specify number of lines to keep before signature.
24407 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
24409 * message.el (message-kill-to-signature): Change docstring.
24411 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
24413 * canlock.el: Always require sha1-el.
24414 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
24416 * message.el: Autoload sha1 only when compiling.
24418 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
24420 * message.el (message-canlock-generate): Require sha1-el.
24422 2004-01-13 Jesper Harder <harder@ifa.au.dk>
24424 * message.el (message-expand-name): Silence the byte compiler.
24426 2004-01-13 Simon Josefsson <jas@extundo.com>
24428 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
24429 Invoke gnus-score-mode.
24430 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
24432 * gnus-range.el (gnus-compress-sequence): Doc fix.
24433 Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
24435 2004-01-12 Jesper Harder <harder@ifa.au.dk>
24437 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
24439 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
24441 * spam.el (spam-get-article-as-string): Update to use
24442 gnus-request-article-this-buffer, much simpler.
24443 (spam-get-article-as-buffer): Remove.
24445 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
24447 * message.el (message-expand-name): Use EUDC if the user uses that.
24449 2004-01-12 Jesper Harder <harder@ifa.au.dk>
24451 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
24452 character for the encoding to avoid consing a string.
24454 * rfc2047.el (rfc2047-decode-string): Don't cons a string
24457 * mm-util.el (mm-replace-chars-in-string): Remove.
24459 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
24460 of mm-replace-chars-in-string.
24462 2004-01-11 Jesper Harder <harder@ifa.au.dk>
24464 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
24466 * mm-util.el (mm-subst-char-in-string): Support inplace.
24468 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
24469 a new string in every iteration. Use shy groups.
24471 2004-01-10 Jesper Harder <harder@ifa.au.dk>
24473 * gnus-srvr.el (gnus-browse-unsubscribe-group):
24474 * gnus-soup.el (gnus-soup-group-brew):
24475 * gnus-msg.el (gnus-put-message):
24476 * gnus-move.el (gnus-group-move-group-to-server):
24477 * gnus-kill.el (gnus-batch-score):
24478 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
24479 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
24480 (gnus-group-update-group, gnus-group-read-group)
24481 (gnus-group-make-group, gnus-group-make-help-group)
24482 (gnus-group-make-archive-group, gnus-group-make-directory-group)
24483 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
24484 (gnus-group-sort-by-unread, gnus-group-catchup)
24485 (gnus-group-unsubscribe-group, gnus-group-kill-group)
24486 (gnus-group-yank-group, gnus-group-set-info)
24487 (gnus-group-list-groups):
24488 * gnus.el (gnus-generate-new-group-name):
24489 * gnus-delay.el (gnus-delay-send-queue):
24490 * nnvirtual.el (nnvirtual-catchup-group):
24491 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
24492 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
24493 (gnus-group-prepare-topics, gnus-topic-check-topology):
24494 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
24495 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
24496 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
24497 (gnus-group-make-articles-read):
24498 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
24499 (gnus-group-change-level, gnus-kill-newsgroup)
24500 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
24501 (gnus-get-unread-articles, gnus-make-articles-unread)
24502 (gnus-make-ascending-articles-unread): Use accessor
24503 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
24504 to get group information for improved readability.
24506 2004-01-09 Jesper Harder <harder@ifa.au.dk>
24508 * gnus-art.el (article-decode-mime-words, article-babel)
24509 (gnus-article-highlight-signature, gnus-article-add-buttons)
24510 (gnus-signature-toggle): Use gnus-with-article-buffer.
24512 * gnus-art.el (gnus-article-highlight-headers)
24513 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
24515 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
24516 (gnus-article-set-globals, gnus-request-article-this-buffer)
24517 (gnus-button-message-id, gnus-article-maybe-hide-headers)
24518 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
24519 (gnus-mime-display-alternative): Use with-current-buffer.
24521 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
24523 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
24524 also under 80 char limit, and call gnus-error if needed.
24525 (spam-fetch-article-header): Fix - it was a
24526 buffer-local variable (gnus-newsgroup-data).
24527 (spam-find-spam): Use spam-generate-fake-headers, forget about
24528 spam-insert-fake-headers.
24529 (spam-insert-fake-headers): Remove.
24531 2004-01-09 Jesper Harder <harder@ifa.au.dk>
24533 * deuglify.el (gnus-article-outlook-unwrap-lines)
24534 (gnus-outlook-rearrange-article)
24535 (gnus-outlook-repair-attribution-outlook)
24536 (gnus-outlook-repair-attribution-block)
24537 (gnus-outlook-repair-attribution-other): Remove redundant
24540 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
24542 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
24543 (spam-fetch-field-subject-fast)
24544 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
24545 (spam-fetch-article-header): Add functions to deal with Gnus
24546 internals for fast retrieval of article header data.
24547 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
24549 2004-01-09 Jesper Harder <harder@ifa.au.dk>
24551 * pop3.el (pop3-md5): Remove.
24552 (pop3-apop): Replace pop3-md5 with md5.
24554 * mm-bodies.el: base64 is always built-in.
24556 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
24557 Use with-current-buffer.
24559 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
24561 * canlock.el (canlock-insert-header): Remove excessive grouping in
24564 * gnus-sum.el (gnus-summary-read-document): Ditto.
24566 * gnus-uu.el (gnus-uu-part-number): Ditto.
24568 * html2text.el (html2text-remove-tags): Ditto.
24569 (html2text-format-tags): Ditto.
24570 (html2text-format-single-elements): Ditto.
24572 * mml.el (mml-parse-1): Ditto.
24574 2004-01-08 Jesper Harder <harder@ifa.au.dk>
24576 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
24578 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
24580 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
24582 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
24584 2003-11-15 Simon Josefsson <jas@extundo.com>
24586 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
24587 (pgg-gpg-lookup-key): Use regexp match instead of
24588 split-string (split-string is different between emacs 21.2 and
24589 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
24591 2004-01-08 Jesper Harder <harder@ifa.au.dk>
24593 * gnus-art.el (gnus-mime-view-all-parts)
24594 (gnus-article-part-wrapper, gnus-article-view-part):
24595 Use with-current-buffer.
24597 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
24599 * spam.el (spam-disable-spam-split-during-ham-respool)
24600 (spam-spamoracle-database, spam-cache-lookups)
24601 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
24602 (spam-group-ham-mark-p, spam-group-spam-mark-p)
24603 (spam-group-ham-marks, spam-group-spam-marks)
24604 (spam-group-spam-contents-p, spam-group-ham-contents-p)
24605 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
24606 also add spam-use-blackholes to the statistical checks.
24607 (spam-fetch-field-fast): Add interface to fetching fields, may
24609 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
24610 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
24611 (spam-insert-fake-headers): Fake an article when needed.
24612 (spam-find-spam): Fake article when possible.
24613 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
24614 (spam-check-bogofilter-headers): Use message-fetch-field instead
24615 of nnmail-fetch-field.
24617 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
24619 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
24621 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
24623 * spam.el (spam-split): Do not require spam-use-CHECK to be
24624 enabled if that check is passed to spam-split explicitly; also
24625 fix so 'spam doesn't get converted to spam-split-group when
24626 spam-split-symbolic-return is t.
24627 (spam-find-spam): Find registrations of the article and use those
24628 instead of re-running spam-split to find the spam/ham
24629 classification of the article.
24630 (spam-log-processing-to-registry, spam-log-registered-p)
24631 (spam-log-unregistration-needed-p, spam-log-undo-registration):
24632 Use gnus-error instead of gnus-message.
24633 (spam-log-registration-type): Add function to determine the
24634 classification of a message based on registry entries; will
24635 return nil if both 'spam and 'ham are found.
24636 (spam-check-BBDB): Expand all the BBDB macros here so we can have
24637 a reasonably fast local cache without the loading errors.
24638 (spam-cache-lookups): Set to t by default.
24639 (spam-find-spam): Don't try to guess spam-cache-lookups.
24640 (spam-enter-whitelist, spam-enter-blacklist): Clear the
24642 (spam-filelist-build-cache, spam-filelist-check-cache):
24643 Fix caching of whitelist/blacklist entries.
24644 (spam-check-whitelist, spam-check-blacklist):
24645 Invoke spam-from-listed-p with a type, not a cache variable.
24646 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
24648 2004-01-07 Jesper Harder <harder@ifa.au.dk>
24650 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
24652 * nnmail.el (nnmail-split-fancy): do.
24654 * mml.el (mml-parse): do.
24656 * gnus-score.el (gnus-enter-score-words-into-hashtb)
24657 (gnus-score-adaptive): do.
24659 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
24661 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
24662 (gnus-mime-button-map): Don't set keymap parent.
24663 (gnus-button-ctan-directory-regexp): Use shy grouping.
24664 (gnus-prev-page-map): Don't set keymap parent.
24665 (gnus-prev-page-map): Remove duplicated one.
24666 (gnus-next-page-map): Don't set keymap parent.
24667 (gnus-mime-security-button-map): Ditto.
24669 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
24672 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
24674 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
24676 * canlock.el (canlock-sha1-function): Remove.
24677 (canlock-sha1-function-for-verify): Remove.
24678 (canlock-openssl-program): Remove.
24679 (canlock-openssl-args): Remove.
24680 (canlock-ignore-errors): Remove.
24681 (canlock-sha1-with-openssl): Remove.
24682 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
24683 (canlock-verify): Don't use canlock-ignore-errors.
24685 * sha1-el.el (sha1-string-external): Make it can return a string
24687 (sha1-region-external): Ditto.
24688 (sha1-string-internal): Ditto.
24689 (sha1-region-internal): Ditto.
24690 (sha1-region): Ditto.
24691 (sha1-string): Ditto.
24694 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
24696 * spam.el (spam-report-articles-gmane): New command.
24698 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
24700 * gnus.el: Don't make unnecessary *Group* buffer when loading.
24702 * run-at-time.el (run-at-time-saved): Remove.
24703 (run-at-time): Doc fix.
24705 2004-01-07 Jesper Harder <harder@ifa.au.dk>
24707 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
24708 (gnus-summary-limit-map): Add it.
24709 (gnus-summary-make-menu-bar): do.
24711 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
24713 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
24714 Make attempt at some caching support (done for BBDB only now).
24715 (spam-find-spam): Set spam-cache-lookups if there are more than 2
24716 addresses to be checked.
24717 (spam-clear-cache-BBDB): Add function, to be invoked by
24718 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
24719 (spam-check-BBDB): Check and use the caches, if
24720 spam-cache-lookups is on, remove superfluous (provide).
24722 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
24724 * gnus-art.el (gnus-treat-ansi-sequences): Change default.
24726 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
24728 * run-at-time.el (run-at-time-saved): Move to after the definition
24731 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
24733 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
24734 mm-w3m-local-map-property.
24736 * mm-view.el (mm-w3m-mode-map): Remove.
24737 (mm-w3m-local-map-property): Remove.
24738 (mm-inline-text-html-render-with-w3m): Don't use
24739 mm-w3m-local-map-property.
24741 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
24743 * run-at-time.el: New file.
24745 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
24746 of gnus-set-text-properties.
24748 * gnus-uu.el (gnus-uu-save-article): Ditto.
24750 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
24752 * gnus-cite.el (gnus-cite-parse): Ditto.
24754 * gnus-art.el (gnus-button-push): Use set-text-properties instead
24757 * gnus.el: Change calls to nnheader-run-at-time and
24758 password-run-at-time throughout to use run-at-time directly.
24760 * password.el: Remove definition of run-at-time.
24762 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
24764 * mml.el (mml-minibuffer-read-disposition): Show attachment type
24767 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
24769 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
24772 * dns.el (dns-make-network-process): Use `open-network-stream'
24773 instead of `gnus-xmas-open-network-stream'.
24775 * .cvsignore: Add auto-autoloads.el, custom-load.el.
24777 2004-01-06 Jesper Harder <harder@ifa.au.dk>
24779 * gnus-art.el (gnus-mime-display-alternative)
24780 (gnus-insert-mime-button, gnus-insert-mime-security-button)
24781 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
24782 Don't use gnus-local-map-property.
24784 * gnus-util.el (gnus-local-map-property): Remove.
24786 * mm-view.el (mm-view-pkcs7-decrypt):
24787 Replace gnus-completing-read-maybe-default with completing-read.
24789 * gnus-util.el (gnus-completing-read): do.
24790 (gnus-completing-read-maybe-default): Remove.
24792 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
24794 * password.el: Only autoload `run-at-time' if not XEmacs.
24795 Only autoload the itimer functions if XEmacs.
24797 2004-01-06 Jesper Harder <harder@ifa.au.dk>
24799 * gnus-art.el (gnus-read-string): Remove.
24800 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
24803 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
24805 * netrc.el: Autoload password-read.
24806 (netrc): Add configuration group.
24807 (netrc-encoding-method, netrc-openssl-path):
24808 Add variables for encoding and decoding of files with symmetric
24810 (netrc-encode): Add assistant function to encode a file with
24811 netrc-encoding-method.
24812 (netrc-parse): Add interactive parameter, added optional
24813 decoding if netrc-encoding-method is non-nil but otherwise
24814 behavior is standard.
24815 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
24816 Do s/encode/encrypt/ everywhere.
24818 * spam.el: Remove executable-find autoload.
24820 2004-01-05 Jesper Harder <harder@ifa.au.dk>
24822 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
24824 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
24826 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
24828 * gnus-art.el (gnus-treat-ansi-sequences)
24829 (article-treat-ansi-sequences): New variable and function.
24830 Suggested by Dan Jacobson <jidanni@jidanni.org>.
24832 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
24835 2004-01-05 Jesper Harder <harder@ifa.au.dk>
24837 * mm-util.el (mm-quote-arg): Remove.
24839 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
24840 shell-quote-argument.
24842 * gnus-uu.el (gnus-uu-command): do.
24844 * gnus-sum.el (gnus-summary-insert-pseudos): do.
24846 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
24849 * mm-util.el (mm-make-char): Remove.
24851 * mml.el (mml-mode): Replace gnus-add-minor-mode with
24854 * gnus-undo.el (gnus-undo-mode): do.
24856 * gnus-topic.el (gnus-topic-mode): do.
24858 * gnus-sum.el (gnus-dead-summary-mode): do.
24860 * gnus-start.el (gnus-slave-mode): do.
24862 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
24864 * gnus-ml.el (gnus-mailing-list-mode): do.
24866 * gnus-gl.el (gnus-grouplens-mode): do.
24868 * gnus-draft.el (gnus-draft-mode): do.
24870 * gnus-dired.el (gnus-dired-mode): do.
24872 * gnus-ems.el (gnus-add-minor-mode): Remove.
24874 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24875 Replace gnus-char-width with char-width.
24877 * gnus-ems.el (gnus-char-width): Remove.
24879 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24880 Replace gnus-char-width with char-width.
24882 * gnus-ems.el (gnus-char-width): Remove.
24884 * spam-stat.el (with-syntax-table): Remove with-syntax-table
24886 Remove Emacs 20 hash table compatibility code.
24888 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
24889 20 compatibility code.
24891 * spam.el (spam-point-at-eol): Replace with point-at-eol.
24893 * smime.el (smime-point-at-eol): Replace with point-at-eol.
24895 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
24896 Replace with point-at-{eol,bol}.
24898 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
24900 * imap.el (imap-point-at-eol): Replace with point-at-eol.
24902 * flow-fill.el (fill-flowed-point-at-bol)
24903 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
24905 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
24906 Replace with point-at-{eol,bol} throughout all files.
24908 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
24910 * ntlm.el (ntlm-string-as-unibyte): New macro.
24911 (ntlm-build-auth-response): Use it.
24913 Remove Emacs 20 stuff:
24914 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
24915 of delq and copy-sequence.
24916 * gnus-art.el (popup-menu): Remove the compiler macro.
24917 * nnmail.el (nnmail-split-fancy): Don't support customizing with
24920 2004-01-05 Simon Josefsson <jas@extundo.com>
24922 * ntlm.el: Fix namespace. Change smb-passwd-hash into
24923 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
24924 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
24925 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
24926 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
24927 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
24928 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
24929 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
24930 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
24931 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
24932 ntlm-string-permute, string-lshift into ntlm-string-lshift,
24933 string-xor into ntlm-string-xor.
24934 Suggested by Jesper Harder <harder@myrealbox.com>.
24936 * ntlm.el: Don't include poem.
24938 * md4.el (print-int32, print-string-hexa): Remove.
24939 Suggested by Jesper Harder <harder@myrealbox.com>.
24941 * sasl-ntlm.el, ntlm.el, md4.el: New files.
24943 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
24944 probably breaks emacs with DL patch, but do we care? Is anyone
24945 still using the DL stuff?)
24947 * sieve-manage.el: Use the password package.
24948 (sieve-manage-read-passwd): Remove.
24949 (sieve-manage-interactive-login): Use password. Re-add
24950 condition-case around loop.
24952 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
24953 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24954 Use the password package.
24956 2003-02-19 Simon Josefsson <jas@extundo.com>
24958 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
24961 2002-08-07 Simon Josefsson <jas@extundo.com>
24963 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
24964 (sieve-manage-authenticators):
24965 (sieve-manage-authenticator-alist): Add some SASL mechs.
24966 (sieve-sasl-auth): New function.
24967 (sieve-manage-cram-md5-auth):
24968 (sieve-manage-plain-auth): Rewrite using SASL library.
24969 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
24970 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
24971 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
24972 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
24974 2004-01-05 Simon Josefsson <jas@extundo.com>
24976 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
24979 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
24981 * gnus-group.el (gnus-no-groups-message): Update.
24983 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
24985 2003-11-09 Simon Josefsson <jas@extundo.com>
24987 * imap.el: Support for ID IMAP extension (RFC 2971).
24988 (imap-local-variables): Add imap-id.
24989 (imap-id): New variable.
24990 (imap-id): New function.
24991 (imap-parse-response): Parse untagged ID response.
24992 * nnimap.el (nnimap-id): New variable.
24993 (nnimap-open-connection): Use it.
24995 2003-12-28 Simon Josefsson <jas@extundo.com>
24997 * gnus-score.el (gnus-score-edit-all-score): New.
24998 * gnus-group.el (gnus-group-score-map): Bind it to W e.
25000 2004-01-04 Simon Josefsson <jas@extundo.com>
25002 * password.el: Add.
25004 2004-01-04 Mario Lang <lang@zid.tugraz.at>
25006 * dns.el (dns-query-types): Fix typo.
25007 (dns-query-types): New function.
25008 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
25009 PTR and SOA replies, see RFC 1035.
25011 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25013 * gnus.el (gnus-logo-color-style): Change colors to `no'.
25015 * Move to Changelog.2.
25017 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25019 * gnus.el (gnus-version-number): Bump version.
25021 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
25023 * gnus.el: No Gnus v0.1 is released.
25025 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
25027 * gnus.el: No Gnus v0.0 is released.
25029 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
25031 * gnus.el (gnus-version-number): Bump.
25032 (gnus-version): No.
25034 See ChangeLog.2 for earlier changes.
25036 Copyright (C) 2004-2013 Free Software Foundation, Inc.
25038 This file is part of GNU Emacs.
25040 GNU Emacs is free software: you can redistribute it and/or modify
25041 it under the terms of the GNU General Public License as published by
25042 the Free Software Foundation, either version 3 of the License, or
25043 (at your option) any later version.
25045 GNU Emacs is distributed in the hope that it will be useful,
25046 but WITHOUT ANY WARRANTY; without even the implied warranty of
25047 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25048 GNU General Public License for more details.
25050 You should have received a copy of the GNU General Public License
25051 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
25053 ;; Local Variables:
25056 ;; add-log-time-zone-rule: t