1 2010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3 * gnus-sum.el (gnus-summary-select-article): Make sure we have the
4 original article buffer live.
6 2010-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8 * shr.el (shr-tag-strong): Added.
10 2010-10-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12 * gnus-group.el (gnus-group-completing-read): Remove all newlines from
13 group names. They mess up the group buffer badly.
15 * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
17 * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
18 instead of the summary one.
20 2010-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
22 * mml.el (mml-preview): Work properly when editing article.
24 * gnus-start.el (gnus-read-active-file-1): Don't add method to
25 gnus-have-read-active-file if it's already been in.
27 2010-10-22 Tom Tromey <tromey@redhat.com>
29 * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
30 gnus-group-completing-read.
32 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
34 * message.el (message-mode-map): Don't bind M-; to comment region, to
35 allow the global comment-dwim to work.
37 2010-10-21 Julien Danjou <julien@danjou.info>
39 * message.el (message-setup-1): Allow message-default-headers to be a
42 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
44 * shr.el (shr-tag-table): Simplify.
46 2010-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
48 * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
49 to avoid trying to snarf invalid stuff.
51 * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
53 * gnus.el (gnus-message-archive-group): Quote value.
54 (gnus-message-archive-group): Mark as changed.
56 * shr.el (shr-add-font): Don't put the font properties on the newline
59 * message.el (message-fix-before-sending): Change options when sending
60 non-printable characters.
62 * gnus.el (gnus-message-archive-method): Change the default to
63 monthly outgoing groups.
65 * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
66 that have gotten new numbers.
68 * nnimap.el (nnimap-request-replace-article): New function.
70 2010-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
72 * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
73 (nnrss-request-article): Don't use special html washing code.
75 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
77 * shr.el (shr-tag-table): Remove useless nconc.
79 2010-10-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
81 * gnus-art.el (article-wash-html): Simplify and remove the charset
82 stuff. Use the normal html rendering code instead of the special html
85 * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
87 (mm-text-html-washer-alist): Removed.
89 * mm-decode.el (mm-inline-text-html-renderer): Removed.
90 (mm-inline-media-tests): Removed use.
91 (mm-text-html-renderer): Change default to the `shr' symbol.
93 * mm-view.el (mm-inline-text-html): Removed use.
95 * gnus-art.el (gnus-blocked-images): New function. Allow the
96 `gnus-blocked-images' to be a function.
97 (gnus-article-wash-function): Removed.
99 2010-10-20 Julien Danjou <julien@danjou.info>
101 * spam.el (spam-list-of-processors): Mark as obsolete.
103 * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
104 (nnimap-insert-partial-structure): Fix boundary detection.
106 2010-10-20 Andreas Seltenreich <seltenreich@gmx.de>
108 * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
109 run file-truename on remote files. This can be expensive and even
110 prevent one from editing drafts if some unrelated buffer has a stale
113 2010-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
115 * shr.el (shr-find-fill-point): Shorten line if the preceding char is
116 kinsoku-eol regardless of shr-kinsoku-shorten.
117 (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
118 (shr-tag-table): Support caption, thead, and tfoot.
120 2010-10-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
122 * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
124 (shr-save-contents): New command and keystroke.
126 * nndoc.el (nndoc-type-alist): Add git support.
127 (nndoc-git-type-p): New function.
128 (nndoc-transform-git-article): Ditto.
129 (nndoc-transform-git-headers): Ditto.
130 (nndoc-transform-git-headers): Generate Subject headers.
132 * shr.el (shr-parse-style): New function.
133 (shr-tag-span): Ditto.
135 * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
136 to `G G' to avoid collisions.
138 2010-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
140 * shr.el: Load kinsoku if necessary.
141 (shr-kinsoku-shorten): New internal variable.
142 (shr-find-fill-point): Make kinsoku shorten text line if
143 shr-kinsoku-shorten is bound to non-nil.
144 (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
145 shr-indentation too when testing if table is wider than frame width.
146 (shr-insert-table): Use `string-width' instead of `length' to measure
148 (shr-insert-table-ruler): Make sure indentation is done at bol.
150 2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
152 * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
153 (nnimap-process-expiry-targets): Use unibyte for buffers that hold
154 undecoded network data.
156 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
158 * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
159 name in the mode line spec so that the mode line menu works
162 * message.el (message-get-reply-headers): If we're fed `to-address',
163 then always use that.
165 * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
166 aren't so wide as to need to switch off the edit menu.
168 * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
169 binding. Suggested by Leo <sdl.web@gmail.com> (bug #6613).
171 * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
173 (nnimap-update-info): Update flags/read marks even if \* isn't part of
176 2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
178 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
179 Splitting according to references/in-reply-to obeys the ignore-groups
180 variable, while splitting by sender and subject do not.
182 2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
184 * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
185 alist, so that we can look for non-Unicode chars.
186 (article-translate-strings): Allow both character and string maps.
188 2010-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
190 * shr.el (shr-insert): Don't insert space behind a wide character
191 categorized as kinsoku-bol, or between characters both categorized as
194 2010-10-16 Andrew Cohen <cohen@andy.bu.edu>
196 * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
197 headers to gnus-newsgroup-headers.
199 2010-10-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
201 * shr.el (shr-tag-img): Don't align images -- since we're not
202 rescaling, this often leads to ugly displays.
204 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
206 * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
209 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
211 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
214 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
216 * gnus.el: Autoload gnus-html-show-images.
218 * nnimap.el: Use nnheader-message throughout.
220 * shr.el (shr-tag-img): Ignore images with no data.
222 2010-10-15 Julien Danjou <julien@danjou.info>
224 * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
225 a possibility to disable format=flow encoding when using hard newlines.
227 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
229 * shr.el (shr-insert): Remove space inserted before or after a
230 breakable character or at the beginning or the end of a line.
231 (shr-find-fill-point): Do kinsoku; find the second best point or give
232 it up if there's no breakable point.
234 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
236 * nnimap.el (nnimap-open-connection): Message when opening connection
237 for debugging purposes.
239 * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
240 on every setup buffer call to allow this to change from article to
243 * shr.el (shr-tag-table): Experimental feature: Truncate lines in
244 buffers where we have a wide table.
246 2010-10-14 Andrew Cohen <cohen@andy.bu.edu>
248 * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
249 uses *-request-thread.
251 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
253 * nnimap.el (nnimap-open-connection): Remove %s from openssl
254 incantation, which is no longer valid.
256 2010-10-14 Julien Danjou <julien@danjou.info>
258 * shr.el: Fix defcustom type (char -> character).
260 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
262 * nnimap.el (nnimap-open-connection): tls-program should be a list of
265 2010-10-14 Julien Danjou <julien@danjou.info>
267 * shr.el (shr-tag-a): Use url-link as widget type.
269 * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
270 `gnus-group-get-icon'.
272 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
274 * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
275 This should make server editing work better.
277 * shr.el (shr-find-fill-point): Don't inloop on indented text.
279 * tls.el (tls-program): Remove spurious %s from openssl.
281 * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
282 (nnimap-parse-flags): Fix regexp.
284 * shr.el (shr-find-fill-point): Use a filling algorithm that should
285 probably work for CJVK text, too.
287 * nnimap.el (nnimap-extend-tls-programs): Removed.
288 (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
290 * tls.el (tls-starttls-switches): Remove starttls hack.
291 (open-tls-stream): Ditto.
292 (tls-find-starttls-argument): Ditto.
294 2010-10-13 Julien Danjou <julien@danjou.info>
296 * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
299 2010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
301 * mm-decode.el (mm-shr): Allow use from non-Gnus users.
303 * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
306 * shr.el (shr-current-column): Remove buggy and unnecessary function.
308 2010-10-13 Julien Danjou <julien@danjou.info>
310 * shr.el (shr-width): Make shr-width a defcustom with default to
312 (shr-tag-img): Use shr-width rather than fill-column.
314 2010-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
316 * dgnushack.el (byte-optimize-apply)
317 * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
319 * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
320 position when (X-)Faces exist.
321 (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
322 avatars when called interactively.
324 2010-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
326 * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
327 gnus-article-x-face-too-ugly is bound.
329 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
331 * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
333 * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
334 mailbox that doesn't exist.
336 2010-10-12 Julien Danjou <julien@danjou.info>
338 * shr.el (shr-tag-img): Encode URL properly when retrieving.
339 (shr-get-image-data): Encode URL properly when fetching from cache.
340 (shr-tag-img): Use aligned-to spaces to align correctly images.
342 * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
343 before inserting the Gravatar.
345 * shr.el (shr-tag-img): Add align attribute support for <img>.
347 2010-10-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
349 * gnus-gravatar.el (gnus-art): Required.
351 * gnus-sum.el (gnus-summary-mark-as-unread-forward)
352 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
353 Remove long obsoleted functions.
355 2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
357 * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
359 * nnimap.el (gnutls-negotiate): Silence the byte compiler.
361 * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
362 gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
363 hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el,
364 mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el,
365 mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el,
366 nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el,
367 sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
369 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
371 * nnimap.el (nnimap-request-rename-group): Select group read-only
374 * shr.el (shr-insert): Fix up the white space only regexp.
376 * nnimap.el (nnimap-transform-split-mail): Not all articles have
377 bodies. Protect against this. Reported by Michael Welsh Duggan.
379 * shr.el (shr-current-column): New function.
380 (shr-find-fill-point): New function.
382 2010-10-11 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
384 * sieve-manage.el (sieve-manage-open): Allow port names as well as port
387 2010-10-11 Julien Danjou <julien@danjou.info>
389 * shr.el (shr-hr-line): Add.
390 (shr-tag-hr): Use shr-hr-line to specify which character to use to
392 (shr-max-columns): Do not change state to nil if we just inserting
395 2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
397 * gnus-topic.el (gnus-topic-read-group): If after the last group,
398 select the last group.
400 2010-10-11 Teodor Zlatanov <tzz@lifelogs.com>
402 * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
404 2010-10-10 Dan Nicolaescu <dann@ics.uci.edu>
406 * dig.el (dig-mode-map): Declare and define in one step.
408 2010-10-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
410 * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
412 (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
413 (nnimap-update-qresync-info): Mark \Seen articles as read.
415 * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
418 * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
420 (nnimap-update-info): Rely more on the current active than the param
421 active to avoid marking articles as read too much.
423 * auth-source.el (auth-source-create): Use (user-login-name) for the
426 * nnimap.el (nnimap-update-info): If the server doesn't return any
427 useful info, just use the previous info.
428 (nnimap-update-info): Prefer old info over start-article.
429 (nnimap-update-qresync-info): Finish implementing QRESYNC.
431 2010-10-10 Andrew Cohen <cohen@andy.bu.edu>
433 * nnir.el (autoload): Clean up autoloads.
434 (nnir-imap-default-search-key): Renamed from
435 nnir-imap-search-field. Use key rather than value.
436 (nnir-imap-search-other): New variable.
437 (nnir-read-parm): Use it.
438 (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
439 (gnus-summary-nnir-goto-thread): Modify to work with imap.
441 2010-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
443 * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
446 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
448 * spam.el (gnus-summary-mode-map): Bind to "$". Suggested by Russ
451 * shr.el: Rework the way things are indented by <li> slightly.
453 * gnus.el (gnus-group-set-parameter): Fix typo.
455 * nnimap.el: Start implementing QRESYNC support.
457 2010-10-09 Julien Danjou <julien@danjou.info>
459 * nnir.el (nnir-engines): Fix too many arguments.
461 2010-10-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
463 * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
464 group is the "last", so that the backends like nnfolder actually save
467 * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
468 try to use that for the tls stream.
469 (nnimap-retrieve-group-data-early): Rework the marks code to heed
470 UIDVALIDITY and find out which groups are read-only and not.
471 (nnimap-get-flags): Use the same marks parsing code as the rest of
474 2010-10-09 Julien Danjou <julien@danjou.info>
476 * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
478 * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
479 retrieving gravatars.
481 * shr.el (shr-table-corner): Add.
482 (shr-table-line): Add.
483 (shr-insert-table-ruler): Use the above defcustoms to insert tables.
485 2010-10-08 Julien Danjou <julien@danjou.info>
487 * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
489 2010-10-08 Teodor Zlatanov <tzz@lifelogs.com>
491 * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
493 * gnus-sum.el (gnus-mark-article-as-unread)
494 (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
495 (gnus-summary-set-bookmark): Use it.
497 * gnus-msg.el (gnus-setup-message): Use it.
499 * gnus-demon.el (gnus-demon-remove-handler): Use it.
501 * gnus.el (gnus-group-remove-parameter): Use it.
503 * gnus-group.el (gnus-group-make-web-group): Use it.
505 * gnus-demon.el (gnus-demon-remove-handler): Use it.
507 * nnregistry.el: Update docs to mention manual.
509 * gnus-registry.el: Update docs to mention nnregistry.el.
510 (gnus-registry-initialize): Don't install nnregistry refer method
512 (gnus-registry-install-nnregistry): Remove it.
514 2010-10-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
516 * shr.el (shr-insert): Don't insert double spaces.
518 2010-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
520 * gnus-gravatar.el (gnus-treat-from-gravatar)
521 (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
522 called interactively.
524 * gnus-art.el (gnus-mime-view-part-externally)
525 (gnus-mime-view-part-internally): Make predicate function passed to
526 gnus-mime-view-part-as-type assume argument is a mime type, not a list
529 * shr.el (shr-table-widths): Don't use cl function `reduce'.
531 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
533 * shr.el (require): Require cl when compiling.
534 (shr-tag-hr): New function.
536 * nnimap.el (nnimap-update-info): Remove double setting of high.
537 (nnimap-update-info): Don't ignore groups that have no UIDNEXT. This
538 makes nnimap work properly on Courier again.
540 * gnus.el (gnus-carpal): The carpal mode has been removed, but define
541 the variable for backwards compatability.
543 * mm-decode.el (mm-save-part): If given a non-directory result, expand
544 the file name before using to avoid setting mm-default-directory to
547 * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
548 bidning gnus-agent variables.
550 * shr.el (shr-render-td): Use a cache for the table rendering function
551 to avoid getting an exponential rendering behaviour in nested tables.
552 (shr-insert): Rework the line-breaking algorithm.
553 (shr-insert): Don't leave trailing spaces.
554 (shr-insert-table): Also insert empty TDs.
555 (shr-tag-blockquote): Ensure paragraphs after </ul>.
557 2010-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
559 * gnus-sum.el (gnus-number): Rename from `number'.
560 (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
561 (gnus-summary-limit-children): Update uses correspondingly.
563 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
565 * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
566 (gnus-gravatar-transform-address): Don't show avatars of people of
567 which mail addresses match gnus-gravatar-too-ugly.
569 2010-10-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
571 * shr.el (shr-table-widths): Expand TD elements to fill available
574 2010-10-07 Julien Danjou <julien@danjou.info>
576 * nnimap.el (nnimap-request-rename-group): Add this method.
578 2010-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
580 * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
581 name from XEmacs' function-arglist.
583 * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
584 gravatar under XEmacs.
586 2010-10-07 Teodor Zlatanov <tzz@lifelogs.com>
588 * auth-source.el: Update docs with TODO items.
590 * gnus-sync.el: Update docs to explain state and plans.
592 * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
593 Hooks for mark updates.
594 (gnus-request-set-mark, gnus-request-update-mark): Use them.
596 * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
597 hooks with arguments, which is needed for mark update hooks.
599 2010-10-06 Julien Danjou <julien@danjou.info>
601 * gnus.el (gnus-expand-group-parameter): Only return and act on what
604 * sieve-manage.el: Update example in `Commentary'.
606 * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
608 * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
610 (sieve-manage-authenticate): Re-add function.
612 2010-10-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
614 * shr.el (shr-insert): Get 'space transition right.
615 (shr-render-td): Only delete space at the end of the TD.
617 * nnimap.el (nnimap-open-connection): Prepare to support
620 * shr.el: Rearrange function order to be more logical.
622 2010-10-06 Julien Danjou <julien@danjou.info>
624 * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
625 (nnrss-discover-feed): Remove 404 URL in docstring.
627 * nnir.el: Fix Swish-E URL.
630 * message.el (message-change-subject): Remove 404 URL in a comment.
632 2010-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
634 * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
635 called interactively.
637 * gnus-util.el (gnus-remove-if): Allow hash table.
638 (gnus-remove-if-not): New function.
640 * gnus-art.el (gnus-mime-view-part-as-type)
641 * gnus-score.el (gnus-summary-score-effect)
642 * gnus-sum.el (gnus-read-move-group-name):
643 Replace remove-if-not with gnus-remove-if-not.
645 * gnus-group.el (gnus-group-completing-read):
646 Regard collection as a hash table if it is not a list.
648 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
650 * shr.el (shr-render-td): Allow blank/missing <TD>s.
652 * shr.el: Document the table-rendering algorithm.
654 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
656 * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
657 for Emacsen having no `libxml-parse-html-region' support.
659 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
661 * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
664 * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
666 (shr-tag-img): Ignore image fetching errors.
667 (shr-overlays-in-region): Compute overlay positions correctly.
669 * mm-decode.el (mm-shr): Require shr.
671 * gnus-art.el (gnus-blocked-images): Move variable here.
673 * shr.el (shr-insert-table): Bind free variable.
675 * mm-decode.el (mm-shr): Bind shr-content-function.
677 * shr.el (shr-content-function): New variable.
679 * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
682 * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
684 * gnus-group.el (gnus-group-make-group): Doc fix.
686 * nnimap.el (nnimap-request-newgroups): Return success.
688 * shr.el (shr-find-elements): New function.
689 (shr-tag-table): Put all the images after the table.
690 (shr-tag-table): Really inhibit images inside the table.
691 (shr-collect-overlays): Copy over overlays from the TD elements to the
694 * mm-decode.el (mm-shr): Bind shr-blocked-images to
697 2010-10-05 Julien Danjou <julien@danjou.info>
699 * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
701 * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
702 (gnus-html-maximum-image-size): Add this function.
703 (gnus-html-put-image): Use gnus-html-maximum-image-size.
705 * sieve-manage.el (sieve-manage-capability): Do not bug out when the
706 server-value of the capability is nil.
708 2010-10-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
710 * shr.el (shr-tag-em): Add <EM> tag.
712 2010-10-05 Florian Ragwitz <rafl@debian.org> (tiny change)
714 * sieve-manage.el (sieve-manage-default-stream): Make default stream
717 * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
718 handing broken links to browse-url.
720 2010-10-05 Julien Danjou <julien@danjou.info>
722 * gnus-util.el (gnus-emacs-completing-read)
723 (gnus-iswitchb-completing-read): Use autoload rather than require.
725 2010-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
727 * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
728 Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
729 SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
730 iswitchb-temp-buflist for XEmacs.
732 * gnus-util.el (gnus-completing-read-function): Exclude
733 gnus-icompleting-read and gnus-ido-completing-read from candidates for
734 XEmacs since iswitchb.el is very old and ido.el is unavailable in
737 * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
738 not to use `delete-dups' that is unavailable in XEmacs 21.4.
740 * gnus-html.el: Don't require help-fns under XEmacs.
741 (gnus-html-schedule-image-fetching): Work for XEmacs.
743 * mm-decode.el (mm-shr): Decode contents by charset.
745 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
747 * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
750 * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
751 (shr-get-image-data): Ensure against the cache file missing.
753 * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
756 * spam-report.el (spam-report-url-ping-plain): Don't query about
759 * shr.el (shr-render-td): Protect against too-wide text.
761 2010-10-04 Julien Danjou <julien@danjou.info>
763 * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
764 (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
766 * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
769 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
771 * shr.el (browse-url): Required.
772 (shr-ensure-paragraph): Don't insert a new newline after empty-ish
774 (shr-show-alt-text, shr-browse-image): New commands.
775 (shr-browse-url, shr-copy-url): New commands.
777 * gnus-sum.el (gnus-widen-article-window): New variable.
778 (gnus-summary-select-article-buffer): Use it.
780 * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
783 2010-10-04 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
785 * nnir.el (nnir-run-imap): Remove spurious space in search string.
787 2010-10-04 Julien Danjou <julien@danjou.info>
789 * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
792 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
794 * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
796 * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
797 (nnimap-close-server): Implement.
799 * dgnushack.el (iswitchb): Require to shut up the compiler.
801 * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
802 (shr-insert): Tweak line breaking.
803 (shr-insert): Handle <pre> better.
804 (shr-tag-li): Get <li> indentation right.
805 (shr-tag-li): Get <li> indentation even righter.
806 (shr-tag-blockquote): Ensure paragraph start.
807 (shr-make-table): Tweak table generation.
808 (shr-make-table): Fix typo.
810 * shr.el: Implement table rendering.
812 2010-10-04 Julien Danjou <julien@danjou.info>
814 * gnus-html.el (gnus-html-put-image): Fix resize image code.
816 2010-10-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
818 * shr.el (shr-insert): Use string anchors instead of line anchors.
820 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
822 * shr.el: Add headings.
823 (shr-ensure-paragraph): Actually work.
824 (shr-tag-li): Make <ul> prettier.
825 (shr-insert): Get white space at the beginning/end of elements right.
826 (shr-tag-p): Collapse subsequent <p>s.
827 (shr-ensure-paragraph): Don't insert double line feeds after blank
829 (shr-insert): \t is also space.
830 (shr-tag-s): Fix "s" tag name function.
831 (shr-tag-s): Fix face prop name.
833 2010-10-03 Julien Danjou <julien@danjou.info>
835 * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
837 * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
838 gnus-window-inside-pixel-edges.
840 * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
843 * mm-view.el (mm-inline-image-emacs): Support image resizing.
845 * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
848 * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
851 2010-10-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
853 * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
854 beginning of the buffer.
856 * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
857 article buffer again.
859 * shr.el (shr-tag-p): Don't insert newlines at the start of the
862 * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
863 when it's at the start of the buffer.
865 * shr.el (shr-tag-blockquote): Convert name.
866 (shr-rescale-image): Use the right image-size variant.
868 * gnus-sum.el (gnus-summary-select-article-buffer): If the article
869 buffer isn't shown, then select the current article first instead of
871 (gnus-summary-select-article-buffer): Show both the article and summary
874 * shr.el (shr-fontize-cont): Protect against regions with no text.
875 Rename tag functions to shr-tag-* for enhanced security.
876 (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
878 2010-10-03 Chong Yidong <cyd@stupidchicken.com>
880 * shr.el (shr-insert):
881 * pop3.el (pop3-movemail):
882 * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
885 2010-10-03 Glenn Morris <rgm@gnu.org>
887 * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
889 * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
891 * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
893 * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
895 * gnus-util.el (gnus-make-local-hook): Simplify.
897 2010-10-02 Julien Danjou <julien@danjou.info>
899 * gnus-util.el (gnus-iswitchb-completing-read): New function.
900 (gnus-ido-completing-read): New function.
901 (gnus-emacs-completing-read): New function.
902 (gnus-completing-read): Use gnus-completing-read-function.
903 Add gnus-completing-read-function.
905 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
907 * shr.el (shr-insert-document): Autoload.
908 (shr-img): Be silent.
909 (shr-insert): Add a newline after every picture before text.
910 (shr-add-font): Use overlays for combining faces.
911 (shr-insert): Pass upwards the text start point.
913 * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
915 (mm-shr): New function.
917 2010-10-02 Julien Danjou <julien@danjou.info>
919 * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
922 2010-10-02 Juanma Barranquero <lekktu@gmail.com>
924 * shr.el (shr): Fix typo in provide call.
926 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
930 * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
932 * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
935 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
937 * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
938 we're being queried about. Suggested by Dan Jacobson.
940 * nndoc.el (nndoc-type-alist): Do babyl before mime-parts. Suggested
943 * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
944 table, too. Suggested by Stefan Wiens.
945 (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
946 the table unnecessary. Suggested by Stefan Wiens.
948 * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
949 longer needed, and probably doesn't work either, as pointed out by
951 (gnus-summary-exit): Remove call to the clearing function.
952 (gnus-summary-exit-no-update): Ditto.
954 * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
955 instead of gnus-eval-in-buffer-window to avoid popping up frames.
956 Reported by Stefan Monnier.
957 (gnus-summary-save-in-rmail): Ditto.
959 * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
960 article buffer, instead of both the article buffer and the summary
961 buffer. Sort of suggested by Dan Jacobson.
963 * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
965 * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
966 Suggested by Dan Jacobson.
968 * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
969 documentation clearer.
971 * message.el (message-shorten-references): Comment on the number "21".
972 Suggested by Stefan Monnier.
974 * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
975 Suggested by Dan Jacobson.
977 * gnus.el (gnus-large-newsgroup): Mention
978 gnus-large-ephemeral-newsgroup. Suggested by Dan Jacobson.
980 * gnus-msg.el (gnus-summary-resend-message): When resending, don't
981 externalize attachments. Bug reported by Steve Wen.
983 * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
984 really message anything to the user.
986 * nnmail.el (nnmail-article-group): Allow using the fancy split method
989 * nnimap.el (nnimap-request-group): Low higher than high to signal no
990 messages in empty groups.
992 2010-10-01 Ted Zlatanov <tzz@lifelogs.com>
994 * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
997 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
999 * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1000 not the value from the collection.
1002 * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1003 values. This sometimes happens on some groups that have no info.
1004 (nnimap-request-newgroups): New function.
1006 2010-10-01 Teodor Zlatanov <tzz@lifelogs.com>
1008 * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1009 check into `gnus-registry-initialize'.
1010 (gnus-registry-initialize): Ditto.
1011 Fix and extend header docs.
1013 2010-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1015 * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1016 regexp backtrace overflows.
1018 * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1019 for starttls that tls.el implements; i.e. openssl.
1021 * tls.el (tls-starttls-switches): Give up on using starttls with
1023 (tls-program): Add --insecure to be consistent with the defaults from
1024 openssl s_client. Now all three commands are insecure.
1026 2010-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
1028 * lpath.el: Bind completion-styles-alist for XEmacs.
1030 * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1031 (gravatar-create-image): New function that's an alias to
1032 gnus-xmas-create-image, gnus-create-image, or create-image.
1033 (gravatar-data->image): Use it.
1035 2010-09-30 Teodor Zlatanov <tzz@lifelogs.com>
1037 * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1038 install the nnregistry refer method.
1039 (gnus-registry-install-hooks): Use it.
1040 (gnus-registry-unfollowed-groups): Add nnmairix to the default
1043 2010-09-30 Jose A. Ortega Ruiz <jao@gnu.org> (tiny change)
1045 * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1048 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1050 * nnir.el: Use the server names without suffixes (bug #7009).
1052 * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1053 unencrypted to STARTTLS, if possible.
1055 2010-09-30 Teemu Likonen <tlikonen@iki.fi> (tiny change)
1057 * message.el (message-ignored-supersedes-headers): Strip Injection-*
1058 headers before superseding.
1060 2010-09-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
1062 * nnrss.el (nnrss-use-local): Add documentation.
1064 * nnimap.el (nnimap-extend-tls-programs): New function.
1065 (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1066 (nnimap-wait-for-connection): Accept the greeting from the stupid
1067 output from openssl s_client -starttls, too.
1069 * tls.el (tls-starttls-switches): New variable.
1070 (tls-find-starttls-argument): Use it.
1071 (open-tls-stream): Ditto.
1073 * netrc.el (netrc-credentials): Return the value of the "default"
1075 (netrc-machine): Ditto.
1077 * nnimap.el (nnimap-find-article-by-message-id): Really return the
1079 (nnimap-split-fancy): New variable.
1080 (nnimap-split-incoming-mail): Use it.
1082 * nntp.el (nntp-server-list-active-group): Document.
1084 * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1085 SELECT to get the message-id.
1087 * mail-source.el (mail-sources): Removed webmail support.
1089 (mail-source-fetcher-alist): Ditto.
1090 (mail-source-fetch-webmail): Removed.
1092 * webmail.el: Removed -- doesn't seem relevant any more.
1094 * gnus.el: Fix up make-obsolete-variable declarations throughout.
1096 * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1099 2010-09-30 Julien Danjou <julien@danjou.info>
1101 * gnus-agent.el (gnus-agent-add-group): Fix call to
1102 gnus-completing-read.
1104 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1106 * nndoc.el (nndoc-retrieve-groups): New function.
1108 * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1109 `default', use nnmail-split-methods.
1110 (nnimap-request-article): Downcase the NILs so that they are nil.
1112 * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1115 * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1116 code, since if the user has requested network, that's what they ought
1118 (nnimap-request-set-mark): Erase the buffer before issuing commands.
1119 (nnimap-split-rule): Mark as obsolete.
1121 * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1124 * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1127 2010-09-29 Julien Danjou <julien@danjou.info>
1129 * gnus.el (gnus-local-domain): Declare variable obsolete.
1131 * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1133 (gnus-ido-completing-read): Require ido.
1135 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
1137 * gnus-registry.el: Don't prompt on load, which makes it impossible to
1140 * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1141 when interpreting the structures.
1142 (nnimap-request-accept-article): Add \r\n to the lines to make this
1145 * nndraft.el (nndraft-request-expire-articles): Use the group name
1146 instead if "nndraft". Fix found by Nils Ackermann.
1148 2010-09-29 Ludovic Courtes <ludo@gnu.org>
1150 * nnregistry.el: Added.
1152 2010-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
1154 * nnmail.el (group, group-art-list, group-art):
1155 Remove unneeded directives.
1157 2010-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
1159 * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1161 * rfc2047.el (rfc2047-syntax-table)
1162 * utf7.el (utf7-utf-16-coding-system): Comment fix.
1164 * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1165 rather than `insert-file-contents' and `eval-region'.
1167 * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1170 * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1172 * time-date.el: No need to require cl for Emacs 21.
1174 2010-09-29 Julien Danjou <julien@danjou.info>
1176 * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1177 replacement of `gnus-gravatar-relief' to mimic
1178 `gnus-faces-properties-alist'.
1179 Add :version property.
1181 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
1183 * mail-source.el (mail-source-report-new-mail)
1184 * message.el (message-default-mail-headers)
1185 * mm-decode.el (mm-valid-image-format-p): Comment fix.
1187 * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1189 2010-09-28 Julien Danjou <julien@danjou.info>
1191 * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1192 mail-address contains the same string as real-name.
1194 * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1195 non-blank in header, otherwise it'll get stripped.
1197 * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1198 real-name, and then for mail address rather than doing : or , search.
1200 2010-09-27 Julien Danjou <julien@danjou.info>
1202 * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1203 (gnus-server-goto-server): Use gnus-completing-read.
1205 * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1207 * mm-util.el (defalias): Use gnus-completing-read.
1208 (mm-codepage-setup): Use gnus-completing-read.
1210 * smime.el (smime-sign-buffer): Use gnus-completing-read.
1211 (smime-decrypt-buffer): Use gnus-completing-read.
1213 * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1215 * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1216 (mml-minibuffer-read-disposition): Use gnus-completing-read.
1217 (mml-insert-multipart): Use gnus-completing-read.
1219 * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1221 * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1223 * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1225 * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1227 * gnus.el (gnus-read-method): Use gnus-completing-read.
1229 * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1231 * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1232 (gnus-mime-action-on-part): Use gnus-completing-read.
1233 (gnus-article-encrypt-body): Use gnus-completing-read.
1235 * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1236 (gnus-topic-move-matching): Use gnus-completing-read.
1237 (gnus-topic-copy-matching): Use gnus-completing-read.
1238 (gnus-topic-sort-topics): Use gnus-completing-read.
1239 (gnus-topic-move): Use gnus-completing-read.
1241 * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1242 (gnus-agent-add-group): Use gnus-completing-read.
1244 * nnmairix.el (nnmairix-create-server-and-default-group): Use
1245 gnus-completing-read.
1246 (nnmairix-update-groups): Use gnus-completing-read.
1247 (nnmairix-get-server): Use gnus-completing-read.
1248 (nnmairix-backend-to-server): Use gnus-completing-read.
1249 (nnmairix-goto-original-article): Use gnus-completing-read.
1250 (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1252 * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1254 * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1255 (gnus-group-make-useful-group): Use gnus-completing-read.
1256 (gnus-group-make-web-group): Use gnus-completing-read.
1257 (gnus-group-add-to-virtual): Use gnus-completing-read.
1258 (gnus-group-browse-foreign-server): Use gnus-completing-read.
1260 * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1261 (gnus-summary-limit-to-extra): Use gnus-completing-read.
1262 (gnus-summary-execute-command): Use gnus-completing-read.
1263 (gnus-summary-respool-article): Use gnus-completing-read.
1264 (gnus-read-move-group-name): Use gnus-completing-read.
1266 * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1267 (gnus-summary-score-effect): Use gnus-completing-read.
1269 * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1271 * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1272 right completing-read function.
1273 (gnus-use-ido): New variable
1274 (gnus-completing-read-with-default): Remove.
1276 2010-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
1278 * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1281 * nnimap.el (auth-source-forget-user-or-password)
1282 (auth-source-user-or-password): Autoload.
1284 * message.el (message-from-style, message-interactive)
1285 (message-cite-prefix-regexp, message-sendmail-envelope-from)
1286 (message-yank-prefix, message-indentation-spaces, message-signature)
1287 (message-signature-file): Add comment.
1289 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1291 * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1292 (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1295 * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1297 (nnimap-request-article): Work with the t setting, too.
1299 * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1300 that you don't get flashes of other buffers.
1301 (gnus-summary-show-complete-article): Intern before setting.
1303 2010-09-27 David Engster <dengste@eml.cc>
1305 * nnmairix.el: (nnmairix-replace-group-and-numbers): Deal with NOV as
1307 (nnmairix-retrieve-headers): Provide new argument for the above.
1309 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1311 * gnus-sum.el (gnus-summary-move-article): Don't alter
1312 gnus-newsgroup-active. This makes `/ N' work after copying to the same
1315 * nnimap.el (nnimap-update-info): Don't destructively alter active.
1317 * message.el (message-cite-prefix-regexp): Revert my last edit.
1319 * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1320 variable instead of the Gnus variable.
1322 * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1324 * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1327 * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1328 since some servers don't like it.
1329 (nnimap-open-connection): Forget credentials if the server says the
1331 (nnimap-parse-line): Protect against invalid data.
1333 * gnus-sum.el (gnus-summary-move-article): Add comment.
1334 (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1335 nothing alters it while scanning for new messages.
1337 * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1338 which may or may not help.
1339 (nnimap-open-connection): If we're doing a stream connection, and then
1340 discover we're on a STARTTLS-capable server, then open a STARTTLS
1343 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1345 * nnimap.el (utf7): Required.
1347 * message.el (message-cite-prefix-regexp): Remove "}" from citation
1350 2010-09-27 Juanma Barranquero <lekktu@gmail.com>
1352 * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1354 2010-09-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
1356 * nnimap.el (nnimap-request-accept-article): Message the error on
1359 2010-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
1361 * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
1363 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1365 * nndoc.el (nndoc-request-list): Return success always.
1367 * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
1368 `fetch-old' -- we only want to fetch the articles we've requested. The
1369 rest are in the agent, probably.
1370 (gnus-agent-read-servers-validate): Change the level for the "Ignoring
1371 disappeared server" to something low. It's not important.
1373 * nnimap.el (nnimap-get-whole-article): Remove the data that may have
1374 arrived before the FETCH data.
1376 * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
1377 target here, because we don't know the Gnus name of the group.
1379 * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
1380 for the correct group.
1382 * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
1384 * gnus.el (gnus): Give a final warning after startup.
1386 * gnus-util.el (gnus-action-message-log): New variable.
1387 (gnus-message): Use it.
1388 (gnus-final-warning): New function.
1390 * nnimap.el (nnimap-open-connection): Record the greeting.
1391 (nnimap): Add greeting.
1393 2010-09-26 Julien Danjou <julien@danjou.info>
1395 * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
1397 (gnus-html-wash-images): Fix spec computing to include start/end.
1399 * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
1401 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1403 * nnimap.el (nnimap-request-expire-articles): Compress ranges before
1405 (nnimap-retrieve-headers): Don't select the group, because that's
1406 already done by nnimap-possibly-change-group.
1408 * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
1409 (gnus-picon-transform-address): Use it.
1411 * mail-source.el (mail-source-value): Revert previous patch.
1413 * nnimap.el (nnimap-credentials): Allow inhibiting the password query
1415 (nnimap-open-connection): Look up both virtual and physical server name
1418 * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
1420 2009-02-07 Dave Love <fx@gnu.org>
1422 * tls.el (open-tls-stream): Don't query killing process.
1424 2009-02-08 Dave Love <fx@gnu.org>
1426 * gnus-win.el (gnus-window-to-buffer-helper,
1427 gnus-all-windows-visible-p): Function needn't be a symbol.
1429 * mail-source.el (mail-source-value): Function needn't be a symbol.
1431 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1433 * message.el (message-cite-prefix-regexp): Remove } from the cite
1436 * gnus-art.el (gnus-treatment-function-alist): Do picons before
1437 highlight again, so that the highlight is correct.
1439 * gnus-picon.el (gnus-picon): Remove again.
1440 (gnus-picon-create-glyph): Set the background XPM colour explicitly.
1442 * gnus-art.el (gnus-treatment-function-alist): Insert picons after
1443 doing the header highlightling, so that the background colour of the
1446 * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
1447 (gnus-picon): Ditto.
1448 (gnus-picon): Reinstate. The background colour for picons is white.
1449 (gnus-picon-insert-glyph): Make the background white.
1451 * nnml.el (nnml-open-nov): Don't return dead buffers.
1453 * auth-source.el (auth-source-create): Query the user for whether to
1454 store the credentials.
1456 * netrc.el (netrc-store-data): New function.
1458 * auth-source.el (auth-source-user-or-password): Use the existing auth
1459 sources, if any, for creation.
1461 * gnus.el (gnus-group-fast-parameter): Return the last matching
1462 parameter instead of the first matching parameter.
1464 2010-09-26 Julien Danjou <julien@danjou.info>
1466 * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
1468 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1470 * mml2015.el (mml2015-use): Remove gpg support.
1472 * mml1991.el (mml1991-function-alist): Remove gpg function.
1473 (mml1991-gpg-sign): Removed.
1475 2010-09-26 Andreas Seltenreich <seltenreich@gmx.de>
1477 * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
1478 (gnus-browse-unsubscribe-current-group): Document it.
1479 (gnus-browse-unsubscribe-group): Use it.
1481 2010-09-26 Lars Magne Ingebrigtsen <larsi@gnus.org>
1483 * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
1484 address to the To list for easier response.
1486 * gnus.el (gnus-play-startup-jingle): Removed.
1487 (gnus-splash): Don't play jingle.
1488 (gnus): Silence gnus-load message.
1490 * gnus-art.el (gnus-treat-play-sounds): Removed.
1492 * gnus.el (gnus-play-jingle): Remove audio support.
1494 * gnus-cus.el (gnus-score-customize): Remove audio reference.
1496 * earcon.el: Removed -- no users.
1498 * gnus-audio.el: Removed -- no users of this package.
1500 * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
1502 * gnus-start.el (gnus-setup-news): Remove nocem support.
1504 * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
1506 * gnus.el (gnus-use-nocem): Removed.
1508 * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
1511 * gnus-nocem.el (gnus-nocem-issuers): Removed file. Apparently nobody
1512 uses NoCeM any more.
1514 * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
1515 (gnus-button-ctan-handler): Ditto.
1516 (gnus-button-handle-ctan-bogus-regexp): Ditto.
1517 (gnus-button-ctan-directory-regexp): Ditto.
1518 (gnus-button-handle-ctan): Ditto.
1519 (gnus-button-tex-level): Ditto.
1520 (gnus-button-alist): Removed CTAN stuff.
1522 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1524 * nnimap.el (nnimap-wait-for-response): Reversed logic in the
1525 nnimap-streaming test.
1527 * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
1530 * nnimap.el (nnimap-open-connection): Add more error reporting when
1533 * nnheader.el (nnheader-get-report-string): New function.
1534 (nnheader-get-report): Use it.
1536 * gnus-int.el (gnus-check-server): Say what the error was when opening
1539 * nnimap.el (nnimap-wait-for-response): Search further when we're not
1542 2010-09-25 Julien Danjou <julien@danjou.info>
1544 * gnus-html.el (gnus-html-rescale-image): Use our defalias
1545 gnus-window-inside-pixel-edges.
1547 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1549 * gnus-srvr.el (gnus-server-copy-server): Add documentation.
1551 * mm-decode.el (mm-save-part): Allow saving to other directories the
1554 * nndoc.el (nndoc-type-alist): Move mime-parts after mbox. Suggested
1557 * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
1558 there isn't a single byte.
1560 * gnus-int.el (gnus-open-server): Don't query whether to go offline --
1561 just do it. It doesn't really seem to matter what the user responds
1562 here, I think, so it's just a confusing question.
1564 * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
1567 * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
1568 (gnus-article-encrypt-body): Use it.
1570 * gnus-sum.el (gnus-summary-show-complete-article): New command and
1573 * nnimap.el (nnimap-find-wanted-parts-1): Use
1574 gnus-fetch-partial-articles.
1576 * gnus-art.el (gnus-fetch-partial-articles): New variable.
1578 * nnimap.el (nnimap-insert-partial-structure): New function.
1579 (nnimap-get-partial-article): New function.
1580 (nnimap-request-article): Use it.
1581 (nnimap-wait-for-response): Return whether the wait was successful.
1582 (nnimap-finish-retrieve-group-infos): Don't do anything if the
1583 retrieval wasn't successful.
1584 (nnimap-retrieve-group-data-early): Allow throttling servers.
1585 (nnimap-streaming): New variable.
1586 (nnimap-fetch-partial-articles): Removed.
1588 * mm-decode.el (mm-with-part): Protect against killed buffers.
1590 * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
1591 for prettier summary display.
1593 2010-09-25 Andrew Cohen <cohen@andy.bu.edu> (tiny change)
1595 * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
1598 2010-09-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
1600 * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
1601 apparently third-party libraries depend on it.
1603 * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
1604 before starting negotiation.
1606 * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
1608 (gnus-treat-mail-gravatar): Ditto.
1610 * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
1611 buffer when inserting images. Inserting text into the headers, for
1612 instance, can make them invalid.
1614 2010-09-25 Julien Danjou <julien@danjou.info>
1616 * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
1619 * nnheader.el: Remove useless variables news-reply-yank-from and
1620 news-reply-yank-message-id.
1622 * mml2015.el: Remove useless mc-default-scheme and mc-schemes
1625 * mml1991.el: Remove useless mml1991-verbose.
1627 * gnus.el: Remove useless variable gnus-use-generic-from.
1628 Remove obsolete variable gnus-topic-indentation.
1630 * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
1632 * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
1634 * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
1636 * gnus-group.el: Remove useless gnus-group-icon-cache.
1637 Remove useless gnus-ephemeral-group-server.
1639 * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
1641 * mml2015.el: Remove useless mml2015-verbose.
1643 * mml-smime.el: Remove useless mml-smime-verbose.
1645 * gnus.el: Remove useless gnus-local-domain.
1647 * gnus-gravatar.el (gnus-gravatar-transform-address): Use
1650 * gnus-art.el: Remove useless gnus-treat-translate.
1652 2010-09-24 Julien Danjou <julien@danjou.info>
1654 * gnus-sum.el: Add support for Gravatars.
1656 * gnus-art.el: Add support for Gravatars.
1658 * gnus-gravatar.el: Add this file.
1660 * gravatar.el: Add this file.
1662 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1664 * gnus-sum.el (gnus-summary-fetch-faq): Removed.
1666 * gnus-group.el (gnus-group-fetch-faq): Removed.
1668 * gnus.el (gnus-group-faq-directory): Removed.
1670 * gnus-group.el (gnus-group-fetch-charter): Removed.
1672 * gnus.el (gnus-group-charter-alist): Removed.
1674 * gnus-group.el (gnus-group-archive-directory): Removed.
1675 (gnus-group-recent-archive-directory): Ditto.
1676 (gnus-group-make-archive-group): Removed.
1678 * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
1680 * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
1681 use the same article number for all the cached articles.
1683 * nnimap.el (nnimap-command): Register the last command time so
1684 that we can use it for idling NOOPs.
1685 (nnimap-open-connection): Start the keeplive timer.
1686 (nnimap-make-process-buffer): Store all the process buffers.
1687 (nnimap-keepalive): New function.
1689 * starttls.el: (starttls-open-stream): Add autoload cookie.
1691 2010-09-24 Michael Welsh Duggan <md5i@md5i.com> (tiny change)
1693 * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
1696 2010-09-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
1698 * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
1699 its data structures.
1701 * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
1702 instead of the cl.el copy-list.
1703 (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
1706 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
1708 * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
1709 and tool-bar-local-item-from-menu.
1711 * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
1712 mode-line-highlight face for Emacs.
1714 * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
1715 loading gnus-sum.elc; fix comment for canlock-verify.
1716 (gnus-article-jump-to-part): Use read-number.
1717 (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
1718 Emacs pre-21 compatible code for help-echo.
1719 (gnus-article-next-page-1): No need to adjust the number of lines.
1720 (gnus-article-describe-bindings): Always use help-buffer.
1722 * gnus-audio.el (gnus-audio-inline-sound)
1723 * gnus-cus.el (gnus-custom-mode)
1724 * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
1726 * gnus-sum.el (gnus-remove-overlays): Doc fix.
1728 * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
1731 2010-09-24 Glenn Morris <rgm@gnu.org>
1733 * message.el (message-output): Use gnus-output-to-rmail if a buffer is
1734 visiting the fcc file in rmail-mode.
1736 * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
1738 2010-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
1740 * nnir.el: Silence the byte compiler.
1742 * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
1743 alias to browse-url-url-encode-chars if any.
1744 (gnus-html-encode-url): Use it.
1746 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1748 * gnus-start.el (gnus-use-backend-marks): New variable.
1749 (gnus-get-unread-articles-in-group): Use it.
1751 * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
1754 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
1756 * nnimap.el (nnimap-retrieve-headers): Return 'headers.
1758 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1760 * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1762 (gnus-setup-news-hook): Removed
1763 gnus-fixup-nnimap-unread-after-getting-new-news.
1765 * gnus-int.el (gnus-request-update-info): Protect against backends not
1766 having the function.
1768 * nnimap.el (nnimap-stream): Mention starttls.
1769 (nnimap-open-connection): Add starttls support.
1771 2010-09-23 Andrew Cohen <cohen@andy.bu.edu>
1773 * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
1775 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1777 * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
1779 (nnimap-transform-headers): Unfold quoted {42} headers.
1781 * gnus-start.el (gnus-get-unread-articles): Allow backends to update
1783 (gnus-get-unread-articles): Only call updatep on backends that support
1786 * nnweb.el (nnweb-request-update-info): NOOP.
1788 * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
1790 * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
1791 since it only deals with marks.
1793 * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
1794 gnus-request-marks, and make a new gnus-request-update-info.
1796 * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
1797 the active instead of the high number, which is usually too low.
1799 2010-09-23 Teodor Zlatanov <tzz@lifelogs.com>
1801 * netrc.el (netrc-parse): Remove encrypt.el mentions.
1802 * encrypt.el: Removed.
1804 2010-09-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
1806 * nnimap.el (nnimap-update-info): Sync non-standard flags from the
1807 server in symbolic form.
1809 * gnus-html.el (gnus-max-image-proportion): Increase proportion to
1812 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1814 * nnimap.el (nnimap-parse-flags): Parse the data in any order.
1815 (nnimap-update-info): Fix up code slightly.
1817 * gnus-int.el (gnus-open-server): Add tracing for performance
1820 * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
1821 (gnus-group-insert-group-line): Pass the real group name so that it
1822 gets the right data.
1824 * gnus-start.el (gnus-get-unread-articles): Don't have
1825 `gnus-get-unread-articles-in-group' update info, since that can be
1826 really slow and doesn't seem to be needed?
1828 2010-09-22 Dan Christensen <jdc@uwo.ca>
1830 * time-date.el (date-to-time): Try using parse-time-string first before
1831 using the slower timezone-make-date-arpa-standard.
1833 2010-09-22 Julien Danjou <julien@danjou.info>
1835 * gnus-group.el (gnus-group-insert-group-line): Call
1836 gnus-group-highlight-line.
1837 (gnus-group-update-hook): Remove gnus-group-highlight-line from the
1839 (gnus-group-update-eval-form): Add new function.
1840 (gnus-group-highlight-line): Use gnus-group-update-eval-form.
1841 (gnus-group-get-icon): Use gnus-group-update-eval-form.
1843 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1845 * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
1846 immediate, then expire all articles.
1847 (nnimap-update-info): Fix off-by-one errors.
1848 (nnimap-flags-to-marks): Would return no marks lists for group with no
1849 flags. Instead return the other data.
1851 2010-09-22 Julien Danjou <julien@danjou.info>
1853 * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
1854 Only return an icon.
1855 (gnus-group-insert-group-line): Compute icon to return.
1857 * gnus-html.el (gnus-html-image-automatic-caching): Add custom
1859 (gnus-html-image-fetched): Only cache if
1860 gnus-html-image-automatic-caching is set.
1861 (gnus-html-image-fetched): Check for errors.
1863 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1865 * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
1866 once per method on `g'. This ensures that backends like nnfolder don't
1867 open all their folders.
1869 * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
1870 (nnimap-request-list): Nix out group in the correct buffer.
1871 (nnimap-parse-flags): Implement by using `read' instead of
1873 (nnimap-flags-to-marks): Pass on permanent-flags.
1874 (nnimap-make-process-buffer): Record the server name.
1875 (nnimap-parse-flags): Fix typo.
1876 (nnimap-request-scan): Run split on the server in general, not just a
1879 * nnmail.el (nnmail-split-incoming): Take an optional junk-func
1880 parameter, and propagate this downwards.
1882 * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
1883 since EXAMINE changes it on the server.
1885 * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
1886 this command might take a while.
1888 2010-09-22 Julien Danjou <julien@danjou.info>
1890 * gnus-html.el (gnus-html-put-image): Stop using markers. They are
1891 harmful if you have 2 images side-by-side, they can't be properly
1892 update on text deletion. Using text-property is safer here.
1893 (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
1896 2010-09-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
1898 * nnimap.el (nnimap-expunge-inbox): Removed.
1899 (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
1900 (nnimap-expunge): Flip default to t.
1902 * gnus.el (gnus-method-to-server): Don't push things to the cache
1904 (gnus-server-to-method): Ditto.
1906 2010-09-22 Teodor Zlatanov <tzz@lifelogs.com>
1908 * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
1910 2010-09-22 Julien Danjou <julien@danjou.info>
1912 * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
1913 get the start of data.
1914 (gnus-html-encode-url): Add this function to encode special chars in
1916 (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
1917 (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
1919 * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
1921 (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
1923 * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
1925 (gnus-html-put-image): Put alt-text as help-echo.
1927 2010-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
1929 * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
1930 * mm-util.el (mm-decompress-buffer)
1931 * nnir.el (nnir-run-find-grep)
1932 * pop3.el (pop3-list): Use 3rd arg of split-string.
1934 * time-date.el (format-seconds): Comment fix.
1936 * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
1937 and byte-optimize-form-code-walker.
1938 (dgnushack-make-auto-load): Don't advise make-autoload.
1940 * lpath.el: Remove Emacs 21 stuff.
1942 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1944 * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
1945 outside the active range. Suggested by Dan Christensen.
1947 * gnus-start.el (gnus-get-unread-articles): Get the extended method
1948 slightly later to avoid double-getting it.
1950 * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
1953 * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
1955 2010-09-21 Adam Sjøgren <asjo@koldfront.dk>
1957 * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
1959 2010-09-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
1961 * gnus-int.el (gnus-open-server): Give a better error message in the
1964 * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
1965 marks for nnimap, which is seldom the right thing to do.
1967 * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
1968 (gnus-same-method-different-name): New function.
1970 * nnimap.el (parse-time): Require.
1972 * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
1973 method in the presence of many similar methods.
1975 * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
1977 * nnimap.el (nnimap-find-expired-articles): Don't refer to
1978 nnml-inhibit-expiry.
1980 * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
1981 find out whether methods are equal.
1983 * nnimap.el (nnimap-find-expired-articles): New function.
1984 (nnimap-process-expiry-targets): New function.
1985 (nnimap-request-move-article): Request the article before looking at
1986 what the Message-ID is. Fix found by Andrew Cohen.
1987 (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
1989 * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
1990 for oldness in addition to being a predicate.
1992 * nnimap.el (nnimap-request-group): When we have zero articles, return
1993 the right data to Gnus.
1994 (nnimap-request-expire-articles): Only delete articles immediately if
1995 the target is 'delete.
1997 * gnus-sum.el (gnus-summary-move-article): When respooling to the same
1998 method, this would bug out.
2000 * gnus-group.el (gnus-group-expunge-group): Renamed from
2001 gnus-group-nnimap-expunge, and implemented as a normal interface
2004 * gnus-int.el (gnus-request-expunge-group): New function.
2006 * nnimap.el (nnimap-request-create-group): Implement.
2007 (nnimap-request-expunge-group): New function.
2009 2010-09-21 Julien Danjou <julien@danjou.info>
2011 * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2012 (gnus-html-cache-expired): Add new function.
2013 (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2014 wethever we should display image for fetch it.
2015 Compute alt-text earlier to pass it to the fetching function too.
2016 (gnus-html-schedule-image-fetching): Change function argument to only
2017 get one image at a time, not a list.
2018 (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2020 (gnus-html-get-image-data): New function to retrieve image data from
2022 (gnus-html-put-image): Change buffer argument to use image data rather
2023 than file, and place image above region rather than inserting a new
2024 one. Do not take alt-text as argument, since it's useless now: we place
2025 the image above alt-text.
2026 (gnus-html-prune-cache): Remove.
2027 (gnus-html-show-images): Start to fetch image when we find one, do not
2028 push into a temporary list.
2029 (gnus-html-prefetch-images): Only fetch image if they have expired.
2030 (gnus-html-browse-image): Fix, use 'gnus-image-url.
2031 (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2033 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2035 * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2037 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2039 * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2040 spec inser "*" if the group isn't active instead of 0.
2042 * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2044 (nnimap-request-delete-group): Implement group deletion.
2045 (nnimap-transform-headers): Return the size of the entire message in
2046 the Bytes header, not just the size of the first part.
2047 (nnimap-request-move-article): When moving an article from nnimap,
2048 request the article first so the accepting form has an article to
2049 accept. Reported by Dan Christensen.
2050 (nnimap-command): Make sure that the error message doesn't error out.
2052 2010-09-20 David Edmondson <dme@dme.org> (tiny change)
2054 * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2055 we haven't requested anything.
2057 2010-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
2059 * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2060 "". Fix found by Andrew Cohen.
2062 * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2063 instead of -encode-string.
2065 2010-09-20 Katsumi Yamaoka <yamaoka@jpl.org>
2067 * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2069 * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2070 by mm-subst-char-in-string.
2072 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2074 * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2075 waiting for the connection string.
2077 * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2080 * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2081 bogus characters. This allows selecting certain Gmail groups.
2083 * nnimap.el (nnimap-find-wanted-parts-1): New function.
2084 (nnimap-fetch-partial-articles): New variable.
2085 (nnimap-open-connection): When looking for credentials, also use the
2087 (nnimap-request-article): Return the group/article number, so that Gnus
2088 `^' works as expected.
2089 (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2092 * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2094 (gnus-methods-sloppily-equal): New function.
2095 (gnus): When using the development version of Gnus, load the gnus-load
2098 * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2099 `gnus-open-server' on each method before trying to scan them etc. This
2100 ensures that all the backend parameters are set correctly.
2102 * nnimap.el (nnimap-authenticator): New variable.
2103 (nnimap-open-connection): Allow anonymous login.
2104 (nnimap-transform-headers): The chars header is called Chars not
2106 (nnimap-wait-for-response): Don't infloop if the IMAP connection
2109 * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2110 patch, found by Knut Anders Hatlen.
2112 2010-09-19 Andreas Schwab <schwab@linux-m68k.org>
2114 * gnus-agent.el (gnus-agent-batch-confirmation)
2115 (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2117 * gnus-art.el (gnus-article-describe-briefly): Likewise.
2118 * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2119 (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2120 * gnus-int.el (gnus-open-server): Likewise.
2121 * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2122 (gnus-score-check-syntax): Likewise.
2123 * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2124 * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2126 * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2128 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2130 * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2131 calling conventions so that prefetch doesn't bug out.
2133 2010-09-19 Julien Danjou <julien@danjou.info>
2135 * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2136 rather than `subst-char-in-region' in order to be able to replace ASCII
2139 * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2141 (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2142 the right URL and ALT text on images.
2143 (gnus-html-wash-tags): Fix tag case.
2144 Add support for `s' and `ins' tags. Use gnus-emphasis-* faces.
2145 (gnus-article-html): Add -o display_ins_del=2 option.
2146 (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2148 2010-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2150 * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2151 the extra mail headers, which sometimes seem to happen for unknown
2154 * mail-parse.el (mail-header-encode-parameter): Define as
2155 rfc2045-encode-string instead of as rfc2231-encode-string, since some
2156 (or most, perhaps?) mail readers don't understand the latter, but do
2157 understand the former.
2159 * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2160 to nil, so that no methods are automatically agentized. I think this
2161 is probably what most users want.
2163 * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2164 from url-retrieve, for instance about invalid URLs.
2166 * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2167 groups that have no articles.
2168 (nnimap-request-article): Check that we really got an article when we
2171 * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2174 * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2175 nntp buffer so the agent can save it.
2176 (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2177 that CRLF doesn't get translated to \n.
2178 (nnimap-open-connection): Don't make 'shell commands only send \n.
2180 2010-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2182 * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2183 (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2185 (nnml-generate-nov-file): Use dolist.
2186 (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2187 Use with-current-buffer.
2189 2010-09-18 Julien Danjou <julien@danjou.info>
2191 * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2194 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2196 * nnimap.el (nnimap-update-info): When doing partial marks update, get
2197 the range update right.
2198 (nnimap-request-group): Don't make `M-g' bug out on group with no
2200 (nnoo): Required, so that other packages can require nnimap.
2201 (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2202 command we're looking for. This helps when the server sends more
2203 responses after we've gotten everything we expected.
2204 (nnimap): Add a `newlinep' field to keep track of end-of-line
2206 Don't send CRLF to things that don't want it.
2207 (nnimap-request-accept-article): Ditto.
2209 2010-09-18 Julien Danjou <julien@danjou.info>
2211 * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2212 than curl to retrieve images.
2214 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2216 * nnimap.el (nnimap-update-info): Extend the info so that we can set
2218 (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2219 (nnimap-wait-for-connection): New function.
2220 (nnimap-open-connection): If we have PREAUTH, don't query for login
2222 (nnimap-update-info): Fix off-by-one error when concatenating ranges
2223 when doing a partial update.
2225 2010-09-18 Julien Danjou <julien@danjou.info>
2227 * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2230 2010-09-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2232 * nnimap.el (nnimap-credentials): New function.
2233 (nnimap-open-connection): Use the new function to look for credentials
2234 also on the numeric equivalents of "imap" and "imaps".
2236 * gnus-start.el (gnus-activate-group): Send the info to
2239 * nnimap.el (nnimap-request-group): Have the "check" version of the
2240 function parse flags and update the info, so that a `M-g' get a total
2241 resync of all flags from the group.
2243 * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2244 to allow backends to alter the info on group selection. Also alter all
2245 the backend -request-group functions to take the parameter.
2247 * nnimap.el (nnimap-store-info): New function.
2248 (nnimap-update-info): Store the info for later usage.
2249 (nnimap-request-group): Use the stored info for the dont-check case, so
2250 that we don't retrieve all marks when we enter a group.
2252 * nnimap.el: Use deffoo instead of defun for interface functions.
2254 * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2255 update the group info. This makes the nndraft groups, for instance, go
2256 back to their old behaviour.
2258 * gnus-sum.el (gnus-select-newsgroup): Indent.
2260 * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2262 (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2265 * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2266 from methods that are denied.
2268 * gnus-int.el (gnus-method-denied-p): New function.
2270 * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2271 store the password instead of netrc.
2272 (nnimap-open-connection): Don't error out when we can't make a
2275 * auth-source.el (auth-source-create): In the password prompt, say what
2276 we're querying for. Also prompt for user name if that hasn't been
2279 * nnimap.el (nnimap-with-process-buffer): Removed.
2281 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2283 * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2284 method when we're reading from the agent.
2286 * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2288 * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2289 that's probably most useful for users.
2291 * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2292 "failed" all the time.
2294 * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2295 ...)) with (with-current-buffer ... ).
2297 * nntp.el (nntp-open-server): Return whether the open was successful or
2300 * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2301 select an unread unseen article first.
2303 * nnimap.el (nnimap-open-connection): If the user doesn't have a
2304 /etc/services, supply some sensible port defaults.
2306 * dgnushack.el: Define netrc-credentials.
2308 2010-09-17 Julien Danjou <julien@danjou.info>
2310 * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2312 2010-09-17 Knut Anders Hatlen <kahatlen@gmail.com> (tiny change)
2314 * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2315 doesn't have any parameters.
2317 2010-09-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
2319 * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2320 only upcased checks.
2322 * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2324 * nnimap.el (nnimap-open-shell-stream): New function.
2325 (nnimap-open-connection): Use it.
2326 (nnimap-transform-headers): Get the number of lines in each message.
2327 (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2329 (nnimap-request-list): Not all servers return UIDNEXT. Work past this
2332 * utf7.el (utf7-encode): Autoload.
2334 * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2335 to allow the mail splitting to not return a default group. This is
2336 useful for nnimap, which will leave unmatched mail in the inbox.
2338 * nnimap.el: Rewritten.
2340 * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2343 * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2344 if the move is internal, so that nnimap can do fast internal moves.
2346 * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2348 (gnus-read-active-for-groups): Support finishing the early retrieval of
2351 * gnus-range.el (gnus-range-nconcat): New function.
2353 * gnus-int.el (gnus-finish-retrieve-group-infos)
2354 (gnus-retrieve-group-data-early): New functions.
2356 2010-09-17 Stefan Monnier <monnier@iro.umontreal.ca>
2358 * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2359 (nnrss-retrieve-groups):
2360 * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
2361 (pop3-quit): Use with-current-buffer.
2363 2010-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
2365 * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
2366 instead of nnheader-accept-process-output.
2368 * dgnushack.el (dgnushack-compile): Add comment.
2370 * lpath.el: No need to fbind propertize for XEmacs 21.4.
2372 * gnus-html.el (gnus-html-schedule-image-fetching)
2373 (gnus-html-prefetch-images): Replace process-kill-without-query by
2374 gnus-set-process-query-on-exit-flag.
2376 2010-09-16 Romain Francoise <romain@orebokech.com>
2378 * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
2380 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2382 * gnus-registry.el (gnus-registry-install-shortcuts): The second
2383 parameter to unintern is mandatory-ish in Emacs 24.
2385 * gnus-html.el (gnus-html-schedule-image-fetching)
2386 (gnus-html-prefetch-images): Check for curl before using it.
2388 * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
2389 depend on curl, which isn't essential.
2391 * imap.el: Revert back to version
2392 cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
2395 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
2397 * gnus-registry.el (gnus-registry-install-shortcuts):
2398 Explicitly pass `obarray' to `unintern' to avoid a warning.
2400 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2402 * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
2405 * nnrss.el (nnrss-request-list): Removed this function and related
2406 functions, including the moreover stuff.
2408 2010-09-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2410 * nnrss.el (nnrss-retrieve-groups): New function.
2412 2010-09-14 Juanma Barranquero <lekktu@gmail.com>
2414 * .dir-locals.el: Add no-byte-compile cookie.
2416 2010-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
2418 * time-date.el (format-seconds): Comment fix.
2420 * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
2421 for back end that doesn't support request-scan.
2423 2010-09-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2425 * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
2426 then do request scans from the backends.
2428 * netrc.el (netrc-credentials): New conveniency function.
2430 * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
2431 avoid running a hook per line, since this takes a lot of time,
2433 (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
2434 directly if gnus-visual-p is true.
2436 2010-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
2438 * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
2439 groups; replace mapcar with dolist which is a bit faster; pass groups
2440 info to gnus-read-active-file-1.
2441 (gnus-read-active-file-1): Scan only specified groups if the new
2442 optional arg `infos' is given.
2444 2010-09-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
2446 * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
2448 * pop3.el (pop3-movemail): Removed.
2449 (pop3-streaming-movemail): Renamed to pop3-movemail.
2451 * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
2452 don't restrict end-tag searches to the end of the line.
2454 2010-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
2456 * gnus-start.el (gnus-get-unread-articles): Set the number of unread
2457 articles of every unchecked group to t, which means unknown since the
2458 server has never been opened.
2460 2010-09-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2462 * gnus-html.el (gnus-html-show-alt-text): New command.
2463 (gnus-html-browse-image): Ditto.
2464 (gnus-html-wash-tags): Add the data to allow showing the ALT text and
2465 to browse the image directly.
2466 (gnus-html-wash-tags): Search for images first, so that <a><img> works
2469 * gnus-async.el (gnus-async-article-callback): Call
2470 `gnus-html-prefetch-images' unconditionally.
2472 * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
2473 before feeding URLs to curl.
2475 2010-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
2477 * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
2478 internal images as deletable by `W D D'.
2480 * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
2481 (gnus-async-article-callback): Fix typo.
2483 2010-09-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2485 * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
2486 current line to work around bugs in the output from w3m.
2488 * gnus-async.el (gnus-async-article-callback): Always prefetch images
2489 for groups that want that.
2491 * nntp.el (nntp-wait-for-string): Supply a timeout for
2492 accept-process-output to ensure progress.
2494 * gnus-start.el (gnus-get-unread-articles): If being given an explicit
2495 level to get unread articles from, then use that for foreign groups,
2498 * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
2499 confuses the rest of the function.
2501 * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
2502 for the methods that support -retrieve-groups, too.
2504 * nnml.el (nnml-save-nov): Remove some debugging-related messages.
2506 2010-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2508 * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
2509 (dgnushack-make-auto-load): Exclude .dir-locals.el file.
2511 * pop3.el: Require cl when compiling.
2512 (pop3-number-of-responses): Search for "+OK", not "+OK ".
2514 2010-09-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2516 * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
2517 that aren't going to be activated.
2518 (gnus-get-unread-articles): Fix up the last commit.
2520 * gnus-html.el (gnus-article-html): Allow calling without specifying
2521 the handle. In that case, dissect the buffer first.
2523 * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
2525 * nnimap.el (nnimap-open-connection): Revert the change that would look
2526 into authinfo for imaps instead of imap.
2528 * gnus-start.el (gnus-activate-group): Take an optional parameter to
2529 say that you don't want to call gnus-request-group with don-check, but
2530 do check the reponse. This is for virtual groups only.
2531 (gnus-get-unread-articles): Count the archive groups as secondary, so
2532 that they're activated the same way as before.
2534 * imap.el (imap-message-map): Removed optional buffer parameter, since
2536 (imap-message-get): Ditto.
2537 (imap-message-put): Ditto.
2538 (imap-mailbox-map): Ditto.
2539 (imap-mailbox-put): Ditto.
2540 (imap-mailbox-get): Ditto.
2541 (imap-mailbox-get): Revert last change for this function.
2543 * nnimap.el (nnimap-request-list): Servers may return \NoSelect
2545 (nnimap-debug): Removed.
2547 * imap.el (imap-fetch-safe): Removed function, and altered all callers
2548 to use `imap-fetch' instead. According to the comments, this should be
2549 safe, since all other IMAP clients use the 1:* syntax.
2550 (imap-enable-exchange-bug-workaround): Removed.
2551 (imap-debug): Removed -- doesn't seem very useful.
2553 * mail-source.el (mail-source-fetch): Don't message if we're fetching
2554 mail from a file, and the file doesn't exist.
2556 * imap.el (imap-log): New convenience function used throughout instead
2557 of repeating the same code all over the place.
2559 * pop3.el (pop3-streaming-movemail): Return t for success.
2561 * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
2562 .authinfo if we're using ssl connection.
2564 * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
2565 already have if we're in a main Gnus `g' run.
2567 * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
2569 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
2571 * gnus-start.el (gnus-method-rank): Replace equalp with equal.
2573 * nnmh.el (nnmh-request-list-1): Bind `file'.
2575 * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
2576 alias to set-process-query-on-exit-flag or process-kill-without-query.
2577 (pop3-open-server): Use it.
2579 2010-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2581 * mail-source.el (mail-source-delete-crash-box): Always move the crash
2582 box to the Incoming file. Fixes mistake in previous checkin.
2584 * pop3.el (pop3-send-streaming-command): Off-by-one error on the
2585 request loop (for debugging purposes) removed.
2587 * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
2588 culprit is more visible.
2589 (nnml-save-incremental-nov, nnml-open-incremental-nov)
2590 (nnml-add-incremental-nov): New functions to do "incremental" nov
2591 updates, where we just append to the end of the existing nov files
2592 without reading/writing them in full.
2594 * mail-source.el (mail-source-delete-crash-box): Really only check the
2595 incoming files once in a while.
2597 * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
2599 * mail-source.el (mail-source-delete-crash-box): Only check the
2600 incoming files for deletion once per day to save a lot of file
2603 * pop3.el (pop3-logon): Fix up unbound variable typo.
2605 * mail-source.el (pop3-streaming-movemail): Autoload.
2607 * pop3.el (pop3-streaming-movemail): Respect
2608 pop3-leave-mail-on-server.
2610 * mail-source.el (mail-source-fetch-pop): Use streaming pop3
2613 * pop3.el (pop3-process-filter): Removed unused function.
2614 (pop3-streaming-movemail, pop3-send-streaming-command)
2615 (pop3-wait-for-messages, pop3-write-to-file)
2616 (pop3-number-of-responses): New functions for streaming pop3
2619 * gnus-start.el (gnus-get-unread-articles): Protect against groups that
2620 come from no known methods.
2621 (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
2624 * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
2626 (pop3-movemail): Use erase-buffer instead of looping and deleting
2627 regions, which seems rather odd.
2629 * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
2630 file once per `g' run.
2632 * nnmh.el (nnmh-request-list-1): Output active lines also for empty
2633 directories. This makes the draft queue directory work.
2635 * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
2636 data from the backends, so that we only request the list of groups from
2637 each method once. This should speed things up considerably.
2639 * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
2640 detect that it's not implemented.
2642 * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
2643 we actually do recurse down into the tree, but don't stat all leaf
2646 * gnus-html.el (gnus-html-show-images): If there are no images to show,
2647 then say so instead of bugging out.
2649 * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
2650 files exist before trying to read them.
2652 * gnus-html.el (gnus-html-wash-tags): Remove even more white space
2655 * gnus-art.el (gnus-article-copy-string): Say what data we copied.
2657 * nnmh.el (nnmh-request-list-1): Optimize for speed.
2659 2010-09-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2661 * mm-util.el (mm-image-load-path): Just return the image directories,
2662 not all directories in the path in addition to the image directories.
2663 (mm-image-load-path): Maintain a cache of the image directories so that
2664 the `g' command in Gnus doesn't have to stat dozens of directories each
2667 * gnus-html.el (gnus-html-put-image): Allow images to be removed.
2668 (gnus-html-wash-tags): Add a new `i' command to insert images.
2669 (gnus-html-insert-image): New command and keystroke.
2670 (gnus-html-redisplay-with-images): New command and keystroke.
2671 (gnus-html-show-images): Renamed command.
2672 (gnus-html-wash-tags): Remove more white space before <pre_int> image
2674 (gnus-html-wash-tags): Decode entities at the end, so that entities
2675 inside the tags don't mess up the rest of the "parsing".
2677 * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
2678 so that nnimap methods aren't agentized by default. There's apparently
2679 many problems related to agent/imap behaviour.
2681 * gnus-art.el (gnus-article-copy-string): New command and key binding.
2683 * gnus-html.el: Doc fix.
2685 2010-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
2687 * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
2688 specifier-spec-list for Emacs 21.
2690 * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
2691 glyph-width and glyph-height instead of display-graphic-p and
2692 image-size; make avoidance of displaying small images work for XEmacs.
2694 * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
2697 * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
2698 of symbol that holds plist data.
2699 (gnus-process-plist): Remove plist of process after getting it.
2701 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2703 * message.el (message-generate-hashcash): Change default to
2704 'opportunistic if hashcash is installed.
2706 * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
2707 (gnus-html-put-image): Only call image-size once, since it's somewhat
2708 time-consuming on remote X servers.
2710 2010-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
2712 * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
2713 type on data, not a file name.
2715 * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
2716 window-pixel-edges for Emacs 21.
2718 * gnus-html.el (gnus-article-html): Make work buffer multibyte for
2720 (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
2722 2010-09-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2724 * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
2725 group line format, since it isn't very interesting.
2727 * gnus-agent.el (gnus-agent-short-article),
2728 (gnus-agent-long-article): Increase values for these two variables,
2729 since most people are likely to have more network connection and
2730 storage than before.
2732 * gnus.el (gnus-refer-article-method): Change default to 'current.
2733 When referring an article, the common behaviour is to refer it from the
2734 current select method, not the native select method. The chances of
2735 the native select method having the message in question is rather slim
2738 * gnus-sum.el (gnus-auto-select-subject): Change default to
2739 `unseen-or-unread'. I think it's likely that most people want to
2740 select an unseen article over a previously seen, but unread one.
2742 * gnus.el (gnus-mode-non-string-length): Change default to 30. nil
2743 means that in the article buffer none of the minor mode elements will
2744 be shown, usually, and this is not desirable in most cases.
2746 * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
2747 that commands like `d' (and the like) go to the next line in the
2748 buffer, instead of the next unread article. I think this is the
2749 behaviour that is most natural for most users.
2750 (gnus-single-article-buffer): Change default to nil, so that people can
2751 have as many article buffers open as they have summary buffer. I think
2752 this is the most natural way for the groups to behave.
2754 * message.el (message-generate-new-buffers): Change default to
2755 `unsent', so that all new message buffers start their names with the
2756 string "*unsent", and it's easier to find the buffers if you move from
2759 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2761 * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
2762 small. They're probably tracking images.
2763 (gnus-html-wash-tags): Remove all <pre_int> place holders.
2764 (gnus-html-rescale-image): Yet another try at getting the image sizing
2767 * nntp.el (nntp-request-set-mark): Refuse to do marks if
2768 nntp-marks-file-name is nil.
2770 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
2772 * gnus-html.el (gnus-html-wash-tags)
2773 (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
2776 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2778 * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
2780 * gnus-html.el (gnus-html-wash-tags): Check the value of
2781 gnus-blocked-images in the summary buffer.
2783 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
2785 * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
2787 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2789 * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
2790 like "a", it seems like.
2791 (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
2792 since it needs to be picked from the correct buffer.
2794 * nnwfm.el: Removed.
2796 * nnlistserv.el: Removed.
2798 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
2800 * gnus-html.el (gnus-html-image-url-blocked-p): New function.
2801 (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
2803 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2805 * nnkiboze.el: Removed.
2809 * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
2811 (gnus-html-rescale-image): Try to get the rescaling logic right for
2812 images that are just wide and not tall.
2814 * gnus.el (gnus-string-or): Fix the syntax to not use eval or
2815 overshadow variable bindings.
2817 2010-09-01 Teodor Zlatanov <tzz@lifelogs.com>
2819 * gnus-html.el (gnus-html-wash-tags)
2820 (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
2823 2010-09-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2825 * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
2826 (gnus-max-image-proportion): New variable.
2827 (gnus-html-rescale-image): New function.
2828 (gnus-html-put-image): Rescale images.
2830 2010-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2832 Fix up some byte-compiler warnings.
2833 * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
2834 * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
2835 (gnus-article-fill-cited-article, gnus-article-hide-citation)
2836 (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
2837 * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
2838 (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
2839 (gnus-group-update-group): Use save-excursion and with-current-buffer.
2841 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
2843 * gnus-html.el (gnus-article-html): Decode contents by charset.
2845 2010-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
2847 * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
2848 (gnus-html-frame-width, gnus-blocked-images)
2849 * message.el (message-prune-recipient-rules): Add custom version.
2850 * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
2852 * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
2855 * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
2858 2010-08-31 Julien Danjou <julien@danjou.info> (tiny change)
2860 * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
2861 instead of lsub directly.
2863 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2865 * nnwarchive.el: Removed.
2867 * gnus-soup.el: Removed.
2869 * nnsoup.el: Removed.
2871 * nnultimate.el: Removed.
2873 * gnus-html.el (gnus-blocked-images): New variable.
2875 * message.el (message-prune-recipients): New function.
2876 (message-prune-recipient-rules): New variable.
2878 * gnus-cite.el (gnus-article-natural-long-line-p): New function to
2879 guess whether a long line is natural text or not.
2881 * gnus-html.el (gnus-html-schedule-image-fetching): Use
2882 gnus-process-plist and friends for compatibility.
2884 2010-08-31 Stefan Monnier <monnier@iro.umontreal.ca>
2886 * gnus-html.el: Require packages that define macros used in this file.
2887 (gnus-article-mouse-face): Declare to silence byte-compiler.
2888 (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
2890 (gnus-html-put-image): Use plist-get to avoid getf.
2891 (gnus-html-prefetch-images): Use with-current-buffer.
2893 2010-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
2895 * gnus-ems.el: Provide compatibility functions for
2896 gnus-set-process-plist.
2898 * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
2899 header-line-format for XEmacs 21.4.
2901 * gnus-sum.el (gnus-summary-stop-at-end-of-message)
2902 * gnus.el (gnus-valid-select-methods)
2903 * message.el (message-send-mail-partially-limit)
2904 * mm-decode.el (mm-text-html-renderer)
2905 * mml.el (mml-insert-mime-headers-always)
2906 * smiley.el (smiley-regexp-alist): Bump custom version.
2908 2010-08-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2910 * gnus-html.el: require mm-url.
2911 (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
2912 with the url to `url'.
2913 (gnus-html-wash-tags): Support cid: URLs/images.
2915 2010-08-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2917 * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
2918 minutes, 56 seconds ago on the ding list, remove the `w' and `i'
2919 bindings, as they aren't useful at all. `w' is moved to `W w'.
2921 * gnus-move.el: Removed file, since it doesn't really work.
2923 * gnus-html.el (gnus-article-html): Tell w3m that the input is
2924 UTF-8. This seems to fix problems with some German web feeds.
2926 * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
2927 at the top so that the proper colours are applied.
2929 * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
2930 don't have dots in their names.
2932 * gnus-art.el (gnus-article-view-part): Doc fix.
2934 * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
2936 (gnus-html-put-image): Don't do images on non-graphic displays.
2938 * nnslashdot.el: Removed this unused backend.
2940 * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
2942 (gnus-undo-register-1): Revert last change.
2944 * gnus-group.el (gnus-group-completing-read): Protect against not
2945 having completion-styles bound.
2947 * mml.el (mml-insert-mime-headers-always): Change the default to t, to
2948 make broken recipients happier.
2950 * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
2952 * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
2955 * gnus-xmas.el (gnus-xmas-put-image): Ditto.
2957 * gnus-group.el (gnus-group-completing-read): Add 'substring to
2958 completion-styles for group selection.
2960 2009-02-04 Andreas Schwab <schwab@suse.de>
2962 * gnus-score.el (gnus-score-string): Fix regex for matching extra
2963 headers and regexp-quote the match if necessary.
2965 2009-03-24 Miles Bader <miles@gnu.org>
2967 * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
2968 the blinking smiley.
2970 2009-03-24 Simon Josefsson <simon@josefsson.org>
2972 * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
2975 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2977 * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
2978 where the dribbel file lives exists.
2980 * message.el (message-send-mail-partially-limit): Change the default to
2981 nil, since most people don't want this.
2983 * mm-url.el (mm-url-decode-entities): Also decode entities like
2986 2009-07-16 Kevin Ryde <user42@zip.com.au> (tiny change)
2988 * gnus-sum.el (gnus-summary-idna-message):
2989 * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
2990 Hyperlink urls in docstrings with URL `...'.
2992 2010-08-29 Adam Sjøgren <asjo@koldfront.dk>
2994 * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
2997 2010-08-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2999 * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3000 say what the mouseover text should be.
3002 * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3003 version of the mm-w3m-safe-url-regexp variable to only download images
3004 in the groups where we want that to happen.
3006 * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3008 * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3010 (gnus-article-beginning-of-window): Add kludge to allow spacing past
3011 big pictures in the article buffer.
3013 * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3015 (mm-text-html-renderer): gnus-article-html needs curl in addition to
3018 * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3020 2010-08-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
3022 * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3023 which doesn't exist.
3025 * message.el (message-inhibit-ecomplete): New variable to allow some
3026 function to inhibit ecomplete address storage.
3027 (message-resend): Disable ecomplete message storage when resending
3030 * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3032 2010-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
3034 * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3035 Save excursion while copying, moving, and deleting articles in order to
3036 prevent the cursor from jumping to unforeseen place.
3038 2010-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
3040 * lpath.el: No need to bind bookmark-current-buffer,
3041 bookmark-yank-point and bookmark-make-record-function.
3043 2010-08-17 Glenn Morris <rgm@gnu.org>
3045 * gnus-sync.el: Require gnus components whose functions are used.
3047 * gnus-art.el (bookmark-make-record-function):
3048 * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3049 Declare for compiler.
3051 * mm-url.el (mml-compute-boundary): Autoload.
3053 2010-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
3055 * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3057 2010-08-14 Teodor Zlatanov <tzz@lifelogs.com>
3059 Typo fix "hoo4a" -> "hook".
3061 * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3063 2010-08-14 Glenn Morris <rgm@gnu.org>
3065 * gnus-sync.el (gnus-sync): Fix defgroup version.
3067 2010-08-13 Teodor Zlatanov <tzz@lifelogs.com>
3069 Doc fixes and keep unknown groups (ammended for nunion bug fix).
3071 * gnus-sync.el: Fix docs.
3072 (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3073 (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3075 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
3077 Optimizations for gnus-sync.el.
3079 * gnus-sync.el: Add docs about gnus-sync-backend
3081 (gnus-sync-save): Remove unnecessary message.
3082 (gnus-sync-read): Optimize and show what groups were skipped.
3084 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
3086 Minor bug fixes for gnus-sync.el.
3088 * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3089 read the sync on get-new-news.
3091 * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3094 * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3096 2010-07-30 Lawrence Mitchell <wence@gmx.li>
3098 Make saving and restoring of hidden threads work with overlays.
3099 Patch applied by Ted Zlatanov.
3101 * gnus-sum.el (gnus-hidden-threads-configuration)
3102 (gnus-restore-hidden-threads-configuration): Update to deal with text
3103 properties, rather than searching for a magic character.
3105 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com>
3107 New gnus-sync.el library for synchronization of marks.
3109 * gnus-sync.el: New library for synchronization of marks.
3111 * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3112 renamed from `gnus-registry-grep-in-list'.
3114 * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3116 * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3118 2010-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
3120 * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3121 determining charset of text fails.
3123 2010-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
3125 * nnmail.el (nnmail-get-new-mail-1): Revert.
3127 * nnml.el (nnml-active-number): Make sure names of newly created groups
3128 in nnml-group-alist are encoded.
3130 2010-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
3132 * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3133 containing non-ASCII characters in active file for nnml back end.
3135 2010-07-24 David Engster <dengste@eml.cc>
3137 * mml-smime.el (mml-smime-epg-verify): Also accept the older
3138 x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3140 2010-07-21 Daiki Ueno <ueno@unixuser.org>
3142 * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3145 2010-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
3147 * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3148 the article buffer, not the summary buffer.
3150 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
3152 * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3155 2010-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
3157 * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3158 Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3160 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3162 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3163 Patch applied by Karl Fogel.
3165 * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3166 `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3168 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3170 Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3171 Patch applied (with minor tweaks) by Karl Fogel. Note this leaves
3172 C-w still not working correctly from Article buffers; Thierry's
3173 patch to fix that will be applied after this.
3175 * gnus-art.el (bookmark-make-record-function): New local variable.
3177 * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3179 (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3181 2010-07-13 Karl Fogel <kfogel@red-bean.com>
3183 * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3184 on changes in bookmark.el.
3186 2010-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
3188 * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3189 `no-log' instead of message not to log prompt string.
3191 2010-06-22 Mark A. Hershberger <mah@everybody.org>
3193 * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3194 the *other* type of HTML form submission.
3196 2010-06-15 Michael Albinus <michael.albinus@gmx.de>
3198 * auth-source.el (auth-source-pick): If choice does not contain a
3199 questioned keyword, set the check to t.
3201 2010-06-12 Romain Francoise <romain@orebokech.com>
3203 * gnus-util.el (gnus-date-get-time): Move up before first use.
3205 2010-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
3207 * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3208 (gnus-article-edit-part): Bind it to make last part that is substituted
3210 (gnus-mime-display-single): Buttonize part of which id equals to
3211 gnus-mime-buttonized-part-id.
3213 2010-06-10 Dan Christensen <jdc@uwo.ca>
3215 * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3216 (gnus-dd-mmm): Use gnus-date-get-time.
3217 * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3219 (gnus-summary-limit-to-age): Use gnus-date-get-time.
3220 (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3222 2010-06-08 Michael Albinus <michael.albinus@gmx.de>
3224 * auth-source.el (top): Autoload `secrets-list-collections',
3225 `secrets-create-item', `secrets-delete-item'.
3226 (auth-sources): Fix tag string.
3227 (auth-get-source, auth-source-retrieve, auth-source-create)
3228 (auth-source-delete): New defuns.
3229 (auth-source-pick): Rewrite in order to avoid 2 passes.
3230 (auth-source-forget-user-or-password): New parameter USERNAME.
3231 (auth-source-user-or-password): New parameters CREATE-MISSING and
3232 DELETE-EXISTING. Retrieve password interactively, if needed.
3234 2010-06-07 Teemu Likonen <tlikonen@iki.fi> (tiny change)
3236 * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3237 deleting unused directories when gnus-expert-user is t.
3239 2010-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
3241 * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3242 for each temp file when gnus-article-browse-delete-temp is ask.
3244 2010-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3246 * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3247 Lisp calls to delete-backward-char by calls to delete-char.
3249 2010-05-20 Kevin Ryde <user42@zip.com.au>
3251 * gnus-start.el (gnus-level-unsubscribed): Doc fix. (Bug#6206)
3253 2010-05-19 Michael Albinus <michael.albinus@gmx.de>
3255 * password-cache.el (password-cache-remove): Fix docstring.
3257 2010-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
3259 * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3260 article unless decoding article to be saved.
3262 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
3264 * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3265 * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3266 generated within the mm-with-unibyte-current-buffer macro.
3268 2010-05-13 Katsumi Yamaoka <yamaoka@jpl.org>
3270 * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3271 to nil when we're in a mml-preview buffer and no group is selected.
3273 2010-05-12 Andreas Seltenreich <seltenreich@gmx.de>
3275 * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3276 when catching the `C-g'. Reported by "Leo".
3278 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
3280 * message.el (message-forward-make-body-plain)
3281 (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3286 2010-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
3288 * message.el (message-forward-make-body-mml): Assume original message
3289 is multibyte string; error on unibyte.
3290 (message-forward-make-body-plain): Ditto; don't add excessive newline
3293 * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3295 2010-05-11 Andreas Seltenreich <seltenreich@gmx.de>
3297 * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3298 instead of g-s-m-a-as-unread to set the expirable mark. (Bug#5284)
3300 2010-05-11 Katsumi Yamaoka <yamaoka@jpl.org>
3302 * mm-extern.el (mm-extern-url): Don't use
3303 mm-with-unibyte-current-buffer.
3304 (mm-extern-cache-contents): Use with-current-buffer instead of
3305 save-excursion + set-buffer.
3307 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
3309 * mm-util.el (mm-emacs-mule): Remove.
3311 2010-05-10 Andreas Seltenreich <seltenreich@gmx.de>
3313 * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3314 buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3317 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
3319 * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3320 bind the default value of enable-multibyte-characters to nil.
3322 2010-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
3324 * message.el (message-forward-make-body-plain)
3325 (message-forward-make-body-mml):
3326 Don't use mm-with-unibyte-current-buffer.
3328 2010-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3330 * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3332 2010-05-07 Christian von Roques <roques@mti.ag> (tiny change)
3334 * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3337 2010-05-07 Julien Danjou <julien@danjou.info>
3339 * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3342 * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3345 2010-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
3347 * binhex.el (binhex-decode-region-internal)
3348 * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3350 * nnweb.el (nnweb-gmane-search)
3351 * pgg-parse.el (pgg-parse-armor)
3352 * pgg.el (pgg-verify-region)
3353 * sha1.el (sha1-string-external)
3354 * uudecode.el (uudecode-decode-region-internal)
3355 * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3358 * gnus-art.el (gnus-article-browse-html-parts)
3359 * gnus-group.el (gnus-read-ephemeral-gmane-group)
3360 (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
3363 * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
3364 gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
3367 * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
3368 gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
3369 XEmacs when compiling.
3371 * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
3372 gnus-pick-mode-off-hook for XEmacs when compiling.
3373 (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
3374 gnus-binary-mode-off-hook for XEmacs when compiling.
3376 * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
3377 nil if char-charset is not available.
3379 * imap.el (imap-disable-multibyte)
3380 * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
3383 * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
3384 instead of encode-coding-string.
3386 * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
3387 'xemacs) instead of mm-emacs-mule to switch function definitions.
3388 (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
3390 * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
3391 bind temporary-file-directory for XEmacs;
3392 fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
3393 timer-set-function for XEmacs 21.4 and SXEmacs;
3394 bind timer-list for XEmacs 21.4 and SXEmacs;
3395 fbind char-charset and find-charset-region for non-Mule XEmacs;
3396 fbind decode-coding-region, decode-coding-string, detect-coding-region,
3397 encode-coding-region and encode-coding-string for XEmacs having no
3398 file-coding feature.
3400 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
3402 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
3404 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
3406 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
3407 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
3409 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
3411 * mm-util.el (mm-decompress-buffer): Use `delete-file';
3412 alias `jka-compr-delete-temp-file' no longer exists.
3414 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
3416 Use define-minor-mode in Gnus where applicable.
3417 * mml.el (mml-mode): Use define-minor-mode.
3418 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
3419 (gnus-undo-mode): Use define-minor-mode.
3420 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
3421 (gnus-dead-summary-mode): Use define-minor-mode.
3422 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
3423 Initialize in declaration.
3424 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
3425 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
3426 (gnus-mailing-list-mode): Use define-minor-mode.
3427 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
3428 (gnus-draft-mode): Use define-minor-mode.
3429 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
3430 (gnus-dired-mode): Use define-minor-mode.
3432 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
3434 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
3435 handles on recursive mml-to-mime translation and check them for
3436 boundary delimiter collisions. Reported by Greg Troxel.
3438 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
3440 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
3442 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
3444 * mm-util.el (mm-find-buffer-file-coding-system):
3445 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
3447 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
3449 * message.el (message-generate-headers): Record insertion of optional
3450 headers as well. Otherwise the check to prevent repeated insertion of
3451 optional headers is a no-op.
3453 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
3455 * smime.el: Don't mention CVS.
3457 * nnrss.el (nnrss-fetch): Don't mention CVS.
3459 * nnir.el: Don't mention CVS.
3461 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3463 * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
3465 2010-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
3467 * lpath.el: Fbind bookmark-default-handler,
3468 bookmark-get-bookmark-record, bookmark-make-record-default,
3469 bookmark-prop-get for Emacs <23 and XEmacs.
3471 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3473 * gnus-sum.el: Add bookmark declarations to silence the compiler.
3474 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
3475 Use with-current-buffer to silence the byte-compiler.
3476 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
3477 bother to require `gnus'.
3478 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
3480 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
3482 * gnus-sum.el (gnus-summary-bookmark-make-record)
3483 (gnus-summary-bookmark-jump): New functions.
3484 (gnus-summary-mode): Setup bookmark support.
3486 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
3488 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
3491 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
3493 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
3494 gnus-article-browse-html-save-cid-image; make it work recursively for
3495 forwarded messages as well.
3496 (gnus-article-browse-html-parts): Work when prefix arg is given.
3497 (gnus-article-browse-html-article): Doc fix.
3499 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
3501 * message.el (message-default-mail-headers):
3502 (message-default-headers): Carry the value mail-default-headers over
3503 into message-default-mail-headers, rather than message-default-headers.
3505 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
3507 * mm-decode.el (mm-add-meta-html-tag): Added option to override the
3510 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
3511 charset into the <meta> tag when the article is encoded to utf-8.
3513 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
3515 * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
3516 directories as well.
3517 (gnus-article-browse-html-parts): Work for images that do not specify
3518 file names; delete temp directory when quitting; insert header at the
3519 right place; use file: scheme for image files.
3521 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
3523 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
3524 (gnus-article-browse-html-parts): Use it to make temporary cid image
3525 files in addition to html file so that browser may display them.
3527 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
3529 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
3531 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
3533 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
3535 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
3537 * auth-source.el (auth-sources): Change default to be simpler. Explain
3538 about Secret Service API sources. Improve Customize options.
3539 (auth-source-pick): Change to accept any number of search parameters.
3540 Implement fallbacks iteratively, not recursively. Add scoring on the
3541 second pass and sort by score. Call Secret Service API when needed.
3542 (auth-source-user-or-password): Use it. Call Secret Service API
3543 directly when needed to get the user name and the password.
3545 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
3547 * message.el (message-interactive): Doc fix.
3548 (message-qmail-inject-args): Reflow.
3549 (message-kill-to-signature): Fix typo in docstring.
3551 * smiley.el (smiley-buffer): Fix typo in docstring.
3553 2010-03-24 Glenn Morris <rgm@gnu.org>
3555 * mail-source.el (gnus-message): Declare.
3556 (mail-source-delete-old-incoming): Require gnus-util.
3558 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
3560 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
3562 * message.el (ecomplete-setup): Autoload it for Emacs <23.
3564 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
3565 password-cache's default if it is not bound.
3566 (mml-secure-passphrase-cache-expiry): Default to 16 that is
3567 password-cache-expiry's default if it is not bound.
3569 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
3570 available in Emacs 21.
3572 * lpath.el: Suppress compiler warnings for:
3573 canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
3575 ecomplete-add-item, ecomplete-save, hashcash-wait-async,
3576 mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
3577 netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
3579 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
3581 * auth-source.el (auth-sources): Fix up definition so extra parameters
3584 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
3586 * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
3587 wasn't updated after mismatch. Clear cached mailbox info correctly
3588 when uidvalidity changes.
3589 (nnimap-group-prefixed-name): New function to avoid some code
3591 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
3592 (nnimap-request-group): Use it.
3593 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
3594 (nnimap-update-unseen): Significantly improved speed of Gnus startup
3595 with many imap folders. This is done by caching the group status from
3596 the imap server persistently in a group parameter `imap-status'. (This
3597 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
3598 but not persistently, so every Gnus startup was still very slow.)
3600 2010-03-22 Teodor Zlatanov <tzz@lifelogs.com>
3602 * assistant.el (assistant-render-text): Run `widget-setup' and don't
3603 delete the extra newline. Otherwise editing of :string and :number
3606 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
3608 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
3609 secrets.el dependency.
3610 (auth-sources): Add optional user name. Add secrets.el configuration
3611 choice (unused right now).
3613 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
3615 * gnus-sum.el (gnus-summary-make-menu-bar): Let
3616 `gnus-registry-install-shortcuts' fill in the functions.
3618 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
3620 (gnus-registry-misc-menus): Variable to hold registry mark menus.
3621 (gnus-registry-install-shortcuts): Populate and use it in a
3622 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
3624 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
3626 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
3627 In-place substitutions for the group name encoding/decoding.
3628 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
3629 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
3630 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
3631 (nnimap-update-unseen, nnimap-request-list)
3632 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
3633 (nnimap-request-set-mark, nnimap-split-to-groups)
3634 (nnimap-split-articles, nnimap-request-newgroups)
3635 (nnimap-request-create-group, nnimap-request-accept-article)
3636 (nnimap-request-delete-group, nnimap-request-rename-group)
3637 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
3638 `encoded-mbx' for consistency.
3639 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
3640 variable `imap-current-mailbox'.
3642 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
3643 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
3645 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
3647 * pop3.el (pop3-display-message-size-flag): Display message size byte
3648 counts during POP3 download.
3649 (pop3-movemail): Use it.
3650 (pop3-list): Implement listing of available messages.
3652 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
3654 * nnir.el (nnir-get-article-nov-override-function): New function to
3655 override the normal NOV retrieval.
3656 (nnir-retrieve-headers): Use it.
3658 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
3660 * auth-source.el (netrc-machine-user-or-password): Autoload.
3662 2010-03-19 Glenn Morris <rgm@gnu.org>
3664 Stop message.el from loading about 40 libraries it doesn't always need.
3665 The general approach is to autoload rather than require, and to
3666 require in the specific functions rather than the file. (Bug#5642)
3668 * gmm-utils.el: Don't require wid-edit.
3669 (widget-create-child-value, widget-convert, widget-default-get):
3672 * gnus-util.el: Don't require time-date, netrc.
3673 (message-fetch-field, gnus-group-name-decode): Declare rather than
3675 (gnus-fetch-field): Require message.
3676 (gnus-decode-newsgroups): Require gnus-group.
3678 * ietf-drums.el: Don't require time-date.
3680 * message.el: Don't require hashcash, canlock, ecomplete.
3681 Do require mail-utils. Require nnheader only when compiling.
3682 (smtpmail-default-smtp-server): Remove declaration.
3683 (message-send-mail-function): Check smtpmail-default-smtp-server
3684 is bound rather than requiring smtpmail.
3685 (message-auto-save-directory, message-insert-signature): Use
3686 expand-file-name rather than nnheader-concat.
3687 (nnheader-insert-file-contents): Autoload.
3688 (hashcash-wait-async): Declare.
3689 (message-send-mail): Only call gnus-setup-posting-charset if
3690 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
3691 (message-send-mail-with-sendmail): Require sendmail.
3692 (canlock-password, canlock-password-for-verify): Declare.
3693 (message-canlock-password): Require canlock.
3694 (nnheader-get-report): Autoload.
3695 (gnus-setup-posting-charset): Declare.
3696 (message-send-news): Require gnus-msg.
3697 (message-make-references, message-make-in-reply-to): Use mail-header-id
3698 rather than the alias mail-header-message-id.
3699 (ecomplete-add-item, ecomplete-save): Declare.
3700 (message-put-addresses-in-ecomplete): Require ecomplete.
3701 (ecomplete-display-matches): Autoload.
3703 * mm-decode.el: Don't require mailcap, gnus-util.
3704 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
3705 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
3707 (mailcap-mime-extensions): Declare.
3709 * mm-encode.el: Don't require mailcap.
3710 (mailcap-extension-to-mime): Autoload.
3712 * mml-sec.el: Don't require password-cache.
3714 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
3715 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
3716 (mml-minibuffer-read-type): Require mailcap.
3717 (mml-preview): Require gnus-msg.
3719 * mml1991.el: Require password-cache.
3720 (password-cache-expiry): Remove declaration.
3722 * mml2015.el: Require password-cache.
3723 (password-cache-expiry): Remove declaration.
3725 * nneething.el (mailcap): Require mailcap.
3727 * nnheader.el (declare-function): Add compatibility stub.
3728 (message-remove-header): Declare rather than autoload.
3729 (nnheader-replace-header): Require message.
3731 * nnimap.el (declare-function): Add compatibility stub.
3732 (netrc-parse, netrc-machine-user-or-password): Declare.
3733 (nnimap-open-connection): Require netrc.
3735 * nntp.el (declare-function): Add compatibility stub.
3736 (netrc-parse, netrc-machine, netrc-get): Declare.
3737 (nntp-send-authinfo): Require netrc.
3739 * rfc2047.el: Don't require qp.
3740 (quoted-printable-encode-region, quoted-printable-decode-string):
3743 * sieve-mode.el: Don't require easymenu.
3744 (easy-menu-add-item): Autoload it.
3746 * spam-stat.el (time-to-number-of-days): Autoload it.
3748 2010-03-19 Glenn Morris <rgm@gnu.org>
3750 * password-cache.el (password-cache, password-cache-expiry): Autoload.
3752 2010-03-18 Glenn Morris <rgm@gnu.org>
3754 * hashcash.el (declare-function): Remove duplicate definition.
3756 2010-03-17 Kevin Ryde <user42@zip.com.au>
3758 * mml.el (mml-read-tag): Unquote values with `read' to reverse
3759 prin1 in mml-insert-tag (just stripping the quotes gave wrong
3760 value if any backslash escapes).
3762 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
3764 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
3765 if it is available. (bug#5647)
3767 * lpath.el: Suppress compiler warning for coding-system-from-name for
3768 Emacs 21 and XEmacs.
3770 2010-03-14 Juri Linkov <juri@jurta.org>
3774 * netrc.el: Fix keywords.
3776 2010-02-26 Glenn Morris <rgm@gnu.org>
3778 * message.el (message-send-mail-function): Change the default, so that
3779 it inherits from a customized send-mail-function. (Bug#5643)
3781 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
3783 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
3784 shell-command-to-string signals an error (bug#5299).
3786 2010-02-24 Glenn Morris <rgm@gnu.org>
3788 * message.el (message-smtpmail-send-it)
3789 (message-send-mail-with-mailclient): Doc fixes.
3791 2010-02-16 Glenn Morris <rgm@gnu.org>
3793 * message.el (message-default-mail-headers): Change the default value
3794 to ease the transition from mail-mode to message-mode. (Bug#5555)
3796 2010-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
3798 * parse-time.el (parse-time-syntax): Define it for only XEmacs.
3799 (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
3801 2010-01-18 Chong Yidong <cyd@stupidchicken.com>
3803 * time-date.el (date-to-time): Doc fix (Bug#5408).
3805 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
3807 * message.el (message-mail): Just pass yank-action on to message-setup.
3808 (message-setup): Handle (FUN . ARGS) form of yank-action.
3809 (message-with-reply-buffer, message-widen-reply)
3810 (message-yank-original): Handle non-buffer values of
3811 message-reply-buffer (Bug#4080).
3812 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
3814 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
3816 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
3817 Fix typo in docstring.
3819 2010-01-08 Jason Rumney <jasonr@gnu.org>
3821 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
3824 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
3826 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
3828 * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
3830 * message.el (message-check-news-header-syntax): Protect against a
3831 string that `rfc822-addresses' returns when parsing fails.
3833 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
3835 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
3836 (gnus-previous-char-property-change): New functions.
3838 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
3840 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
3842 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
3843 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
3845 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
3847 * message.el (message-exchange-point-and-mark): Rework last change to
3848 avoid using optional arg of exchange-point-and-mark, for backward
3851 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
3853 * message.el (message-exchange-point-and-mark): Call
3854 exchange-point-and-mark with an argument rather than setting
3855 mark-active by hand (Bug#5175).
3857 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
3859 * nntp.el (nntp-service-to-port): Work for service expressed with
3860 numeric string; replace [:digit:] with [0-9] for XEmacs.
3862 2009-12-17 Glenn Morris <rgm@gnu.org>
3864 * gnus-group.el (gnus-bug-group-download-format-alist):
3865 Change emacs entry to debbugs.gnu.org. Bump :version.
3867 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
3869 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
3871 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
3873 * message.el (message-info): Explain why we use `Info-goto-node'.
3875 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
3877 * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
3879 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3881 * message.el (message-completion-in-region): New compatibility function.
3882 (message-expand-group): Use it.
3884 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
3886 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
3887 with no unread article should be listed if the 2nd arg `predicate' is
3890 2009-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3892 * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
3894 2009-11-29 Juri Linkov <juri@jurta.org>
3896 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
3897 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
3898 on `gnus-recenter'. (Bug#4698, Bug#4981)
3900 2009-11-26 Kevin Ryde <user42@zip.com.au>
3902 * sha1.el (sha1-string-external): default-directory "/" in case
3903 otherwise non-existent. process-connection-type pipe for touch of
3904 efficiency recommended by elisp manual. (An aside in Bug#3911.)
3906 2009-11-25 Kevin Ryde <user42@zip.com.au>
3908 * dns-mode.el: Add "Keywords: comm". It's only an editing mode, but
3909 it's comms related and sgml-mode.el has "comm" on that basis too.
3911 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
3913 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
3914 containing tspecial characters if they have been already quoted.
3916 2009-11-05 Dan Nicolaescu <dann@ics.uci.edu>
3918 * dns-mode.el (auto-mode-alist): Purecopy string.
3920 2009-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
3922 * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
3924 2009-10-24 Glenn Morris <rgm@gnu.org>
3926 * gnus-art.el (help-xref-stack-item): Define for compiler.
3928 2009-10-21 Kevin Ryde <user42@zip.com.au>
3930 * dns.el: Add "Keywords: comm", as per net/net-utils.el.
3932 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3934 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
3936 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3938 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
3939 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
3941 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
3943 * gnus.el (gnus-overlay-get): New alias to overlay-get.
3944 (gnus-overlays-in): New alias to overlays-in.
3946 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
3947 gnus-overlay-get, and gnus-delete-overlay.
3948 (gnus-summary-show-thread): Make it work as well for systems in which
3949 next-single-char-property-change is not available.
3950 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
3952 * gnus-xmas.el (gnus-xmas-overlays-in): New function.
3953 (gnus-overlay-get): New alias to extent-property.
3954 (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
3956 * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
3959 * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
3962 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
3964 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
3966 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
3968 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
3969 and XEmacs that don't have `remove-overlays'.
3971 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
3973 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
3974 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
3975 selective display. Use overlays instead.
3977 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
3979 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
3981 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
3983 * spam-stat.el (spam-stat-load): Fix typo in message.
3985 2009-09-24 Juanma Barranquero <lekktu@gmail.com>
3987 * dig.el (dig-invoke): Fix typo in docstring.
3988 (query-dig): Reflow docstring.
3990 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
3992 * gnus-art.el (gnus-article-encrypt-body):
3993 * message.el (message-check-recipients):
3994 * mm-util.el (mm-codepage-setup):
3995 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
3996 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
3998 2009-09-22 Daiki Ueno <ueno@unixuser.org>
4000 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4001 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4002 keys from the menu if mm-{sign,encrypt}-option is 'guided.
4003 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4004 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4006 2009-09-21 Kevin Ryde <user42@zip.com.au>
4008 * dig.el: Add "Keywords: comm", as per net-utils.el.
4010 2009-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4012 * dig.el (dig-mode): Use define-derived-mode.
4014 2009-09-19 Glenn Morris <rgm@gnu.org>
4016 * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4018 2009-09-18 Glenn Morris <rgm@gnu.org>
4020 * gnus-diary.el (gnus-diary-check-message):
4021 * message.el (message-insert-formatted-citation-line):
4022 * nnbabyl.el (top-level):
4023 * nndiary.el (nndiary-schedule):
4024 Fix typos in condition-case handlers.
4026 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
4028 * gnus-art.el (gnus-article-edit-part): Work for the buffer
4029 configuration that provides the sole article window in a frame;
4030 position point correctly after deleting a part.
4032 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
4034 * spam.el (spam-unregister-on-reregister): Add boolean variable.
4035 (spam-resolve-registrations-routine): Use it to unregister articles
4038 2009-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
4040 * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4042 (parse-time-string-chars): Use it.
4044 2009-09-10 Teodor Zlatanov <tzz@lifelogs.com>
4046 * imap.el (imap-interactive-login): Better messages.
4047 (imap-open): Fix bug with renamed buffer on reconnect.
4048 (imap-authenticate): Add buffer-local imap-last-authenticator variable
4049 for easier debugging and cleaner code. On successful (guessed based on
4050 server capabilities) secondary authentication, set imap-state
4052 (imap-last-authenticator): Define imap-last-authenticator as a variable
4055 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
4057 * nnrss.el (nnrss-request-article): Remove binding of
4058 default-enable-multibyte-characters that has gotten needless by
4059 the 2007-07-13 change in rfc2047-encode-message-header.
4061 * mml.el (mml-insert-multipart): Error on the message header.
4062 (mml-insert-part): Error on the message header; position point at
4063 the end of a MIME tag.
4065 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
4067 * time-date.el (autoload): Expand define-obsolete-function-alias into
4068 defalias and make-obsolete for old Emacsen that Gnus supports.
4069 (with-no-warnings): Define it for old Emacsen.
4070 (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4072 (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4073 float-time is available; suppress compile warning for time-to-seconds.
4075 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4076 (gnus-float-time): Alias to float-time if it exists.
4078 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4079 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4080 float-time is available; suppress compile warning for time-to-seconds.
4082 * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4085 2009-09-09 Teodor Zlatanov <tzz@lifelogs.com>
4087 * imap.el (imap-message-map): Docstring fix.
4089 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
4091 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4092 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4093 Add the optional argument `encoding' that overrides the default.
4095 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4098 2009-09-04 Glenn Morris <rgm@gnu.org>
4100 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4101 mm-disable-multibyte, rather than default-enable-multibyte-characters.
4102 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4103 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4104 * mm-util.el (mm-with-unibyte-current-buffer)
4105 (mm-find-buffer-file-coding-system):
4106 * yenc.el (yenc-decode-region): Use default-value rather than
4107 default-enable-multibyte-characters.
4109 2009-09-03 Glenn Morris <rgm@gnu.org>
4111 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4112 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4113 than default-enable-multibyte-characters.
4115 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
4117 * gnus-art.el (gnus-article-read-summary-keys):
4118 Fix gnus-buffer-configuration's value temporarily used.
4120 2009-09-02 Glenn Morris <rgm@gnu.org>
4122 * gnus-util.el (gnus-float-time): New function.
4123 * gnus-delay.el (gnus-delay-article):
4124 * gnus-sum.el (gnus-thread-latest-date):
4125 * gnus-util.el (gnus-user-date): Use gnus-float-time.
4126 * nnspool.el (nnspool-request-newgroups):
4127 Use gnus-float-time rather than time-to-seconds.
4128 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4130 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4131 (gnus-header-subject-face, gnus-header-newsgroups-face)
4132 (gnus-header-name-face, gnus-header-content-face):
4133 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4134 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4135 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4136 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4137 (gnus-cite-face-11):
4138 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4139 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4140 (gnus-server-closed-face, gnus-server-denied-face)
4141 (gnus-server-offline-face):
4142 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4143 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4144 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4145 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4146 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4147 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4148 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4149 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4150 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4151 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4152 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4153 (gnus-summary-selected-face, gnus-summary-cancelled-face)
4154 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4155 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4156 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4157 (gnus-summary-high-undownloaded-face)
4158 (gnus-summary-low-undownloaded-face)
4159 (gnus-summary-normal-undownloaded-face)
4160 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4161 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4162 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4164 * message.el (message-header-to-face, message-header-cc-face)
4165 (message-header-subject-face, message-header-newsgroups-face)
4166 (message-header-other-face, message-header-name-face)
4167 (message-header-xheader-face, message-separator-face)
4168 (message-cited-text-face, message-mml-face):
4169 * sieve-mode.el (sieve-control-commands-face)
4170 (sieve-action-commands-face, sieve-test-commands-face)
4171 (sieve-tagged-arguments-face):
4172 * spam.el (spam-face):
4173 Mark face aliases with "-face" in the name as obsolete.
4175 2009-09-01 Glenn Morris <rgm@gnu.org>
4177 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4180 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
4182 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4183 Don't move point if the command is invoked inside the message header.
4185 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
4187 * imap.el (imap-send-command): Simplify.
4188 (imap-wait-for-tag): point-max -> buffer-size.
4190 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
4192 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4193 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4194 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4195 * nnir.el (nnir-swish-e-index-file):
4196 * gnus-sum.el (gnus-summary-delete-marked-as-read)
4197 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4198 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4199 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4200 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4201 (gnus-treat-display-xface): Add Emacs version of obsolescence.
4203 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
4205 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4206 Don't save excursion.
4208 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
4210 * nnheader.el (nnheader-find-file-noselect):
4211 * mm-util.el (mm-insert-file-contents):
4212 Use (default-value 'major-mode) instead of default-major-mode.
4214 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
4216 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4218 2009-08-26 Glenn Morris <rgm@gnu.org>
4220 * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4221 than placing in files.el.
4223 2009-08-25 Glenn Morris <rgm@gnu.org>
4225 * nnir.el (top-level): Don't require cl at run-time.
4226 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4227 Replace cl-function substitute with gnus-replace-in-string.
4228 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4229 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4230 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4231 simplified expansions.
4233 2009-08-25 Kevin Ryde <user42@zip.com.au>
4235 * dig.el (dig): Add autoload cookie.
4237 2009-08-22 Glenn Morris <rgm@gnu.org>
4239 * gnus-art.el (gnus-button-patch): Use forward-line rather than
4242 2009-08-16 Chong Yidong <cyd@stupidchicken.com>
4244 * parse-time.el (parse-time-string-chars): Save match data.
4246 2009-08-16 Jan Seeger <jan.seeger@thenybble.de> (tiny change)
4248 * parse-time.el (parse-time-string-chars): Compute using character
4249 classes, to handle non-ascii characters (Bug#3190).
4251 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
4253 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4255 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4256 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4257 (gnus-mm-display-part, gnus-mime-display-single)
4258 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4259 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4262 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4263 (gnus-summary-move-article): Add expirable mark to articles copied or
4264 moved to group that has auto-expire turned on if the option is non-nil.
4266 2009-07-24 Glenn Morris <rgm@gnu.org>
4268 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4269 Fix typo. (Bug#3903)
4271 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
4273 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4274 gnus-article-read-summary-keys rather than gnus-summary-edit-article
4275 that should not be used for draft articles.
4276 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4277 that has no concern in minor mode keys.
4278 (gnus-article-summary-command, gnus-article-summary-command-nosave):
4281 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
4283 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4284 article without making inquiry to a user for unknown encoding.
4286 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4287 (nnmaildir--scan): Assume i-node and device number that file-attributes
4288 returns might be cons-cell.
4290 * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4292 * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4294 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
4296 * auth-source.el: Remove docs now in auth.texi. Don't use
4297 `gnus-message' for logging. Add new variables `auth-source-debug' and
4298 `auth-source-hide-passwords' and use them.
4300 2009-07-15 Glenn Morris <rgm@gnu.org>
4302 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4304 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
4306 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4307 excessive whitespace from the default values of title and description.
4309 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
4311 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4312 mail-fetch-field to fetch Content-Description header in order to
4315 2009-06-18 Ulrich Mueller <ulm@gentoo.org>
4317 * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4318 format used by GnuPG 2.0.11.
4320 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
4322 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4325 2009-05-30 David Engster <dengste@eml.cc>
4327 * nnmairix.el: Remove old documentation in the commentary block.
4328 (nnmairix-request-group): Do not update active file for nnml back ends.
4329 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4330 end so that overview files are ignored.
4331 (nnmairix-update-groups): Make updating the groups more robust by using
4333 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4334 with dollar characters in message-id.
4336 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
4338 * spam.el: Use dns-query instead of query-dns. Was renamed on
4339 2008-12-25 in dns.el.
4341 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
4343 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4344 could happen if the text is only composed of spaces and/or tabs.
4346 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
4348 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4349 when sending a queued message to avoid extra mml tags.
4351 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
4353 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4355 2009-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
4357 * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4358 fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4359 rmail-toggle-header for XEmacs;
4360 bind rmail-default-file and rmail-default-rmail-file for XEmacs.
4362 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
4364 * gnus-dired.el: Remove autoload for gnus-setup-message.
4365 (gnus-dired-attach): Fake this-command value to prevent Gnus from
4366 displaying Gnus logo; always use compose-mail.
4368 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
4370 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
4372 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
4374 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
4375 (gnus-nocem-issuers): List currently active issuers; fix custom type.
4376 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
4378 (gnus-nocem-epg-verify): New function.
4380 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
4382 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
4384 2009-02-15 Glenn Morris <rgm@gnu.org>
4386 * gnus-util.el (rmail-insert-rmail-file-header)
4387 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
4389 (rmail-default-rmail-file): Remove unnecessary declaration.
4390 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
4392 2009-02-14 Glenn Morris <rgm@gnu.org>
4394 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
4395 variable (only used in gnus-util, which declares it anyway).
4396 (rmail-output-to-rmail-file): Remove autoload of deleted function,
4397 which was only needed by gnus-art (changed to not use it any more).
4398 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
4399 only used in gnus-util, which autoloads it itself.
4400 (rmail-update-summary): Fix autoload.
4402 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
4403 rather than rmail-output-to-rmail-file.
4405 2009-02-07 Glenn Morris <rgm@gnu.org>
4407 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
4408 autoload of function that no longer exists.
4409 (rmail-toggle-header): Declare.
4410 (message-forward-rmail-make-body): Handle mbox Rmail.
4412 2009-01-31 Glenn Morris <rgm@gnu.org>
4414 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
4417 2009-01-31 Dave Love <fx@gnu.org>
4419 * imap.el (imap-fetch-safe): Bind debug-on-error.
4420 (imap-debug): Add imap-fetch-safe.
4422 2009-01-26 Teodor Zlatanov <tzz@lifelogs.com>
4424 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
4425 (auth-source-forget-all-cached): New convenience function.
4426 (auth-source-user-or-password): Accept list of modes or a single mode.
4428 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
4431 * netrc.el (netrc-machine-user-or-password): Use list of
4434 * nnimap.el (nnimap-open-connection): Use list of
4437 * nntp.el (nntp-send-authinfo): Use list of
4440 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
4442 * auth-source.el: Update docs to reflect epa-file-enable is to be used
4445 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
4447 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
4448 coding system in XEmacs; add a workaround for XEmacs.
4450 * lpath.el: Fbind coding-system-aliasee.
4452 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
4454 * mm-util.el (mm-coding-system-priorities): Protect against nil value
4455 of current-language-environment.
4457 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
4459 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
4460 available at runtime.
4462 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
4464 * gnus-art.el (article-date-ut): Fix end point of narrowing.
4466 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
4468 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
4469 the greatest positive fixnum value doesn't work under an XEmacs with
4470 bignum support; use the most-positive-fixnum constant instead,
4471 available since Emacs 21.1 with cl and XEmacs 21.1.
4473 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
4475 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
4476 XEmacs gets not to work.
4478 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
4480 * mm-util.el (mm-coding-system-priorities): Allow the value like
4481 "Japanese (UTF-8)" of current-language-environment.
4483 2009-01-09 Glenn Morris <rgm@gnu.org>
4485 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
4486 with last-command-event.
4488 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
4490 * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
4493 * message.el (message-fix-before-sending): Amend comment.
4495 2009-01-08 Dave Love <fx@gnu.org>
4497 * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
4499 2009-01-07 David Engster <dengste@eml.cc>
4501 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
4502 simplified server definitions by converting it via
4503 gnus-server-to-method.
4505 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
4507 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
4508 parameter's operands.
4510 2009-01-06 David Engster <dengste@eml.cc>
4512 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
4513 primary select method (for gnus-group-mark-article-as-read).
4515 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
4517 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
4518 `(gnus)Face', not `(gnus)X-Face'.
4520 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
4522 * mm-util.el (mm-ucs-to-char): New function.
4524 * mm-url.el (mm-url-decode-entities): Use it.
4526 * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
4529 2009-01-05 Dave Love <fx@gnu.org>
4531 * time-date.el: Require cl for `declare'.
4533 2009-01-05 Reiner Steib <Reiner.Steib@gmx.de>
4535 * time-date.el (format-seconds): Explain `assoc-string'. Suggested by
4538 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
4540 * message.el (message-fix-before-sending): Add `eight-bit' to
4541 illegible-text check.
4543 2009-01-03 Michael Olson <mwolson@gnu.org>
4545 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
4546 `headers' is nil. This can occur if the IMAP server does not have
4547 permissions to read messages from a folder, but can write new messages
4549 (nnimap-request-article-part): Do not insert `data' if it is nil.
4551 * imap.el (imap-parse-fetch): Courier can insert spurious blank
4552 characters which will confuse `read', so skip past them.
4554 2009-01-01 Dave Love <fx@gnu.org>
4556 * imap.el (imap-string-to-integer): Fix typo.
4557 (imap-fetch-safe): New function.
4558 (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
4560 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
4562 * imap.el (imap-process-connection-type, imap-debug, imap-open):
4563 (imap-parse-greeting): Fix doc strings.
4564 (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
4565 (imap-parse-flag-list): Make messages unique.
4566 (imap-parse-body): Fix comments. Add comment on Exchange 2007.
4568 * nnimap.el: Fix author email.
4569 (nnimap-split-rule): Add FIXME comment.
4570 (nnimap-debug): Fix doc string.
4572 2008-12-26 Reiner Steib <Reiner.Steib@gmx.de>
4574 * dns.el (dns-set-servers): Check "Address". Fix typo.
4576 2008-12-25 Reiner Steib <Reiner.Steib@gmx.de>